:root{--ff-base:'Geist',sans-serif;--ff-accent:'Helvetica Neue',sans-serif;--accent:#a08849;--neutral-100:#fff;--neutral-200:#b5b5b5;--neutral-300:#929292;--neutral-400:#5e5e5e;--neutral-500:#363636;--neutral-600:#2b2b2b;--neutral-700:#121212;--gutter:1.5rem;--bg-color:#000;--text-color:var(--neutral-100);--black:#000;--white:#fff;--max-wrapper-width:1440px;--max-width:100%}*,::after,::before{box-sizing:border-box}:focus{outline:0}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;overflow-x:hidden;background-color:var(--bg-color);color:var(--text-color);font-family:var(--ff-base);font-size:1rem;font-smooth:always;letter-spacing:-4%;font-weight:400;line-height:1.2;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{height:0;box-sizing:content-box;overflow:visible}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}dl,ol,ul{margin:0;padding-left:0;list-style:none}b,strong{font-weight:700}a{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}button{border-radius:0;cursor:pointer}button:focus{outline:0 none}button,input,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}textarea{overflow:auto;resize:vertical}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[hidden]{display:none!important}html{scroll-behavior:smooth;font-size:16px}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.site-main{position:relative;max-width:100%;margin:0 auto;overflow:hidden}.wrapper{max-width:1440px;margin-right:auto;margin-left:auto;padding-right:var(--gutter);padding-left:var(--gutter)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:insert(50%);white-space:nowrap;border:0}.spin{animation:spin 2s linear infinite}.pulse{animation:spin 1s steps(8) infinite}@-moz-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(1turn)}}@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(1turn)}}@-o-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(1turn)}}.d-none{display:none!important}.grid-lines{--grid-color:rgba(94,92,89,0.3);background:linear-gradient(var(--grid-color),var(--grid-color)) left/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) center/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) right/1px 100% no-repeat}.wrapper-grid{--grid-color:rgba(94,92,89,0.3);--max-width:1000px;--col-count:2;--col-1:3;--col-2:4;--col-3:5;--col-4:6;--col-5:7;display:grid;grid-template-columns:[full-start] 1fr [gutter-start] var(--gutter) [content-start] repeat(var(--col-count),minmax(0,calc(var(--max-width)/ var(--col-count)))) [content-end] var(--gutter) [gutter-end] 1fr [full-end]}.wrapper-grid>*{grid-column:3/5}.wrapper-grid>.full{grid-column:1/-1}.wrapper-grid>.wide{grid-column:2/6}.wrapper-grid>.subgrid{display:grid;grid-template-columns:subgrid}.lines{position:relative}.lines:before{content:'';display:block;position:absolute;z-index:5;pointer-events:none;top:0;left:0;right:0;bottom:0;grid-column:content;background:linear-gradient(var(--grid-color),var(--grid-color)) left/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) center/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) right/1px 100% no-repeat}.lines.lines-lt{--grid-color:#e2e2e2}.lines.lines-lt:before{mix-blend-mode:multiply}.main-footer{position:relative;padding-top:3rem}.main-footer .editor{font-weight:500;font-size:.75rem;color:var(--neutral-300);margin-bottom:8.625rem}.main-footer .editor a{color:var(--neutral-100)}.main-footer .editor a:hover{text-decoration:underline}.main-footer .brand svg{display:block;width:100%;height:auto}.main-header{position:fixed;top:0;left:0;width:100%;z-index:10;padding-top:2.625rem;padding-bottom:.5rem;backdrop-filter:blur(10px);background:rgba(0,0,0,.251)}.main-header .navbar{display:flex;align-items:center;justify-content:center}.main-header .home-link{color:var(--neutral-100);height:40px}.main-header .home-link svg{display:block;width:100%;height:100%}.main-header .home-link:hover{color:var(--accent)}.main-header .menu-toggle{display:inline-block;border:none;background:0 0;position:absolute;left:var(--gutter);color:var(--neutral-100);width:2rem;height:2rem;z-index:11}.main-header .menu-toggle svg{display:block;width:100%;height:100%}.main-header .menu-toggle:hover{color:var(--accent)}.main-header .main-menu{position:absolute;display:flex;flex-direction:column;z-index:10;background-color:rgba(0,0,0,.9);top:0;left:0;width:100%;height:100dvh;padding:100px 60px;opacity:0;filter:blur(30px);pointer-events:none;transition:all .3s ease}.main-header .main-menu .menu .menu-item{margin-bottom:10px}.main-header .main-menu .menu .menu-item>a{display:inline-block;font-size:1.625rem;font-weight:400;color:var(--neutral-100)}.main-header .main-menu .menu .menu-item>a:hover{color:var(--accent)}.main-header .main-menu .menu .menu-item-has-children{display:grid;grid-template-rows:auto 0fr;transition:all .3s ease}.main-header .main-menu .menu .menu-item-has-children>a{margin-bottom:10px}.main-header .main-menu .menu .menu-item-has-children .sub-menu{overflow:hidden;height:auto;padding-left:1rem}.main-header .main-menu .menu .menu-item-has-children .sub-menu a{font-size:1.375rem}.main-header .main-menu .menu .menu-item-has-children:focus-within,.main-header .main-menu .menu .menu-item-has-children:hover{grid-template-rows:auto 1fr}.main-header.menu-open .main-menu{opacity:1;filter:none;pointer-events:all;overflow-y:auto}.main-header .lang{margin-top:auto;padding-top:40px;order:3;display:flex;align-items:center;gap:20px;position:relative}.main-header .lang__label{border:none;background:0 0;pointer-events:none;display:flex;align-items:center;gap:20px;color:#b5b5b5}.main-header .lang__label:before{content:'';display:block;width:20px;height:20px;background-color:currentColor;mask-image:url(../img/icons/globe.svg);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.main-header .lang__label:after{content:'';display:block;width:2px;height:20px;background-color:currentColor}.main-header .lang__label span{position:relative;color:currentColor;font-size:20px}.main-header .lang__options a{position:relative;font-size:20px;color:#fff}.main-header .lang__options a:hover{text-decoration:underline}.btn--accent{display:inline-flex;font-size:1rem;font-weight:400;justify-content:space-between;color:var(--neutral-100);padding-bottom:.75rem;border-bottom:2px solid var(--accent)}.btn--accent:after{content:'';display:inline-block;width:1em;height:1em;background-image:linear-gradient(135deg,transparent 50%,var(--accent) 50%);margin-left:2ch}.field{display:flex;flex:1}.field .field-label{color:inherit}.field .field-control{flex:1}.field .field-control:is(select){appearance:none}.field .field-control:is(textarea){resize:none}.field .field-control[type=file]{color:inherit}.glass{position:absolute;top:0;bottom:0;right:0;width:180px;display:grid;grid-auto-flow:row;z-index:1}.glass span{position:relative;z-index:calc(var(--rownum) + 1);display:block;width:100%;height:calc(100% + 10px);grid-column:1/-1;grid-row:var(--rownum);backdrop-filter:blur(30px);background:linear-gradient(180deg,rgba(255,255,255,.01) 0,rgba(0,0,0,.2) 78.5%,rgba(255,255,255,.01) 100%);background-blend-mode:overlay;margin-top:-10px;opacity:1}.glass span:nth-child(1){height:100%;margin-top:0}.glass span:nth-child(2){--rownum:2}.glass span:nth-child(3){--rownum:3}.glass span:nth-child(4){--rownum:4}.glass span:nth-child(5){--rownum:5}.glass span:nth-child(6){--rownum:6}.glass span:nth-child(7){--rownum:7}.glass span:nth-child(8){--rownum:8}.glass span:nth-child(9){--rownum:9}.title.h1{font-size:clamp(3.75rem,3.7559vw + 2.8697rem,6.25rem);font-weight:500;line-height:1.2}.title.h2{font-size:clamp(2rem,2.2535vw + 1.4718rem,3.5rem);font-weight:500;line-height:1.2}.title.h3{font-size:clamp(2.625rem,0 + 2.625rem,2.625rem);font-weight:600;line-height:1.2}.title.h4{font-size:clamp(2.5rem,0 + 2.5rem,2.5rem);font-weight:300;line-height:1.2}.card-area{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;position:relative;transition:transform 1s ease}.card-area:after,.card-area:before{display:block;width:14px;height:14px;background-image:url(../img/icons/plus.svg);background-repeat:no-repeat;background-size:cover;position:absolute}.card-area:before{content:'';top:-7px;right:-7px}.card-area:after{bottom:-7px;right:-7px}.card-area:last-child:after{content:''}.card-area .back,.card-area .front{grid-column:1/-1;grid-row:1/-1}.card-area .count{font-weight:100;font-size:2.625rem;line-height:1}.card-area .front{display:flex;flex-direction:column;align-items:start;justify-content:start;position:relative;gap:1.125rem;padding:30px 0;z-index:1;transition:all .2s ease}.card-area .front .count{color:var(--accent)}.card-area .front h3{font-weight:300;font-size:1.5rem;line-height:1.2;color:var(--neutral-100)}.card-area .back{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:end;background-color:rgba(160,136,73,.6);padding:30px;opacity:0;transition:all .2s ease}.card-area .back .count{color:var(--neutral-700)}.card-area .back p{font-weight:400;font-size:.875rem;line-height:1.2;color:var(--neutral-100)}.card-area:hover .front{opacity:0}.card-area:hover .back{opacity:1;filter:blur(0)}.card-founder-home{position:relative}.card-founder-home .avatar{position:relative;margin-bottom:3.75rem;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(9,minmax(0,1fr));--rownum:1}.card-founder-home .avatar img{display:block;position:relative;z-index:1;grid-column:1/-1;grid-row:1/-1;aspect-ratio:400/745;width:100%;height:auto;object-fit:cover;filter:grayscale(1)}.card-founder-home .avatar span{position:relative;z-index:calc(var(--rownum) + 1);display:block;width:50px;height:calc(100% + 10px);grid-column:1/-1;grid-row:var(--rownum);backdrop-filter:blur(30px);background:linear-gradient(180deg,rgba(255,255,255,.01) 0,rgba(0,0,0,.2) 78.5%,rgba(255,255,255,.01) 100%);background-blend-mode:overlay;margin-top:-10px;opacity:1;margin-left:auto}.card-founder-home .avatar span:nth-child(1){height:100%;margin-top:0}.card-founder-home .avatar span:nth-child(2){--rownum:2}.card-founder-home .avatar span:nth-child(3){--rownum:3}.card-founder-home .avatar span:nth-child(4){--rownum:4}.card-founder-home .avatar span:nth-child(5){--rownum:5}.card-founder-home .avatar span:nth-child(6){--rownum:6}.card-founder-home .avatar span:nth-child(7){--rownum:7}.card-founder-home .avatar span:nth-child(8){--rownum:8}.card-founder-home .avatar span:nth-child(9){--rownum:9}.card-founder-home .meta{padding-inline:var(--gutter)}.card-founder-home .name{font-weight:100;font-size:4.25rem;color:var(--neutral-500);line-height:.9;margin-bottom:3rem}.card-founder-home .name strong{font-weight:600;display:block}.card-founder-home .description{font-weight:500;line-height:1.6;font-size:.75rem;color:var(--neutral-400);margin-bottom:2.375rem}.card-founder-home .link{position:relative;display:flex;align-items:center;justify-content:center;width:54px;height:54px}.card-founder-home .link:before{content:'';position:absolute;display:block;width:100%;height:1px;background-color:var(--accent)}.card-founder-home .link:after{content:'';position:absolute;display:block;width:1px;height:100%;background-color:var(--accent)}.card-number{position:relative}.card-number .value{font-size:8.75rem;font-weight:500;color:var(--neutral-100);overflow:hidden;line-height:.75;height:.6em;margin-bottom:2rem}.card-number .text{font-size:.875rem;color:var(--neutral-200)}.card-post{position:relative;z-index:6;display:grid;grid-template-columns:subgrid;grid-gap:1.5rem 0;margin-bottom:6.25rem}.card-post>*{grid-column:content}.card-post .date{position:relative;font-size:1.125rem}.card-post .thumbnail{grid-column:full}.card-post .thumbnail img{width:100%;aspect-ratio:400/372;object-fit:cover;height:auto;max-height:370px}.card-post .title{font-size:2.625rem;font-weight:600;line-height:1.2}.card-post .excerpt{font-size:1rem;line-height:1.6}.card-post a.link{z-index:2}.card-post a.link:before{content:'';display:block;position:absolute;inset:0;grid-column:content}.card-post:hover{text-decoration:underline}.card-post:first-child{grid-gap:2.5rem 0}.card-post:first-child .date{display:flex;align-items:end;line-height:1;gap:1.25rem}.card-post:first-child .date:before{content:'';display:block;background-image:url(../img/icons/arrow-br.svg);background-repeat:no-repeat;background-size:contain;background-position:100% 100%;width:70px;height:70px}.card-post:first-child .title{font-size:3.25rem;margin-bottom:1.125rem}.card-post:not(:first-child):before{content:'';display:block;width:100%;height:3px;grid-column:content;background-color:#000;margin-bottom:9.375rem}.card{display:flex}.search{position:relative;border-top:1px solid #fff;margin-top:30px;padding-top:30px}.search button{border:none;background:0 0;margin:0;padding:0}.search button svg{display:block;width:100%;height:100%}.search .search-menu{position:relative;display:inline-block;font-size:2rem;font-weight:400;color:var(--neutral-100);z-index:1}.search .search-menu svg{display:none}.search .search-menu:hover{color:var(--accent)}.search .search-form{display:grid;opacity:0;pointer-events:none;grid-template-columns:1fr 40px;grid-template-rows:1fr 40px;grid-template-areas:"lbl lbl" "inpt sbmt";position:absolute;top:30px;left:0;flex-wrap:wrap;padding-bottom:4px;border-bottom:1px solid #fff;width:100%}.search .search-form label{grid-area:lbl}.search .search-form input{grid-area:inpt;width:100%;height:40px;background:0 0;color:var(--neutral-200);border:none}.search .search-form button[type=submit]{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:10px}.search:focus-within .search-menu{opacity:0}.search:focus-within .search-form{opacity:1;pointer-events:all}.post-entry{background-color:var(--neutral-100);color:#000}.post-entry .editor{position:relative;display:grid;grid-template-columns:subgrid;grid-gap:1.5rem 0;padding-block:5.125rem;line-height:1.6;font-size:1rem;z-index:6}.post-entry .editor>*{grid-column:1/-1}.post-entry .editor>h2,.post-entry .editor>h3,.post-entry .editor>h4,.post-entry .editor>h5{padding-inline:0;font-weight:400;margin-block:1.7em}.post-entry .editor h2{font-size:2.875rem}.post-entry .editor h3{font-size:2.25rem}.post-entry .editor h4{font-size:1.75rem}.post-entry .editor h5{font-size:1.25rem}.post-entry .editor img{display:block;width:100%;height:auto;grid-column:content}.text-bar{display:flex;justify-content:space-between;align-items:center;font-weight:400;text-transform:uppercase;padding-block:1.625rem;color:var(--neutral-200)}.text-bar--accent{color:var(--accent)}.spacer .content{display:flex;justify-content:space-between;padding-block:1.5rem;font-weight:400;font-size:14px;line-height:140%;letter-spacing:-3%;text-transform:uppercase;color:#b5b5b5}.spacer--border{border-top:1px solid var(--neutral-100)}.spacer--founders .content{color:var(--accent)}.video-poster{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));grid-template-areas:"tl tc tr" "cl cc cr" "bl bc br";align-items:center}.video-poster.tl{--position:tl}.video-poster.tc{--position:tc}.video-poster.tr{--position:tr}.video-poster.cl{--position:cl}.video-poster.cc{--position:cc}.video-poster.cr{--position:cr}.video-poster.bl{--position:bl}.video-poster.bc{--position:bc}.video-poster.br{--position:br}.video-poster picture{position:relative;z-index:1;display:block;aspect-ratio:404/590;grid-column:1/-1;grid-row:1/-1;width:100%;height:100%}.video-poster picture img{display:block;width:100%;height:100%;object-fit:cover}.video-poster .play-btn{position:relative;z-index:2;grid-area:var(--position,cc);display:flex;width:100px;height:100px;background-color:rgba(255,255,255,.22);border-radius:50%;align-items:center;justify-content:center;margin:0 auto;transition:all .3s ease}.video-poster .play-btn svg{width:44px;height:44px}.video-poster .play-btn:hover{background-color:var(--neutral-700)}.video-poster-modal{border:none;padding:20px}.video-poster-modal::backdrop{background-color:rgba(0,0,0,.75)}.video-poster-modal video{position:relative;z-index:1;display:block;width:100%;aspect-ratio:16/9}.video-poster-modal .close-btn{position:absolute;top:20px;right:20px;z-index:2;background-color:var(--neutral-100);color:var(--neutral-600);width:40px;height:40px;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.video-poster-modal .close-btn:after,.video-poster-modal .close-btn:before{content:'';width:80%;height:1px;background-color:currentColor;position:absolute}.video-poster-modal .close-btn:before{transform:rotate(45deg)}.video-poster-modal .close-btn:after{transform:rotate(-45deg)}.video-poster-modal .close-btn:hover{color:var(--neutral-100);background-color:var(--neutral-600)}.areas .areas--title{padding-block:clamp(3.125rem,2.8169vw + 2.4648rem,5rem)}.areas .title{font-size:18px;font-weight:300}.areas .areas--content{background-image:url(../img/bg-areas.jpg);background-repeat:no-repeat;background-size:cover;background-position:50% 50%;padding-block:5.625rem}.areas .areas-list{display:grid;grid-template-columns:1fr;grid-gap:2px}.global-contact{background-color:var(--neutral-100);color:#000;padding-block:8.75rem}.global-contact .content{display:grid;grid-gap:5.5rem}.global-contact .editor .title{font-weight:300;font-size:2.5rem;margin-bottom:3.625rem}.global-contact .editor p{font-size:.75rem;line-height:1.6;font-weight:500;margin-bottom:1rem}.global-contact .editor p a{text-decoration:underline;color:currentColor}.global-contact .col-form{color:var(--neutral-100);background-color:#000;padding:44px 36px}.global-contact .col-form .form-intro{font-size:.75rem;line-height:1.6;font-weight:500;margin-bottom:2rem}.global-contact .col-form .field{display:grid;grid-gap:.25rem;margin-bottom:1rem}.global-contact .col-form .field label{font-size:1.375rem;font-weight:600}.global-contact .col-form .field input{color:var(--neutral-100);width:100%;height:50px;border:none;background:0 0;border-bottom:1px solid var(--neutral-100)}.global-contact .col-form .field textarea{color:var(--neutral-100);width:100%;height:150px;border:none;background:0 0;resize:none;border-bottom:1px solid var(--neutral-100)}.global-contact .col-form button{width:100%;border:2px solid var(--neutral-100);background:0 0;height:70px;font-size:1.625rem;font-weight:500;line-height:.9;color:var(--neutral-100);margin-top:2rem}.global-contact .form button[type=reset]{display:none}.global-contact .form button[type=reset] small{display:block;font-size:.45em;font-weight:400;color:#159404}.global-contact .form button[type=button]{display:none;background-image:linear-gradient(90deg,#e8e8e8 0,var(--neutral-500) 50%,#e8e8e8 100%);background-size:200%;background-position:100% 0;background-clip:text;color:transparent;animation:postloading 2s linear infinite alternate;cursor:wait;border:none}.global-contact .form.form--sending{pointer-events:none}.global-contact .form.form--sending button[type=submit]{display:none}.global-contact .form.form--sending button[type=button]{display:block}.global-contact .form.form--success button[type=submit]{display:none}.global-contact .form.form--success button[type=reset]{display:block}.page-hero{position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:1fr}.page-hero .bg{position:relative;z-index:1;display:block;width:100%;height:auto;grid-column:1/-1;grid-row:1/-1}.page-hero .bg img{display:block;width:100%;height:auto}.page-hero .wrapper-grid{grid-template-rows:1fr;position:relative;z-index:1;grid-column:1/-1;grid-row:1/-1;align-content:end}.page-hero .subgrid{padding-bottom:3rem;position:relative;z-index:3;grid-row:1/-1;align-self:end}.page-hero .subgrid .title{text-align:left;font-size:3.75rem;font-weight:400;margin-bottom:2.75rem;grid-column:1/-1;padding-left:1.625rem}.page-hero .subgrid .text-glass{display:block;text-align:left;font-size:1.375rem;font-weight:400;padding:1.625rem;backdrop-filter:blur(30px);grid-column:1/-1}.page-hero .subgrid .text-glass span{font-size:.875rem;font-weight:500;color:var(--neutral-300)}.page-hero .post-content{display:grid;grid-template-columns:subgrid;grid-template-rows:1fr;z-index:3;grid-row:1/-1;align-self:end;padding-top:64px;padding-bottom:32px;backdrop-filter:blur(27px)}.page-hero .post-content .date,.page-hero .post-content .title{grid-column:content}.page-hero .post-content .date{font-size:1.125rem;line-height:1.6;font-weight:400}.page-hero .post-content .title{font-size:3.75rem;font-weight:600;line-height:1.2}.page-header .wrapper-grid{grid-template-rows:1fr}.page-header .header-bg{grid-column:full;grid-row:1/-1;z-index:4}.page-header .header-bg picture{display:block;aspect-ratio:9/14}.page-header .header-bg picture img{display:block;width:100%;height:100%;object-fit:cover}.page-header .header-bg video{display:block;aspect-ratio:9/14;object-fit:cover;width:100%;height:100%}.page-header .header-content{grid-column:content;grid-row:1/-1;z-index:6;align-self:end;padding-top:6.25rem;padding-bottom:3.75rem}.page-header:has(.spacer) .wrapper-grid{grid-template-rows:1fr min-content}.page-header:has(.spacer) .wrapper-grid .header-content{grid-row:1/2}.page-header:has(.spacer) .wrapper-grid .spacer{z-index:5;grid-row:2/3}.page-header.aic .header-content{align-self:center}.page-header .page-header-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:2.8125rem 0}.page-header .page-header-content .quote{grid-column:1/-1;padding:1.625rem;font-weight:400;font-size:1.375rem;line-height:1.2;backdrop-filter:blur(27px)}.page-header .page-header-content .quote span{font-weight:500;font-size:.875rem;line-height:1;color:#929292;display:block}.global-quote{padding-block:23.75rem}.global-quote--bg{padding-block:0!important}.global-quote .editor{text-align:center;font-size:1.125rem;line-height:1.6;font-weight:600;max-width:740px;margin:0 auto}.global-quote .editor .author{margin-top:2.625rem;font-size:1rem;font-weight:400}.global-quote .editor .author:before{content:'';display:inline-block;vertical-align:middle;width:50px;height:1px;background-color:currentColor;margin-right:1rem}.global-quote .bg-bottom img,.global-quote .bg-top img{display:block;width:100%;object-fit:cover;object-position:50% 0}.global-quote .bg-top{margin-bottom:8.75rem}.global-quote .bg-bottom{margin-top:6.25rem}.home-about{padding-block:40vw 20vw;border-bottom:1px solid rgba(255,255,255,.3)}.home-about .title{line-height:.9;grid-column:1/-1;grid-row:1/-1;width:fit-content;justify-self:center;padding-top:25vw}.home-about .title svg{display:block;width:100%;height:100%}.home-about .editor{grid-column:1/-1;grid-row:1/-1;font-size:1.125rem;max-width:80%;justify-self:center;text-align:center;line-height:1.4}.home-about-links{border-bottom:1px solid rgba(255,255,255,.3)}.home-about-links .content{display:grid;grid-column:1/-1}.home-about-links .content .col:nth-child(1){border-bottom:1px solid rgba(255,255,255,.3)}.home-about-links .hal-card{display:flex;flex-direction:column;position:relative;color:var(--neutral-100);height:100%;padding:64px;transition:all .3s ease}.home-about-links .hal-card:after{content:'';width:3.75rem;height:3.75rem;background-image:url(../img/icons/arrow-tr.svg);background-repeat:no-repeat;background-size:contain;background-position:100% 0;position:absolute;top:64px;right:64px}.home-about-links .hal-card .tag{text-transform:uppercase;font-weight:500;padding-bottom:16.25rem;margin-bottom:auto}.home-about-links .hal-card .title{font-weight:600;font-size:2rem;margin-bottom:1.375rem}.home-about-links .hal-card p{font-size:.875rem;color:var(--neutral-200)}.home-about-links .hal-card:hover{background-color:var(--neutral-100);color:var(--neutral-700)}.home-founders{background-color:#fff}.home-founders .wrapper-grid{padding-block:3rem;background-image:url(../img/text-v-fundadores.svg);background-repeat:no-repeat;background-size:25%;background-position:98% 98%}.home-founders .wrapper-grid .text-founders{display:none}.home-founders .swiper-navigation{--swiper-navigation-size:90px;position:relative;display:flex;justify-content:space-between;gap:50px;padding-top:115px;padding-inline:var(--gutter)}.home-founders .swiper-navigation .swiper-button-next,.home-founders .swiper-navigation .swiper-button-prev{position:relative;margin-top:0}.home-founders .swiper-navigation .swiper-button-next svg,.home-founders .swiper-navigation .swiper-button-prev svg{fill:none}html[lang=en_US] .home-founders .wrapper-grid{background-image:url(../img/text-v-fundadores_en.svg)}.home-numbers{padding-bottom:11.25rem}.home-numbers .content{display:grid;grid-gap:clamp(3.75rem,5.6338vw + 2.4296rem,7.5rem)}.page-about .page-header .spacer{background-color:#000}.page-about .post-entry .editor{color:var(--neutral-400);font-size:.875rem;line-height:1.6}.page-about .about-video-bg-content{font-weight:400;font-size:24px;line-height:140%;text-align:center}.about-video{margin-bottom:5.875rem}.about-video .wrapper-grid{padding-top:8.75rem}.about-video hr.spacer{background-color:var(--neutral-100);height:1px;width:100%;border:none;margin-bottom:4.875rem}.about-video .editor{font-size:1.5rem;line-height:1.4;margin-bottom:18.125rem}.page-archive-posts .spacer{background-color:#000}.page-archive-posts .load-more,.page-archive-posts .loading-label{border:none;width:fit-content;margin:0 auto;background:0 0;font-size:2.625rem;font-weight:600;color:#e8e8e8;position:relative;z-index:6}.page-archive-posts .loading-label{display:none;background-image:linear-gradient(90deg,#e8e8e8 0,var(--neutral-200) 50%,#e8e8e8 100%);background-size:200%;background-position:100% 0;background-clip:text;color:transparent;animation:postloading 2s linear infinite alternate;cursor:wait}.page-archive-posts .loading .load-more{display:none}.page-archive-posts .loading .loading-label{display:inline}.post-related .wrapper-grid{padding-block:clamp(5rem,5.6338vw + 3.6796rem,8.75rem)}@-moz-keyframes postloading{0%{background-position:100% 0}100%{background-position:0 0}}@-webkit-keyframes postloading{0%{background-position:100% 0}100%{background-position:0 0}}@-o-keyframes postloading{0%{background-position:100% 0}100%{background-position:0 0}}@keyframes postloading{0%{background-position:100% 0}100%{background-position:0 0}}.page-home .page-header .home-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.page-home .page-header .title{grid-column:1/-1;margin-bottom:1rem;padding-left:2rem;text-indent:5rem}.page-home .page-header .text{grid-column:1/-1;font-size:.875rem;line-height:1.4;margin-bottom:3rem;padding-left:2rem}.page-home .page-header .btn{grid-column:1/-1;width:fit-content;justify-self:end}.page-home .home-video .wrapper-grid{grid-template-rows:repeat(4,minmax(0,1fr));padding-block:clamp(6.25rem,7.5117vw + 4.4894rem,11.25rem)}.page-home .home-video .wrapper-grid .video-poster{grid-row:1/4}.page-home .home-video .wrapper-grid .title{grid-row:3/5;z-index:2}.page-single-area .page-header .area-count{font-weight:300;color:var(--accent);margin-bottom:1.125rem}.page-single-area .page-header .area-title{font-weight:400}.page-single-area .video .wrapper-grid{padding-block:clamp(5rem,5.6338vw + 3.6796rem,8.75rem)}.page-single-page .page-header .spacer{background-color:#000}.page-single-post .header-content{padding-block:0;display:grid;grid-column:full;grid-template-columns:subgrid;padding-top:64px;padding-bottom:32px;backdrop-filter:blur(27px)}.page-single-post .spacer{background-color:#000}.page-single-post .post-header-content{grid-column:content;z-index:3;grid-row:1/-1;align-self:end}.page-single-post .post-header-content .date{font-size:1.125rem;line-height:1.6;font-weight:400}.page-single-post .post-header-content .title{font-size:3.75rem;font-weight:600;line-height:1.2}.post-related{background-color:var(--neutral-100);color:#000}.post-related .wrapper-grid{padding-bottom:5rem}.load-more{border:none;width:fit-content;margin:0 auto;background:0 0;font-size:2.625rem;font-weight:600;color:#e8e8e8;position:relative;z-index:6}.page-single-profissional .page-header .spacer{background-color:#000}.professional-entry{background-color:var(--neutral-100);color:#000}.professional-entry .editor{counter-set:sprof-count;font-size:.875rem;line-height:1.4;font-weight:400}.professional-entry .editor h2,.professional-entry .editor h3{position:relative;display:flex;flex-direction:column-reverse;font-size:3.75rem;font-weight:400;line-height:1.2;margin-bottom:2.5rem}.professional-entry .editor h2:after,.professional-entry .editor h3:after{counter-increment:sprof-count;content:"0" counter(sprof-count);color:var(--accent)}.professional-entry .editor p:not(:last-child),.professional-entry .editor ul:not(:last-child){margin-bottom:2rem}.professional-entry .editor ul{list-style:disc;padding-left:1rem}.professional-entry .editor ul li{font-size:.875rem;line-height:1.4}.professional-entry .editor a{color:currentColor;text-decoration:underline}.professional-entry .intro{text-align:center;font-size:1rem;line-height:1.4;font-weight:500;margin-block:9.25rem;order:1}.professional-entry .position{order:2;position:relative;font-size:0;margin-bottom:1.25rem;display:flex;align-items:end;gap:1.875rem}.professional-entry .position:before{content:'';display:block;width:70px;height:70px;background-image:url(../img/icons/arrow-br.svg);background-repeat:no-repeat;background-size:contain}.professional-entry .title{order:3;font-weight:100;font-size:clamp(3.75rem,5.6338vw + 2.4296rem,7.5rem);line-height:1;margin-bottom:6.25rem}.professional-entry .quotes{order:4;position:relative;z-index:6;grid-column:full;margin-bottom:4rem}.professional-entry .quotes .quotes-avatar{position:relative}.professional-entry .quotes .quotes-avatar .glass{display:none}.professional-entry .quotes .quotes-avatar img{display:block}.professional-entry .quotes .quotes-slider{display:none}.professional-entry .intro-2{order:5}.professional-entry .content{order:6;margin-bottom:10rem}.professional-video{padding-block:clamp(5rem,3.7559vw + 4.1197rem,7.5rem)}@-moz-keyframes qprogress{from{background-position:100% 0}to{background-position:0 0}}@-webkit-keyframes qprogress{from{background-position:100% 0}to{background-position:0 0}}@-o-keyframes qprogress{from{background-position:100% 0}to{background-position:0 0}}@keyframes qprogress{from{background-position:100% 0}to{background-position:0 0}}@media only screen and (min-width:768px){.grid-lines{background:linear-gradient(var(--grid-color),var(--grid-color)) 0/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 20%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 40%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 60%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 80%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 100%/1px 100% no-repeat}.wrapper-grid{--col-count:5}.wrapper-grid>*{grid-column:3/8}.wrapper-grid>.wide{grid-column:2/9}.lines:before{background:linear-gradient(var(--grid-color),var(--grid-color)) 0/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 20%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 40%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 60%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 80%/1px 100% no-repeat,linear-gradient(var(--grid-color),var(--grid-color)) 100%/1px 100% no-repeat}.main-header .navbar{justify-content:space-between}.main-header .menu-toggle{display:none}.main-header .main-menu{opacity:1;filter:none;background-color:transparent;height:auto;position:relative;pointer-events:all;flex-direction:row;gap:1rem;align-items:center;padding:0;justify-content:end}.main-header .main-menu .menu{display:flex;gap:clamp(3.75rem,1.1268vw + 3.4859rem,4.5rem)}.main-header .main-menu .menu .menu-item.home-link{display:none}.main-header .main-menu .menu>.menu-item{height:40px;display:inline-flex;align-items:center;margin-bottom:0}.main-header .main-menu .menu>.menu-item a{font-size:.75rem;font-weight:500}.main-header .main-menu .menu .menu-item-has-children{position:relative;justify-content:center;align-items:center}.main-header .main-menu .menu .menu-item-has-children>a{margin-bottom:0}.main-header .main-menu .menu .menu-item-has-children>a:after{content:'\25BC';font-size:.75em;margin-left:.25rem;color:var(--accent)}.main-header .main-menu .menu .menu-item-has-children .sub-menu{position:absolute;top:99%;display:grid;background-color:var(--neutral-700);width:fit-content;white-space:nowrap;padding:1rem .625rem;opacity:0;transform:translateY(40px);transition:all .3s ease;pointer-events:none}.main-header .main-menu .menu .menu-item-has-children .sub-menu .menu-item:not(:last-child){margin-bottom:.5rem}.main-header .main-menu .menu .menu-item-has-children .sub-menu .menu-item a{font-size:.75rem;font-weight:500}.main-header .main-menu .menu .menu-item-has-children:focus-within>a,.main-header .main-menu .menu .menu-item-has-children:hover>a{color:var(--accent)}.main-header .main-menu .menu .menu-item-has-children:focus-within .sub-menu,.main-header .main-menu .menu .menu-item-has-children:hover .sub-menu{opacity:1;transform:translateY(0);pointer-events:all}.main-header .main-menu:has(.search:focus-within) .menu{opacity:.05}.main-header .lang{margin-top:0;padding-top:0;flex-direction:column}.main-header .lang__label{padding:8px;gap:8px;color:#fff;border-radius:6px 6px 0 0;pointer-events:all}.main-header .lang__label:before{width:14px;height:14px}.main-header .lang__label:after{width:14px;height:14px;mask-image:url(../img/icons/chevron.svg);mask-repeat:no-repeat;mask-position:50% 50%;mask-size:contain}.main-header .lang__label span{font-size:14px}.main-header .lang__options{opacity:0;pointer-events:none;position:absolute;top:100%;left:0;width:100%;padding-left:22px;padding-block:8px}.main-header .lang__options a{font-size:14px}.main-header .lang:focus-within .lang__label{background-color:rgba(255,255,255,.15)}.main-header .lang:focus-within .lang__label:after{transform:rotate(180deg)}.main-header .lang:focus-within .lang__options{background-color:rgba(255,255,255,.15);border-radius:0 0 6px 6px;opacity:1;pointer-events:all}.card-area:nth-last-child(-n+2):after{content:''}.card-founder-home{display:grid;grid-template-columns:1fr 50px 1fr;grid-template-rows:1fr}.card-founder-home .avatar{z-index:1;grid-column:1/3;grid-row:1/-1;margin-bottom:0;height:fit-content}.card-founder-home .avatar span{width:110px}.card-founder-home .avatar img{aspect-ratio:655/745}.card-founder-home .meta{z-index:2;grid-column:2/4;grid-row:1/-1;display:grid;align-self:end;grid-template-columns:repeat(3,minmax(0,1fr))}.card-founder-home .meta .name{font-size:5.625rem;order:3;grid-column:1/3;grid-row:2/3}.card-founder-home .meta .description{order:1;grid-column:2/4}.card-founder-home .meta .link{order:2;grid-column:3/4;grid-row:2/3;margin-left:auto}.card-post .thumbnail img{aspect-ratio:1280/370}.card-post:first-child .date:before{margin-left:-70px}.card-post:not(:first-child):before{margin-bottom:2.1875rem}.search{position:relative;padding-top:0;margin-top:0;border:none}.search .search-menu{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:10px}.search .search-menu span{display:none}.search .search-menu svg{display:block}.search .search-form{gap:8px;grid-template-columns:1fr 350px 40px;grid-template-rows:40px;grid-template-areas:"lbl inpt sbmt";left:auto;right:0;top:50%;width:auto;align-items:center;padding-bottom:0;border:none;transform:translateY(-50%)}.search .search-form label{white-space:nowrap;font-size:.75rem;font-weight:500;line-height:1}.search .search-form input{border-bottom:1px solid rgba(255,255,255,.35);height:40px;width:100%}.post-entry .editor>*{grid-column:2/span 4}.post-entry .editor>h2,.post-entry .editor>h3,.post-entry .editor>h4,.post-entry .editor>h5{grid-column:1/span 5}.video-poster{grid-column:content;align-items:center}.video-poster picture{aspect-ratio:884/589}.areas .areas-list{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 20%}.global-contact .content{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0}.global-contact .editor{padding-right:40px}.global-contact .col-form .field textarea{grid-column:1/-1}.global-contact .col-form .field{align-items:end;grid-template-columns:120px auto}.page-hero .subgrid{padding-bottom:11.25rem}.page-hero .subgrid .title{padding-left:0;grid-column:1/span 2;margin-bottom:0}.page-hero .subgrid .text-glass{text-align:left;grid-column:4/span 2}.page-header .header-bg picture{aspect-ratio:16/9}.page-header .header-bg video{aspect-ratio:16/9}.page-header .page-header-content{grid-template-columns:repeat(5,minmax(0,1fr))}.page-header .page-header-content .title{grid-column:1/span 3}.page-header .page-header-content .quote{grid-column:4/span 2}.global-quote{padding-block:11.25rem}.global-quote .bg-top{margin-bottom:4.375rem}.global-quote .bg-bottom{margin-top:.625rem}.home-about{padding-block:7.1875rem}.home-about .title{padding-top:0}.home-about .editor{text-align:justify;align-self:center}.home-about-links .content{grid-template-columns:repeat(2,minmax(0,1fr));grid-column-start:var(--col-1);grid-column-end:span var(--col-count)}.home-about-links .content .col:nth-child(1){border-bottom:none;border-right:1px solid rgba(255,255,255,.3)}.home-about-links .hal-card .tag{padding-bottom:3.75rem}.home-founders .wrapper-grid{background:0 0;padding-block:.625rem 3rem}.home-founders .wrapper-grid .text-founders{display:block;width:100%;height:auto;max-height:180px}.home-founders .swiper-navigation{padding-top:25px;justify-content:end}html[lang=en_US] .home-founders .wrapper-grid{background:0 0}.home-numbers .content{grid-template-columns:repeat(2,minmax(0,1fr))}.page-about .post-entry .editor>p{grid-column:3/span 3}.page-about .about-video-bg-content{max-width:600px;margin:0 auto}.about-video{margin-bottom:7.375rem}.about-video .editor{grid-column:var(--col-1)/span 3;margin-bottom:13.125rem}.page-home .page-header .home-content{grid-template-columns:repeat(5,minmax(0,1fr))}.page-home .page-header .title{padding-left:0;text-indent:18.2%;order:2}.page-home .page-header .text{order:1;padding-left:0;grid-column:4/-1}.page-home .page-header .btn{order:3;grid-column:4/6}.page-home .home-video .wrapper-grid{grid-template-rows:repeat(3,minmax(0,1fr))}.page-home .home-video .wrapper-grid .video-poster{--position:tl;grid-column:var(--col-2)/span 4;grid-row:1/-1}.page-home .home-video .wrapper-grid .title{grid-row:2/-1}.professional-entry .intro{margin-block:10.625rem}.professional-entry .position{font-size:1.125rem;font-weight:600;text-transform:uppercase;grid-column:gutter-start/span 3;margin-bottom:3.75rem}.professional-entry .title{z-index:7;grid-column:var(--col-1)/span 2;margin-bottom:10.625rem}.professional-entry .quotes{grid-column:var(--col-3)/full-end;grid-row:2/5;margin-bottom:0}.professional-entry .quotes .quotes-avatar{height:100%}.professional-entry .quotes .quotes-avatar .glass{display:grid}.professional-entry .quotes .quotes-avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 0}.professional-entry .quotes .quotes-slider{display:block;position:absolute;bottom:0;right:0;left:0;color:var(--neutral-100)}.professional-entry .quotes .quotes-slider .swiper-wrapper{align-items:end}.professional-entry .quotes .quotes-slider .swiper-slide{position:relative;font-size:.875rem;line-height:1.6;padding:0 40px 40px 40%}.professional-entry .quotes .quotes-slider .swiper-slide .author{display:flex;font-weight:700;align-items:center;gap:1ch}.professional-entry .quotes .quotes-slider .swiper-slide .author:before{content:'';width:3ch;height:1px;background-color:currentColor}.professional-entry .quotes .quotes-slider .swiper-slide:before{content:'';display:block;position:absolute;bottom:3px;left:3px;right:3px;height:3px;background-image:linear-gradient(to right,#fff 50%,rgba(255,255,255,.32) 50%);background-size:200%;z-index:1}.professional-entry .quotes .quotes-slider .swiper-slide.swiper-slide-active:before{animation:qprogress var(--autoplaySpeed,5000ms) linear forwards}.professional-entry .intro-2{grid-column:var(--col-1)/span 2;padding-right:4.375rem}.professional-entry .content{padding-top:6.25rem;display:grid;grid-template-columns:subgrid}.professional-entry .content p,.professional-entry .content ul{grid-column:1/span 3}.professional-entry .content h2,.professional-entry .content h3{grid-column:1/-1;flex-direction:row;justify-content:space-between}}@media only screen and (min-width:1024px){.home-numbers .content{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1023.98px){body.is-open{overflow:hidden}}@media only screen and (max-width:768px){.home-founders .spacer span:nth-child(3){display:none}}