body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.container{background-color:#2a2a72;display:flex;flex-direction:column;min-height:100vh;text-align:center}.cloud,.cubes,.pc{width:800px}.cloud-pc{display:grid;position:relative}.cloud-pc .pc,.cubes{-webkit-animation:slide 5s ease-in-out infinite;animation:slide 5s ease-in-out infinite;position:absolute;z-index:1}.footer{align-items:center;background-color:#005fab;color:#fff;display:flex;height:50px;justify-content:space-around}.footer .name-link{color:#fff;font-weight:500;text-decoration:underline}#shadow-1{bottom:75px;left:42px}#shadow-1,#shadow-2{-webkit-animation:shadow 5s ease-in-out infinite;animation:shadow 5s ease-in-out infinite;position:absolute}#shadow-2{bottom:30px;left:230px}#shadow-3{-webkit-animation:shadow 5s ease-in-out infinite;animation:shadow 5s ease-in-out infinite;position:absolute;right:40px;top:100px}@-webkit-keyframes slide{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes shadow{0%{-webkit-transform:scale(100%);transform:scale(100%)}50%{-webkit-transform:scale(90%);transform:scale(90%)}to{-webkit-transform:scale(100%);transform:scale(100%)}}@keyframes shadow{0%{-webkit-transform:scale(100%);transform:scale(100%)}50%{-webkit-transform:scale(90%);transform:scale(90%)}to{-webkit-transform:scale(100%);transform:scale(100%)}}@media screen and (max-width:1370px){.cloud,.cubes,.pc{width:600px}#shadow-1{bottom:58px;left:32px;width:43px}#shadow-2{bottom:25px;left:174px;width:43px}#shadow-3{right:32px;top:75px;width:43px}}@media screen and (max-height:590px){.home{margin-top:100px}}@media screen and (max-width:1200px){.page-container{flex-direction:column}.home-title{margin-top:120px}}@media screen and (max-width:600px){.footer{flex-direction:column;height:80px}.cloud,.cubes,.pc{width:400px}#shadow-1{bottom:40px;left:21px;width:28px}#shadow-2{bottom:18px;left:116px;width:28px}#shadow-3{right:22px;top:49px;width:28px}}@media screen and (max-width:450px){.footer{flex-direction:column;height:80px}.cloud,.cubes,.pc{width:350px}#shadow-1{bottom:35px;left:17px;width:28px}#shadow-2{bottom:16px;left:100px;width:28px}#shadow-3{right:17px;top:40px;width:28px}.footer span{width:80%}}@media screen and (max-width:350px){.cloud,.cubes,.pc{width:280px}#shadow-1{bottom:29px;left:14px;width:22px}#shadow-2{bottom:13px;left:80px;width:22px}#shadow-3{right:14px;top:32px;width:22px}.footer span{font-size:14px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:space-around;position:fixed;width:100%;z-index:3}.box-logo,.header{align-items:center;display:flex}.box-logo{justify-content:center}.box-logo span{color:#fff;font-size:20px;font-weight:500;text-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px;text-transform:uppercase}.logo{padding:10px;width:50px}.nav-list{align-items:center;display:flex;justify-content:space-around;list-style-type:none;padding:0;text-transform:uppercase;width:500px}.nav-item{border-bottom:2px solid transparent;color:#fff;cursor:pointer;font-size:20px;font-weight:500;position:relative;text-decoration:none;text-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px}.nav-item:after{background-color:#fff;content:"";display:block;height:.1em;position:absolute;transition:all .25s ease-in-out;width:0}.nav-item:hover:after{width:100%}.underlined{border-bottom:2px solid #fff}.burger-icon{color:#fff;font-size:32px}.mobile{flex-direction:column}.nav-mobile{display:none}@media screen and (max-width:1200px){.logo{width:40px}.box-logo span,.nav-item{font-size:18px}.nav-item:after{display:none}}@media screen and (max-width:790px){.logo{width:30px}.box-logo span{font-size:16px}.nav,.nav-list{width:100%}}@media screen and (max-width:450px){.nav-item{font-size:12px}}.page-container{color:#fff;display:flex;justify-content:space-around;min-height:100vh;position:relative}.home{align-items:center;background-image:linear-gradient(#2a2a72,#009ffd 74%)}.home-title{color:#fff;flex-direction:column;font-size:20px;text-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px;text-transform:uppercase;width:500px}.home-btn,.home-title{align-items:center;display:flex;transition:all .4s ease}.home-btn{border:2px solid transparent;cursor:pointer;justify-content:space-around;padding:12px;width:55%}.btn-icon{transition:all .4s ease}.home-btn:hover{border:2px solid #fff}.home-btn:hover .btn-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:all .4s ease}.home-title span{font-size:18px}.title{font-size:24px;margin-top:5%;text-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px;text-transform:uppercase;z-index:2}.title h1{border-bottom:3px solid #fff;font-weight:500}.shape{position:absolute;top:0;z-index:1}@media screen and (max-width:1370px){.home-title{font-size:18px}.home-btn{width:48%}.home-btn,.home-title span{font-size:16px}}@media screen and (max-width:600px){.home-title{font-size:16px;width:400px}.home-btn{width:52%}.home-btn,.home-title span{font-size:14px}}@media screen and (max-width:450px){.home-title{font-size:12px;width:300px}.home-btn{font-size:10px;width:60%}.home-title span{font-size:12px}}@media screen and (max-width:330px){.home-title{font-size:10px;width:80%}.home-btn{font-size:8px;width:48%}.home-title span{font-size:10px}}.about-container{background-color:#0071cc;color:#fff;flex-direction:column;min-height:100vh;position:relative}.about{display:flex;justify-content:left}.about .title{margin-left:250px;margin-top:150px}.about-content{align-items:center;display:flex;height:100%;justify-content:space-around;margin-top:100px}.about-text{font-size:20px;text-align:justify;width:600px}.services-title{font-size:24px;font-weight:500}.services{flex-wrap:wrap;width:600px}.services,.services .wrap{display:flex;justify-content:center}.services .wrap{align-items:center;background-color:#fff;border-radius:50%;height:30px;max-width:30px;padding:40px}.services .icon{align-items:center;display:flex;flex-direction:column;margin-top:20px;min-width:170px}.services img{-webkit-filter:invert(31%) sepia(99%) saturate(5386%) hue-rotate(193deg) brightness(97%) contrast(103%);filter:invert(31%) sepia(99%) saturate(5386%) hue-rotate(193deg) brightness(97%) contrast(103%);height:60px;width:60px}.services-names{font-size:20px;margin-top:10px;text-align:center}.about-content .services-more{align-items:center;display:flex;justify-content:center}@media screen and (max-width:1370px){.services-title{font-size:20px}.services{width:450px}.services .wrap{height:10px;width:10px}.services .icon{min-width:140px}.services img{height:40px;width:40px}.about-content{margin-top:40px}.about-text{font-size:18px;width:500px}.about .title h1{font-size:28px}}@media screen and (max-width:1200px){.services-title{font-size:18px}.services{width:420px}.services .wrap{height:5px;width:5px}.about-content{flex-direction:column}.about-container .content-first{align-items:center;display:flex;flex-direction:column}.about-text{width:80%}.about .title h1{font-size:24px}.about{justify-content:center}.about .title{margin-left:0;margin-top:200px}}@media screen and (max-width:790px){.about{justify-content:center}.about .title{margin-left:0}}@media screen and (max-width:600px){.about .title h1{font-size:20px}.about .title{margin-top:100px}.about-text{font-size:16px}.services{width:450px}.services .wrap{height:2px;width:2px}.services img{height:30px;width:30px}.services .icon{min-width:120px}.services-names{font-size:16px}}@media screen and (max-width:450px){.about .title h1{font-size:18px}.services{width:300px}.services-names{font-size:14px}}@media screen and (max-width:330px){.about .title h1{font-size:16px}.about-text{font-size:14px}.services-title{font-size:16px}.services-names{font-size:12px}.services .wrap{padding:30px}}.mission-container{background-color:#009ffd;color:#fff;flex-direction:column;min-height:100vh;position:relative}.mission{display:flex;justify-content:right}.mission .title{margin-right:350px;margin-top:150px}.mission-content{align-items:center;display:flex;height:100%;justify-content:space-around;margin-top:100px}.mission-text{font-size:20px;text-align:justify;width:600px}.values-title{font-size:24px;font-weight:500}.values{display:flex;flex-wrap:wrap;justify-content:space-between;width:600px}.values .wrap{background-color:#fff;border-radius:50%;height:30px;justify-content:center;padding:40px;width:30px}.values .icon,.values .wrap{align-items:center;display:flex}.values .icon{flex-direction:column;margin-top:20px;min-width:170px}.values-names{font-size:20px;margin-top:10px;text-align:center}.values img{-webkit-filter:invert(43%) sepia(30%) saturate(5090%) hue-rotate(180deg) brightness(106%) contrast(102%);filter:invert(43%) sepia(30%) saturate(5090%) hue-rotate(180deg) brightness(106%) contrast(102%);width:60px}@media screen and (max-width:1370px){.values-title{font-size:20px}.values{width:450px}.values .wrap{height:10px;width:10px}.values .icon{min-width:140px}.values img{height:40px;width:40px}.mission-content{margin-top:40px}.mission-text{font-size:18px;width:500px}.mission .title h1{font-size:28px}}@media screen and (max-width:1200px){.values-title{font-size:18px}.values .wrap{height:5px;width:5px}.mission-content{flex-direction:column}.mission-container .content-first{display:flex;flex-direction:column;order:1}.mission-container .content-second{display:flex;justify-content:center;order:0}.mission-text{width:80%}.mission .title h1{font-size:24px}.mission{justify-content:center}.mission .title{margin-right:0;margin-top:200px}}@media screen and (max-width:600px){.mission .title h1{font-size:20px}.mission .title{margin-top:100px}.mission-text{font-size:16px}.values{width:380px}.values .wrap{height:2px;width:2px}.values img{height:30px;width:30px}.values .icon{min-width:120px}.values-names{font-size:16px}}@media screen and (max-width:450px){.mission .title h1{font-size:18px}.values{width:250px}.values-names{font-size:14px}}@media screen and (max-width:330px){.mission .title h1{font-size:16px}.mission-text{font-size:14px}.values-title{font-size:16px}.values-names{font-size:12px}.values .wrap{padding:30px}}.contact{display:flex;justify-content:left}.contact .title{margin-left:250px;margin-top:150px}.contact-container{background-color:#0071cc;color:#fff;flex-direction:column;min-height:90vh;position:relative}.contact-content{justify-content:space-around}.contact-content,.contact-form{align-items:center;display:flex}.contact-form{flex-direction:column;height:420px;justify-content:space-between;margin-top:30px;position:relative;width:500px}.contact-form input{height:30px;padding:8px}.contact-form textarea{box-sizing:border-box;height:130px;padding:8px;resize:none;width:100%}input,textarea{background-color:#005fab;border:none;color:#fff;font-size:18px;outline:none;transition:all .4s ease}.input-default{border-bottom:2px solid #009ffd}.error{border-bottom:2px solid rgba(255,0,0,.8)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:18px}input::placeholder,textarea::placeholder{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:18px}.contact-form .upper-line{display:flex;justify-content:space-between;margin-top:20px;width:100%}.contact-form button{align-items:center;background-color:#005fab;border:2px solid #009ffd;color:#fff;cursor:pointer;display:flex;font-size:18px;justify-content:center;min-height:45px;padding:10px;transition:all .4s ease;width:130px}.contact-form button:disabled{opacity:1;pointer-events:none}.contact-form button:hover{background-color:#009ffd}.contact-form .form-text{font-size:20px;width:550px}.contact-form .loading{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.contact-form .error-text{font-size:18px;transition:all .4s ease}.contact-form .none-error{color:transparent;font-size:18px;min-height:24px}.contact-info{display:flex;flex-direction:column}.contact-title{font-weight:400}.social-media{align-items:center;display:flex;font-size:30px;justify-content:space-between;width:350px}.trace{background-color:#fff;height:1px;width:50px}.social-media a{color:#fff;text-decoration:none}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width:1370px){.contact-form .form-text{font-size:18px}.contact-form{width:450px}.upper-line .email,.upper-line .name{width:43%}.contact .title h1{font-size:28px}.contact-title{font-size:20px}.social-media{font-size:25px;width:300px}}@media screen and (max-width:1200px){.contact-form .form-text{font-size:16px;width:100%}.contact-form{height:400px;margin-top:0}.contact-content{flex-direction:column}.contact .title h1{font-size:24px}.contact-form .error-text{font-size:16px}.contact-form textarea{height:100px}.contact-info{margin-bottom:20px;margin-top:20px}.social-media{font-size:20px;width:280px}.contact{justify-content:center}.contact .title{margin-left:0;margin-top:200px}}@media screen and (max-width:600px){.contact-form{width:80%}.contact .title{margin-top:100px}.contact .title h1{font-size:20px}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{font-size:14px}input,input::placeholder,textarea::placeholder{font-size:14px}.contact-form button{font-size:14px;width:100px}}@media screen and (max-width:450px){.contact .title h1{font-size:18px}}@media screen and (max-width:330px){.contact-form .form-text{font-size:14px}.social-media{width:200px}.contact-title,.social-media{font-size:16px}.upper-line .email,.upper-line .name{width:40%}}
/*# sourceMappingURL=main.f5c9d21d.css.map*/