.loader{position:relative;border-radius:10px}.loader div{width:8%;height:24%;background:#fff;position:absolute;left:50%;top:30%;opacity:0;border-radius:50px;box-shadow:0 0 3px rgba(0,0,0,.2);animation:fade458 1s linear infinite}@keyframes fade458{0%{opacity:1}to{opacity:.25}}.loader .bar1{transform:rotate(0deg) translateY(-130%);animation-delay:0s}.loader .bar2{transform:rotate(30deg) translateY(-130%);animation-delay:-1.1s}.loader .bar3{transform:rotate(60deg) translateY(-130%);animation-delay:-1s}.loader .bar4{transform:rotate(90deg) translateY(-130%);animation-delay:-.9s}.loader .bar5{transform:rotate(120deg) translateY(-130%);animation-delay:-.8s}.loader .bar6{transform:rotate(150deg) translateY(-130%);animation-delay:-.7s}.loader .bar7{transform:rotate(180deg) translateY(-130%);animation-delay:-.6s}.loader .bar8{transform:rotate(210deg) translateY(-130%);animation-delay:-.5s}.loader .bar9{transform:rotate(240deg) translateY(-130%);animation-delay:-.4s}.loader .bar10{transform:rotate(270deg) translateY(-130%);animation-delay:-.3s}.loader .bar11{transform:rotate(300deg) translateY(-130%);animation-delay:-.2s}.loader .bar12{transform:rotate(330deg) translateY(-130%);animation-delay:-.1s}*{box-sizing:border-box;padding:0;margin:0}body{margin:0!important;pointer-events:auto!important}:root{background:#f1faee}a{color:inherit;text-decoration:none}@keyframes ping-custom{75%,to{transform:scale(1.2);opacity:.7}}.animate-ping-custom{animation:ping-custom 1s cubic-bezier(0,0,.2,1) infinite}@keyframes bounce{0%,to{transform:translateY(-22%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-custom-bounce{animation:bounce 1s infinite}.gradient-border-button{background:linear-gradient(135deg,#10a5b2,#f7a072,#10a5b2);padding:1px;display:inline-flex;border-radius:50px;animation:rotate-gradient 5s linear infinite;background-size:200% 200%}.gradient-border-button>div{background:#e0f2f1;border-radius:50px;width:100%;text-align:center}.linearGradientLine{background:linear-gradient(90deg,#1d2773,#3d54ff)}@keyframes rotate-gradient{0%{background-position:0 50%}to{background-position:100% 50%}}@media screen and (max-height:651px){.text-1{font-size:66px;line-height:66px}.text-2{font-size:58px;line-height:58px;padding-bottom:13px}.controls{top:470px}}@media screen and (max-height:620px){.wraper{top:33%}.text-1{font-size:64px;line-height:64px}.text-2{font-size:52px;line-height:52px;padding-bottom:13px}.controls{top:420px}}@media screen and (max-height:570px){.wraper{top:36%}.text-1{font-size:60px;line-height:60px}.text-2{font-size:50px;line-height:50px;padding-bottom:13px}.controls{top:370px}}@media screen and (max-height:530px){.wraper{top:32%}.text-1{font-size:60px;line-height:60px}.text-2{font-size:50px;line-height:50px;padding-bottom:13px}.controls{top:340px}}@media screen and (max-height:495px){.wraper{top:28%}.text-1{font-size:56px;line-height:56px}.text-2{font-size:50px;line-height:50px;padding-bottom:13px}.controls{top:310px}}@media screen and (max-height:760px) and (max-width:500px){.heroimg{max-height:450px}.wrapper{top:28%}.text-1{font-size:50px;line-height:50px;width:80vw}.text-2{font-size:40px;line-height:40px;padding-bottom:15px}.controls{top:315px}.heroimg{max-height:440px}}@media screen and (max-height:750px) and (max-width:500px){.wrapper{top:28%}.text-1{font-size:50px;line-height:50px;width:75vw}.text-2{font-size:40px;line-height:40px;padding-bottom:15px}.controls{top:315px}.heroimg{max-height:400px}}@media screen and (max-height:732px) and (max-width:500px){.wrapper{top:28%}.text-1{font-size:46px;line-height:46px;width:70vw}.text-2{font-size:40px;line-height:40px;padding-bottom:15px}.controls{top:305px}.heroimg{max-height:390px}}@media screen and (max-height:710px) and (max-width:500px){.wrapper{top:28%}.text-1{font-size:46px;line-height:46px;width:100vw}.text-2{font-size:36px;line-height:36px;padding-bottom:15px}.controls{top:265px}.heroimg{max-height:390px}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#888 transparent}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px;-webkit-appearance:none;appearance:none;background:transparent}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#888;border-radius:9999px;border:none}.custom-scrollbar::-webkit-scrollbar-button{display:none;width:0;height:0;background:none}@keyframes anime{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.button{display:flex;border-radius:2.5rem;transition:.5s;background:linear-gradient(90deg,#10a5b2,#f7a072);color:#fff;background-size:200% 200%;animation:anime 10s linear infinite;outline:none;cursor:pointer;border:none}.title{transition:.5s;font-weight:400}.button:hover .title{transform:translateX(37px);animation:fade .5s}.button:hover img{transform:translateX(-115px);scale:1.4}@media screen and (max-width:1024px){.button:hover .title{transform:translateX(24px);animation:fade .5s}.button:hover img{transform:translateX(-79px);scale:1.3}}.gradient-border{--borderWidth:2px;position:relative}.gradient-border:after{content:"";position:absolute;top:calc(-1 * var(--borderWidth));left:calc(-1 * var(--borderWidth));height:calc(100% + var(--borderWidth) * 2);width:calc(100% + var(--borderWidth) * 2);background:linear-gradient(60deg,#10a5b2,#f7a072);border-radius:2.5rem;z-index:-1;animation:animatedgradient 3s ease infinite alternate;background-size:300% 300%}@keyframes animatedgradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.buttons{display:flex;border-radius:2.5rem;background-size:200% 200%;outline:none;cursor:pointer;border:none}.buttons,img{transition:.5s}img{width:25px;height:25px}@keyframes fade{0%{opacity:100%}50%{opacity:20%}to{opacity:100%}}.label{transition:.5s;font-weight:400;background:linear-gradient(90deg,#1d2a76,#364edc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.buttons:hover .label{transform:translateX(37px);animation:fade .5s}.buttons:hover img{transform:translateX(-115px);scale:1.4}@media screen and (max-width:1024px){.buttons:hover .label{transform:translateX(24px);animation:fade .5s}.buttons:hover img{transform:translateX(-79px);scale:1.3}}@font-face{font-family:__ppNeueMontreal_898a01;src:url(/_next/static/media/2fed881517d36dda-s.p.woff) format("woff");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:__ppNeueMontreal_898a01;src:url(/_next/static/media/48a027d31c6a0068-s.p.woff) format("woff");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__ppNeueMontreal_898a01;src:url(/_next/static/media/68e9636680bd6bc3-s.p.woff) format("woff");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__ppNeueMontreal_898a01;src:url(/_next/static/media/ebe18c6a42fd1ed3-s.p.woff) format("woff");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__ppNeueMontreal_898a01;src:url(/_next/static/media/2905b605491ab8a3-s.p.woff) format("woff");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:__ppNeueMontreal_898a01;src:url(/_next/static/media/5bed6981cd8ff685-s.p.woff) format("woff");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:__ppNeueMontreal_Fallback_898a01;src:local("Arial");ascent-override:101.42%;descent-override:25.62%;line-gap-override:0.00%;size-adjust:94.46%}.__className_898a01{font-family:__ppNeueMontreal_898a01,__ppNeueMontreal_Fallback_898a01,system-ui,sans-serif}.__variable_898a01{--font-pp-neue-montreal:"__ppNeueMontreal_898a01","__ppNeueMontreal_Fallback_898a01",system-ui,sans-serif}@font-face{font-family:__birthstone_039cd9;src:url(/_next/static/media/5eabce371da61898-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:__birthstone_Fallback_039cd9;src:local("Arial");ascent-override:149.94%;descent-override:64.71%;line-gap-override:0.00%;size-adjust:63.36%}.__className_039cd9{font-family:__birthstone_039cd9,__birthstone_Fallback_039cd9,cursive}.__variable_039cd9{--font-birthstone:"__birthstone_039cd9","__birthstone_Fallback_039cd9",cursive}@font-face{font-family:__barlow_ef250f;src:url(/_next/static/media/16e3e07271d47096-s.p.ttf) format("truetype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:__barlow_ef250f;src:url(/_next/static/media/3a262070f4407c8a-s.p.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__barlow_ef250f;src:url(/_next/static/media/fb64300f7e8120e3-s.p.ttf) format("truetype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__barlow_ef250f;src:url(/_next/static/media/6c26833e74d7dd5b-s.p.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__barlow_ef250f;src:url(/_next/static/media/af3944704d431f58-s.p.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__barlow_Fallback_ef250f;src:local("Arial");ascent-override:103.13%;descent-override:20.63%;line-gap-override:0.00%;size-adjust:96.96%}.__className_ef250f{font-family:__barlow_ef250f,__barlow_Fallback_ef250f,system-ui,sans-serif}.__variable_ef250f{--font-barlow:"__barlow_ef250f","__barlow_Fallback_ef250f",system-ui,sans-serif}@font-face{font-family:__inter_1361c6;src:url(/_next/static/media/cc27cf3ff100ea21-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:__inter_Fallback_1361c6;src:local("Arial");ascent-override:89.79%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:107.89%}.__className_1361c6{font-family:__inter_1361c6,__inter_Fallback_1361c6,system-ui,sans-serif}.__variable_1361c6{--font-inter:"__inter_1361c6","__inter_Fallback_1361c6",system-ui,sans-serif}