:root{--wf-black-color:#0f172a;--wf-grey-color:#272932}header{display:flex;font-family:Inter,sans-serif;gap:10px;justify-content:space-between;padding:0 32px;position:relative;z-index:998}@media (max-width:800px){header{padding:0 20px}}@media (max-width:500px){header{padding:0 10px}}header .left-header,header .logo{align-items:center;display:flex}header .logo{height:40px}header .logo img{display:block;height:100%;width:auto}@media (max-width:800px){header .logo{margin:0}header .logo img{height:30px;width:30px}}header .logo span{color:var(--wf-grey-color);font-size:20px;font-weight:700}@media (max-width:800px){header .logo span{display:none}}header .menu{align-items:center;display:flex;gap:20px}@media (max-width:500px){header .menu{overflow-x:scroll}}header .menu a{text-wrap:nowrap;color:var(--wf-black-color);font-size:14px;font-weight:400;line-height:17px;padding:8px}header .menu a.active,header .menu a:hover{color:#796dd7}@media (max-width:800px){header .menu{gap:10px}header .menu a{font-size:12px;padding:5px}}@media (max-width:500px){header .menu{gap:5px}header .menu a{padding:4px}}@media (max-width:1080px){header .sign-block{display:none}}header .sign-block .between{color:#0f172a;cursor:default;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:17px;margin:0 10px}header .sign-block a{align-items:center;display:flex;white-space:nowrap}header .sign-block a.active,header .sign-block a:hover{text-decoration:none}header .sign-block a.active span,header .sign-block a:hover span{color:#796dd7}header .sign-block a span{color:var(--wf-black-color);font-size:14px;font-weight:600;line-height:17px;text-align:right}header .sign-block a img{height:24px;width:24px}header .user-info{align-items:center;column-gap:20px;display:flex;justify-content:center;width:auto}header .user-info .avatar{clip-path:circle();cursor:pointer;min-width:33px;width:33px}header .user-info .notification{cursor:pointer;position:relative}header .user-info .notification-background{background:transparent;cursor:default;height:100vh;left:0;position:fixed;top:0;width:100vw}header .user-info .notification img{width:20px}header .user-info .notification-exist{background:#d44343;border-radius:50%;height:11px;position:absolute;right:-1px;top:-3px;width:11px}header .user-info .notification-list{align-items:center;background:#fff;border:1px solid #cbc7e5;border-radius:7px;cursor:default;display:flex;flex-direction:column;justify-content:center;padding:15px 0 0;position:absolute;right:-21px;top:30px;width:308px}header .user-info .notification-list-arrow{background:#fff;border-color:#cbc7e5;border-style:solid;border-width:1px 1px 0 0;height:13px;position:absolute;right:20px;top:-7px;transform:rotate(315deg);width:13px}header .user-info .notification-list-header{display:flex;flex-direction:column;gap:13px;padding-bottom:13px}header .user-info .notification-list-header-title{display:flex;justify-content:space-between;width:271px}header .user-info .notification-list-header-title h1{color:#272932;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:17px}header .user-info .notification-list-header-title-close{background-color:#796dd7;cursor:pointer;height:7.5px;-webkit-mask:url(/build/images/close.d984db6d.svg) no-repeat center;mask:url(/build/images/close.d984db6d.svg) no-repeat center;width:7.5px}header .user-info .notification-list-header-buttons{display:flex;justify-content:center}header .user-info .notification-list-header-buttons button{align-items:center;background:#fff;border:1px solid #594ad1;color:#594ad1;cursor:pointer;display:flex;font-size:11px;font-weight:400;height:31px;justify-content:center;line-height:14px;padding:9px 41px;width:139px}header .user-info .notification-list-header-buttons button.active{background:#594ad1;color:#fff;font-weight:700}header .user-info .notification-list-header-buttons button:first-child{border-radius:5px 0 0 5px}header .user-info .notification-list-header-buttons button:nth-child(2){border-radius:0 5px 5px 0}header .user-info .notification-list-footer{align-items:center;color:#796dd7;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:10px;height:49px;justify-content:center;line-height:15px;width:100%}header .user-info .notification-list-footer:hover{background:hsla(233,3%,51%,.102)}header .user-info .notification-list-items{display:flex;flex-direction:column;max-height:385px;overflow:auto}header .user-info .notification-list-items .infinite-scroll-component{overflow:hidden!important}header .user-info .notification-list-items-loader{align-items:center;animation:rot 2s linear 0s infinite normal none running;display:flex;justify-content:center;padding:10px 12px;width:100%}@keyframes rot{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}header .user-info .notification-list-items-item{background:#fff;cursor:pointer;display:flex;gap:10px;padding:10px 12px;position:relative;width:100%}header .user-info .notification-list-items-item:hover{background:hsla(233,3%,51%,.102)}header .user-info .notification-list-items-item.unread .notification-list-items-item-unread-icon{display:block}header .user-info .notification-list-items-item-unread-icon{background:#7c6cdd;border-radius:8px;display:none;height:8px;position:absolute;right:10px;top:calc(50% - 4px);width:8px}header .user-info .notification-list-items-item img{border:1px solid #796dd7;border-radius:33px;flex:0 0 33px;height:33px;object-fit:cover;width:33px}header .user-info .notification-list-items-item-details{display:flex;flex-direction:column;gap:8px;padding-right:10px}header .user-info .notification-list-items-item-details-message{display:flex;flex-direction:column}header .user-info .notification-list-items-item-details-message .message{color:#7e7f86;font-size:11px;font-weight:400;line-height:12px}header .user-info .notification-list-items-item-details-message .message b{color:#272932;font-weight:600}header .user-info .notification-list-items-item-details .timestamp{color:#272932;font-size:10px;font-weight:600;line-height:12px}.base-header{color:#272932!important;font-weight:700!important}.base-text{color:#757883!important;font-weight:400!important}.highlight-text{color:#594ad1;font-weight:700}.wf-button{background-image:linear-gradient(270deg,#423796,#594ad1);border-radius:5px;color:#fff;cursor:pointer;padding:13px 20px}.gift-card-button{align-items:center;background:linear-gradient(180deg,#ec1417 1.61%,#971012);border-radius:7px;cursor:pointer;display:flex;gap:10px;height:36px;justify-content:center;padding:10px 20px;white-space:nowrap}.gift-card-button img{height:19px;width:20px}.gift-card-button p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:17px}@media (max-width:800px){.gift-card-button{gap:8px;height:32px;padding:8px 15px}.gift-card-button img{height:15px;width:16px}.gift-card-button p{font-size:10px;line-height:12px}}@media (max-width:500px){.gift-card-button{gap:6px;height:28px;padding:7px 12px}.gift-card-button img{height:12px;width:14px}}.confirmed-message{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.confirmed-message.hide{display:none}.confirmed-message-background{background:rgba(0,0,0,.69);height:100%;width:100%}.confirmed-message-data{align-items:center;background:#fff;border-radius:25px 0 0 25px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:50px;position:absolute;right:0;row-gap:30px;top:0;width:637px}.confirmed-message-data img{height:86px;width:86px}.confirmed-message-data h1{font-size:32px}.confirmed-message-data p{text-align:center}.sign-page{padding:50px 26px}.sign-page .security-form{align-items:center;display:flex;flex-direction:column;font-family:Inter,sans-serif}.sign-page .security-form .form-heading{color:#272932;font-size:36px;font-weight:700;margin-bottom:40px;width:881px}.sign-page .security-form .terms{color:#594ad1;margin-top:40px;text-decoration:underline}.sign-page .security-form form{background:#fff;border-radius:10px;padding:60px 115px;width:881px}.sign-page .security-form form .form-footer{align-items:baseline;display:flex;justify-content:space-between}.sign-page .security-form form .form-footer .login-link{color:#000;font-size:14px;font-weight:400}.sign-page .security-form form .form-footer .login-link a{color:#423796;font-weight:700}.sign-page .security-form form .form-row{display:flex;flex-direction:column;margin:0 0 21px}.sign-page .security-form form .form-row.has-error input,.sign-page .security-form form .form-row.has-error select{background:rgba(212,67,67,.2);border:1px solid #d44343;color:#d44343}.sign-page .security-form form .form-row.has-error input::placeholder,.sign-page .security-form form .form-row.has-error select::placeholder{color:#d44343}.sign-page .security-form form .form-row .info-text{color:#d44343!important;font-size:11px;font-weight:500;margin-top:10px;position:static!important;text-align:right}.sign-page .security-form form .form-row .forgot-password{bottom:-24px;color:#423796;font-size:12px;font-weight:500}.sign-page .security-form form .form-row img{height:16px;position:absolute;right:15px;top:38px;width:16px}.sign-page .security-form form .form-row label{color:#3b3b3b;font-size:15px;font-weight:600;margin-bottom:10px}.sign-page .security-form form .form-row input,.sign-page .security-form form .form-row select{align-items:center;align-self:stretch;background:hsla(0,0%,100%,.2);border:1px solid #7e7f86;border-radius:5px;color:#3b3b3b;display:flex;flex-direction:column;font-size:14px;font-weight:400;gap:10px;height:42px;padding:10px 15px}.sign-page .security-form form .form-row input::placeholder,.sign-page .security-form form .form-row select::placeholder{color:#757883}.sign-page .security-form form .form-row select{width:174px}.weefeen-button{align-items:center;background:linear-gradient(268.21deg,#423796 1.61%,#594ad1 99.71%);border-radius:7px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:700;gap:10px;height:42px;justify-content:center;line-height:17px;padding:10px 20px;white-space:nowrap}.weefeen-button:disabled{cursor:default;opacity:.4}.weefeen-button:disabled:hover{background:linear-gradient(268.21deg,#423796 1.61%,#594ad1 99.71%)}.weefeen-button:hover{background:linear-gradient(268.21deg,#2e285b 1.61%,#3726bb 99.71%)}.weefeen-button.primary{background:#423796}.weefeen-button.primary:disabled{opacity:.5}.weefeen-button.primary:hover{background:#3d2179}.weefeen-button.secondary{background:#adadb2}.weefeen-button.secondary:hover{background:#76767b}.weefeen-button.success{background:#2ca65f}.weefeen-button.success:hover{background:#1e7d3e}.weefeen-button.action{background:#e57711}.weefeen-button.action:disabled{opacity:.5}.weefeen-button.action:hover{background:#aa580d}.weefeen-button.empty{background:none;color:#7e7f7f}.weefeen-button-small{font-size:10px;font-weight:400;height:26px;line-height:12px}.weefeen-button-large{font-size:12px;font-weight:700;height:36px;line-height:14.52px}.weefeen-button-big{font-size:18px;font-weight:700;line-height:22px}