@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Roboto:400,700";@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{box-shadow:0 0 #515def66}50%{box-shadow:0 0 0 12px #515def00}}*{padding:0;margin:0;box-sizing:border-box}header{display:flex;width:100%;height:80px;align-items:center;padding:0 60px;gap:60px;position:sticky;top:0;z-index:100;background-color:#515deff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 20px #0003}header picture{padding-left:0;flex-shrink:0}header picture img{height:36px;width:auto}header nav{width:100%}header ul{display:flex;align-items:center;list-style:none;gap:40px;width:100%}header ul li:nth-child(6){margin-left:auto;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;height:44px;border:2px solid white;background-color:transparent;border-radius:4px;transition:background-color .25s ease,color .25s ease}header ul li:nth-child(6):hover{background-color:#fff}header ul li:nth-child(6):hover a{color:#515def;text-decoration:none}header ul a{text-decoration:none;color:#ffffffd9;padding:4px 0;font-weight:400;font-size:15px;position:relative;transition:color .2s ease}header ul a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#fff;transition:width .25s ease}header ul a:hover{color:#fff;text-decoration:none}header ul a:hover:after{width:100%}div.hero{display:flex;flex-direction:column;padding:100px 60px 80px;min-height:calc(100vh - 80px);justify-content:center;max-width:700px}div.hero p:first-child{display:inline-flex;align-items:center;gap:8px;width:auto;height:auto;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#ffffffb3;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:6px 16px;border-radius:30px;margin-bottom:24px;animation:fadeInLeft .6s ease both}div.hero p:first-child:before{content:"✦";color:#fff9}div.hero h1{width:100%;height:auto;margin-top:0;margin-bottom:24px;font-size:clamp(42px,5vw,72px);color:#fff;line-height:1.1;font-weight:800;letter-spacing:-1px;animation:fadeInUp .7s ease .15s both}div.hero p:not(:first-child):not(:last-child){font-size:18px;width:100%;height:auto;color:#ffffffb8;line-height:1.7;animation:fadeInUp .7s ease .3s both}div.hero nav.botton2{width:auto;height:auto;background-color:transparent;display:flex;align-items:center;margin-top:40px;gap:20px;animation:fadeInUp .7s ease .45s both}div.hero nav.botton2 button{font-size:16px;font-family:Poppins,sans-serif;font-weight:700;width:auto;height:auto;padding:14px 36px;color:#515def;background-color:#fff;border:none;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}div.hero nav.botton2 button:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0003;background-color:#f0f0ff}div.hero nav.botton2 button:active{transform:translateY(-1px)}div.hero nav.botton2 img{width:42px;height:42px;opacity:.8;transition:opacity .2s,transform .2s;cursor:pointer}div.hero nav.botton2 img:hover{opacity:1;transform:translate(5px)}section{display:flex;width:100%;height:auto;gap:0;background-color:#fff;margin-top:0;padding:60px;box-shadow:0 -4px 30px #00000014}section div{flex:1;height:auto;padding:0 32px;border-right:1px solid #eeeeee;transition:transform .25s ease}section div:last-child{border-right:none}section div:hover{transform:translateY(-4px)}section div picture{width:52px;height:52px;display:block}section div picture img{width:52px;height:52px;object-fit:contain}section div h3{font-size:17px;font-weight:700;margin-top:20px;margin-bottom:10px;width:100%;color:#1a1a1a}section div p{font-size:15px;color:#909090;width:100%;line-height:1.6}html *{font-family:Poppins}body{overflow-x:hidden;background-color:#515def}@media(max-width:768px){body{background-size:100% 40%;background-position:top center}header{width:100%;height:auto;flex-direction:column;gap:20px;padding:20px}header picture{padding-left:0}header nav{width:100%}header ul{flex-wrap:wrap;gap:16px;justify-content:center}header ul li:nth-child(6){margin-left:0}div.hero{padding-left:20px;padding-right:20px;margin-top:200px}div.hero h1{width:100%;height:auto;font-size:36px;line-height:42px}div.hero p{width:100%;height:auto;font-size:16px}div.hero nav{width:100%;height:auto;padding:16px}div.hero nav button{font-size:18px;width:auto}section{width:100%;height:auto;flex-direction:column;gap:32px;padding:24px;margin-top:24px}section div{width:100%;height:auto}section div h3{width:100%}section div p{width:100%}}@media(max-width:480px){div.hero{margin-top:260px}div.hero h1{font-size:28px;line-height:34px}div.hero p{font-size:14px}}body{overflow-x:hidden;max-width:100%;background-image:linear-gradient(to right,#515deff7 45%,#282f96d1 65%,#1418508c),url(/assets/smiling-creative-business-team-discussing-over-lap-566JQTQ%201-DJ3nA3MH.png);background-repeat:no-repeat;background-position:right top;background-size:cover;background-attachment:fixed;min-height:100vh}
