.hero-wrapper{height:100vh;width:100%;position:relative;padding-top:80px;display:flex;color:#fff}.hero-wrapper .hero{position:relative;z-index:2;padding-top:64px;padding-bottom:64px}@media(min-width:768px){.hero-wrapper .hero{padding-top:128px;padding-bottom:128px}}.hero-wrapper .hero .hero-content{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%}.hero-wrapper .hero-background{position:absolute;inset:0;z-index:1}.hero-wrapper .hero-background:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#000000b3)}.hero-wrapper .hero-background img{width:100%;height:100%;object-fit:cover;object-position:50% 65%}.logo-wrapper{padding:64px;display:flex;justify-content:center;align-items:center}.about-content-wrapper{background-color:#43abdf33;padding-top:64px;padding-bottom:64px}.about-content-wrapper .about-content{display:flex;flex-direction:column;align-items:center}.about-content-wrapper .about-content p.about{text-align:center;max-width:600px}.about-content-wrapper .about-content .icons{display:grid;grid-template-rows:1fr 1fr 1fr;gap:32px;margin-bottom:32px}@media(min-width:1024px){.about-content-wrapper .about-content .icons{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto}}.about-content-wrapper .about-content .icons .icon{padding:16px 32px;border-radius:16px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;align-items:center;background-color:#43abdf33}.about-content-wrapper .about-content .icons .icon .icon-wrapper{padding:32px;border-radius:50%;background-color:#fafdfe;margin-bottom:16px}.about-content-wrapper .about-content .icons .icon h4,.about-content-wrapper .about-content .icons .icon .icon-wrapper{color:#43abdf}.about-content-wrapper .about-content .icons .icon h4,.about-content-wrapper .about-content .icons .icon p{text-align:center}.about-content-wrapper .about-content .icons .icon:nth-of-type(2){background-color:#ff800033}.about-content-wrapper .about-content .icons .icon:nth-of-type(2) h4,.about-content-wrapper .about-content .icons .icon:nth-of-type(2) .icon-wrapper{color:#ff8000}.about-content-wrapper .about-content .icons .icon:nth-of-type(3){background-color:#9150e933}.about-content-wrapper .about-content .icons .icon:nth-of-type(3) h4,.about-content-wrapper .about-content .icons .icon:nth-of-type(3) .icon-wrapper{color:#9150e9}.about-content-wrapper .about-content .buttons{display:flex;flex-direction:column;gap:16px}*,*:before,*:after{box-sizing:border-box}*:not(dialog){margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}html{font-size:18px;background-color:#fafdfe;color:#04141e}body{font-family:Open Sans,sans-serif;background-color:#fafdfe;color:#04141e}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}p{line-height:1.5;margin-bottom:1.5rem}small{font-size:16px}h1,h2,h3,h4,h5,h6{font-family:Josefin Sans,sans-serif;font-weight:700;margin-bottom:1.5rem;line-height:1.1}h1{font-size:3.157rem}h2{font-size:2.369rem;line-height:1.2;margin-bottom:1.25rem}h3{font-size:1.777rem;line-height:1.2;margin-bottom:1rem}h4{font-size:1.333rem;line-height:1.3;margin-bottom:.75rem}h5{font-size:1rem;line-height:1.4;margin-bottom:.5rem}h6{font-size:.75rem;line-height:1.5;margin-bottom:.5rem}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.information-content-wrapper{background-color:#ff800033;padding-top:64px;padding-bottom:64px}.information-content-wrapper .information-content{display:flex;flex-direction:column;align-items:center;gap:32px}.information-content-wrapper .information-content .row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex:1;width:100%;gap:32px}.information-content-wrapper .information-content .row:has(.contact-card){flex-direction:column}@media(min-width:1024px){.information-content-wrapper .information-content .row:has(.contact-card){flex-direction:row}}.information-content-wrapper .information-content .info-card{flex:1;background-color:#fafdfe;padding:48px 64px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 2px 4px #0000001a}@media(min-width:768px){.information-content-wrapper .information-content .info-card{flex-direction:row}}.information-content-wrapper .information-content .info-card ul{list-style-type:none;padding-left:0}.information-content-wrapper .information-content .info-card ul li{display:flex;gap:16px;align-items:center}.information-content-wrapper .information-content .info-card ul li .check{color:#2ecc71}.information-content-wrapper .information-content .contact-card{flex:1;background-color:#43abdf;color:#fafdfe;padding:48px 64px;border-radius:16px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 4px #0000001a}.information-content-wrapper .information-content .contact-card .contact-link{color:#fafdfe;display:flex;align-items:center;gap:16px}.information-content-wrapper .information-content .contact-card p,.information-content-wrapper .information-content .contact-card h3{margin-bottom:0}.information-content-wrapper .information-content .steps-list{flex:2}
