.background{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;z-index:-100;width:100%;height:100vh;top:0;left:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;background-color:#010c0e}.background.fixed{position:fixed}.background .circle-gradient{display:flex;width:100%;height:100vh;opacity:.7;background:radial-gradient(circle at top right,rgba(0,95,100,.5) 20%,rgba(0,95,100,.1) 100%)}.background .squares{opacity:.75}.background .squares .square{display:flex;position:absolute;background-color:#005f64}.background .squares .square:first-child{width:8rem;height:8rem;top:5rem;right:0;opacity:.11;border-radius:.6rem;transform:translateX(42%) rotate(30deg)}.background .squares .square:nth-child(2){width:5rem;height:5rem;top:5rem;right:0;opacity:.18;border-radius:.35rem;transform:translateX(-30%) translateY(120%) rotate(68deg)}.background .squares .square:nth-child(3){width:3rem;height:3rem;top:5rem;right:0;opacity:.25;border-radius:.5rem;transform:translateX(-30%) translateY(450%) rotate(8deg)}.background .squares .square:nth-child(4){width:15rem;height:15rem;bottom:0;right:0;opacity:.1;border-radius:.5rem;transform:translateX(30%) translateY(35%) rotate(17deg)}.background .squares .square:nth-child(5){width:7rem;height:7rem;bottom:0;right:0;opacity:.2;border-radius:.5rem;transform:translateX(20%) translateY(-100%) rotate(-10deg)}.background .squares .square:nth-child(6){width:4rem;height:4rem;bottom:0;right:0;opacity:.08;border-radius:.5rem;transform:translateX(-330%) translateY(10%) rotate(-36.5deg)}.background .squares .square:nth-child(7){width:5rem;height:5rem;bottom:0;right:0;opacity:.15;border-radius:.5rem;transform:translateX(-60%) translateY(50%) rotate(5deg)}.background .squares .square:nth-child(8){width:8rem;height:8rem;bottom:0;left:0;opacity:.1;border-radius:.5rem;transform:translateX(190%) translateY(50%) rotate(-12deg)}.background .squares .square:nth-child(9){width:8rem;height:8rem;bottom:0;left:0;opacity:.3;border-radius:.5rem;transform:translateX(-70%) translateY(-50%) rotate(-30deg)}.background .squares .square:nth-child(10){width:6rem;height:6rem;bottom:0;left:0;opacity:.12;border-radius:.5rem;transform:translateX(120%) translateY(-120%) rotate(-8deg)}.background .squares .square:nth-child(11){width:4.5rem;height:4.5rem;bottom:0;left:0;opacity:.2;border-radius:.5rem;transform:translateX(240%) translateY(-100%) rotate(32deg)}.background .squares .square:nth-child(12){width:7rem;height:7rem;bottom:0;left:0;opacity:.1;border-radius:.5rem;transform:translateX(-50%) translateY(-600%) rotate(109deg)}.background .squares .square:nth-child(13){width:4rem;height:4rem;bottom:0;left:0;opacity:.15;border-radius:.5rem;transform:translateX(-20%) translateY(-980%) rotate(40deg)}.info-banner-container{width:100%}.info-banner-container,.info-banner-container .info-banner{display:flex;justify-content:center;transition:all .15s ease}.info-banner-container .info-banner{flex-direction:row;align-items:center;gap:1rem;border-radius:.5rem;padding:1rem 3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none;background:#ffd740;width:-moz-fit-content;width:fit-content}.info-banner-container .info-banner>*{font-weight:500;color:#000!important}.info-banner-container .info-banner:hover{cursor:pointer;transform:scale(1.025) translateY(-2px);box-shadow:0 .25rem 1.5rem .2rem rgba(0,0,0,.1)}div.home-container{flex-direction:column;z-index:2}.home-header,div.home-container{display:flex;justify-content:center;align-items:center;width:100%}.home-header{flex-direction:row;min-height:calc(100vh - 5rem);gap:10rem;padding:0 20vw}.home-header img{display:flex;position:unset!important;object-fit:contain;height:20rem!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;transition:all .25s ease;filter:drop-shadow(.6rem .75rem 1rem rgba(1,12,14,.4));opacity:0;animation:img-entry .75s ease .1s both}@keyframes img-entry{0%{opacity:0;transform:translateX(-5vw)}to{opacity:1;transform:translateX(0)}}.home-header h1{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:6rem;line-height:6.5rem;font-weight:700;color:#d2e6d7;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;background-image:-webkit-linear-gradient(45deg,#d2e6d7,#005f64);background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent;filter:drop-shadow(.6rem .75rem 1rem rgba(1,12,14,.4));transition:all .25s ease .1s;animation:title-entry 1s ease .2s both}@keyframes title-entry{0%{opacity:0;transform:translateX(5vw)}to{opacity:1;transform:translateX(0)}}@media(max-width:1600px){.home-header{flex-direction:column;gap:2rem;max-width:800px;padding:unset}.home-header img{height:16rem!important;padding:0 20vw}.home-header h1{text-align:center;font-size:5rem;line-height:5.5rem;padding:0 10vw;background-image:-webkit-linear-gradient(290deg,#d2e6d7,#0f8288)}}@media(max-width:600px){.home-header img{height:13rem!important}.home-header h1{font-size:3rem;line-height:3.5rem}}.home-container section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;gap:2rem;padding:0 2rem}.home-container section h2{font-size:2.5rem;font-weight:700;color:#fff}.home-container section .cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;width:100%;gap:1rem}.home-container section .cards .home-card,.home-container section .cards .home-card-container{display:flex;flex:1 1}.home-container section .cards .card{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:.5rem;flex:1 1;padding:2rem;min-height:12rem;transition:all .15s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none;background:linear-gradient(161deg,hsla(0,0%,100%,.05),rgba(45,103,106,.5))}.home-container section .cards .card:hover{transform:scale(1.025) translateY(-2px);box-shadow:0 .25rem 1.5rem .2rem rgba(0,0,0,.1)}.home-container section .cards .card .card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.home-container section .cards .card .title{font-size:1.2rem;font-weight:700;color:#fff;text-align:center}.home-container section .cards .card .icon{font-size:2.5rem}.header-video{display:flex;flex-direction:column;width:100%;height:auto}.header-video video{position:relative;width:100%;height:100vh;object-fit:cover;z-index:1;-webkit-mask-image:linear-gradient(180deg,transparent 2.5rem,rgba(0,0,0,.8));mask-image:linear-gradient(180deg,transparent 2.5rem,rgba(0,0,0,.8));animation:video-entry .5s ease-in-out both}.header-video .points{display:flex;position:absolute;width:100%;height:100%;background-size:200px;background:repeat url(/_next/static/media/point.ff21eef0.png);-webkit-mask-image:linear-gradient(180deg,transparent 2.5rem,#000);mask-image:linear-gradient(180deg,transparent 2.5rem,#000);z-index:2}.header-video #header-video-background{z-index:calc(-100 + 1)}.header-video .content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-top:5rem;position:absolute;z-index:10}@keyframes video-entry{0%{opacity:0}to{opacity:1}}.header-video.fixed video{position:fixed;top:0}.header-video.fixed .content{position:static}div.custom-space-element{display:flex;width:100%;justify-content:center;align-items:center;height:1rem}div.custom-ahead-id{position:absolute;transform:translateY(-5rem)}