@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:400;src:url(/assets/fonts/geologica-v5-latin/geologica-v5-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:500;src:url(/assets/fonts/geologica-v5-latin/geologica-v5-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:600;src:url(/assets/fonts/geologica-v5-latin/geologica-v5-latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:700;src:url(/assets/fonts/geologica-v5-latin/geologica-v5-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:800;src:url(/assets/fonts/geologica-v5-latin/geologica-v5-latin-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:Geologica;font-style:normal;font-weight:900;src:url(/assets/fonts/geologica-v5-latin/geologica-v5-latin-900.woff2) format("woff2")}:root{--font-family-base: Arial, "Helvetica Neue", Helvetica, sans-serif;--font-family-second: "Geologica", sans-serif;--primary-green-dark: #092327;--primary-green-medium: #0D3837;--primary-green-light: #0C5350;--accent-mint-green: #07BC8A;--accent-lime-green: #97F69D;--white-01: #F6F6F6;--white-02: #F9F9F9;--grey: #DBE1DD;--primary-dark: #040608;--gradient-dark: linear-gradient(-95deg, #0D5959 0%, #092327 100%);--gradient-light: linear-gradient(-95deg, #78FF81 0%, #08735D 100%)}*{padding:0;margin:0;box-sizing:border-box}img{max-width:100%}ul,ol,li{list-style:none;padding:0;margin:0;font-size:1.6rem}.wrapper{overflow-x:hidden;width:100vw}.container{width:100%;max-width:1400px;padding:0 20px;margin:0 auto}h1,.h1{font-size:3.6rem}h2,.h2{font-size:2.8rem}.for-desctop{display:none}.for-mobile{display:block}.header{position:absolute;top:0;left:0;width:100%;padding:calc(env(safe-area-inset-top) + 10px) 0 10px;border-bottom:1px solid rgba(246,246,246,.3);z-index:1000;transition:transform .3s ease-in-out}.header .container{display:flex;justify-content:space-between;align-items:center}.header .logo{width:11.4rem}.header .btn{height:4.4rem;font-size:1.2rem;line-height:1;min-width:unset}.header--fixed{position:fixed;background:var(--gradient-dark)}.header--hidden{transform:translateY(-100%)}.header-fixed{padding-top:7rem}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--white-01);height:5.4rem;min-width:17rem;border-radius:7rem;font-size:1.4rem;text-transform:uppercase;font-family:var(--font-family-second);color:var(--primary-green-dark);padding:0 1.6em}.btn--outline{border:1px solid currentcolor}.btn--outline:hover{border-color:transparent}.header__right{display:flex;gap:2rem;align-items:center}.header__nav{position:fixed;width:100%;height:100vh;left:0;top:0;overflow-y:auto;background:var(--primary-green-dark);color:var(--white-01);padding:0 20px;z-index:100;opacity:0;visibility:hidden;transform:translate(100%);transition:opacity .4s ease,transform .4s ease,visibility 0s .4s}.header__nav:before{content:"";width:100%;height:100%;background:url(/assets/images/header_menu_gradient_decor.png) no-repeat center center;background-size:cover;position:absolute;bottom:0;left:0;z-index:-1}.header__nav ul{display:flex;flex-direction:column;gap:2.8rem}.header__nav ul>li{font-size:2.8rem;font-weight:800;text-transform:uppercase}.header__nav ul>li ul{gap:2rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease-in-out,opacity .5s ease-in-out,margin-top .5s ease-in-out;margin-top:0}@media not (min-width:767px){.header__nav ul>li ul li{max-width:80%}}.header__nav ul>li ul a{font-size:2rem}.header__nav ul>li.submenu-open ul{max-height:500px;opacity:1;margin-top:2rem}.header__nav ul>li li{font-size:.7142em;font-weight:500;transform:translateY(-10px);transition:transform .3s ease-in-out}.header__nav ul>li.submenu-open li{transform:translateY(0)}.header__nav li:has(ul)>a{display:flex;align-items:center;gap:.2em;cursor:pointer}.header__nav li:has(ul)>a:after{content:"";display:inline-block;width:.9em;aspect-ratio:1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDEzLjQyODZIMTMuNDI4NlYyMkgxMC41NzE0QzEwLjU3MTQgMTguNjUyNyAxMC41NzE0IDE2Ljc3NTkgMTAuNTcxNCAxMy40Mjg2SDJWMTAuNTcxNEgxMC41NzE0VjJIMTMuNDI4NlY4LjU3MTQzQzEzLjQyODYgOS42NzYgMTQuMzI0IDEwLjU3MTQgMTUuNDI4NiAxMC41NzE0SDIyVjEzLjQyODZaIiBmaWxsPSIjRjZGNkY2Ii8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .5s ease-in-out}.header__nav li.submenu-open>a:after{transform:rotate(45deg)}.header__nav__top{display:flex;justify-content:space-between;align-items:center;padding:1.7rem 0;margin-bottom:11rem}.header__nav__top .menu-logo{width:114px}.header__nav__top .menu-logo img{width:100%}.header__nav.nav-open{opacity:1;visibility:visible;transform:translate(0);transition:opacity .4s ease,transform .4s ease,visibility 0s 0s}body.menu-open{overflow:hidden}.header__nav li>a:hover{color:var(--accent-mint-green);transition:color .3s ease}.header__nav li.submenu-open ul li:nth-child(1){transition-delay:.1s}.header__nav li.submenu-open ul li:nth-child(2){transition-delay:.2s}.header__nav li.submenu-open ul li:nth-child(3){transition-delay:.3s}.header__nav li.submenu-open ul li:nth-child(4){transition-delay:.4s}.first-screen{padding-top:6rem;background:linear-gradient(to bottom,#0d5959,#0a2222)}.first-screen .h1{margin-bottom:2rem}.first-screen,.first-screen__content{padding-bottom:2rem}.first-screen__subtitle,.first-screen__list{line-height:1.4}.first-screen__list{margin-top:4rem;display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.first-screen__list li{position:relative;padding-left:5rem}.first-screen__list li:before{content:"";width:2.25em;height:2.25em;background:url(/assets/images/check_icon.png) no-repeat center center;background-size:contain;position:absolute;left:0;top:.2em}.cta-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}.cta-block__btn .notice{font-size:1.4rem;margin-top:1rem}.first-screen__notice{display:flex;align-items:flex-start;gap:1.2rem;line-height:1.2}.first-screen__notice:before{content:"";width:1.6rem;aspect-ratio:1;border-radius:50%;background:var(--gradient-light);flex:none}.first-screen__globe-img img{object-fit:contain}section{padding:6rem 0}.who-we-work{background:var(--white-01);color:var(--primary-green-dark)}.who-we-work .h2{margin-bottom:3rem}.who-we-work .case-studies__cta{margin-top:3rem;text-align:center}.who-we-work .case-studies__cta .h3{margin-bottom:2rem}.who-we-work__items{display:grid;gap:12px;grid-template-columns:1fr;margin-bottom:1.2rem}.who-we-work__item .h3{margin-bottom:2rem}.detail:not(:last-child){margin-bottom:2rem}.detail .h4{margin-bottom:1rem}.detail ul,.detail li{list-style:inherit}.detail ul{padding-left:2rem;display:flex;flex-direction:column;gap:.75rem;line-height:1.3}.outcomes{border:1px solid var(--primary-green-dark);border-radius:2.4rem;padding:2.4rem}.outcomes .h3{margin-bottom:2rem}.outcomes-list{display:flex;flex-direction:column;gap:.75rem}.outcomes-list li{font-size:1.6rem;line-height:1.3;position:relative;display:flex;align-items:center}.outcomes-list li:before{content:"";width:40px;height:40px;background:url(/assets/images/lighting.png) 0 0 no-repeat;background-size:contain;margin-right:1rem;flex:none}.de-risk{background:#040608;color:var(--white-01);position:relative;overflow:hidden}.de-risk .h2{margin-bottom:3rem}.wave-circles-container{display:none!important}.de-risk__grid{display:flex;flex-direction:column;gap:3.6rem}.de-risk__item{display:flex;flex-direction:column;gap:1.2rem}.de-risk__icon{width:6rem;height:6rem;object-fit:contain}.de-risk__list{display:flex;flex-direction:column;gap:1.2rem}.de-risk__list li{line-height:1.5;position:relative;padding-left:2rem}.de-risk__list li:before{content:"•";position:absolute;left:.2em;color:currentcolor;font-size:inherit;line-height:1.5}.de-risk__stars{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.de-risk__star{position:absolute;left:50%;top:50%;background:#07bc8a;border-radius:50%;opacity:0;will-change:transform,opacity,box-shadow;animation:warpSpeed linear infinite}@keyframes warpSpeed{0%{transform:translate(-50%,-50%) translate(0) scale(.1);opacity:0;box-shadow:0 0 #07bc8a00}10%{opacity:.9}30%{box-shadow:0 0 15px 4px #07bc8ab3}70%{box-shadow:0 0 20px 6px #07bc8a80}to{transform:translate(-50%,-50%) translate(calc(var(--tx) * 1px),calc(var(--ty) * 1px)) scale(2);opacity:0;box-shadow:0 0 30px 8px #07bc8a33}}.de-risk .container{position:relative;z-index:1}.icon-plus{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC42MjUiIHk9IjAuNjI1IiB3aWR0aD0iMzAuNzUiIGhlaWdodD0iMzAuNzUiIHJ4PSIxNS4zNzUiIHN0cm9rZT0iI0Y5RjlGOSIgc3Ryb2tlLXdpZHRoPSIxLjI1Ii8+CjxwYXRoIGQ9Ik0yNCAxNy4xNDI5SDE3LjE0MjlWMjRIMTUuNDM4NkMxNS40Mzg2IDIxLjMyMjEgMTUuNDM4NiAxOS44MjA3IDE1LjQzODYgMTcuMTQyOUg4VjE1LjQzODZIMTUuNDM4NlY4SDE3LjE0MjlWMTEuNDM4NkMxNy4xNDI5IDEzLjY0NzcgMTguOTMzNyAxNS40Mzg2IDIxLjE0MjkgMTUuNDM4NkgyNEwyNCAxNy4xNDI5WiIgZmlsbD0iI0Y5RjlGOSIvPgo8L3N2Zz4K);background-repeat:no-repeat;background-position:center;background-size:contain}.icon-arrow-down{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSItMC41IiB3aWR0aD0iMzEiIGhlaWdodD0iMzEiIHJ4PSIxNS41IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDMxKSIgc3Ryb2tlPSIjRjlGOUY5Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYgMjUuNUwyNCAxNy4xMTM3TDIyLjg3MzIgMTUuOTMyNEwyMC4yMzE3IDE4LjcwMTVDMTguOTkwNSAyMC4wMDI2IDE2Ljc5NjggMTkuMTI0MSAxNi43OTY4IDE3LjMyNThWNi41SDE1LjIwMzJWMjIuMzAyM0w5LjEyNjgxIDE1LjkzMjRMOCAxNy4xMTM3TDE2IDI1LjVaIiBmaWxsPSIjRjlGOUY5Ii8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center;background-size:contain;width:3.2rem;height:3.2rem}.cases{background:#fff;color:var(--primary-dark)}.cases__title{line-height:1.1;margin-bottom:4rem}.cases__subtitle{line-height:1.2;margin-bottom:20px;font-weight:800;text-align:left}.cases__list{display:flex;flex-direction:column;gap:20px;width:100%}.cases__card{background:var(--white-02);border-radius:max(28px,3.2rem);padding:max(28px,3.2rem) max(20px,2.4rem);display:flex;flex-direction:column;gap:max(24px,3.2rem);border:1px solid #A9A9AA}.cases__card-left{display:flex;flex-direction:column;gap:1.6rem}.cases__card-title{line-height:1.2;text-align:left}.cases__card-tag{display:inline-flex;align-items:center;padding:1.2rem max(12px,1.6rem);min-height:35px;background:var(--accent-lime-green);border-radius:5rem;font-size:max(12px,1.4rem);font-weight:400;color:var(--primary-dark);align-self:flex-start}.cases__card-right{display:flex;flex-direction:column;gap:2.4rem}.cases__card-item{display:flex;flex-direction:row-reverse;align-items:center;gap:max(15px,2rem)}.cases__card-icon{width:4rem;height:4rem;flex-shrink:0}.cases__card-icon img{width:100%;height:100%;object-fit:contain}.cases__card-item-content{display:flex;flex-direction:column;gap:.8rem;text-align:left}.cases__card-item-label{font-size:max(20px,2.4rem);font-weight:800;text-transform:uppercase;font-family:var(--font-family-second)}.cases__card-item-text{font-size:max(16px,2rem);line-height:1.2;color:#040608cc}.block-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2rem;margin-top:2rem}.our-services{background:#dbe1dd;color:var(--primary-dark)}.our-services .block-title{margin-bottom:3rem}.our-services__body{border-radius:2.4rem;display:grid;grid-template-columns:1fr;gap:1px;overflow:hidden;color:var(--white-01)}.our-services__item{background:var(--gradient-dark);padding:2.4rem}.our-services__item .h3{margin-bottom:2rem;line-height:1.1}.resources{background:var(--white-01);color:var(--white-02)}.resources .h2{color:var(--primary-green-dark);margin-bottom:3rem}.resources .container{padding:0}.resources .resources__left{padding-left:20px;padding-right:20px}.accordion{display:flex;flex-direction:column}.accordion__item{overflow:hidden;transition:background-color .3s ease}.accordion__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem;background:transparent;border:none;color:var(--white-02);cursor:pointer;text-align:left;transition:all .3s ease}.accordion__header .h3{margin:0}.accordion__icon{flex-shrink:0;transition:transform .3s ease}.accordion__item--active .accordion__icon{transform:rotate(180deg)}.accordion__content{max-height:0;overflow:hidden;opacity:0;padding:0 2rem;transition:max-height .5s ease,opacity .5s ease,padding .5s ease}.accordion__content p{line-height:1.5;margin-bottom:2rem}.accordion__content .h3{margin-bottom:1.6rem}.accordion__content ul{margin-bottom:2rem;display:flex;flex-direction:column;gap:.8rem}.accordion__content ul li{line-height:1.5;position:relative;padding-left:2rem}.accordion__content ul li:before{content:"•";position:absolute;left:.4em;color:currentcolor;font-size:inherit;line-height:1.5}.accordion__content .btn{margin-bottom:2rem}.accordion__item--active .accordion__content{max-height:100rem;opacity:1;padding:0 2rem 2rem;position:relative;line-height:0;z-index:1}.accordion__item--active .accordion__content .h4 .text{text-transform:capitalize;font-weight:400;display:block}.accordion__item--active .accordion__content>*{line-height:1.2}.accordion__image{width:100%;border-radius:1.2rem;object-fit:contain}.accordion__item--book{position:relative}.accordion__item--book:before{content:"";width:100%;height:100%;background:url(/assets/images/slides/gradient_for_book.webp) no-repeat 100% 100%;background-size:cover;position:absolute;top:0;left:0;opacity:0;pointer-events:none;transition:opacity .7s}.accordion__item--book .accordion__content{padding-bottom:0;justify-content:space-between}.accordion__item--book .accordion__content p{margin-bottom:2rem}.accordion__item--book .accordion__image{max-height:70%;flex-grow:1;object-position:bottom right;line-height:0}.accordion__item--book .accordion__image img{width:100%;height:100%;object-fit:contain}.accordion__item--book.accordion__item--active:before{opacity:1}.podcast-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:2rem}.podcast-link{display:flex;align-items:center;gap:1rem;font-size:1.4rem;color:var(--white-02);transition:opacity .3s ease}.podcast-link img{width:100%}.podcast-link:hover{opacity:.8}.resources__cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem;background:var(--white-01);padding:3rem 20px 0;border-radius:2.4rem}.resources__cta .h4{color:var(--primary-green-dark);max-width:35rem}.resources__cta--desctop{display:none}.final-cta{background:#101819;color:var(--white-02);text-align:center;position:relative;overflow:hidden}.final-cta .container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:2}.final-cta .h2{max-width:110rem;font-size:max(24px,4rem);line-height:1.1}.final-cta p{line-height:1.3;max-width:70rem;font-size:max(16px,2rem)}.final-cta .btn{margin-top:2rem}.final-cta .cta__notice{margin-top:.5rem}.final-cta__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.final-cta__btns{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer{background:#040608;color:var(--white-02);padding:6rem 0 0}.footer__top{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.footer__brand{display:flex;flex-direction:column;gap:1.2rem}.footer__slogan{line-height:1.2}.footer__slogan-gradient{background:var(--gradient-light);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;text-transform:uppercase}.footer__cta{display:flex;justify-content:space-between;align-items:center}.footer__cta .h4{margin-bottom:1rem}.footer__diagnostic{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;color:var(--white-02);transition:opacity .3s ease}.footer__diagnostic:hover{opacity:.8}.footer__dot{width:1em;height:1em;border-radius:50%;background:var(--gradient-light);flex-shrink:0}.footer__middle{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.footer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.footer__nav ul{display:flex;flex-direction:column;gap:1.6rem}.footer__nav a{font-size:1.4rem;font-family:var(--font-family-second);text-transform:uppercase;color:var(--white-02);transition:color .3s ease}.footer__nav a:hover{color:var(--accent-mint-green)}.footer__contact .h4{margin-bottom:.5rem}.footer__contact-info{display:flex;flex-direction:column;gap:.8rem}.footer__contact-info p{font-family:var(--font-family-base);font-size:1.4rem;line-height:1.5}.footer__contact-info a{color:var(--accent-mint-green);transition:opacity .3s ease}.footer__contact-info a:hover{opacity:.8}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}.footer__copyright{font-size:1.2rem;display:grid;grid-template-columns:50% 30%;justify-content:space-between}.footer__copyright__right{text-align:right}.footer__logo-big{font-family:var(--font-family-second);font-size:11.7vw;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:0;width:100%}.footer__logo-big img{width:100%;max-width:unset}.footer__scroll-top{width:4.8rem;height:4.8rem;transform:rotate(180deg);transition:transform .3s ease}.inner-page{background:#040608 url(/assets/images/shape.svg) 20% bottom no-repeat;background-size:cover;padding-top:9rem}.inner-page__content,.book__content{display:grid;grid-template-columns:1fr;gap:3rem}.inner-page__content .description,.book__content .description{margin-top:2rem;line-height:1.3}.inner-page__content .description--highlighted,.book__content .description--highlighted{position:relative;padding-left:30px}.inner-page__content .description--highlighted:before,.book__content .description--highlighted:before{content:"";width:20px;height:20px;position:absolute;top:2px;left:0;background:url(/assets/images/book/dot.png) no-repeat center center;background-size:contain}.inner-page__content .btn,.book__content .btn{margin-top:3rem}.book__name{margin-bottom:2.5rem}.book__name .h4{margin-bottom:12px}.book__content__img{line-height:0;position:relative}.book__content__img img{width:100%;max-width:unset}.book-for{background:var(--white-01);color:var(--primary-dark)}.book-for__decription{width:100%;max-width:670px}.book-for__cards{display:grid;grid-template-columns:1fr;gap:12px;margin:max(30px,4rem) 0}.book-card{font-size:2rem;text-transform:uppercase;font-weight:800;color:var(--white-01);display:flex;justify-content:center;align-items:center;text-align:center;height:88px;background:var(--gradient-dark);border-radius:24px}.book-features{background:var(--primary-dark) url(/assets/images/book/book_features_bg.jpg) center no-repeat;background-size:cover;border-bottom:1px solid #363839}.book-features .btn-container{display:flex;margin-top:24px}.book-features__row{display:grid;grid-template-columns:1fr;gap:12px}.book-features__row .key{max-width:520px}.book-features__row+.book-features__row{margin-top:24px;padding-top:24px;border-top:1px solid #363839}.podcast{padding-bottom:6rem}.podcast .inner-page__content{padding-top:1rem;gap:40px}.podcast__content__img{text-align:center;position:relative}.soundtrack{position:absolute;left:50%;bottom:-5rem;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:clamp(.3rem,1.5vw,1.5rem);height:256px;width:90%;max-width:905px}.soundtrack .soundtrack__bar{flex:1;min-width:4px;max-width:12px;background:#fff3;border-radius:6px;transform-origin:center center}.podcast__content__body .h3{margin-bottom:2.5rem}.podcast__content__body .h4{margin-bottom:2rem}.podcast__content__body p+*{margin-top:1rem}.podcast__content__body .podcast-links{margin-top:2.5rem;display:flex;gap:10px}.podcast__content__body a{display:inline-block}.podcast__content__body a img{width:60px;height:60px;object-fit:contain;max-width:unset;transition:all .3s}.podcast__content__body a:hover img{opacity:.6}.podcast-options{background:var(--white-01)}.podcast-options__grid{display:grid;grid-template-columns:1fr;gap:40px}.podcast-options__grid .h3{display:flex;align-items:center;gap:12px;margin-bottom:12px}.podcast-options__grid .h3:before{content:"";width:32px;height:32px;background:url(/assets/images/dot.png) no-repeat center center;background-size:contain;flex-shrink:0}.podcast-options__grid p{line-height:1.4}.podcast-options__grid p+p{margin-top:12px}.bg-white{background:var(--white-01);color:var(--primary-dark)}.podcast-cards{background:#dbe1dd;color:var(--primary-dark)}.podcast-cards .h2{max-width:600px;margin-bottom:4rem}.podcast-cards .cards__grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:3rem;text-align:center;line-height:1.4}.podcast-cards .card{border-radius:18px;min-height:240px;justify-content:space-around;padding:30px}.podcast-cards .card .card__dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:2rem}.podcast-cards .card .card__dots span{width:15px;height:15px;border-radius:50%;background:var(--accent-lime-green)}.podcast-cards .card--1{background:#040608;color:var(--white-01);line-height:1.4}.podcast-cards .card--2{background:#092327;color:var(--white-01)}.final-cta{position:relative}.final-cta .podcast-links{flex-direction:column;grid-template-columns:1fr}.final-cta .podcast-links img{width:50px;height:50px;object-fit:contain}.final-cta .podcast-link{background:#fff;color:var(--primary-dark);border-radius:100px;padding:0 30px 0 10px;gap:0;width:240px;height:80px;justify-content:center}.final-cta .soundtrack{position:absolute;left:50%;top:0;transform:translate(-50%,-50%) scale(.65);width:50%;z-index:10}.final-cta .soundtrack__bar{background:var(--accent-mint-green);transition:all .3s}.final-cta--visible{overflow:visible}#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#040608bf;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;opacity:0;visibility:hidden;pointer-events:none}.modal{border-radius:max(28px,3.2rem);max-height:80vh;overflow-y:auto;background:#fff;padding:max(20px,4rem);position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.96);max-width:90rem;color:var(--primary-dark);z-index:1010;opacity:0;visibility:hidden;pointer-events:none}.modal .btn.disabled{opacity:.5;cursor:not-allowed}#overlay.open{opacity:1;visibility:visible;pointer-events:auto}.modal.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}body.modal-open{overflow:hidden}.btn-wrapper{display:flex;justify-content:center}.modal__close{width:25px;height:25px;margin-left:auto;margin-bottom:10px;transition:all .3s;cursor:pointer}.modal__close:hover{transform:rotate(90deg) scale(.9)}.modal__close svg{width:100%;height:100%;object-fit:contain}.modal__title{font-size:max(18px,4rem);font-weight:800;text-align:center;line-height:1;text-transform:uppercase;font-family:var(--font-family-second);margin-bottom:max(30px,4rem)}.input-wrapper{margin-bottom:12px}.input-wrapper label{font-family:var(--font-family-second);font-weight:800;font-size:max(14px,2.4rem);text-transform:uppercase;display:block}.input-wrapper input{width:100%;outline:none;border:none;border-bottom:1px solid currentColor;font-size:16px;font-family:var(--font-family-base);height:40px;transition:all .3s}.input-wrapper input::placeholder{color:var(--primary-dark);font-family:var(--font-family-base)}.input-wrapper input:focus{border-color:var(--accent-mint-green)}.input-wrapper.error input{border-color:red;color:red}.input-wrapper.error input::placeholder{color:red}.agree{margin:30px 0;font-family:var(--font-family-base);font-size:max(14px,2rem);line-height:1.3}.agree input{width:0;height:0;position:absolute;opacity:0}.agree label{display:flex;gap:15px;position:relative}.agree label:before{content:"";display:inline-block;width:28px;height:28px;flex:none;border:2px solid var(--primary-green-medium);background:#fff;border-radius:8px;cursor:pointer}.agree .checkbox input:checked+label:before{background-color:var(--primary-green-medium);border-color:var(--primary-green-medium);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='14'%20viewBox='0%200%2022%2014'%20fill='none'%3E%3Cpath%20d='M20.6689%200.743286L7.33561%2012.7433L0.668945%206.74329'%20stroke='%23fff'%20stroke-width='2'%20stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:65%}.agree a{text-decoration:underline;color:var(--primary-green-light);transition:all .3s}.agree a:hover{color:var(--accent-mint-green);text-decoration:none}.body--white{background:#fcfcfc;color:var(--primary-dark)}.body--white .header{border-bottom:1px solid #B2B2B3}.body--white .burger-icon line{stroke:var(--primary-dark)!important}.blog-page{padding-top:4rem;padding-bottom:8rem}.blog-page .h1{font-size:24px}.page-title{font-size:4rem;font-weight:700;text-transform:uppercase;text-align:center;padding-bottom:1rem;margin-bottom:4rem;border-bottom:1px solid var(--primary-dark)}.page-title{background:var(--gradient-dark);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:block}.blog-grid{margin:3rem 0;display:grid;grid-template-columns:1fr;gap:2.5rem}.blog-grid__item__img{height:28rem;display:block;margin-bottom:1.2rem}.blog-grid__item__img img{width:100%;height:100%;object-fit:cover;border-radius:2rem}.blog-grid__item__content{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.blog-grid__item__title{background:var(--gradient-dark);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;display:inline-block;font-family:var(--font-family-second);font-weight:800;line-height:1.2;font-size:2rem;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.blog-grid__item__description{font-size:1.6rem;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.date-badge{display:inline-block;font-size:1.4rem;line-height:1;padding:.5em 1em;border-radius:30px;color:var(--white-01);background:var(--primary-green-light);font-weight:400}.blog-inner-page{padding-top:4rem}.blog-inner-page .page-title{font-size:2.8rem;text-align:left;border-bottom:none;margin-bottom:1rem;padding-bottom:0}.blog-inner-page .date-badge{font-size:1.5rem;margin-bottom:2rem}.blog-content__img{max-height:300px;margin:2.5rem 0;display:table}.blog-content__img img{width:100%;height:100%;max-height:300px;object-fit:contain;border-radius:28px}.blog-content h1{font-size:2.8rem}.blog-content h2{font-size:2.4rem}.blog-content h3{font-size:2.2rem}.blog-content h4{font-size:2rem}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4{line-height:1.2;margin-bottom:2rem}.blog-content p{font-size:18px;line-height:1.3;margin-bottom:1em}.blog-content p a{color:var(--accent-mint-green);text-decoration:underline;transition:opacity .3s ease}.blog-content p a:hover{opacity:.8;text-decoration:none}.blog-content ul,.blog-content ol{margin-left:2rem;margin-bottom:1em;font-size:18px}.blog-content ul li,.blog-content ol li{margin-bottom:.25em;line-height:1.3;list-style:inherit}.blog-content ul li a,.blog-content ol li a{color:var(--accent-mint-green);text-decoration:underline;transition:opacity .3s ease}.blog-content ul li a:hover,.blog-content ol li a:hover{opacity:.8;text-decoration:none}.blog-content ul{list-style:disc}.blog-content ol{list-style:decimal}.blog-grid-wrapper{border-top:1px solid #B2B2B3;padding-top:2.5rem;margin-top:4rem}.blog-inner-page{padding-bottom:4rem}.temporarily-hidden{opacity:0!important;pointer-events:none!important;visibility:hidden!important;width:0!important;height:0!important;position:absolute!important}@media not (min-width:1200px){.for-desktop{display:none}}@media not (max-width:1200px){body{font-size:2.2rem}body.header-fixed{padding-top:11rem}.body--white .header__nav,.body--white .header__nav ul li a{color:var(--primary-dark)}.for-desctop{display:block}.header{padding:2rem 0}.header .logo{width:20vw;max-width:284px}.header .btn{height:7.2rem;min-width:20rem;font-size:1.6rem}.header .burger{display:none}.header__nav{position:static;height:auto;opacity:1;transform:translate(0);background:transparent;visibility:visible;overflow:visible}.header__nav ul{flex-direction:row;gap:3rem}.header__nav ul>li{font-size:1.6rem;position:relative;padding:1rem 0}.header__nav ul>li ul{position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--white-01);gap:0;padding:.8rem;border-radius:1rem;display:flex;flex-direction:column;width:140px;overflow:visible;opacity:0;visibility:hidden;box-shadow:0 4px 16px #0000001a;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.header__nav ul>li li{font-size:1em;color:var(--primary-dark);transform:translateY(0);padding:0 0 1rem;max-width:unset;line-height:1.3;text-align:center;display:flex;align-items:center;justify-content:center;text-transform:capitalize}.header__nav ul>li li a{font-size:1em}.header__nav ul li:hover ul{opacity:1;visibility:visible;max-height:none}.header__nav ul li ul:before{content:"";width:0;height:0;border:6px solid transparent;border-bottom-color:var(--white-01);position:absolute;top:-12px;left:50%;transform:translate(-50%)}.header__nav__top,.header__nav:before{display:none}.btn{font-size:1.6rem;height:6.4rem;min-width:20rem;transition:all .3s}.btn:hover{background:var(--accent-mint-green)}h1,.h1{font-size:6.4rem}h2,.h2{font-size:5.2rem}h3,.h3{font-size:4.4rem}h4,.h4{font-size:2.8rem}.text-sm{font-size:1.6rem}ul,ol,li{font-size:1em}.first-screen{padding:10rem 0 4rem;background:#091e1e}.first-screen .container{display:grid;grid-template-columns:63fr 37fr}.first-screen__content{grid-column:1 / 2}.first-screen__globe{grid-column:2 / 3;position:relative}.first-screen__globe-img{position:absolute;top:0;right:-5rem;width:150%}.first-screen__globe-img img{width:100%;height:100%;max-width:unset;object-fit:contain;mask-image:radial-gradient(circle,#000 29%,#0000 99%);-webkit-mask-image:-webkit-radial-gradient(circle,black 29%,rgba(0,0,0,0) 99%);animation:rotateGlobe 90s linear infinite}@keyframes rotateGlobe{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.first-screen__notice{grid-column:1 / 3;max-width:65%;margin-top:5rem}.first-screen__subtitle{max-width:57.7rem}.first-screen__list{max-width:64rem}.first-screen__list li{display:flex;align-items:center;gap:1.2rem;padding-left:0}.first-screen__list li:before{position:relative;top:0;left:0;flex:none}.cta-block{flex-direction:row;text-align:left;align-items:flex-start;gap:2rem}.cta-block .link{margin-top:.3em}.cta-block__btn .notice{font-size:1.6rem}.link{transition:all .3s}.link:hover{text-decoration:none;color:var(--accent-mint-green)}section{padding:10rem 0}.who-we-work .h2{margin-bottom:4rem}.who-we-work__items{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.who-we-work__item{padding:4.5rem}.who-we-work__item .h3{margin-bottom:4rem;line-height:1.1;min-height:3.3em}.detail:not(:last-child){margin-bottom:4rem}.outcomes-list li{font-size:2.2rem}.de-risk__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem 3rem;margin-top:8rem}.de-risk__item:nth-child(1){grid-column:1 / 2;grid-row:1}.de-risk__item:nth-child(2){grid-column:2 / 3;grid-row:2}.de-risk__item:nth-child(3){grid-column:3 / 4;grid-row:3}.de-risk__item:nth-child(4){grid-column:4 / 5;grid-row:4}.de-risk__path-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.de-risk__ball{position:absolute;width:1.2rem;height:1.2rem;border-radius:50%;background:var(--gradient-light);box-shadow:0 0 10px #78ff8199,0 0 20px #78ff814d;z-index:2;opacity:0;will-change:transform}.de-risk__item{position:relative}.de-risk__progress{display:flex;align-items:center;justify-content:center;width:150px;height:40px;opacity:0;gap:1rem;will-change:opacity,transform;align-self:center;position:absolute;left:calc(100% + 30px);top:7rem;background:#1c1e20;border-radius:12px;border:1px solid #323435;padding:.7rem 1rem}.de-risk__progress--second{left:calc(100% + 90px)}.de-risk__progress--third{left:calc(100% + 160px)}.de-risk__dot{width:1.2rem;height:1.2rem;border-radius:50%;background:var(--gradient-light);flex:none}.de-risk__label{font-size:1.6rem;color:var(--white-01);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-family:var(--font-family-second);white-space:nowrap}.de-risk__percent{font-size:2.4rem;font-weight:800;color:var(--white-01)}.de-risk__item .h4{font-size:2rem;max-width:80%}.de-risk__list{font-size:1.4rem;gap:.7rem}.de-risk__list li{line-height:1.2}.cases__card{flex-direction:row;padding:4rem;gap:6rem}.cases__card-left{flex:0 0 37%;padding-left:4rem}.cases__card-right{flex:1;gap:2.4rem;padding-right:4rem}.cases__card-item{flex-direction:row-reverse;align-items:center;flex:1}.cases__card-icon{width:6rem;height:6rem}.block-cta{margin-top:4rem}.our-services__item{padding:4rem;display:flex;flex-direction:column;align-items:flex-start}.our-services__item .h3{min-height:3.3em}.our-services__item .btn{margin-top:auto}.our-services__body{grid-template-columns:1fr 1fr}.final-cta .h2,.final-cta p,.final-cta .text-sm{max-width:unset}.final-cta .btn{margin-top:0}.final-cta__btns{flex-direction:row;margin-top:4rem}.final-cta__btns .link{text-align:left}.footer .container{display:grid!important;grid-template-columns:repeat(2,1fr);gap:2rem}.footer__bottom{grid-column:1 / 3}.footer__logo-big{font-size:8.6vw;text-align:center}.footer__slogan-gradient{display:block}.footer__top{gap:8rem}.footer__brand{gap:2rem}.footer__cta__left .h4{font-size:2rem}.footer__nav{grid-template-columns:1fr;gap:2rem}.footer__nav li{font-size:1.2rem}.for-mobile{display:none}.footer__middle{position:relative}.footer__middle .icon-arrow-down{position:absolute;top:0;right:0;width:10rem;height:10rem}.footer__bottom{align-items:stretch}.footer__scroll-top{transition:.3s all}.footer__scroll-top:hover{opacity:.7}.footer__copyright{margin-bottom:2rem}.footer__copyright a{transition:all .3s}.footer__copyright a:hover{color:var(--accent-mint-green)}.resources{position:relative;overflow:hidden;padding:0;min-height:70rem}.resources .container{display:flex;gap:3rem;align-items:stretch}.resources .h2{margin-bottom:20rem}.resources__left{max-width:54rem;padding:10rem 0}.resources__cta{margin-top:auto;padding:4rem 4rem 0 0;align-items:flex-start;text-align:left}.resources__cta .h4{max-width:100%;text-align:left}.resources__cta .btn{align-self:flex-start}.resources__cta--mobile{display:none}.resources__cta--desctop{display:flex}.accordion{position:absolute;right:0;top:0;display:flex;flex-direction:row;height:100%;flex-shrink:0;width:72rem}.accordion__item{position:absolute;right:0;top:0;width:10rem;height:100%;cursor:pointer;transition:width .6s cubic-bezier(.4,0,.2,1),right .6s cubic-bezier(.4,0,.2,1);overflow:hidden;border-radius:0}.accordion__item:nth-child(1){right:30rem;z-index:1}.accordion__item:nth-child(2){right:20rem;z-index:2}.accordion__item:nth-child(3){right:10rem;z-index:3}.accordion__item:nth-child(4){right:0;z-index:4}.accordion__item--active{width:67rem;z-index:10!important}.accordion__header{position:absolute;left:0;top:0;width:8rem;height:100%;writing-mode:vertical-rl;transform:rotate(180deg);padding:3rem 2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;background:transparent;cursor:pointer}.accordion__header .h3{white-space:nowrap;letter-spacing:.1em;text-transform:uppercase;font-size:3.2rem}.accordion__icon{transform:rotate(90deg);width:4.8rem;height:4.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.accordion__item--active .accordion__icon{transform:rotate(90deg)}.accordion__content{position:absolute;left:8rem;top:0;width:calc(100% - 8rem);height:100%;display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem;max-height:none;opacity:0;visibility:hidden;transition:opacity .2s ease 0s,visibility .2s ease 0s;pointer-events:none}.accordion__content .h3{font-size:3.6rem;margin-bottom:2rem}.accordion__content p{font-size:1.8rem;line-height:1.2;margin-bottom:2rem}.accordion__content ul{margin-bottom:3rem;font-size:1.8rem}.accordion__content ul li{margin-bottom:.2rem}.accordion__content .btn{align-self:flex-start}.accordion__content .accordion__content{padding-bottom:0;justify-content:space-between}.accordion__content .accordion__content p{margin-bottom:2rem}.accordion__content .accordion__image{max-height:70%;flex-grow:1}.accordion__item--active .accordion__content{padding-top:10rem}.accordion__item--book .accordion__content{padding-top:10rem}.accordion__content--free .h4{margin-bottom:2rem}.accordion__item--podcast .accordion__image{max-height:320px;margin-left:auto;margin-right:auto}.accordion__item--podcast .accordion__content{padding-top:8rem;gap:3rem}.accordion__item--active .accordion__content{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease .3s,visibility .3s ease .3s}.accordion__image{width:auto;object-fit:contain;height:40%;margin:0;object-position:left}.accordion__image--free{height:200px}.podcast-links{display:flex;gap:1.6rem;margin-bottom:3rem}.podcast-links img{height:5rem;width:auto}.wave-circles-container{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;overflow:hidden;perspective:1200px}.wave-circles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotateX(65deg) rotate(45deg);transform-style:preserve-3d;width:800px;height:800px}.circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,255,255,.15);transform-style:preserve-3d}.dot{position:absolute;width:2px;height:2px;border-radius:50%;top:50%;left:50%;transform-style:preserve-3d;transition:all .3s ease}.wave-circles-container{display:block!important}.inner-page{background:#040608 url(/assets/images/shape.svg) right bottom no-repeat;background-size:contain;padding-top:16rem}.inner-page__content,.book__content{display:grid;grid-template-columns:1fr 1fr;gap:5rem}.inner-page__content .description,.book__content .description{margin-top:3rem}.inner-page__content .btn,.book__content .btn{margin-top:4rem}.book__content__body{padding-bottom:10rem}.book__name{margin-bottom:4rem}.book__content__img{line-height:0;position:relative}.book__content__img img{position:absolute;width:140%;right:0;bottom:0;max-width:unset}.book-for__decription{width:50%}.book-features{background:var(--primary-dark) url(/assets/images/book/book_features_bg.jpg) center no-repeat;background-size:cover;border-bottom:1px solid #363839}.book-features .btn-container{display:flex;justify-content:center;margin-top:max(24px,6rem)}.book-for{background:var(--white-01);color:var(--primary-dark)}.book-for__decription{width:50%;max-width:670px}.book-for__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:max(30px,4rem) 0}.book-card{font-size:2.4rem;text-transform:uppercase;font-weight:800;color:var(--white-01);display:flex;justify-content:center;align-items:center;text-align:center;height:max(88px,10rem);background:var(--gradient-dark);border-radius:24px}.book-features{background:var(--primary-dark) url(/assets/images/book/book_features_bg.jpg) center no-repeat;background-size:cover;border-bottom:1px solid #363839}.book-features .btn-container{display:flex;justify-content:center;margin-top:max(24px,6rem)}.book-features__row{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.book-features__row .key{max-width:520px}.book-features__row+.book-features__row{margin-top:max(24px,4rem);padding-top:max(24px,4rem);border-top:1px solid #363839}.podcast{padding-bottom:10rem}.podcast .inner-page__content{gap:15rem}.podcast__content__body .h3{margin-bottom:4rem}.podcast__content__body .h4{margin-bottom:1.5rem}.podcast__content__body .podcast-links{margin-top:4rem}.podcast__content__img .soundtrack{width:auto;bottom:8rem}.podcast__content__img .soundtrack .soundtrack__bar{width:12px}.podcast-options__grid{grid-template-columns:repeat(2,1fr);gap:10rem}.podcast-cards .cards__grid{grid-template-columns:1fr 1fr}.podcast-cards .card{display:flex;flex-direction:column;justify-content:space-between;max-width:600px}.podcast-cards .card--1{transform:rotate(-10deg) translate(4rem)}.podcast-cards .card--2{transform:rotate(6deg) translateY(-6rem) translate(-5rem)}.final-cta{position:relative}.final-cta .podcast-links{flex-direction:row}.final-cta .soundtrack{transform:translate(-50%,-50%) scale(1)}.page-title{font-size:min(88px,5.6vw)}.blog-grid{grid-template-columns:repeat(3,1fr);gap:5rem 2rem}.blog-grid__item__title,.blog-grid__item__description{height:2.4em}.blog-grid__item:hover .blog-grid__item__img img{transform:scale(1.1)}.blog-grid__item:hover a:hover{opacity:.8}.blog-grid__item a{transition:all .3s}.blog-grid__item__img{height:30rem;overflow:hidden;border-radius:2.8rem}.blog-grid__item__img img{transition:all .5s}.blog-grid__item__title{padding-right:5rem;position:relative;display:block;width:100%}.blog-grid__item__title:after{content:"";position:absolute;top:0;right:0;width:4rem;height:4rem;background:url(/assets/images/link_arrow.svg) center center no-repeat;border-radius:50%;transition:opacity .3s;opacity:0}.blog-grid__item__title:hover:after{opacity:1}.blog-inner-page{padding-top:6rem}.blog-inner-page .page-title{font-size:5.2rem}.blog-content__img{max-height:500px;margin:4rem 0}.blog-content__img img{max-height:500px;object-fit:contain;border-radius:40px}.blog-inner-page{padding-top:8rem}.blog-inner-page .date-badge{font-size:2rem}.blog-content{padding-bottom:6rem}.blog-content h1{font-size:4.4rem}.blog-content h2{font-size:3.4rem}.blog-content h3{font-size:2.8rem}.blog-content h4{font-size:2rem}.blog-content p{font-size:22px}.blog-content ul,.blog-content ol{font-size:22px}.blog-inner-page{padding-bottom:8rem}.blog-grid-wrapper{padding-top:5rem;margin-top:4rem}}@media(not (max-width:767px))and (not (min-width:1199px)){.first-screen{padding:10rem 0 4rem;background:#091e1e}.first-screen .container{display:grid;grid-template-columns:63fr 37fr}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media not (max-width:1940px){.footer__logo-big{font-size:170px}}.nav-link-btn{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left;text-decoration:none;text-transform:inherit}.modal__hint{margin-bottom:2rem;opacity:.85}.modal__success{text-align:center;line-height:1.5;margin-bottom:3rem;opacity:.85}.modal__error{color:#c0392b;font-size:1.4rem;margin-bottom:1.6rem;line-height:1.4}.text-green-dark{color:var(--primary-green-medium, #0d3837)}.wrapper>.header--fixed+.main>.first-screen:first-child,.wrapper>.header--fixed+.main.horizon-qr--risk-check>.horizon-qr__main:first-child{padding-top:calc(14rem + env(safe-area-inset-top,0px))}@media not (max-width:1200px){.wrapper>.header--fixed+.main>.first-screen:first-child,.wrapper>.header--fixed+.main.horizon-qr--risk-check>.horizon-qr__main:first-child{padding-top:calc(17rem + env(safe-area-inset-top,0px))}}body.header-fixed:has(#root .header--fixed+.main>.first-screen:first-child,#root .header--fixed+.main.horizon-qr--risk-check>.horizon-qr__main:first-child){padding-top:0}.footer__copyright:not(:has(>div)){white-space:nowrap}.faq__answer{height:0;opacity:0;overflow:hidden;transition:height .35s ease,opacity .35s ease}.faq__item.active .faq__answer{height:auto;opacity:1}.faq__item.active .faq__toggle{transform:rotate(45deg)}.qr-progress{flex:1;height:.4rem;background:#ffffff26;border-radius:999px;margin:0 1.6rem;max-width:20rem;overflow:hidden}.qr-progress__bar{height:100%;background:var(--accent-mint-green);border-radius:999px;transition:width .3s ease}@media(max-width:767px){.qr-progress{display:none}}:root{--font-family-base: Arial, "Helvetica Neue", Helvetica, sans-serif;--font-family-second: "Geologica", sans-serif;--primary-green-dark: #092327;--primary-green-medium: #0d3837;--primary-green-light: #0c5350;--accent-mint-green: #07bc8a;--accent-lime-green: #97f69d;--white-01: #f6f6f6;--white-02: #f9f9f9;--grey: #dbe1dd;--primary-dark: #040608;--gradient-dark: linear-gradient(-95deg, #0d5959 0%, #092327 100%);--gradient-light: linear-gradient(-95deg, #78ff81 0%, #08735d 100%)}*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{font-family:var(--font-family-base);font-size:1.6rem;background:linear-gradient(210deg,#0d5959 40%,#092327);color:var(--white-02);min-height:100vh}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{width:100%;max-width:140rem;padding:0 2rem;margin:0 auto}h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-weight:800;text-transform:uppercase;font-family:var(--font-family-second)}h1,.h1{font-size:3.6rem;margin-bottom:2rem}h2,.h2{font-size:2.8rem;margin-bottom:1.6rem}h3,.h3{font-size:2.4rem}h4,.h4{font-size:2rem}.text-sm{font-size:1.4rem}.text-uppercase{text-transform:uppercase}.font-secondary{font-family:var(--font-family-second)}.link{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--white-01);height:5.4rem;min-width:17rem;border-radius:7rem;font-size:1.4rem;text-transform:uppercase;font-family:var(--font-family-second);color:var(--primary-green-dark);padding:0 1.6em;border:none;cursor:pointer;font-weight:600}.btn--green{background:var(--gradient-dark);color:var(--white-01)}.btn:disabled{opacity:.6;cursor:not-allowed}.who-we-work__item{background:var(--gradient-dark);border-radius:2.4rem;color:var(--white-01);padding:2.4rem}.horizon-qr--landing .horizon-qr__why.who-we-work,.horizon-qr--landing .horizon-qr__about.who-we-work{background:var(--white-01);color:var(--primary-green-dark)}.horizon-qr--landing,.horizon-qr--risk-check{text-align:center}.horizon-qr--risk-check .horizon-qr__wizard>.container{max-width:72rem}.horizon-qr--landing .horizon-qr__lead{max-width:72rem}.horizon-qr--landing .horizon-qr__section-intro{max-width:78rem}.horizon-qr--landing .horizon-qr__lead,.horizon-qr--landing .horizon-qr__section-intro,.horizon-qr--risk-check .horizon-qr__lead,.horizon-qr--risk-check .horizon-qr__privacy,.horizon-qr--risk-check .horizon-qr__microcopy{margin-left:auto;margin-right:auto}.horizon-qr--landing .horizon-qr__cta-row,.horizon-qr--risk-check .horizon-qr__cta-row{align-items:center;justify-content:center}.horizon-qr--landing .horizon-qr__scenario-grid{margin-left:auto;margin-right:auto}.horizon-qr--landing .horizon-qr__scenario-card{align-items:center;text-align:center}.horizon-qr--landing .horizon-qr__scenario-cta{align-self:center}.horizon-qr--landing .horizon-qr__bullets,.horizon-qr--landing .horizon-qr__why ul,.horizon-qr--landing .horizon-qr__checklist ul{text-align:left;max-width:78rem;margin-left:auto;margin-right:auto}@media not (max-width:767px){.horizon-qr--landing .first-screen .container{display:block;grid-template-columns:unset}.horizon-qr--landing .horizon-qr__lead,.horizon-qr--landing .horizon-qr__section-intro,.horizon-qr--landing .first-screen__subtitle,.horizon-qr--landing .horizon-qr__bullets,.horizon-qr--landing .horizon-qr__why ul,.horizon-qr--landing .horizon-qr__checklist ul,.horizon-qr--landing .horizon-qr__section>.container>p:not(.horizon-qr__lead):not(.horizon-qr__section-intro){max-width:120rem}.horizon-qr--landing .horizon-qr__scenario-grid{grid-template-columns:repeat(3,1fr);max-width:none;width:100%}}.horizon-qr--risk-check .horizon-qr__step{display:flex;flex-direction:column;align-items:center;width:100%}.horizon-qr--risk-check .horizon-qr__step>.h1,.horizon-qr--risk-check .horizon-qr__step>.h2,.horizon-qr--risk-check .horizon-qr__step>.horizon-qr__lead,.horizon-qr--risk-check .horizon-qr__step>.horizon-qr__privacy,.horizon-qr--risk-check .horizon-qr__step>.horizon-qr__microcopy,.horizon-qr--risk-check .horizon-qr__step>.btn{width:100%;max-width:56rem}.horizon-qr--risk-check .horizon-qr__options,.horizon-qr--risk-check .horizon-qr__nav,.horizon-qr--risk-check .horizon-qr__zone,.horizon-qr--risk-check .horizon-qr__lead-form,.horizon-qr--risk-check .horizon-qr__error{width:100%;max-width:56rem;margin-left:auto;margin-right:auto;text-align:left}.horizon-qr{min-height:60vh}.horizon-qr__header{position:sticky;top:0;z-index:100;background:var(--gradient-dark);border-bottom:1px solid rgba(246,246,246,.25);padding:1rem 0}.horizon-qr__header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.6rem}.horizon-qr__logo img{width:11.4rem;height:auto;display:block}.horizon-qr__header-cta.btn{height:4.4rem;font-size:1.2rem;min-width:unset;padding:0 1.4em}.horizon-qr__progress{flex:1;max-width:12rem;height:.4rem;background:#f6f6f633;border-radius:1rem;overflow:hidden}.horizon-qr__progress-bar{height:100%;width:8%;background:var(--accent-mint-green);border-radius:1rem;transition:width .25s ease}.horizon-qr__main{padding-bottom:6rem}.horizon-qr__section{padding:4rem 0}.horizon-qr__hero{padding-bottom:2rem}.horizon-qr__lead{line-height:1.5;margin-bottom:1.6rem;max-width:52rem}.horizon-qr__cta-row{display:flex;flex-direction:column;align-items:center;gap:1.6rem;margin-top:2.4rem}.horizon-qr__section-intro{margin-bottom:2rem;line-height:1.5;max-width:56rem}.horizon-qr__subhead{margin:2rem 0 1rem}.horizon-qr__scenario-grid{display:grid;gap:1.2rem;margin-top:2.4rem}.horizon-qr__scenario-card{display:flex;flex-direction:column;gap:1.2rem}.horizon-qr__scenario-card p{line-height:1.45;flex:1}.horizon-qr__scenario-cta{align-self:flex-start;margin-top:.4rem}.horizon-qr__bullets{display:flex;flex-direction:column;gap:1.2rem;line-height:1.45;margin-top:1.6rem}.horizon-qr--landing .horizon-qr__why ul,.horizon-qr--landing .horizon-qr__checklist ul{list-style:disc;padding-left:2rem}.horizon-qr--landing .horizon-qr__why li,.horizon-qr--landing .horizon-qr__checklist li{list-style:inherit}.horizon-qr__wizard .horizon-qr__step{padding:2rem 0 3rem}.horizon-qr__options{display:flex;flex-direction:column;gap:1rem;margin-top:2.4rem;max-width:56rem;width:100%}.horizon-qr__option{display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem 1.8rem;border:1px solid rgba(246,246,246,.25);border-radius:1.6rem;cursor:pointer;transition:border-color .2s,background .2s;min-height:4.4rem}.horizon-qr__option:hover{border-color:var(--accent-mint-green)}.horizon-qr__option:has(input:checked){border-color:var(--accent-mint-green);background:#07bc8a1f}.horizon-qr__option input{margin-top:.3rem;width:1.8rem;height:1.8rem;flex-shrink:0;accent-color:var(--accent-mint-green)}.horizon-qr__option-label{line-height:1.4;font-size:1.6rem}.horizon-qr__nav{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;margin-top:2.4rem;padding-top:1.6rem;border-top:1px solid rgba(246,246,246,.15);max-width:56rem;width:100%}.horizon-qr__back{background:none;border:none;cursor:pointer;font-size:1.4rem;text-decoration:underline;color:inherit;padding:.8rem 0}.horizon-qr__error{color:var(--accent-lime-green);margin-top:1.2rem;font-size:1.4rem}.horizon-qr__zone{margin:2rem auto;padding:2.4rem;border-radius:2.4rem;border:1px solid rgba(246,246,246,.2);max-width:56rem;width:100%}.horizon-qr__zone--green{border-color:#07bc8a80;background:#07bc8a14}.horizon-qr__zone--amber{border-color:#ffc30073;background:#ffc30014}.horizon-qr__zone--red{border-color:#97f69d59;background:#09232799}.horizon-qr__zone-badge{display:inline-block;font-family:var(--font-family-second);font-weight:700;text-transform:uppercase;font-size:1.2rem;letter-spacing:.06em;margin-bottom:1rem;color:var(--accent-mint-green)}.horizon-qr__zone--amber .horizon-qr__zone-badge{color:#ffc300}.horizon-qr__zone--red .horizon-qr__zone-badge{color:var(--accent-lime-green)}.horizon-qr__reasons{margin-top:1.6rem;display:flex;flex-direction:column;gap:.8rem;list-style:disc;padding-left:2rem}.horizon-qr__reasons li{list-style:inherit;line-height:1.4}.horizon-qr__lead-form{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem;max-width:48rem;width:100%}.horizon-qr__lead-form label{display:flex;flex-direction:column;gap:.6rem;font-size:1.4rem}.horizon-qr__lead-form input,.horizon-qr__lead-form select{width:100%;padding:1.2rem 1.4rem;border-radius:.8rem;border:1px solid rgba(246,246,246,.35);background:#04060859;color:var(--white-01);font-size:1.6rem;font-family:inherit}.horizon-qr__privacy,.horizon-qr__microcopy{opacity:.85;line-height:1.4;max-width:48rem}@media(min-width:768px){.horizon-qr__scenario-grid{grid-template-columns:repeat(2,1fr)}.horizon-qr__cta-row{flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}}@media(max-width:767px){.container{padding:0 1.6rem}.horizon-qr--landing .h1,.horizon-qr--risk-check .h1{font-size:2.8rem;line-height:1.15}.horizon-qr--landing .h2,.horizon-qr--risk-check .h2{font-size:2.2rem;line-height:1.2}.horizon-qr--landing .h3,.horizon-qr--risk-check .h3{font-size:2rem}.horizon-qr__section{padding:3rem 0}.horizon-qr__wizard .horizon-qr__step{padding:1.6rem 0 2.4rem}.horizon-qr__cta-row .btn,.horizon-qr__scenario-cta,.horizon-qr--risk-check .horizon-qr__step>.btn,.horizon-qr__nav .btn{width:100%;max-width:100%}.horizon-qr__scenario-cta{align-self:stretch}.horizon-qr__nav{flex-direction:column-reverse;align-items:stretch}.horizon-qr__back{text-align:center;padding:1rem 0}.horizon-qr__option{padding:1.4rem 1.6rem;min-height:4.8rem}.horizon-qr__option input{width:2rem;height:2rem}.horizon-qr__zone{padding:2rem 1.6rem}.horizon-qr__lead-form input,.horizon-qr__lead-form select{font-size:1.6rem;min-height:4.8rem}}.admin-page{min-height:60vh;padding:12rem 0 6rem}.admin-card{max-width:48rem;margin:0 auto;background:var(--gradient-dark);border-radius:2.4rem;padding:3rem}.admin-card label{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.6rem;font-size:1.4rem}.admin-card input{padding:1.2rem 1.4rem;border-radius:.8rem;border:1px solid rgba(246,246,246,.35);background:#04060859;color:var(--white-01);font-size:1.6rem}.admin-error{color:var(--accent-lime-green);margin-top:1rem}.admin-table-wrap{overflow-x:auto;margin-top:2rem}.admin-table{width:100%;border-collapse:collapse;font-size:1.4rem}.admin-table th,.admin-table td{padding:1rem 1.2rem;border-bottom:1px solid rgba(246,246,246,.15);text-align:left}.admin-table th{font-family:var(--font-family-second);text-transform:uppercase;font-size:1.2rem;color:var(--accent-mint-green)}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.admin-toolbar .btn{height:4.4rem;min-width:unset}.band-pill{display:inline-block;padding:.2rem .8rem;border-radius:999px;font-size:1.2rem;text-transform:uppercase;font-weight:700}.band-pill--green{background:#07bc8a40}.band-pill--amber{background:#ffc30040}.band-pill--red{background:#97f69d26}html{scroll-behavior:smooth}#root{min-height:100vh}
