@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Arimo&family=Rubik:wght@300&display=swap);code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{transition:.2s ease}*{box-sizing:border-box}body,html{color:#272525;font-family:Rubik,sans-serif;margin:0;padding:0}h1{font-size:42px}h2{font-size:32px}p{font-size:24px}a{color:inherit;text-decoration:none}.header{background:hsla(0,0%,100%,.822);position:fixed;top:0;transition:all .6s;width:100%;z-index:1000}.header-scroll{opacity:.6}.header{.logo{&:hover,.desktop-logo{cursor:pointer}.desktop-logo{object-fit:contain;padding:20px 0;width:200px;&.shrinked-logo{width:120px!important}}}}.mobile-logo{display:none}.mobile-nav-wrapper .mobile_logo{width:50px}@media screen and (max-width:900px){.header img{height:100px;width:100px}}.header-nav{align-items:center;justify-content:space-between;padding:0 20px;width:100%}.header-items,.header-nav{display:flex}.header li{font-size:22px;list-style-type:none;margin-right:50px;transition:all .2s}.header li:hover{color:#47b1bf}.hamburger{display:none}.hamburger:hover{cursor:pointer}.hamburger .line{background-color:#272525;height:3px;margin:6px 0;width:30px}.mobile_nav{background:#fff;border-radius:0 0 0 100%;display:flex;height:400px;opacity:1;overflow:hidden;position:absolute;right:0;top:0;transition:all .3s;width:100%}.nav_closed{height:0;opacity:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);width:0}.mobile-nav-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.mobile-nav-wrapper li{padding:10px 0}@media screen and (min-width:960px){.mobile_nav{display:none}}@media screen and (max-width:960px){.header-items{display:none}.hamburger{display:block;position:absolute;z-index:1000000}.logo{margin-right:auto}.desktop-logo{display:none}.mobile-logo{display:flex;height:100px;object-fit:contain;width:80px}}.hero_container,.home_page{position:relative}.hero_container{background:url(/static/media/home_cover_b.c17db1a7c50e27d3385e.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;overflow:hidden}.hero h1{font-size:70px;margin:0;position:relative;text-transform:uppercase}.banner-text{color:#000;direction:ltr;font-family:Arimo,sans-serif;font-size:42px;font-weight:bolder;left:100px;position:absolute;text-align:left;text-shadow:1px 1px 1px 1px #000;top:36%}.blued{color:#47b1bf}.sub_text{background:rgba(0,0,0,.13);border:1px solid #fff;border-radius:10px;font-size:14px;padding:10px;text-align:center}.marked_text{background-color:#47b1bf;color:#fff;display:inline-block;font-size:22px;padding:20px 50px;text-align:center;transition:.2s ease-in-out;width:100%}.marked_text.home-page{-webkit-animation:buttonAnimation 2s infinite;animation:buttonAnimation 2s infinite}.marked_text:hover{border-radius:40px 0 40px 0;cursor:pointer}.banner-text p{padding:0 80px}.home_cover_mobile_img{display:none}@media screen and (max-width:960px){.hero_container{background-image:none;flex-direction:column;height:auto}.banner-text{font-size:24px;left:0;padding:30px 0;position:relative;text-align:center;top:0}.marked_text{font-size:18px;padding:15px 24px}.home_cover_mobile_img{display:block;margin:0 auto;max-width:65%}}@media screen and (max-width:768px){.hero_container{flex-direction:column;height:auto;margin-top:80px}.banner-text{position:relative}}@-webkit-keyframes buttonAnimation{0%{color:#333}50%{color:#fff}to{color:#333}}@keyframes buttonAnimation{0%{color:#333}50%{color:#fff}to{color:#333}}.services{margin:0 auto;padding:100px 0;width:80%}@media screen and (max-width:718px){.services{padding:40px 0}}#services_title{font-size:52px;font-weight:700;text-align:center}.info_boxes_container{display:flex;flex-direction:column;padding:50px 0}.info_box{display:flex;flex-direction:row;justify-content:flex-start;opacity:0;padding:0 20px;transition:.2s ease-in-out}.info_box:nth-child(2n){flex-direction:row-reverse}.info_box_content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.info-box-enter-animation{opacity:1}.info_box_img{flex:1 1}.info_box_img .tech-img{-webkit-filter:sepia(300%) hue-rotate(150deg) saturate(450%);filter:sepia(300%) hue-rotate(150deg) saturate(450%)}.info_box_img .AI-img{-webkit-filter:grayscale(50%);filter:grayscale(50%)}.info_box_img img{max-height:100%;max-width:100%}.info_box h2{color:#47b1bf;font-size:36px;padding-bottom:20px}@media screen and (max-width:1200px){.info_box h2{font-size:26px}.info_box_content p{font-size:20px}}@media screen and (max-width:900px){.info_box{padding:20px 0}.info_box,.info_box:nth-child(2n){flex-direction:column}}.dots-wrapper{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:space-around;min-height:100%;padding:0 30px}.dots-wrapper img{padding:20px 0;width:100px}.dot{background:#bebebe;border-radius:50%;height:5px;margin:3px 0;padding:auto 0;width:5px}@media screen and (max-width:900px){.dots-wrapper{flex-direction:row;width:100%}.dots-wrapper img{width:50px}}.team{align-items:center;flex-direction:column}.team,.team_title{display:flex;justify-content:center}.team_title{font-size:52px;font-weight:700;padding:0 0 50px}.team-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;width:60%}@media screen and (max-width:768px){.team-wrapper{gap:12px}}@media screen and (max-width:1700px){.team-wrapper{width:100%}}.team-desc{padding:10px 0;text-align:center;transition:.2s ease-in-out}.team-member{align-items:center;display:flex;flex-direction:column;height:300px;position:relative;width:260px}.team-member .team-member-name{font-weight:bolder}.team-member .team-member-position{min-width:180px;padding:10px 0}.team-wrapper img{max-width:100%;min-height:300px;object-fit:cover;position:relative;transition:.2s ease-in-out}@media screen and (max-width:768px){.team-wrapper img{min-height:0;min-height:auto}}.team-member-hover-bg{background-color:rgba(0,0,0,.26);height:0;position:absolute;top:0;width:100%}.member-profile,.team-member-hover-bg{transition:.2s ease-in-out}.member-profile .memeber-card-container{align-items:center;border-radius:8px;box-shadow:1.95px 1.95px 2.6px rgba(0,0,0,.15);display:flex;flex-direction:column;height:300px;position:relative}@media screen and (max-width:768px){.member-profile .memeber-card-container{height:180px}}.member-profile .memeber-card-container .member-profile-image .profile-image{border-radius:8px;height:300px;max-height:100%;max-width:100%;object-fit:cover;width:300px}@media screen and (max-width:768px){.member-profile .memeber-card-container .member-profile-image .profile-image{height:180px;width:180px}}.member-profile .memeber-card-container .member-description-container{align-items:center;background:rgba(0,0,0,.34);bottom:0;color:#fff;display:flex;flex-direction:column;font-weight:700;left:50%;min-height:60px;padding:10px 20px;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%);transition:.2s ease-in-out;width:100%;z-index:10}@media screen and (max-width:768px){.member-profile .memeber-card-container .member-description-container{min-height:50px;padding:6px 10px}}.member-profile .memeber-card-container .member-description-container .member-name{font-size:16px;font-weight:400}@media screen and (max-width:768px){.member-profile .memeber-card-container .member-description-container .member-name{font-size:11px}}.member-profile .memeber-card-container .member-description-container .job-label{font-size:18px;text-align:center}@media screen and (max-width:768px){.member-profile .memeber-card-container .member-description-container .job-label{font-size:12px}}.mail-sender{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:10px;justify-content:center;overflow:hidden;padding:100px 50px;position:relative}.mail-sender .mail-sent-animation{-webkit-animation:mailSentAnimation 5s ease-in-out;animation:mailSentAnimation 5s ease-in-out}.mail-sender .lottie-animation-container{height:400px;opacity:0;position:absolute;width:400px}@media screen and (max-width:1000px){.mail-sender .lottie-animation-container{height:140px;width:140px}}.mail-sender .half_circle_decoration{height:100%;object-fit:contain;position:absolute;right:0;top:0;z-index:-1000}@media screen and (max-width:1000px){.mail-sender .half_circle_decoration{height:400px;opacity:.4;right:0;top:10%;width:400px}}.contact_text{font-size:62px;font-weight:700;text-align:center}.fnamelname-inputs{display:flex;gap:10px}.contact_sec{align-items:center;display:flex;flex-direction:column}.contact_title{color:#000;font-size:52px}.form{display:flex;flex-direction:column;width:500px}.textarea{background:#c2c2c2}.form button{background-color:#45a1d6;border:none;color:#fff;font-size:24px;margin-right:auto;padding:10px}@media screen and (max-width:1600px){.contact_text{font-size:32px}}@media screen and (max-width:762px){.home_sec_two{flex-direction:column-reverse;padding:100px 10px}.contact_text{min-width:none;text-align:center;width:100%}}@media screen and (max-width:1000px){.contact_sec{display:flex;flex-direction:column}.contact_sec h1{font-size:22px}.form{width:100%}.form button,.form input{font-size:18px}.form button{padding:14px}#message{height:200px}.home_sec_two{border-radius:0 0 0 0}}@-webkit-keyframes mailSentAnimation{0%{opacity:1}50%{height:500px;width:500px}to{opacity:0}}@keyframes mailSentAnimation{0%{opacity:1}50%{height:500px;width:500px}to{opacity:0}}.text-input{flex:1 1;position:relative}.text-input .textInput-label{position:absolute;right:0;top:50%;-webkit-transform:translate(-20px,-50%);transform:translate(-20px,-50%);transition:.2s ease-in-out}.text-input .form-input{align-items:center;display:flex;padding-right:20px}.text-input .inp .label{color:rgba(0,0,0,.5);font-size:16px;font-weight:500;pointer-events:none;position:absolute;right:12px;top:20px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:0 0;transform-origin:0 0;transition:all .2s ease}.text-input .inp .focus-bg{background:rgba(0,0,0,.05);height:100%;left:0;position:absolute;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:-1}.text-input .inp input{-webkit-appearance:none;appearance:none;background:rgba(0,0,0,.02);border:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,.3);color:#000;font-family:inherit;font-size:16px;font-weight:400;height:56px;padding:16px 12px 0;transition:all .15s ease;width:100%}.text-input .inp input:hover{background:rgba(0,0,0,.04);box-shadow:inset 0 -1px 0 rgba(0,0,0,.5)}.text-input .inp input:not(:placeholder-shown)+.label{color:rgba(0,0,0,.5);-webkit-transform:translate3d(0,-12px,0) scale(.75);transform:translate3d(0,-12px,0) scale(.75)}.text-input .inp input:focus{background:rgba(0,0,0,.05);box-shadow:inset 0 -2px 0 #07f;outline:none}.text-input .inp input:focus+.label{color:#07f;-webkit-transform:translate3d(0,-12px,0) scale(.75);transform:translate3d(0,-12px,0) scale(.75)}.text-input .inp input:focus+.label+.focus-bg{-webkit-transform:scaleX(1);transform:scaleX(1);transition:all .1s ease}.text-area{position:relative}.text-area .form-textarea{background:rgba(0,0,0,.02);border:none;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:24px;margin:10px 0;min-height:300px;outline:none;padding:10px;resize:none;width:100%}.text-area .inp .label{color:rgba(0,0,0,.5);font-size:16px;font-weight:500;pointer-events:none;position:absolute;right:12px;top:20px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:0 0;transform-origin:0 0;transition:all .2s ease}.text-area .inp .focus-bg{background:rgba(0,0,0,.05);height:300px;left:0;position:absolute;top:10px;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:-1}.text-area .inp textarea{-webkit-appearance:none;appearance:none;background:rgba(0,0,0,.02);border:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,.3);color:#000;font-family:inherit;font-size:16px;font-weight:400;height:56px;padding:16px 12px 0;transition:all .15s ease;width:100%}.text-area .inp textarea:hover{background:rgba(0,0,0,.04);box-shadow:inset 0 -1px 0 rgba(0,0,0,.5)}.text-area .inp textarea:not(:placeholder-shown)+.label{color:rgba(0,0,0,.5);-webkit-transform:translate3d(0,-12px,0) scale(.75);transform:translate3d(0,-12px,0) scale(.75)}.text-area .inp textarea:focus{background:rgba(0,0,0,.05);box-shadow:inset 0 -2px 0 #07f;outline:none}.text-area .inp textarea:focus+.label{color:#07f;-webkit-transform:translate3d(0,-4px,0) scale(.75);transform:translate3d(0,-4px,0) scale(.75)}.text-area .inp textarea:focus+.label+.focus-bg{-webkit-transform:scaleX(1);transform:scaleX(1);transition:all .1s ease}.clients-logos{align-items:center;display:flex;flex-direction:column;padding:80px 20px;width:100%}.clients-logos .clients-logo-title{font-size:52px;font-weight:700;padding-bottom:22px}@media screen and (max-width:800px){.clients-logos .clients-logo-title{padding-bottom:42px}.clients-logos{padding:0}}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(250px);transform:translateX(250px)}to{-webkit-transform:translateX(1750px);transform:translateX(1750px)}}@keyframes scroll{0%{-webkit-transform:translateX(250px);transform:translateX(250px)}to{-webkit-transform:translateX(1750px);transform:translateX(1750px)}}.clients-logos .slider{background:#fff;margin:auto;overflow:hidden;padding-bottom:40px;position:relative;width:90%}@media screen and (max-width:800px){.clients-logos .slider{width:100%}}.clients-logos .slider:after,.clients-logos .slider:before{background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));content:"";height:300px;position:absolute;width:300px;z-index:2}@media screen and (max-width:800px){.clients-logos .slider:after,.clients-logos .slider:before{height:100px;width:200px}}.clients-logos .slider:after{right:0;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.clients-logos .slider:before{left:0;top:0}.clients-logos .slider .slide-track{-webkit-animation:scroll 40s linear infinite;animation:scroll 40s linear infinite;display:flex;gap:100px;width:4200px}@media screen and (max-width:1200px){.clients-logos .slider .slide-track{gap:20px}}.clients-logos .slider .slide{width:300px}.clients-logos .slider .slide img{height:300px;object-fit:contain;width:300px}@media screen and (max-width:800px){.clients-logos .slider .slide img{height:100px;width:200px}}.clients-talk{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1218px;overflow:hidden;padding:160px 30px 100px 65px}.clients-talk .clients-talk-header{display:flex;flex-direction:column;font-size:52px;font-weight:700;padding-bottom:60px}.clients-talk .clients-talk-comments{display:flex;flex-direction:column;gap:32px;padding-top:24px;width:100%}.clients-talk .clients-talk-comments .comment-show-animation{opacity:1!important;-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.clients-talk .clients-talk-comments .client-comment-card{background-color:hsla(0,0%,100%,.5);border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.4);display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-between;min-height:200px;opacity:.8;padding:12px;position:relative;transition:.2s ease-in-out;width:80%}.clients-talk .clients-talk-comments .client-comment-card .decorator{left:0;opacity:.4;position:absolute}@media screen and (max-width:1000px){.clients-talk .clients-talk-comments .client-comment-card .decorator{display:none}}.clients-talk .clients-talk-comments .client-comment-card .decorator>img{height:200px;object-fit:contain;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:500px}.clients-talk .clients-talk-comments .client-comment-card:nth-child(odd){align-self:flex-end;-webkit-transform:translateX(-140%);transform:translateX(-140%)}.clients-talk .clients-talk-comments .client-comment-card:nth-child(2n){-webkit-transform:translateX(140%);transform:translateX(140%)}.clients-talk .clients-talk-comments .client-comment-card .client-comment-header .client-comment-fullname{align-self:flex-start;font-size:22px;font-weight:700}.clients-talk .clients-talk-comments .client-comment-card .client-comment-header .client-comment-job-title{color:#7e7e7e;font-size:14px}.clients-talk .clients-talk-comments .client-comment-card .client-comment-footer{align-items:center;display:flex;justify-content:space-between}.clients-talk .clients-talk-comments .client-comment-card .client-comment-footer .client-comment-company>img{left:0;max-height:100px;max-width:100px;object-fit:contain;position:absolute;top:0;-webkit-transform:translate(-55%,-55%);transform:translate(-55%,-55%)}.about-hero{position:relative}.about-hero-container{background:url(/static/media/about_cover.d04522e54a942a9fb810.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:80vh;width:100%}.about-banner-text{color:#000;font-size:72px;font-weight:bolder;left:10%;position:relative;text-align:left;top:50%;width:100%}.about-banner-text__mobile{display:none}@media screen and (max-width:1000px){.about-banner-text{display:none}.about-banner-text__mobile{display:flex;justify-content:center}}@media screen and (max-width:800px){.about-hero-container{background:url(/static/media/big_cover_about_mobail.4f27248aec7a5e5fcf02.png);background-position:0}}.about-wrapper{margin:0 auto;padding:30px 0;width:80%}.about-ethics{padding:50px 0}.about-header{color:#00b3c1;font-size:52px;font-weight:bolder;text-align:center}.about-text{font-size:28px;line-height:1.5em;padding:20px 0}.about-vision{padding:50px 0}.about-main-text .main-text{font-weight:bolder}@media screen and (max-width:992px){.about-wrapper{width:90%}.about-header{font-size:42px}.about-text{font-size:24px}}.jobs,.jobs_hero{position:relative}.jobs_hero_container{background:url(/static/media/career_cover.ed7a2f3652c46f28f53e.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:80vh;position:relative;width:100%}.jobs-banner-text{color:#000;font-size:72px;font-weight:bolder;left:10%;position:absolute;text-align:left;top:50%;width:100%}.jobs-banner-text__mobile{color:#fff;display:none;font-size:24px;font-weight:bolder;text-align:center}@media screen and (max-width:700px){.jobs_hero_container{background:url(/static/media/big_cover_career_mobail.234c2da570a1f812d004.png);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:20px;position:relative}}@media screen and (max-width:1000px){.jobs-banner-text{display:none}.jobs-banner-text__mobile{display:flex;justify-content:center}}.jobs-list{align-items:center;display:flex;flex-direction:column;margin:0 auto;padding:100px 0;width:80%}.jobs-list-header{font-size:42px;padding-bottom:10px;text-align:center}.jobs-list-subheader{font-size:32px;text-align:center}.position ul li{font-size:22px}.open-jobs{font-size:24px;padding:60px 0}.position{display:flex;flex-direction:column}.position-title-wrapper{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px}.position-title-wrapper i{cursor:pointer;padding:0 20px}.p-d-title,.p-d-title-des{font-weight:bolder}.p-d-title-des{padding:10px 0}.application form{display:flex;flex-wrap:wrap}.apply-btn-disabled{display:none;transition:.2s ease-in-out}.policy-agreement{font-size:14px}.job-border{background:#000;height:1px;margin:30px 0}.privacy-text{color:#47b1bf;cursor:pointer;text-decoration:underline}.application input{background:#e1e2e2;border:none;border-radius:20px;margin:5px 0;max-width:350px;padding:10px}.policy{margin-bottom:10px}.apply-btn{background-color:aqua;border-radius:10px;color:#fff;padding:5px 10px}@media screen and (max-width:800px){.jobs-list-header{font-size:32px}.jobs-list-subheader{font-size:22px;text-align:center}.application form{flex-direction:column}.open-jobs{font-size:16px}.p-d-title-des-wrapper ul li{font-size:14px}}.MuiDialog-paperWidthSm{max-width:100%!important}.MuiDialog-paperWidthSm p{margin:0 auto;width:90%}@media screen and (max-width:1000px){.MuiDialog-paperWidthSm p{font-size:18px;width:100%}}.select-wrapper{display:flex;flex-wrap:wrap;justify-content:center;padding:20px;width:100%}.filter-item{cursor:pointer;font-size:22px;padding:10px 20px;transition:.2s ease}.filter-item:hover{background:#47b1bf;color:#fff}.active-item{border-bottom:5px solid #47b1bf}@media screen and (max-width:1000px){.filter-item{font-size:18px}.active-item{border-bottom:2px solid #47b1bf}}.contact-hero{position:relative;width:100%}.contact_mobile_cover__mobile{display:none}.contact-hero-container .contact_cover{max-width:100%}.contact-hero-container .contact_mobile_cover__mobile{display:none}.contact-banner-text{font-size:72px;left:5%;position:absolute;top:50%}@media screen and (max-width:1600px){.contact-banner-text{font-size:54px}}@media screen and (max-width:1200px){.contact-hero-container .contact_mobile_cover__mobile{display:block;max-width:100%}.contact_cover{display:none}.contact-banner-text{background-color:#47b1bf;color:#fff;display:inline-block;font-size:22px;left:0;padding:20px 50px;position:relative;text-align:center;width:100%}}.contact-main{display:flex;flex-direction:column;padding:50px 0}.contact_input{background:#c2c2c2}.contact-mail{flex:1 1;padding:0 12px}.form_contactus{display:flex;gap:6px;min-width:50%}@media screen and (max-width:1290px){.cp_title{font-size:26px}}.contact-locations{display:flex;flex:1 1;flex-direction:row}.locations-wrapper{flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:100px 0;width:80%}.location,.locations-wrapper{align-items:center;display:flex}.location{flex-direction:column;font-weight:bolder;justify-content:center;min-height:100px;min-width:100px}.location-title{font-size:24px}.location-address{font-weight:400}.location i{color:#47b1bf;font-size:52px}@media screen and (max-width:1290px){.location-title{font-size:20px}.location-address{font-size:14px}.location i{font-size:32px}}@media screen and (max-width:800px){.locations-wrapper{display:flex;width:60%}.location-title{font-size:16px}.location-address{font-size:14px}.location-p-number{font-size:12px}.location i{font-size:22px}}.footer{background-color:#707070;color:#fff;position:relative}.footer_wrapper{display:flex;flex-wrap:wrap;height:100%;justify-content:space-between;margin:50px auto 0;padding:80px;width:80%}.footer ul li{font-size:18px;list-style-type:none;margin:10px 0}.footer ul .footer_item:hover{color:#272525;cursor:pointer}#footer_title{font-size:24px;font-weight:700}.footer-call a{align-items:center;display:flex;flex-direction:column}.col{padding:0 40px}.footer-call li{font-weight:bolder}.footer-call i{color:#000;font-size:22px}.dev-credit{bottom:20px;direction:ltr;left:20px;position:absolute}.dev-credit span{font-size:14px;font-weight:lighter}.dev-credit span a{text-decoration:underline}@media screen and (max-width:800px){.footer_wrapper{padding:40px 0;width:100%}#footer_title{font-size:20px}.footer_wrapper ul li{font-size:14px}.dev-credit span{font-size:10px}}.intro-container{background:#fff;height:100vh;position:fixed;top:0;width:100vw;z-index:10000}.intro-container .intro-banner{-webkit-animation:introAnim 2s forwards;animation:introAnim 2s forwards;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.intro-banner img{width:400px}.intro-container .welcome{font-size:52px;text-align:center}@-webkit-keyframes introAnim{0%{opacity:1}to{opacity:0}}@keyframes introAnim{0%{opacity:1}to{opacity:0}}@media screen and (max-width:600px){.intro-banner img{width:300px}}
/*# sourceMappingURL=main.753d35d6.css.map*/