@import url(https://fonts.googleapis.com/css2?family=Bentham&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://unpkg.com/boxicons@latest/css/boxicons.min.css);*,:after,:before{box-sizing:border-box;list-style:none;list-style-type:none;margin:0;padding:0;text-decoration:none}html{box-sizing:inherit;scroll-behavior:smooth}body,html{height:-webkit-fill-available}body{background-color:#0b1d26;color:#5e6282;font-family:Roboto,sans-serif;font-size:16px;font-weight:400}body.overflow-hidden,main{overflow:hidden}a,button{background:none;border:none;box-shadow:none;cursor:pointer;outline:none;text-decoration:none;user-select:none}img,video{display:block;height:auto;max-width:100%;object-fit:cover}h1,h2,h3,h4,h5,h6{font-family:Bentham,serif}.container{max-width:1462px;padding:0 24px}.container,.header{height:auto;margin:0 auto}.header{left:0;position:fixed;top:0;transition:all .35s ease;width:100%;z-index:10}.header__container{padding:0 24px;width:100%}.header.on-scroll{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:rgba(11,29,38,.25)}.header__navbar{box-shadow:0 .5rem 1rem rgba(0,0,0,.15),inset 0 -1px 0 hsla(0,0%,100%,.15);padding:20px 0;transition:all .4s ease-in-out;width:100%}.header__navbar .header__container{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.brand svg{max-width:65px}.menu{background-color:#0b1d26;height:100vh;left:0;overflow:hidden;padding:0;position:fixed;top:0;transform:translateX(-150%);transition:all .4s ease-in-out;width:320px;z-index:10}.menu__header{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.2);display:flex;justify-content:space-between;padding:20px 24px}.menu-is-active .menu{transform:translateX(0)}.menu__list{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:24px;row-gap:24px}.menu__link{color:#fff;font-size:18px;font-weight:500;transition:all .3s ease}.menu__account{column-gap:30px;display:flex}.menu__account,.menu__account-link{align-items:center;margin-left:auto}.menu__account-link{color:#fff;display:inline-flex;font-size:17px;font-weight:500;gap:10px;justify-content:center;text-align:center;transition:all .3s ease-in-out}.menu__account-link .bx{font-size:20px}.burger{background:none;border:none;border-radius:5px;cursor:pointer;display:block;margin-right:24px;order:-1;outline:none;padding:5px;position:relative;transform:rotate(0deg);transition:.35s ease;user-select:none;visibility:visible}.burger__line-wrapper{height:20px;position:relative;width:20px}.burger__line{background-color:#fff;border:none;border-radius:20px;display:block;height:2px;left:0;opacity:1;outline:none;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:20px}.burger__line:first-child{top:0}.burger__line:nth-child(2){top:.5rem;width:70%}.burger__line:nth-child(3){top:1rem}.close-menu{background-color:#0b1d26;order:0}.header-backdrop{background-color:#000;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .4s ease-in-out;visibility:hidden;width:100vw;z-index:8}.menu-is-active .header-backdrop{opacity:.5;visibility:visible}.burger.is-active .burger__line:first-child{top:.5rem;transform:rotate(135deg)}.burger.is-active .burger__line:nth-child(2){opacity:0;visibility:hidden}.burger.is-active .burger__line:nth-child(3){top:.5rem;transform:rotate(-135deg)}.hero{max-height:100vh;overflow:hidden;padding-bottom:140px;position:relative}.hero:before{background:linear-gradient(-33.26deg,rgba(11,29,38,0),rgba(11,29,38,.6));height:100%;right:0;top:0;z-index:1}.hero:after,.hero:before{bottom:0;content:"";left:0;position:absolute;width:100%}.hero:after{background-image:linear-gradient(180deg,rgba(11,29,38,0),#0b1d26,#0b1d26);height:550px;z-index:5}.hero__image-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.hero__image-wrapper img{height:auto;width:100%}.hero__image-wrapper img.sky{height:100vh;margin-top:0;object-fit:cover;position:relative;transform:translateY(-50%)}.hero__image-wrapper img.mountains{height:100vh;margin-top:-170%;object-fit:cover;z-index:1}.hero__image-wrapper img.man-standing{height:330px;margin-top:-150%;object-fit:cover;z-index:4}.hero__content{height:auto;left:0;margin:0 auto;max-width:1030px;padding:0 24px;position:absolute;right:0;top:20%;width:100%;z-index:6}.hero__subtitle{align-items:center;color:#fbd784;display:inline-flex;font-family:Roboto,sans-serif;font-size:12px;font-weight:700;gap:32px;justify-content:flex-start;letter-spacing:6px;margin-bottom:32px;text-transform:uppercase}.hero__subtitle:before{background-color:#fbd784;content:"";display:inline-block;height:2px;width:40px}.hero__title{color:#fff;font-size:40px;font-weight:500;line-height:40px;margin-bottom:32px}.hero__title span{display:inline-block}.hero__action{align-items:center;color:#fff;display:inline-flex;font-size:18px;font-weight:700;gap:24px;justify-content:center}.hero__action svg{animation:scroll-down-arrow 2.5s infinite}@keyframes scroll-down-arrow{0%,20%,55%,80%,to{transform:translate3d(-50%,0,0)}40%{transform:translate3d(-50%,-15px,0)}70%{transform:translate3d(-50%,-10px,0)}90%{transform:translate3d(-50%,-5px,0)}}.section-offset{margin-top:-50%;position:relative;z-index:5}.content__row{align-items:center;display:flex;flex-direction:column;gap:60px}.content:not(:last-child){margin-bottom:80px}.content .content__image-wrapper{width:100%}.content__image-wrapper img{height:100%;margin:0 auto;object-fit:cover;transition:all .4s ease-in-out;width:100%}.content__text-wrapper{flex:1;padding-left:0}.content__subtitle{align-items:center;color:#fbd784;display:inline-flex;font-family:Roboto,sans-serif;font-size:14px;gap:32px;justify-content:flex-start;letter-spacing:6px;margin-bottom:27px;position:relative;text-transform:uppercase;transition:all .4s ease-in-out}.content__subtitle:before{background-color:#fbd784;content:"";display:inline-block;height:2px;width:40px}.content__title{color:#fff;font-size:34px;font-weight:500;margin-bottom:27px}.content__title span{display:inline-block;transition:all .4s ease-in-out}.content__description{color:#fff;font-size:14px;line-height:32px;margin-bottom:27px;transition:all .4s ease-in-out}.content__action{align-items:center;color:#fbd784;display:inline-flex;gap:16px;transition:all .4s ease-in-out}.content__action:hover{gap:20px}.content__subtitle .content__counter{color:hsla(0,0%,100%,.2);font-size:140px;font-weight:700;left:0;letter-spacing:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s ease-in-out}footer{padding-bottom:50px;padding-top:100px}.footer__row{display:flex;flex-direction:column;flex-wrap:wrap;gap:50px}.footer__column--logo{display:flex;flex:1;flex-direction:column;width:100%}.footer__copyright{color:#fff;font-size:14px;font-weight:500;margin-top:auto}.footer__column--links{width:auto}.footer__logo{margin-bottom:19px}.footer__copy{color:#fff;font-size:18px;font-weight:500;line-height:32px;margin-bottom:24px}.footer__heading{color:#fbd784;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;margin-bottom:24px}.footer__list{display:flex;flex-direction:column;gap:12px}.footer__item a{color:#fff;font-size:18px;line-height:32px}.slider{left:0;position:fixed;right:0;text-align:right;top:50%;transform:translateY(-50%);z-index:9}.slider .container{display:flex;gap:32px;justify-content:flex-end;max-width:1500px;padding:0}.slider__list{display:flex;flex-direction:column;gap:40px;padding:15px 0}.slider__item a{color:#fff;font-weight:700}.slider__progress{background-color:hsla(0,0%,100%,.2);height:auto;width:4px}.slider__bar{backface-visibility:hidden;background-color:#fff;height:100%;transform:translateZ(0);width:100%;will-change:transform}@media (min-width:576px){.menu__account-link{font-size:17px}.hero__image-wrapper img.sky{height:auto;margin-top:-25%;transform:translateY(10%)}.hero__image-wrapper img.mountains{height:auto;margin-top:-10%}.hero__image-wrapper img.man-standing{height:auto;margin-top:-58%}}@media (min-width:768px){.hero__subtitle{font-size:18px}.hero__subtitle:before{height:2px;width:50px}.hero__title{font-size:66px;line-height:70px}}@media (min-width:992px){.container,.header__container{padding:0 80px}.header__navbar{background-color:transparent;box-shadow:none;padding:64px 0}.on-scroll .header__navbar{box-shadow:0 .5rem 1rem rgba(0,0,0,.15),inset 0 -1px 0 hsla(0,0%,100%,.15);padding:24px 0}.burger{display:none;visibility:hidden}.brand svg{max-width:108px}.menu{background:none;box-shadow:none;height:auto;left:0;margin-left:auto;margin-right:auto;position:relative;right:unset;top:unset;transform:unset;width:auto}.menu__list{column-gap:50px;display:flex;flex-direction:row;margin:0 auto;padding:0;row-gap:0}.menu__account{column-gap:50px;margin-left:86px}.header-backdrop,.menu__header{display:none}.menu__account-link:hover,.menu__link:hover{color:#fbd784}.hero{max-height:unset;padding-bottom:200px}.hero:after{height:60%}.hero__content{padding:0 80px;top:14%;z-index:3}.hero__subtitle{font-size:18px}.hero__subtitle:before{height:2px;width:72px}.hero__title{font-size:88px;line-height:100px}.hero__image-wrapper img.sky{transform:translateY(40%)}.content .content__image-wrapper{width:auto}.content__image-wrapper img{width:566px}.content:nth-child(odd) .content__image-wrapper{order:2}.content:nth-child(odd) .content__text-wrapper{order:1}.content:not(:last-child){margin-bottom:200px}.content:first-child .content__subtitle{margin-bottom:208px}.content__subtitle:before{height:2px;width:72px}.section-offset{margin-top:-30%}.content__text-wrapper{padding-left:50px}.content__image-wrapper img{height:auto;width:466px}.content__row{flex-direction:row;gap:75px}.content__subtitle{font-size:18px}.content__title{font-size:54px}.content__description{font-size:18px}.content__subtitle .content__counter{font-size:240px;left:-20%;transform:translateY(-50%)}footer{padding-bottom:120px;padding-top:200px}.footer__row{flex-direction:row;gap:100px}}@media (min-width:1200px){.content__text-wrapper{padding-left:100px}.content__row{gap:85px}.content__subtitle .content__counter{left:-20%}}@media (min-width:1400px){.content__text-wrapper{padding-left:150px}.content__image-wrapper img{height:auto;width:566px}.content__row{gap:114px}.content__title{font-size:64px}.content__subtitle .content__counter{left:-40%}.footer__row{gap:200px}}