.link-button{position:relative;display:inline-flex;justify-content:center;align-items:center;background-color:transparent;border:1px solid #ffffff;padding:16px 24px;border-radius:32px;color:#fff;text-decoration:none;overflow:hidden;transition:border-color .3s ease,color .3s ease}.link-button:hover{border-color:#3dcfb6;color:#3dcfb6}.link-button.animated{min-width:120px}.link-button.animated span{position:relative;z-index:1;transition:opacity .2s}.link-button.animated:hover span{opacity:0}.link-button.animated:before,.link-button.animated:after{content:attr(data-text);position:absolute;white-space:nowrap;left:0;top:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;color:#3dcfb6}.link-button.animated:hover:before,.link-button.animated:hover:after{opacity:1}.link-button.animated:before{animation:moveText1 2s linear infinite}.link-button.animated:after{animation:moveText2 2s linear infinite}@keyframes moveText1{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes moveText2{0%{transform:translate(100%)}to{transform:translate(0)}}*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#08463b #1c1c1c;scrollbar-width:thin}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{margin:0;padding:0;width:100%;overflow-x:hidden;min-height:100vh}body.menu-open{overflow:hidden!important;height:100vh}h1,h2,h3{margin:0;color:#3dcfb6}button{width:172px;height:48px;border-radius:100px;border:1px solid white;gap:10px;background-color:transparent;color:#fff;font-family:Karla}button:hover{border:2px solid #3DCFB6;cursor:pointer}@font-face{font-display:swap;font-family:Fira Code;font-style:normal;font-weight:400;src:url("./media/fira-code-v22-latin-regular-QEIMMOGQ.woff2") format("woff2")}@font-face{font-display:swap;font-family:Karla;font-style:normal;font-weight:400;src:url("./media/karla-v31-latin-regular-OQJK5M6H.woff2") format("woff2")}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1c1c1c;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#08463b,#1c1c1c);border-radius:10px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#1c1c1c,#08463b)}.section-base{min-height:900px;width:100%;display:flex;justify-content:center;align-items:center;padding:60px 0;overflow:hidden}.content-wrapper-base{max-width:1440px;width:100%;gap:60px;margin:0 40px;color:#fff;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.text-wrapper-base{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}
