:root{--primary:#5042a6;--secondary:#07084c;--bg-light:#f0f3fa;--bg-white:#ffffff;--gradient-start:#c9d9ff;--gradient-end:#afb0f2;--accent-orange:#fc7315;--orange-peach:#f5b992;--text-black:#000000}*{margin:0;padding:0;box-sizing:border-box}body,html{margin:0;padding:0;width:100%;overflow-x:hidden}.menu-container{position:fixed;top:0;left:0;width:100%;z-index:9999}@media screen and (min-width:1025px){.navbar.menu-hidden{transform:translateY(-100%)}}.promo-banner{display:flex;justify-content:center;align-items:center;gap:16px;width:100%;min-height:60px;padding:10px 48px 10px 16px;background:linear-gradient(to right,var(--accent-orange),var(--orange-peach));position:relative;z-index:6}.promo-banner.hidden{display:none}.promo-banner-link{display:inline-flex;align-items:center;gap:8px;color:var(--text-black);font-family:Grifter,sans-serif;font-weight:700;font-size:clamp(16px, 1.6vw, 16px);text-decoration:underline;text-underline-offset:3px;text-align:center;transition:color .3s,text-underline-offset .2s}.promo-banner-link:hover{color:var(--bg-white);text-underline-offset:5px}.promo-banner-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:0 0;border:none;color:var(--secondary);font-size:22px;line-height:1;cursor:pointer;padding:4px}.promo-banner-close:hover{color:var(--bg-white)}@media screen and (max-width:1024px){.promo-banner{padding:8px 40px 8px 12px}}.navbar{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background-color:var(--bg-white);box-shadow:0 2px 5px rgba(0,0,0,.1);position:relative;z-index:5;height:80px;padding:10px 40px;transition:transform .3s}.navbar-inner{display:flex;justify-content:space-between;align-items:baseline;flex:1}.logo a{position:relative;display:inline-block}.logo-img{display:block;width:auto;height:clamp(16px,1.7vw,32px);transition:opacity .3s}.logo-img-hover{position:absolute;top:0;left:0;opacity:0}.logo a:hover .logo-img-default{opacity:0}.logo a:hover .logo-img-hover{opacity:1}.menu-toggle{display:none;background:0 0;border:none;font-size:1.8rem;cursor:pointer}.menu{display:none;position:absolute;top:var(--menu-offset,65px);left:0;width:100%;background-color:var(--bg-white);box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1}.menu-large-screen{padding-left:2%;display:block;flex:1}.menu-small-screen{display:none}.menu.show{display:block;transform:translateX(0)}#menu-icon{font-size:1.5rem;transition:transform .3s;cursor:pointer}.menu ul,.menu-large-screen ul{display:flex;flex-direction:row;justify-content:space-between;align-items:center;list-style-type:none;padding:2% 2% 0;margin:0;box-shadow:28px 0 29.9px -27px #0000001f;height:120px}.menu-large-screen ul{height:auto;padding-top:0;box-shadow:none}.menu li,.menu-large-screen li{margin:0}.menu a,.menu-large-screen a{text-decoration:none;color:var(--secondary);font-size:clamp(14px, 1.5vw, 28px)!important;color:var(--secondary);font-weight:700;line-height:31px;transition:color .3s;font-family:Grifter,sans-serif}.menu a>img,.menu-large-screen a>img{width:100.54px;height:100.6px;margin-top:10%;transition:filter .2s}.menu-large-screen .start-btn{display:inline-flex;width:67px;height:67px}.menu-large-screen .start-circle{border-width:2px}.menu-large-screen .start-circle__label{font-size:9px;line-height:1}.menu a:hover,.menu-large-screen a:hover{color:var(--primary)}.my-account-button{width:211px;height:53px;border-radius:26.5px;background:linear-gradient(to right,var(--gradient-start),var(--gradient-end));border:none;color:var(--bg-white);cursor:pointer;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:22px;line-height:22px;text-align:center}.gradient-button:hover{opacity:.9}.menu a:not(:has(img)).active,.menu-large-screen a:not(:has(img)).active{color:var(--primary);position:relative}.menu a:not(:has(img)).active::after,.menu-large-screen a:not(:has(img)).active::after{content:"";position:absolute;top:120%;left:50%;transform:translateX(-50%);width:10vw;height:5px;background-image:url("/images/menu/underline.png");background-size:contain;background-repeat:no-repeat}.logo{position:relative}.logo:has(a.active)::after{content:"";position:absolute;top:120%;left:50%;transform:translateX(-50%);width:10vw;height:5px;background-image:url("/images/menu/underline.png");background-size:contain;background-repeat:no-repeat}@media screen and (max-width:1024px){.menu-large-screen{display:none}.menu-toggle{display:block}.menu-small-screen{display:block;background-color:var(--bg-light)}.menu{z-index:4}.menu ul{display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:28px 0 29.9px -27px #0000001f;height:calc(100vh - var(--menu-offset,65px));overflow-y:auto;padding-bottom:18%;padding-top:0;gap:30px}.my-account-button{width:192px;height:44px;border-radius:29px;background:0 0;background-color:var(--primary);border:none;color:var(--bg-white);cursor:pointer;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;line-height:18px;text-align:center}.menu a{font-size:20px!important;line-height:20px;transition:color .3s;font-family:Grifter,sans-serif}.logo-img{height:20px}.menu a>img{width:178px;height:178px;margin-top:5%}.menu-small-screen .start-btn{display:inline-flex;width:119px;height:119px}.menu-small-screen .start-circle__label{font-size:13px;line-height:1}.menu a:not(:has(img)).active::after{width:100px}.logo:has(a.active)::after{display:none}}