#root{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.coming-soon-middle{background-color:var(--bg-dark,#0b1220);box-sizing:border-box;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100vw;height:100vh;min-height:100vh;max-height:100vh;margin:0;padding:20px;display:flex;overflow:hidden}.coming-soon-middle__text{font-family:var(--font-display,sans-serif);letter-spacing:-.02em;text-transform:uppercase;color:#fff;text-align:center;max-width:100%;margin:0;font-size:clamp(32px,6vw,92px);line-height:1}@font-face{font-family:DrukWideMedium;src:url(/fonts/DrukWideMedium.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:HeliosExt;src:url(/fonts/HeliosExt.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:HeliosExt;src:url(/fonts/HeliosExt-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--bg-dark:#0b1220;--bg-light:#f1f2f7;--bg-slate:#60697a;--bg-footer:#606979;--bg-menu:#dce1eb;--text-white:#f2f2f0;--text-dark:#0b1220;--text-muted:#f2f2f099;--font-display:"DrukWideMedium", sans-serif;--font-body:"HeliosExt", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--border-light:#ffffff1f;--border-dark:#121a2733;--header-height:74px;--transition-smooth:cubic-bezier(.25, 1, .5, 1)}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--bg-dark);color:var(--text-white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{min-height:100vh;font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-white);margin:0;padding:0;font-size:15px;line-height:1.4;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.fw-container{width:100%;max-width:1440px;margin:0 auto;padding:0 clamp(20px,4.3vw,62px)}.fw-container-fluid{width:100%;padding:0}.round-btn{font-size:28px;font-family:var(--font-body);z-index:2;width:232px;height:232px;color:inherit;border:1px solid;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:border-color .4s;display:inline-flex;position:relative;overflow:hidden}.round-btn:before{content:"";z-index:0;background-color:#f1f2f7;border-radius:50%;height:0;transition:height .4s cubic-bezier(.25,1,.5,1);position:absolute;bottom:0;left:0;right:0}.round-btn:hover:before{height:102%}.round-btn__outer{z-index:1;height:38px;position:relative;overflow:hidden}.round-btn__inner{flex-direction:column;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex}.round-btn:hover .round-btn__inner{transform:translateY(-50%)}.round-btn__label{justify-content:center;align-items:center;height:38px;transition:color .4s;display:flex}.round-btn:hover .round-btn__label{color:#121a27}.round-btn.--dark{color:#121a27;border-color:#121a27}.round-btn.--dark:before{background-color:#121a27}.round-btn.--dark:hover .round-btn__label{color:#f1f2f7}.header{z-index:999;width:100%;height:0;transition:transform .4s,background-color .4s,border-color .4s,opacity .5s;position:fixed;top:0;left:0}.header__top{border-bottom:1px solid var(--border-light);background-color:#0000;align-items:stretch;height:115px;transition:height .3s ease-in-out,background-color .4s,border-color .4s;display:flex}.header:not(.--ready){opacity:0;visibility:hidden;pointer-events:none}.header:not(.--ready) .header__top{border-bottom:1px solid #0000}.header.--ready{opacity:1;visibility:visible}.header.--scroll-down:not(.--menu-opened){transform:translateY(-100%)}.header.--dark-compact .header__top{border-bottom-color:var(--border-dark)}.header.--dark-compact .header__link{color:var(--text-dark);border-left-color:var(--border-dark);background-color:#f1f2f7}.header.--dark-compact .header__burger{border-left-color:var(--border-dark);background-color:#f1f2f7}.header.--dark-compact .header__burger svg line{stroke:var(--text-dark)}.header.--dark-compact .header__logo{border-right-color:var(--border-dark);background-color:#f1f2f7}.header.--dark-compact .header__logo img{filter:invert()}.header__logo,.header__link,.header__burger{border-right:1px solid var(--border-light);background-color:var(--bg-dark);justify-content:center;align-items:center;height:100%;transition:transform .5s cubic-bezier(.25,1,.5,1),background-color .3s,border-color .3s ease-in-out;display:flex;transform:translateY(-100%)}.header.--start-position .header__logo{transition-delay:0s}.header.--start-position .header__link.--portal{transition-delay:.2s}.header.--start-position .header__link.--research{transition-delay:.4s}.header.--start-position .header__burger{transition-delay:.6s}.header.--ready .header__logo,.header.--ready .header__link.--portal,.header.--ready .header__link.--research,.header.--ready .header__burger{transform:translateY(0)}.header__logo{flex-grow:1;justify-content:flex-start;padding-left:clamp(20px,4.3vw,62px);padding-right:32px}.header__logo .logo img{width:auto;height:32px;display:block}.header__link{letter-spacing:.05em;color:var(--text-white);border-left:1px solid var(--border-light);white-space:nowrap;padding:0 28px;font-size:14px;font-weight:400;transition:transform .5s cubic-bezier(.25,1,.5,1),background-color .3s,color .3s}.header__link:hover{background-color:#ffffff0d}.header__link-icon{justify-content:center;align-items:center;margin-right:14px;display:flex}.header__link-icon svg{fill:currentColor}.header__burger{border-left:1px solid var(--border-light);cursor:pointer;z-index:1001;background-color:var(--bg-dark);border-right:none;width:115px;height:115px;position:relative}.header__burger svg line{stroke:var(--text-white);transition:all .4s cubic-bezier(.25,1,.5,1)}.header__burger.--open svg line:first-child{transform-origin:50%;transform:translateY(7px)rotate(45deg)}.header__burger.--open svg line:nth-child(2){transform-origin:50%;transform:translateY(-7px)rotate(-45deg)}@media (width<=1300px){.header__top{height:80px}.header__burger{width:80px;height:80px}}@media (width<=768px){.header__top{height:66px}.header__burger{width:66px;height:66px}}.nav-overlay{background-color:var(--bg-menu);z-index:998;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;padding:100px clamp(20px,4.3vw,62px) 60px;transition:opacity .5s cubic-bezier(.25,1,.5,1);display:flex;position:fixed;inset:0;overflow-y:auto}.nav-overlay.--open{opacity:1;pointer-events:auto}.nav-overlay__list{flex-direction:column;gap:12px;width:100%;max-width:1440px;margin:0 auto;list-style:none;display:flex}.nav-overlay__item{align-items:baseline;display:flex;position:relative}.nav-overlay__item.--right{justify-content:flex-end}.nav-overlay__item.--left{justify-content:flex-start}.nav-overlay__num{font-family:var(--font-body);color:#121a2780;margin:0 24px;font-size:20px}.nav-overlay__link{font-family:var(--font-display);color:var(--text-dark);text-transform:uppercase;align-items:center;font-size:clamp(22px,3.8vw,44px);transition:color .3s;display:inline-flex;position:relative}.nav-overlay__link:hover{color:#0478d7}.nav-overlay__preview{opacity:0;pointer-events:none;z-index:10;border-radius:4px;width:220px;height:275px;transition:opacity .3s,transform .3s cubic-bezier(.25,1,.5,1);position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(.85);box-shadow:0 20px 40px #0003}.nav-overlay__link:hover .nav-overlay__preview{opacity:1;transform:translate(-50%,-50%)scale(1)}.nav-overlay__preview img{object-fit:cover;width:100%;height:100%}.main-screen{background-color:var(--bg-dark);flex-direction:column;justify-content:center;width:100%;height:100vh;padding:115px clamp(20px,4.3vw,62px) 40px;display:flex;position:relative;overflow:hidden}@media (width<=1300px){.main-screen{padding-top:80px}}@media (width<=768px){.main-screen{padding-top:66px;padding-left:13px;padding-right:13px}}.main-screen__main{z-index:3;height:calc(100vh - 170px);font-family:var(--font-display);text-transform:uppercase;color:var(--text-white);letter-spacing:-.02em;flex-direction:column;justify-content:space-between;margin-top:0;font-size:clamp(38px,6.8vw,107.5px);font-weight:500;line-height:1;display:flex;position:relative}.main-screen__main-title{width:100%;display:block;overflow:hidden}.main-screen__main-title-text{will-change:transform;white-space:nowrap;display:inline-block}.ships{z-index:2;pointer-events:none;filter:drop-shadow(0 40px 70px #000000bf);opacity:0;width:clamp(700px,48vw,920px);font-size:0;line-height:0;position:absolute;top:calc(50vh + 35px);left:0;transform:translate(-100%,-50%)}.ships__tanker{object-fit:contain;width:100%;height:100%;display:block}@media (width<=1300px){.ships{top:calc(50vh + 15px)}}@media (width<=992px){.main-screen.--mob-ready .main-screen__main{height:480px}.main-screen.--mob-ready .ships{top:230px!important}.ships{width:300px;top:50vh;transform:translate(-50%,-50%);left:50%!important}.ships__tanker{transform:rotate(90deg)}}@media (width<=576px){.ships{width:260px}.main-screen.--mob-ready .ships{top:200px!important}}.hero-intro-content{z-index:5;pointer-events:none;opacity:0;max-width:540px;position:absolute;top:52%;right:clamp(20px,8vw,120px);transform:translateY(-50%)}.hero-intro-text{color:var(--text-white);letter-spacing:.01em;font-size:clamp(15px,1.35vw,18px);font-weight:400;line-height:1.7}.hero-giant-bg-text{width:200vw;font-size:clamp(70px,13vw,180px);font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;color:#f2f2f012;white-space:nowrap;pointer-events:none;z-index:1;will-change:transform;opacity:0;align-items:center;gap:4vw;font-weight:800;display:flex;position:absolute;bottom:0;left:0;transform:rotate(-4deg)translateY(40%)}.hero-giant-dot{opacity:.4;font-size:.5em}.animated-skew-texts{color:var(--text-white);text-transform:uppercase;font-size:clamp(48px,6.8vw,99px);font-family:var(--font-display);white-space:nowrap;background-color:var(--bg-dark);padding:140px 0 160px;overflow:hidden}.animated-skew-texts__container{flex-direction:column;gap:20px;display:flex;transform:rotate(-7deg)scale(1.05)}.animated-skew-texts__row-wrap{will-change:transform;width:fit-content;display:flex}.animated-skew-texts__row{flex-shrink:0;align-items:center;gap:36px;padding-right:36px;display:flex}.animated-skew-texts__text{line-height:1.1;display:inline-block}.animated-skew-texts__icon{justify-content:center;align-items:center;height:64px;display:inline-flex}.animated-skew-texts__icon img{width:auto;height:64px}.our-cases{background-color:var(--bg-dark);perspective:1000px;perspective-origin:50%;width:100%;height:100vh;position:relative;overflow:hidden}.our-cases__container{width:100%;height:100%;position:relative;overflow:hidden}.our-cases__title-wrap{z-index:10;text-align:center;pointer-events:none;width:100%;position:absolute;top:10vh;left:0}.our-cases__title{font-size:clamp(48px,8.5vw,120px);font-family:var(--font-display);text-transform:uppercase;color:var(--text-white);letter-spacing:-.02em;line-height:1}.our-cases__items-wrap{width:100%;height:100%;transform-style:preserve-3d;pointer-events:none;position:absolute;top:0;left:0}.our-cases__items{width:0;height:0;transform-style:preserve-3d;will-change:transform;position:absolute;top:50%;left:50%}.our-cases__card{pointer-events:auto;will-change:transform;transform-style:preserve-3d;color:inherit;flex-direction:column;width:320px;text-decoration:none;display:flex;position:absolute;top:0;left:0}.our-cases__photo{background-color:#ffffff0d;border-radius:4px;width:320px;height:240px;display:block;overflow:hidden;box-shadow:0 30px 60px #000000b3}.our-cases__photo img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.25,1,.5,1)}.our-cases__card:hover .our-cases__photo img{transform:scale(1.06)}.our-cases__label{color:var(--text-white);margin-top:14px;font-size:15px;font-weight:500;line-height:1.35;display:block}.our-cases__desc-wrap{z-index:10;text-align:center;pointer-events:none;width:100%;padding:0 clamp(20px,4.3vw,62px);position:absolute;bottom:8vh;left:0}.our-cases__desc{text-align:center;max-width:1050px;color:var(--text-white);margin:0 auto;font-size:clamp(16px,1.8vw,24px);line-height:1.5}.simple-table-section{background-color:var(--bg-dark);padding:80px 0 140px}.simple-table{max-width:1440px;margin:0 auto;padding:0 clamp(20px,4.3vw,62px)}.simple-table__row{justify-content:space-between;align-items:baseline;padding:28px 0;font-size:clamp(20px,2.2vw,32px);transition:color .3s;display:flex;position:relative}.simple-table__row.--header{color:#f1f2f799;border-bottom:1px solid var(--border-light);padding:20px 0;font-size:18px}.simple-table__row:hover{color:#0478d7}.simple-table__row-line{background-color:var(--border-light);width:100%;height:1px}.simple-table__btn-wrap{justify-content:center;margin-top:80px;display:flex}.analytics-section{background-color:var(--bg-dark);color:var(--text-dark);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.analytics-expander{z-index:1;transform-origin:50%;pointer-events:none;background-color:#f1f2f7;width:100%;height:100%;position:absolute;top:0;left:0}.analytics-hero-title{z-index:2;text-align:center;pointer-events:none;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.analytics-hero-title .scale-title__title{font-size:clamp(60px,12vw,170px);font-family:var(--font-display);text-transform:uppercase;color:var(--text-white);letter-spacing:-.02em;justify-content:center;align-items:center;margin:0;display:flex}.scale-title__stem{color:#0478d7;display:inline-block}.analytics-content{z-index:3;width:100%;max-height:90vh;padding:40px 0;position:relative;overflow-y:auto}.news__title{font-size:clamp(40px,8vw,110px);font-family:var(--font-display);text-transform:uppercase;margin-bottom:90px;line-height:1.05}.news__title-item:nth-child(2){text-align:right}.news__reports{flex-direction:column;display:flex}.news__row{color:var(--text-dark);align-items:baseline;gap:40px;padding:30px 0;transition:color .3s;display:flex}.news__row:hover{color:#0478d7}.news__date{color:#121a2799;min-width:140px;font-size:18px;font-weight:500}.news__text{font-size:clamp(18px,2.1vw,30px);line-height:1.4}.news__row-line{background-color:#121a2726;width:100%;height:1px}.news__btn-wrap{justify-content:center;margin-top:80px;display:flex}.horizontal-scroll-images{width:100%;position:relative}.horizontal-scroll-images.research{background-color:var(--bg-dark);color:var(--text-white)}.horizontal-scroll-images.portal{background-color:var(--bg-light);color:var(--text-dark)}.horizontal-scroll-images__pinned-sect{flex-direction:column;justify-content:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.horizontal-scroll-images__pinned-sect-header{z-index:1;pointer-events:none;width:100%;padding:0 clamp(20px,4.3vw,62px);position:relative}.horizontal-scroll-images__pinned-sect-header-text{font-size:clamp(48px,7vw,108px);font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;white-space:nowrap;line-height:1.05}.horizontal-scroll-images__pinned-sect-header-text.--title-1,.horizontal-scroll-images__pinned-sect-header-text.--title-3{text-align:right;will-change:transform}.horizontal-scroll-images__pinned-sect-images{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.horizontal-scroll-images__pinned-sect-img{pointer-events:auto;will-change:transform;border-radius:8px;position:absolute;overflow:hidden;box-shadow:0 30px 60px #0009}.horizontal-scroll-images.portal .horizontal-scroll-images__pinned-sect-img{box-shadow:0 20px 45px #00000026}.horizontal-scroll-images__pinned-sect-img img{width:100%;height:auto;display:block}.horizontal-scroll-images__pinned-sect-img.--img-0{width:clamp(360px,37vw,570px);top:12vh}.horizontal-scroll-images__pinned-sect-img.--img-1{width:clamp(460px,52vw,800px);top:38vh}.horizontal-scroll-images__pinned-sect-img.--img-2{width:clamp(470px,53vw,810px);top:22vh}.horizontal-scroll-images__pinned-sect-img.--img-3{width:clamp(360px,38vw,585px);top:54vh}.horizontal-scroll-images__info{flex-direction:column;gap:36px;padding:80px 0 140px;display:flex}.horizontal-scroll-images__info-text p{max-width:950px;font-size:clamp(18px,2vw,26px);line-height:1.5}.horizontal-scroll-images__info-footer{border-top:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;display:flex}.horizontal-scroll-images.portal .horizontal-scroll-images__info-footer{border-top-color:#121a2726}.horizontal-scroll-images.portal .site-link{color:var(--text-dark);border-bottom-color:var(--text-dark)}.site-link{color:var(--text-white);border-bottom:1px solid;padding-bottom:4px;font-size:20px;font-weight:500;transition:color .3s}.site-link:hover{color:#0478d7}.appstore-badge{color:#fff;background-color:#000;border:1px solid #fff3;border-radius:8px;align-items:center;gap:10px;padding:10px 20px;display:inline-flex}.partners-section{background-color:var(--bg-dark);color:var(--text-white);padding:140px 0 160px}.partners__header{margin-bottom:60px}.partners__title{font-size:clamp(38px,7.5vw,110px);font-family:var(--font-display);text-transform:uppercase;line-height:1.05}.partners__title.--item-1{text-align:right}.partners__wrap{flex-direction:column;align-items:center;gap:50px;display:flex}.partners__img{border-radius:4px;width:100%;max-width:700px;overflow:hidden;box-shadow:0 20px 40px #00000080}.partners__img img{width:100%;height:auto;display:block}.partners__info-text{text-align:center;max-width:1000px;font-size:clamp(18px,2vw,26px);line-height:1.5}.team-section{background-color:var(--bg-slate);color:var(--text-white);padding:160px 0 180px}.team__title{font-size:clamp(38px,7.5vw,110px);font-family:var(--font-display);text-transform:uppercase;margin-bottom:60px;line-height:1.05}.team__title.--item-1{text-align:right}.team__wrap{flex-direction:column;align-items:center;gap:50px;display:flex}.team__img{border-radius:4px;width:100%;max-width:700px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.team__img img{width:100%;height:auto;display:block}.footer{background-color:var(--bg-footer);color:var(--text-white);padding:160px 0 80px;position:relative}.footer__main{flex-direction:column;justify-content:center;align-items:center;min-height:480px;display:flex;position:relative}.footer__link{font-family:var(--font-display);text-transform:uppercase;color:var(--text-white);z-index:2;font-size:clamp(60px,14vw,180px);transition:transform .3s;position:relative}.footer__link:hover{transform:scale(1.02)}.footer__image{pointer-events:none;z-index:1;border-radius:4px;width:clamp(200px,25vw,320px);height:auto;transition:transform .1s linear;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 30px 60px #0006}.footer__image img{object-fit:cover;width:100%;height:100%;display:block}.footer__content{color:#f1f2f7cc;border-top:1px solid #f1f2f733;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:100px;padding-top:30px;font-size:16px;display:flex}.footer__content a{color:inherit;border-bottom:1px solid}.main-screen__preloader{z-index:1;pointer-events:none;opacity:0;height:100vh;font-size:0;line-height:0;position:absolute;top:0;left:0;right:0}.main-screen__preloader-center{z-index:2;justify-content:center;align-items:center;width:119px;height:119px;display:flex;position:absolute;top:50vh;left:50%;transform:translate(-50%,-50%)}.main-screen__preloader-center img{object-fit:contain;width:100%;height:100%}.main-screen__preloader-dots{z-index:1;width:320px;height:320px;animation-name:preloader-scale;animation-duration:3s;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;top:50vh;left:50%;transform:translate(-50%,-50%)}.main-screen__preloader-dots img{object-fit:cover;width:100%;height:100%;animation-name:preloader-rotate;animation-duration:7s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes preloader-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes preloader-scale{0%{transform:translate(-50%,-50%)scale(1)}to{transform:translate(-50%,-50%)scale(1.6)}}@media (width<=1300px){.main-screen__preloader-center{top:calc(50vh + 40px)}.main-screen__preloader-dots{width:240px;height:240px;top:calc(50vh + 40px)}}@media (width<=992px){.main-screen__preloader-center{width:75px;height:75px;top:50vh}.main-screen__preloader-dots{width:150px;height:150px;top:50vh}}@media (width<=576px){.main-screen__preloader-dots{width:120px;height:120px}}@media (width<=768px){.header__link.--portal,.header__link.--research{display:none}.simple-table__row{font-size:18px}.horizontal-card img{height:240px}.round-btn{width:160px;height:160px;font-size:20px}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}
