.header{z-index:20;flex-direction:column;width:100%;padding-top:1.25rem;transition:all .8s cubic-bezier(.77,0,.175,1);display:flex;position:fixed}.header.scrolled .header__bottom-links-title{padding:1.25rem .875rem;font-size:1rem}.header.scrolled .link__content{padding:.5rem .75rem}.header.scrolled .header__wrapper .container{padding-left:8%;padding-right:8%}@media screen and (max-width:440px){.header.scrolled .header__wrapper .container{padding-left:6%;padding-right:6%}}@media screen and (min-width:1600px){.header.scrolled .header__wrapper .container{padding-left:5%;padding-right:5%}}@media screen and (max-width:1024px){.header.scrolled .header__content{padding:.875rem}}@media screen and (max-width:440px){.header.scrolled .header__content{padding:.25rem .5rem}}@media screen and (max-width:770px){.header .decor{display:none}.header{padding-top:.5rem}}.header__wrapper{z-index:1;justify-content:space-between;display:flex;position:relative}.header__wrapper .container{transition:all .8s cubic-bezier(.77,0,.175,1)}.header__content{background-color:var(--ig-bg-gray-2);-webkit-backdrop-filter:blur(1.5rem);border:1px solid #07070819;border-radius:1.25rem;justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:relative;-webkit-backdrop-filter:blur(1.5rem)!important;backdrop-filter:blur(1.5rem)!important}@media screen and (max-width:1024px){.header__content{padding:1rem 0 .875rem .875rem}}@media screen and (max-width:440px){.header__content{border-radius:.875rem;padding:.625rem .875rem}}.header__logo{width:8.125rem;display:flex}@media screen and (max-width:440px){.header__logo{width:5.425rem}}@media screen and (max-width:375px){.header__logo{width:2.125rem}}.header__logo img{object-fit:contain;width:100%;height:100%}.header__firsLogo{display:flex}@media screen and (max-width:375px){.header__firsLogo{display:none}}.header__secondLogo{display:none}@media screen and (max-width:375px){.header__secondLogo{display:flex}}.header__link-list{flex-grow:1;justify-content:center;gap:.5rem;margin:0;padding:0;display:flex}.header__bookADemo-main{align-items:center;gap:.5rem;display:flex;position:relative}.header__bookADemo-wrapper{justify-content:center;align-items:center;display:flex}@media screen and (max-width:440px){.header__bookADemo-wrapper .link__wrapper .link__content{font-size:1rem!important}}.header__burger-menu{background-color:#0000;border:none;align-items:center;padding:0 .875rem;list-style:none}@media screen and (max-width:440px){.header__burger-menu{padding:0 .25rem}}.header__mobile-menu{opacity:0;visibility:hidden;z-index:-1;flex-direction:column;width:100%;height:100dvh;transition:all .8s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translateY(-100%)}.header__mobile-menu .mobile-menu-item{opacity:0;transition:all .8s cubic-bezier(.77,0,.175,1);transform:translateY(1.25rem)}.header__mobile-menu.open{opacity:1;visibility:visible;transform:translate(0)}.header__mobile-menu.open .mobile-menu-item{opacity:1;transform:translateY(0)}
.mobileMenu{width:100%;height:100dvh;display:flex}@supports (height:100dvh){.mobileMenu{height:100dvh}}.mobileMenu-content{-webkit-backdrop-filter:blur(.375rem);background:#070708e5;border-top-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;flex-direction:column;width:100%;height:100%;padding:.625rem;display:flex;-webkit-backdrop-filter:blur(.375rem)!important;backdrop-filter:blur(.375rem)!important}.mobileMenu__list{color:#fff;flex-direction:column;gap:.625rem;width:100%;height:100%;margin:0;padding:8rem .75rem 0 0;display:flex;overflow-y:auto}@media screen and (max-width:440px){.mobileMenu__list{padding:4.5rem .5rem 0 0}}.mobileMenu__list::-webkit-scrollbar{width:.3125rem}.mobileMenu__list::-webkit-scrollbar-track{background-color:var(--ig-bg-dark-purple)}.mobileMenu__list::-webkit-scrollbar-thumb{background-color:var(--ig-bg-gray);border-radius:10rem;min-height:.625rem}.mobileMenu__language-wrapper{background:linear-gradient(#060a1f,#060a1f) padding-box padding-box,linear-gradient(239.26deg,#ffffff40 20.16%,#fff0 121.39%) border-box;border:.125rem solid #0000;border-radius:10rem;padding:.3125rem;display:none}@media screen and (max-width:440px){.mobileMenu__language-wrapper{display:flex}}.mobileMenu__language{flex-grow:1;align-items:center;gap:.3125rem;display:flex}.mobileMenu__language-icon{width:1.0625rem;height:1.0625rem;display:flex}.mobileMenu__language-icon img{object-fit:contain;width:100%;height:100%}.mobileMenu__language-title{font-size:.75rem;display:flex}.mobileMenu__language-change{background:var(--ig-bg-gray);border-radius:10rem;align-items:center;padding:.1875rem .3125rem;font-size:.75rem;display:flex}.mobileMenu__list-wrapper{flex-direction:column;display:flex}.mobileMenu__list-item{border-bottom:1px solid var(--ig-border-gray);align-items:center;display:flex}.mobileMenu__list-item-active{z-index:1;background:#070708f2;border:1px solid #0000;border-radius:1.25rem;align-items:center;padding:0 .5rem;display:flex;position:sticky;top:0}.mobileMenu__list-item-active .mobileMenu__list-item-title{text-align:center;justify-content:center}.mobileMenu__list-item-title{color:var(--ig-text-white);flex-grow:1;align-items:center;padding:1rem 1.25rem;font-size:1.25rem;font-weight:600;text-decoration:none;display:flex}.mobileMenu__list-item-arrow{align-items:center;padding:1rem 1.25rem;transition:transform .25s linear;display:flex}.mobileMenu__list-item-arrow img{object-fit:contain;width:100%;height:100%}.mobileMenu__list-item-arrow-active{align-items:center;padding:1rem 1.25rem;display:flex}.mobileMenu__drop-down{border-radius:1rem;flex-wrap:wrap;gap:.5rem;width:100%;margin:.3125rem 0 0;padding:0;display:flex}.mobileMenu__drop-down-item{background:var(--ig-bg-lavender);-webkit-backdrop-filter:blur(.5rem);border:.25rem solid #fff0;border-radius:.625rem;flex-grow:1;width:calc(50% - .25rem);display:flex;-webkit-backdrop-filter:blur(.5rem)!important;backdrop-filter:blur(.5rem)!important}@media screen and (max-width:375px){.mobileMenu__drop-down-item{width:100%}}.mobileMenu__drop-down-link{color:var(--ig-text-white);flex-direction:column;gap:.5rem;width:100%;padding:1.625rem 1.25rem;text-decoration:none;display:flex}@media screen and (max-width:440px){.mobileMenu__drop-down-link{padding:1.25rem .875rem}}.mobileMenu__drop-down-link:hover .mobileMenu__drop-down-arrow{transform:translate(.312rem)}.mobileMenu__drop-down-title{flex-grow:1;display:flex}.mobileMenu__drop-down-arrow{width:1rem;height:1rem;transition:all .3s ease-in-out;display:flex}.mobileMenu__drop-down-arrow img{object-fit:contain;width:100%;height:100%}.mobileMenu__list-arrow-back{border:.188rem solid var(--ig-border-lavender);background:#27222d;border-radius:.625rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.mobileMenu__list-arrow-back img{width:1rem;height:1rem}
.header__bottom-links-item{cursor:pointer;z-index:3;flex-shrink:0;align-items:center;gap:.1875rem;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s ease-in-out;display:flex;position:relative}.header__bottom-links-item:hover .header__bottom-links-icon{filter:brightness(0)saturate()invert(42%)sepia(18%)saturate(930%)hue-rotate(223deg)brightness(102%)contrast(97%);transform:rotate(-180deg)}.header__bottom-links-item:hover .header__bottom-links-title{color:var(--ig-link-lavender-light)}.header__bottom-links-title{color:var(--ig-text-white);padding:1.625rem .875rem;font-size:1.125rem;font-weight:400;text-decoration:none;transition:all .8s cubic-bezier(.77,0,.175,1);display:flex}.header__bottom-links-title:hover{color:var(--ig-link-lavender-light);transition:all .2s ease-in-out}.header__bottom-links-title:hover .header__bottom-links-icon{filter:brightness(0)saturate()invert(42%)sepia(18%)saturate(930%)hue-rotate(223deg)brightness(102%)contrast(97%)}.header__bottom-links-title.active{color:var(--ig-link-lavender-light)}.header__bottom-links-icon{margin-left:.625rem;transition:all .2s ease-in-out;display:flex}.header__bottom-links-icon.active{filter:brightness(0)saturate()invert(42%)sepia(18%)saturate(930%)hue-rotate(223deg)brightness(102%)contrast(97%)}.header__dropDown-wrapper{transform-origin:top;opacity:0;z-index:2;background-size:100%;flex-wrap:wrap;width:max-content;transition:transform .3s,opacity .3s;position:absolute;top:3rem;transform:scaleY(0)}.header__dropDown-wrapper.open{opacity:1;transform:scaleY(1)}.hide{display:none}.header__dropDown-items{-webkit-backdrop-filter:blur(1.5rem);border:1px solid var(--ig-border-gray);background-color:#17151bf2;border-radius:1rem;flex-flow:column wrap;width:max-content;margin-top:2rem;padding:1rem;display:flex;position:relative;-webkit-backdrop-filter:blur(1.5rem)!important;backdrop-filter:blur(1.5rem)!important}.header__dropDown-item{color:var(--ig-text-white);border:1px solid #0000;justify-content:space-between;gap:.375rem;padding:.5rem;font-size:1.125rem;text-decoration:none;transition:all .5s ease-in-out;display:flex}.header__dropDown-Info{flex-direction:column;max-width:15.625rem;display:flex}.header__dropDown-title{color:var(--ig-title-white);font-size:1.125rem;font-style:normal;font-weight:400;transition:all .3s}.header__dropDown-title:hover,.header__dropDown-title.active{color:var(--ig-link-lavender-light)}.subLinks__imgWrapper{flex-grow:1;justify-content:flex-end;align-items:flex-end;padding:0 2.5rem 0 0;display:flex}.header__dropDown-arrow{align-items:center;transition:all .3s ease-in-out;display:flex}.header__dropDown-description{font-size:.875rem}
#nav-icon4{cursor:pointer;width:1.3125rem;height:100%;min-height:3.25rem;transition:all .5s ease-in-out;display:flex;position:relative;transform:rotate(0)}@media screen and (max-width:440px){#nav-icon4{min-height:2.5rem}}#nav-icon4 span{opacity:1;background:#fff;border-radius:.5625rem;width:100%;height:.125rem;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}#nav-icon4 span:first-child{transform-origin:0;top:1rem}@media screen and (max-width:440px){#nav-icon4 span:first-child{top:.75rem}}#nav-icon4 span:nth-child(2){transform-origin:0;width:100%;margin-left:auto;top:1.5rem;right:0}@media screen and (max-width:440px){#nav-icon4 span:nth-child(2){top:1.25rem}}#nav-icon4 span:nth-child(3){transform-origin:0;width:100%;top:2rem;left:100%;right:0;transform:translate(-100%)}@media screen and (max-width:440px){#nav-icon4 span:nth-child(3){top:1.75rem}}#nav-icon4.open span:first-child{top:.9375rem;left:.4375rem;transform:rotate(45deg)}@media screen and (max-width:440px){#nav-icon4.open span:first-child{top:.7rem}}#nav-icon4.open span:nth-child(2){opacity:0;width:0}#nav-icon4.open span:nth-child(3){width:100%;top:1.875rem;left:.375rem;transform:rotate(-45deg)}@media screen and (max-width:440px){#nav-icon4.open span:nth-child(3){top:1.625rem}}
@font-face{font-family:Alexandria;src:url(../media/Alexandria_Light-s.p.202310f7.woff2)format("woff2");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:Alexandria;src:url(../media/Alexandria_Regular-s.p.981c7014.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:Alexandria;src:url(../media/Alexandria_Medium-s.p.8bd95a3c.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:Alexandria;src:url(../media/Alexandria_SemiBold-s.p.0590b86c.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:Alexandria;src:url(../media/Alexandria_Bold-s.p.0ca12de5.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:Alexandria;src:url(../media/Alexandria_ExtraBold-s.p.9355c606.woff2)format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:Alexandria;src:url(../media/Alexandria_Black-s.p.85bb1a4b.woff2)format("woff2");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:Alexandria Fallback;src:local(Arial);ascent-override:85.29%;descent-override:22.12%;line-gap-override:0.0%;size-adjust:113.5%}.alexandria_39d463a4-module__ZxWMDG__className{font-family:Alexandria,Alexandria Fallback}.alexandria_39d463a4-module__ZxWMDG__variable{--Alexandria:"Alexandria","Alexandria Fallback"}
