@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,900,300,500,600|Work+Sans:500|Noto+Sans:600);.base-window{align-items:center;display:flex;flex-direction:column;margin:130px 3.6vw 40px min(max(15vw,calc(120px + 3.6vw)),calc(150px + 3.6vw))}.base-container{max-width:1300px;width:100%}.base-container.checked>:not(.checked){-webkit-filter:blur(3px);filter:blur(3px)}.base-container .mobile-menu{-webkit-filter:none;filter:none}.hidden{visibility:hidden}.checked.mobile-menu>div{-webkit-transform:scale(1);transform:scale(1);transition-duration:var(--menu-speed)}.checked.mobile-menu>div>div{opacity:1;transition:opacity .4s ease .4s}.mobile-menu{flex:none;flex-direction:column;height:100%;left:0;overflow:hidden;position:fixed;top:80px;width:100%;z-index:2}.mobile-menu,.mobile-menu>div{align-items:center;display:flex;justify-content:center}.mobile-menu>div{background-color:var(--overlay-color);border-radius:50%;flex:none;height:200vh;margin-bottom:80px;-webkit-transform:scale(0);transform:scale(0);transition:all .4s ease;width:200vw}.mobile-menu>div>div{align-items:center;display:flex;flex-direction:column;gap:8vw;max-height:100vh;max-width:90vw;opacity:0;transition:opacity .4s ease}.mobile-menu div>div>a{color:var(--primary-font-color);cursor:pointer;font-size:24px;font-weight:700;text-decoration:none}.mobile-menu>div>div>a:hover{color:var(--primary-color)}@media only screen and (max-width:1040px){.base-window{margin-left:calc(120px + 3.6vw)}}@media only screen and (max-width:768px){.base-window{margin-left:30px;margin-right:30px;margin-top:90px}}@media only screen and (min-width:1500px){.base-window{margin:140px 0 0 160px}}:root{--primary-color:#cb9b51;--primary-btn-color:#3ba246;--secondary-btn-color:#cb9b51;--background-color:linear-gradient(#131212,#242424,#131212);--header-background-color:linear-gradient(#000,#242424);--faq-row-color:#242424;--primary-font-color:#ddd;--secondary-font-color:#3ba246;--overlay-color:rgba(36,36,36,.9);--menu-speed:0.75s}*{box-sizing:border-box;margin:0;padding:0}body{background-image:linear-gradient(#131212,#242424,#131212);background-image:var(--background-color);color:#ddd;color:var(--primary-font-color);font-family:Montserrat;line-height:1.6}.header{background-image:linear-gradient(#000,#242424);background-image:var(--header-background-color);border-bottom:1px solid #cb9b51;border-bottom:1px solid var(--primary-color);height:80px;justify-content:space-between;left:0;overflow-x:hidden;position:fixed;top:0;transition:.5s ease;width:100%;z-index:3}.header,.header-left,.header-right{align-items:center;display:flex;flex-direction:row}.header-left>a{display:flex;justify-content:center}.header-left>a>img{height:35px;margin:0 1rem}.header-right>div{align-items:center;display:flex;flex-direction:row;margin-right:2rem}.header-right>div>img{height:40px;margin-right:.5rem;width:40px}.pricing{font-weight:300}.token{font-weight:600;margin-right:.5rem}.header-right>.btn-app{font-size:large;margin-right:3rem}.btn-app{align-items:center;background-color:#242424;border:1px solid #3ba246;border:1px solid var(--primary-btn-color);border-radius:6px;color:#ddd;color:var(--primary-font-color);cursor:pointer;display:flex;height:50px;justify-content:center;min-width:180px;text-decoration:none;transition:all .2s ease;z-index:1}.btn-app.solid{background-color:#3ba246;background-color:var(--primary-btn-color)}.btn-app.solid.secondary{background-color:#cb9b51;background-color:var(--secondary-btn-color)}.btn-app.secondary{border:1px solid #cb9b51;border:1px solid var(--secondary-btn-color)}.btn-app.secondary:hover{background-color:#cb9b51;background-color:var(--secondary-btn-color)}.btn-app:hover{background-color:#3ba246;background-color:var(--primary-btn-color)}.hamburger-menu{cursor:pointer;display:none;height:30px;margin-left:2.5rem;transition:all .4s ease}.hamburger-menu.checked{display:inline;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header.checked>.header-right,.header.checked>.sidenav{display:none}.sidenav>a:not(.btn-app):hover{color:#cb9b51;color:var(--primary-color)}.sidenav{align-items:center;border-right:1px solid #cb9b51;border-right:1px solid var(--primary-color);display:flex;flex-direction:column;height:100%;left:0;max-width:150px;min-width:120px;overflow-x:hidden;padding-top:100px;position:fixed;top:0;transition:.5s ease;width:12vw;z-index:1}.sidenav>a,.sidenav>h3{color:#ddd;color:var(--primary-font-color);font-size:16px;text-align:center;text-decoration:none}.sidenav>a{cursor:pointer;margin:1rem 0}.sidenav>h3{cursor:default}.sidenav>.pools-logo{height:100px;width:100px}.sidenav>.btn-app{min-width:0;padding:.5rem;width:80%}.footer{flex-direction:column;justify-content:space-between;margin-left:min(max(12vw,100px),150px);margin-top:80px;overflow-x:hidden;transition:.5s ease;width:calc(100% - min(max(12vw, 100px), 150px));z-index:2}.footer,.footer-secured-by{align-items:center;display:flex}.footer-secured-by{flex-direction:row;margin:30px 0}.footer-icon{height:25px;margin-right:10px;width:20px}.footer-logo{height:55px;margin-left:10px;width:150px}.social-media-group{margin-top:1rem}.social-media-group,.social-media-group>a{align-items:center;display:flex;flex-direction:row;justify-content:center}.social-media-icon{height:2.5rem;margin:0 1rem;width:2.5rem}.btn-expand:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.social-media-group>.btn-expand:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.animate-from-left{-webkit-animation:animate-from-left-frames 3s ease 0s 1 normal forwards;animation:animate-from-left-frames 3s ease 0s 1 normal forwards}@-webkit-keyframes animate-from-left-frames{0%{opacity:0;-webkit-transform:scale(1.1) translate(-100px);transform:scale(1.1) translate(-100px)}to{opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}}@keyframes animate-from-left-frames{0%{opacity:0;-webkit-transform:scale(1.1) translate(-100px);transform:scale(1.1) translate(-100px)}to{opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}}.animate-from-right{-webkit-animation:animate-from-right-frames 3s ease 0s 1 normal forwards;animation:animate-from-right-frames 3s ease 0s 1 normal forwards}@-webkit-keyframes animate-from-right-frames{0%{opacity:0;-webkit-transform:scale(1.1) translate(100px);transform:scale(1.1) translate(100px)}to{opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}}@keyframes animate-from-right-frames{0%{opacity:0;-webkit-transform:scale(1.1) translate(100px);transform:scale(1.1) translate(100px)}to{opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}}.animate-from-below{-webkit-animation:animate-from-below-frames 3s ease 0s 1 normal forwards;animation:animate-from-below-frames 3s ease 0s 1 normal forwards}@-webkit-keyframes animate-from-below-frames{0%{opacity:0;-webkit-transform:scale(1.1) translateY(100px);transform:scale(1.1) translateY(100px)}to{opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}}@keyframes animate-from-below-frames{0%{opacity:0;-webkit-transform:scale(1.1) translateY(100px);transform:scale(1.1) translateY(100px)}to{opacity:1;-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}}.fade-in-section{opacity:0;-webkit-transform:translateY(20vh);transform:translateY(20vh);transition:opacity .6s ease-out,-webkit-transform 1.2s ease-out;transition:opacity .6s ease-out,transform 1.2s ease-out;transition:opacity .6s ease-out,transform 1.2s ease-out,-webkit-transform 1.2s ease-out;visibility:hidden;will-change:opacity,visibility}.fade-in-section.is-visible{opacity:1;-webkit-transform:none;transform:none;visibility:visible}@media only screen and (max-width:1050px){.footer{margin-top:30px}}@media only screen and (max-width:768px){.hamburger-menu{display:inline;position:absolute}.header-right,.sidenav{display:none}.header-left{align-items:center;display:flex;flex-direction:row;justify-content:stretch;width:100%}.header-left>a{display:flex;justify-content:center;margin:auto}.header-left>a>img{height:30px;margin:0}.footer{margin-left:0;width:100%}.footer-secured-by>h3{font-size:1rem}.footer-icon{height:18px;width:auto}.footer-logo{height:40px;width:auto}.btn-app{min-width:140px}}@media only screen and (min-width:1620px){.sidenav{width:200px}}.faq{align-items:center;display:flex;flex-direction:column;justify-content:center}.faq>div:not(.faq-sections){margin:20px 0 60px;scroll-margin-top:80px}.faq>div:not(.faq-sections)>h1{font-size:36px;margin-bottom:10px}.faq-sections{align-items:center;display:flex;justify-content:center}.faq-sections>a{color:var(--primary-font-color);cursor:pointer;font-size:36px;margin:1rem;padding-right:2rem;text-align:center;text-decoration:none}.faq-sections>a.lastSection{padding-right:0}.faq-sections>a:not(.lastSection){border-right:2px solid #fff}.faq-sections>a:not(.btn-app):hover{color:var(--primary-color)}.faq-input{opacity:0;position:absolute;z-index:-1}.tabs{border:1px solid var(--primary-color);border-radius:8px;max-width:1300px}.tab,.tabs{overflow:hidden}.tab{color:#ddd;width:100%}.tab-label{background:var(--faq-row-color);border-bottom:1px solid var(--primary-color);cursor:pointer;display:flex;font-size:20px;font-weight:700;justify-content:space-between;padding:1em}.tab-label:hover{background:lighten(var(--faq-row-color),30%);cursor:pointer}.tab-label:after{content:"\276F";height:1em;text-align:center;transition:all .35s;width:1em}.tab-content{background:var(--faq-row-color);color:var(--primary-font-color);font-size:18px;max-height:0;padding:0 1em;transition:all .35s}.tab-close{cursor:pointer;display:flex;font-size:.75em;justify-content:flex-end;padding:1em}.faq-input:checked+.tab-label,.tab-close,.tab-close:hover{background:#555}.faq-input:checked+.tab-label:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.faq-input:checked~.tab-content{border-bottom:1px solid var(--primary-color);max-height:100vh;padding:1em}.tab-label.first-tab{border-top:none}.tab-label.last-tab{border-bottom:none}@media only screen and (max-width:768px){.faq-sections>a{font-size:24px;margin:0 .5rem;padding-right:1rem}.faq>div:not(.faq-sections)>h1{font-size:24px}.tab-label{font-size:1rem}.tab-content{font-size:.9rem}}.hero-content{display:flex;flex:1 1;flex-direction:row;height:-webkit-min-content;height:min-content;margin:0 0 50px;padding:0}.hero-left{align-items:center;justify-content:center;width:65%}.hero-left,.hero-right{display:flex;flex-direction:column}.hero-right{align-items:self-end;justify-content:flex-start;width:480px}.landing-image{-webkit-transform:scale(1.1);transform:scale(1.1);width:100%}.hero-overlap-group{align-items:stretch;background-image:url(/static/media/hero-background.2856bd66109d8d30c8fa.png);background-position:50% 50%;background-size:cover;border:2px solid var(--primary-color);border-radius:16px;box-shadow:0 10px 10px -2px var(--primary-color);display:flex;flex-direction:row;height:100%;justify-content:center;width:100%;z-index:3}.hero-intro{flex:3 1}.hero-tokens{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;margin:120px 20px 40px}.hero-tokens>#hero-scrt{margin-bottom:20px;width:140px}.hero-tokens>#hero-sefi{width:180px}.hero-intro>.bridge-bar{height:40px;margin:0 20px}.hero-title{font-size:2.3rem;margin:.5rem -5rem .6rem 2rem}.hero-text{font-size:1.1rem;margin:0 0 1.75rem 2rem}.hero-stats-container{flex-wrap:wrap;margin:0 -2rem 1.5rem .5rem;width:100%}.hero-stat-group,.hero-stats-container{align-items:center;display:flex;flex-direction:column;position:relative}.hero-stat-group{height:8rem;justify-content:center;margin:0 5px;width:7.2rem}.hero-stat-group:after{background-image:url(/static/media/stat-background.7b99264fa9b8b9f702a5.svg);background-position:50% 50%;background-size:cover;content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-stat{font-size:1rem}.hero-label,.hero-stat{text-align:center;z-index:3}.hero-label{font-size:.8rem}.hero-stats-container>div{width:100%}#hero-stats-row-1{align-items:center;display:flex;flex-direction:row;justify-content:center}#hero-stats-row-2{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.6rem;margin-top:-2rem;padding:0 1rem}#hero-stats-row-3{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:center}.video{border:2px solid var(--primary-color);border-radius:16px;box-shadow:0 10px 10px -2px var(--primary-color);margin-left:2.5rem;max-width:500px;width:calc(100% - 4.5rem)}.video video{border-radius:16px;height:100%;object-fit:contain;width:100%}.hero-use-app{height:35%;margin:2rem 0 2rem 2.5rem;width:calc(100% - 4.5rem)}.hero-use-app-group{align-items:center;background-image:url(/static/media/bridge-background.27777fb1de76e6ed4021.png);background-position:50% 50%;background-size:120%;border:2px solid var(--primary-color);border-radius:16px;box-shadow:0 10px 10px -2px var(--primary-color);display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;width:100%}.hero-use-app-group>div>img{height:5rem;margin:.75rem;width:5rem}.hero-use-app-text{flex:1 1;font-size:1.5rem;letter-spacing:0;line-height:2rem;white-space:nowrap}.hero-cta-group{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:2rem;margin-top:2rem;width:100%}.hero-cta-group>.btn-app{margin:1rem .8rem 0}.btn-icon{height:.8rem;margin-left:.5rem;width:.8rem}.hero-cta-group>.social-media-group{gap:.2rem}@media only screen and (max-width:1200px){.hero-content{flex-direction:column;margin-bottom:50px}.hero-left{margin:0 auto;max-width:850px;width:100%}.hero-right{width:100%}.hero-right>div{margin:1rem auto}.video{width:auto}.background-glow{height:450px;width:450px}.hero-use-app{width:500px}#hero-stats-row-2{justify-content:space-around;padding:0}}@media only screen and (max-width:768px){.hero-use-app-btn{min-width:180px}}@media only screen and (max-width:700px){.hero-cta-group{padding-left:0;padding-right:0}.hero-cta-group>.social-media-group{margin-top:1rem}}@media only screen and (max-width:600px){.hero-overlap-group{flex-direction:column}.hero-tokens{margin-bottom:1rem;margin-top:0}.hero-tokens>#hero-scrt{display:none}.hero-title{margin-right:0}.background-glow{height:85vw;width:100%}.hero-use-app{width:100%}.hero-use-app-text{font-size:1.25rem}.hero-cta-group>.btn-app{margin-left:0;margin-right:0}.hero-cta-group>.btn-app.secondary{margin-right:1rem}}@media only screen and (max-width:400px){.hero-text,.hero-title{margin:.5rem 1rem;text-align:center}.hero-stats-container{margin:1rem 0}.hero-stat-group{height:7rem;margin:0 5px;width:6.3rem}#hero-stats-row-2{margin-top:-1.5rem}.hero-label{font-size:.75rem}}@media only screen and (min-width:1275px){#hero-stats-row-2{justify-content:space-around}}.info-title{color:var(--primary-font-color);font-size:40px;margin:50px auto 2.5rem;text-align:center}.info-group{flex-direction:row;flex-wrap:wrap;justify-content:space-around;margin-bottom:80px}.info-group,.info-point-group{align-items:center;display:flex}.info-point-group{background-image:url(/static/media/bridge-background.27777fb1de76e6ed4021.png);background-position:50% 50%;background-size:1000px;border:2px solid var(--primary-color);border-radius:16px;box-shadow:0 10px 10px -2px var(--primary-color);flex-direction:column;height:400px;justify-content:space-between;margin-bottom:50px;padding:10px 25px 25px;width:300px}.info-point-title{font-size:1.5rem;margin:auto;text-align:center}.info-point-text{font-size:1.1rem;text-align:center}.info-video-rectangle{align-items:flex-start;display:flex;min-height:150px;min-width:150px;z-index:1}.info-lottie{height:100%;object-fit:cover;width:100%;z-index:1}@media only screen and (max-width:768px){.info-group{margin-bottom:40px}}@media only screen and (max-width:600px){.info-title{font-size:1.8rem;margin:1rem 0}}.feature-card-title{margin:20px}.feature-non-first{margin-top:100px}.feature-group{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.hydro-group{background-image:url(/static/media/hydro-background.88743ff97aa760e32f55.png);background-position:50% 50%;background-size:cover;border:2px solid var(--primary-color);border-radius:16px;box-shadow:0 10px 10px -2px var(--primary-color);display:flex;flex-direction:column;max-height:500px;overflow:hidden;width:100%}.hydro-top{align-items:center;display:flex;flex-direction:row;justify-content:center}.hydro-top>img{display:none}.hydro-top>p{font-size:2rem;font-weight:300;padding:20px;text-align:center}.hydro-bottom{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.hydro-bottom>div:not(.hydro-info){flex:2 1}.hydro-info{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.hydro-info>img{margin:40px 20px 20px;width:250px}.hydro-info>a{margin:0 20px 80px;width:180px}.wrap-bridge{max-height:600px;width:48%}.wrap-bridge-group{background-image:url(/static/media/bridge-background.27777fb1de76e6ed4021.png);background-position:50% 50%;background-size:1000px;border:2px solid var(--primary-color);border-radius:16px;box-shadow:0 10px 10px -2px var(--primary-color)}.ibc-group{flex-direction:column;height:400px;justify-content:center}.ibc-group,.ibc-wrap-top{align-items:center;display:flex}.ibc-wrap-top{flex-direction:row;height:100px;justify-content:space-between;margin-left:20px}.ibc-logos{display:flex;flex:1 1;flex-direction:row;justify-content:space-around}.ibc-logos>img{height:60px;width:60px}.ibc-wrap-top>img{flex:1 1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:40%}.ibc-wrap-middle{display:flex;flex-direction:row;justify-content:space-between;margin-top:25px}.ibc-wrap-middle>p{flex:1 1;font-size:18px;margin:auto;padding-left:20px}.ibc-wrap-middle>img{flex:1 1;margin:0 20px;width:225px}.wrap-bridge-group>a{margin:25px 40px;max-width:180px}.bridge-group{display:flex;flex-direction:row;height:400px}.bridge-left,.bridge-right{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.bridge-logos{display:flex;flex-direction:row}.bridge-logos>img:not(.eth){height:40px;margin:10px;width:40px}.bridge-logos>.eth{height:40px;margin:10px;width:30px}.bridge-left>img:not(.bridge-bnb){margin:10px 10px 0;width:80%}.bridge-bnb{height:200px;margin-bottom:20px;width:200px}.bridge-right>img:not(.bridge-bar,.icon){margin:10px;width:70%}.bridge-bar{margin:20px;width:70%}.bridge-right>.icon{height:30px;margin:10px;width:30px}@media only screen and (max-width:1150px){.wrap-bridge-container{flex-direction:column}.wrap-bridge-group>.btn-app{margin:20px auto}.wrap-bridge{margin-bottom:40px;max-height:none;width:100%}.ibc-group{height:100%}.ibc-wrap-middle>img{flex:none;height:250px;margin:20px 40px;width:250px}.bridge-group{height:100%}.feature-card-title{margin:.5rem auto;text-align:center;width:100%}}@media only screen and (max-width:1040px){#hydro-card-title{display:none}.hydro-group{height:500px;justify-content:space-between;margin:auto}.hydro-top{align-items:center;flex-direction:column;justify-content:center}.hydro-top>img{display:inline-block;margin-top:1rem;width:200px}.hydro-top>p{font-size:1.3rem;padding-top:0}.hydro-bottom{flex-direction:column;justify-content:center}.hydro-info>img{display:none}.hydro-info>a{margin-bottom:20px}}@media only screen and (max-width:650px){.btn-ibc-wrap{width:180px}.feature-non-first{margin-top:60px}.hydro-group{height:550px;max-height:550px}.ibc-wrap-middle,.ibc-wrap-top{align-items:center;flex-direction:column}.ibc-wrap-top{height:auto;margin:1rem 0;width:100%}.ibc-wrap-top>img{display:none}.ibc-logos{justify-content:space-around;margin-bottom:20px;width:80%}.ibc-logos>img{height:60px;width:60px}.ibc-wrap-top>img{margin-right:10px;width:80%}.ibc-wrap-middle{margin:auto 20px}.ibc-wrap-middle>p{padding-left:0;text-align:center}.ibc-wrap-middle>img{height:150px;margin:20px 0 0;width:150px}.wrap-bridge-group>.btn-app{margin:20px auto}.bridge-bar,.bridge-bnb{display:none}.bridge-group{align-items:center;flex-direction:column}.bridge-left{margin:.5rem;width:100%}.bridge-left>img{display:none}.bridge-right>img:not(.bridge-bar,.icon){margin:.5rem 0;width:60%}.bridge-right>.icon{margin-bottom:2rem}}
/*# sourceMappingURL=main.646e298f.css.map*/