@import"https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.header{position:-webkit-sticky;position:sticky;z-index:11;top:0;left:0;right:0;padding:2.25rem 0;transition:all .25s linear;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media(max-width:1679px){.header{padding:2rem 0}}@media(max-width:1479px){.header{padding:1.2rem 0}}.header__scrolled{background-color:hsla(0,0%,100%,.9);box-shadow:0 1rem 1.4rem rgba(0,0,0,.04)}.header .container{display:flex;align-items:center;justify-content:space-between}.header .custom-button.outline-btn{min-width:11.5rem;padding:.7rem 2.4rem;font-size:1.6rem;font-weight:400}@media(max-width:1199px){.header__logo{max-width:10.8rem}}.header__right{display:flex;align-items:center;gap:2rem}@media(max-width:1479px){.header__right{gap:1.5rem}}.header__links{display:flex;gap:4rem}@media(max-width:991px){.header__links{flex-direction:column;align-items:center;justify-content:center;height:100%;gap:2rem}}.header__links li a{padding:.5rem 1rem;font-size:1.6rem;color:#000;position:relative;cursor:pointer;font-weight:400;transition:all .25s linear}@media(max-width:1679px){.header__links li a{font-size:1.4rem}}@media(max-width:1479px){.header__links li a{padding:.35rem .75rem}}@media(max-width:991px){.header__links li a{font-weight:600;font-size:1.7rem}}.header__links li a:not([href]):not([class]),.header__links li a:not([href]):not([class]):hover{color:#000}.header__links li a:hover{color:#c3c3c3}.header__links li a.active{color:#0080d0}.header__links li a.active:after{content:""}@media(max-width:991px){.header__links li a.active:after{content:none}}.header__actions{display:flex;align-items:center;gap:2rem}@media(max-width:1479px){.header__actions{gap:1.5rem}}.header__actions .btn-style{min-height:4.6rem;min-width:14.6rem}@media(max-width:1199px){.header__actions .btn-style{min-height:3.6rem;min-width:10rem}}@media(max-width:991px){.header .mob-menu{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:.8rem;display:none;height:100vh}.header .mob-menu__close{top:3rem;right:3rem;position:absolute}.header .mob-menu__close svg{transition:all .25s linear}.header .mob-menu__close svg path{fill:#0080d0}.header .mob-menu.open{display:block;position:fixed;z-index:11;right:0;top:0;left:0;bottom:0}}.mob-menu-btn svg{width:2.4rem;height:2.4rem}.mob-menu-btn svg path{fill:#0080d0}.notification-btn{border-radius:1rem;border:.1rem solid hsla(0,0%,47%,.3);width:4.4rem;height:4.4rem;display:inline-flex;justify-content:center;align-items:center;color:#fff}.notification-btn.active{color:#0080d0}