.header-container{position:fixed;top:0;z-index:100;width:100%;padding:14px 0;background-color:#000718;transition:all .5s}.header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-column-gap:clamp(16px,2.5vw,32px);column-gap:clamp(16px,2.5vw,32px);position:relative}@media(max-width:1100px){.header{display:flex;justify-content:space-between;align-items:center}}.header__brand{grid-column:1;justify-self:start;display:flex;align-items:center}.header__brand img{transform:scale(.7);transform-origin:left center;margin-left:-34px;margin-right:0}@media(max-width:1100px){.header__brand img{margin-left:0}}.header__nav{grid-column:2;justify-self:center;min-width:0}@media(max-width:1100px){.header__nav{display:flex;flex-direction:column}}.header__nav--container{list-style:none;display:flex;flex-wrap:nowrap;align-items:center;gap:clamp(16px,2vw,30px);margin:0;padding:0}@media(max-width:1100px){.header__nav--container{flex-direction:column}}.header__nav--item{font-size:.9rem;color:#fff;cursor:pointer;transition:all .3s;position:relative}@media(max-width:1100px){.header__nav--item{font-size:1.2rem}}.header__nav--item:after{content:"";transition:opacity .3s;margin-top:38px;height:2px;width:100%;display:block;opacity:0;background-color:#2563eb;position:absolute}@media(max-width:1100px){.header__nav--item:after{display:none}}.header__nav--item:hover:after{opacity:1}.header__nav--item:hover{color:#2563eb}.header__nav--item .header__nav--arrow{margin-bottom:2px;margin-left:8px;transition:all .5s;fill:#fff}.header__nav--item:hover .header__nav--arrow{fill:#2563eb;transform:rotate(180deg)}.header__nav--item .header__nav--dropped-container:hover,.header__nav--item:hover .header__nav--dropped-container{display:block}.header__nav--dropped-container{position:absolute;top:14px;left:-200%;display:none;padding-top:47px}@media(max-width:1100px){.header__nav--dropped-container{position:static;padding-top:0}}.header__nav--dropped-inner{box-shadow:0 6px 16px 0 rgba(15,25,40,.2);padding:1.2rem;border-radius:0 0 20px 20px;width:max-content;background:linear-gradient(180deg,#000718 49.78%,#00257e)}@media(max-width:1100px){.header__nav--dropped-inner{background:rgba(0,0,0,0);box-shadow:none;border-radius:0;padding:10px 0}}.header__nav--dropped-title{color:#fff;font-size:1rem;font-weight:500;margin:0 0 20px}.header__nav--dropped-subtitle{color:#fff;font-size:1rem;font-weight:600;max-width:300px}@media(max-width:1100px){.header__nav--dropped-subtitle{font-size:1.2rem}}.header__nav--dropped-subtitle a{transition:all .3s}.header__nav--dropped-subtext{color:#a8aab0;font-weight:400}@media(max-width:1100px){.header__nav--dropped-subtext{display:none;font-size:1.2rem}}.header__nav--dropped-links{list-style:none;padding:0;display:grid;grid-gap:20px;gap:20px}@media(max-width:1100px){.header__nav--dropped-links{display:flex;flex-direction:column;gap:8px}}.header__nav--dropped-link{color:#a8aab0;font-size:1rem;transition:color .3s}.header__nav--dropped-link:hover{color:#1d4ed8}.header__nav--dropped-link:hover .arrow-opacity{transform:translateX(0);opacity:1}.header__nav--dropped-services{display:flex;justify-content:space-between;gap:40px}@media(max-width:1100px){.header__nav--dropped-services{display:block}}.header__nav--dropped-services ul{list-style:none;grid-gap:20px;gap:20px;display:grid;padding:0}.header__nav--dropped-services a{all:unset}.header__buttons{grid-column:3;justify-self:end;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:clamp(6px,1vw,10px);min-width:0;max-width:100%;margin-right:0;transform:scale(.8);transform-origin:right center}@media(min-width:1320px){.header__buttons{margin-right:-123px}}@media(max-width:1100px){.header__buttons{flex-direction:column;align-self:center;transform:none;margin-right:0}}@media(max-width:800px){.header__buttons{width:95%}}.header__buttons>a{display:flex;flex-shrink:0}@media(max-width:800px){.header__buttons>a{width:100%}}.header__buttons .button.primary,.header__buttons .button.secondary{padding:clamp(.5rem,1.2vw,.85rem) clamp(.55rem,1.5vw,1.75rem);font-size:clamp(.75rem,1.05vw,1rem);white-space:nowrap}@media(max-width:800px){.header__buttons .button.primary,.header__buttons .button.secondary{width:100%;justify-content:center;white-space:normal}}.header__burger-button{display:none}@media(max-width:1100px){.header__burger-button{display:flex;flex-direction:column;gap:6px;cursor:pointer;position:relative;z-index:101;flex:0 0 auto}}.header__burger-button div:first-child,.header__burger-button div:last-child{top:6px;width:30px;height:2px;background-color:#fff}.header__burger-button--line{position:relative;width:30px;height:2px;background-color:#fff;transition:all .5s}.align-center-container{display:flex;align-items:center}@media(max-width:1100px){.align-center-container{align-items:start}.desktop{display:none;pointer-events:none}}.mob{display:none}@media(max-width:1100px){.mob{display:flex}}.nav-services-container{left:-500px}.nav-company-container{right:-100px}.nav-company-container .header__nav--dropped-subtitle:hover,.nav-simple-container .header__nav--dropped-subtitle:hover{color:#1d4ed8}.arrow-opacity{opacity:0;transform:translateX(-14px);transition:all .4s;margin-right:6px}@media(max-width:1100px){.mobile-container{position:absolute;flex-direction:column;background-color:#000718;top:83px;width:100%;left:0;align-items:start;padding-bottom:20px}}.header__nav--item:not(.has-dropdown) .header__nav--arrow,.header__nav--item:not(.has-dropdown) .header__nav--dropped-container{display:none!important}.mobile-menu-overlay{display:none}@media(max-width:1100px){.mobile-menu-overlay{display:block;position:fixed;top:83px;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:99;overflow-y:auto}}.mobile-menu{background-color:#000718;min-height:calc(100vh - 83px);padding:clamp(16px,4vw,22px) clamp(16px,4.5vw,28px)}.mobile-menu__nav{margin-bottom:clamp(12px,3vw,20px)}.mobile-menu__list{list-style:none;padding:0;margin:0}.mobile-menu__item{border-bottom:1px solid hsla(0,0%,100%,.1)}.mobile-menu__item--expanded .mobile-menu__item-link{background:hsla(0,0%,100%,.04)}.mobile-menu__item-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:clamp(14px,3.5vw,18px) clamp(10px,2.5vw,14px);margin:0 calc(-1*clamp(10px,2.5vw,14px));border-radius:10px;cursor:pointer;transition:background .2s ease}.mobile-menu__item-link:focus-visible{outline:2px solid hsla(0,0%,100%,.35);outline-offset:2px}.mobile-menu__item-link a{color:#f1f5f9;font-size:clamp(1.1rem,3.25vw,1.24rem);font-weight:700;letter-spacing:-.02em;flex:1 1;min-width:0}.mobile-menu__arrow-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.06);color:#cbd5e1}.mobile-menu__arrow{transition:transform .28s ease}.mobile-menu__arrow--expanded{transform:rotate(180deg)}.mobile-menu__dropdown{overflow:hidden;max-height:0;opacity:0;padding:0;margin:0 calc(-1*clamp(10px,2.5vw,14px));border-radius:0 0 10px 10px;pointer-events:none;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .28s ease,padding .28s ease}.mobile-menu__dropdown--open{max-height:min(2400px,120vh);opacity:1;padding:4px clamp(10px,2.5vw,14px) 18px;pointer-events:auto;border-top:1px solid hsla(0,0%,100%,.08)}.mobile-menu__services{padding:4px 0 0}.mobile-menu__services-section{margin-bottom:clamp(18px,4vw,22px);padding-bottom:clamp(14px,3vw,18px);border-bottom:1px solid rgba(148,163,184,.1)}.mobile-menu__services-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.mobile-menu__services-list{list-style:none;padding:0 0 0 clamp(12px,3vw,16px);margin:clamp(10px,2.5vw,14px) 0 0}.mobile-menu__services-list li{margin-bottom:clamp(8px,2.2vw,12px)}.mobile-menu__services-list li:last-child{margin-bottom:0}.mobile-menu__services-list li a{display:block;color:#94a3b8;font-size:clamp(.82rem,2.45vw,.9rem);font-weight:400;line-height:1.5;letter-spacing:.01em;transition:color .2s ease}.mobile-menu__services-list li a:active,.mobile-menu__services-list li a:hover{color:#cbd5e1}.mobile-menu__section-title{margin:0 0 2px}.mobile-menu__section-title a{display:block;color:#e2e8f0;font-size:clamp(.95rem,2.75vw,1.04rem);font-weight:600;letter-spacing:-.015em;line-height:1.4;padding:clamp(4px,1vw,6px) 0}.mobile-menu__section-title a:active,.mobile-menu__section-title a:hover{color:#f8fafc}.mobile-menu__simple-list{list-style:none;padding:8px 0 4px;margin:0}.mobile-menu__simple-list li{margin-bottom:clamp(14px,3vw,18px);padding-left:0}.mobile-menu__simple-list li:last-child{margin-bottom:0}.mobile-menu__simple-list li a{color:#e2e8f0;font-size:clamp(.95rem,2.85vw,1.03rem);font-weight:600;letter-spacing:-.015em;transition:color .2s ease}.mobile-menu__simple-list li a:active,.mobile-menu__simple-list li a:hover{color:#f8fafc}.mobile-menu__subtext{color:#94a3b8;font-size:clamp(.82rem,2.4vw,.9rem);line-height:1.45;margin:6px 0 0}.mobile-menu__buttons{text-align:center;padding-top:clamp(14px,3.5vw,20px)}.mobile-menu__buttons-inner{display:inline-flex;flex-direction:column;align-items:stretch;gap:clamp(10px,2.5vw,14px);max-width:100%;min-width:0;vertical-align:top;text-align:center}.mobile-menu__buttons-inner a{display:block;width:100%;min-width:0}.mobile-menu__buttons-inner .button{width:100%;box-sizing:border-box;justify-content:center;padding:clamp(.5rem,1.8vw + .35rem,.85rem) clamp(.75rem,2.4vw + .5rem,1.5rem);font-size:clamp(.8125rem,2.2vw + .35rem,1rem);border-radius:9999px}