:root{--acent-color:#1766FF;--second-color-2:#08255C;--dark-color:#1252CC;--second-dark-color:#163375;--black-color:#141F34;--blick-color:#FFFFFF;--text-color:#FFFFFF}.under-header{display:none}@media (min-width:1024px){.under-header.show+header{top:60px}.under-header.show+header+.header-placeholder{height:130px}.under-header.show{overflow:hidden;position:fixed;z-index:99;top:0;left:0;width:100%;background:var(--acent-color);height:60px;color:var(--text-color);display:flex;align-items:center;justify-content:center;font-size:16px}.under-header.bg-dark{background:var(--second-color-2)}.under-header.sky-blue{background:linear-gradient(90deg,#26b2f0 0,#7dd1f6 50.48%,#26b2f0 100%)}.under-header.bg-black{background:var(--black-color)}.under-header.bg-yellow{background:#ebe783;color:#141f34}.under-header.bg-gradient{background:linear-gradient(91deg,#7266e7 .86%,#1766ff 116.85%)}.under-header.bg-gradient-light{background:linear-gradient(91deg,#b9dafc 0,#c2c7f9 100%);color:#141f34}.under-header.bg-gradient-pink{background:linear-gradient(91deg,#f7dde1 0,#ead8f1 100%);color:#141f34}.under-header-logo{padding:8px 10px;background:#fff;border-radius:3px;box-shadow:0 4px 8px 0 rgba(0,50,125,.1);margin-right:20px}.under-header-logo svg{display:block}img.under-header-icon{border-radius:5px;box-shadow:0 -1.5px 3px 0 rgba(20,31,52,.2) inset,0 1px 4px 0 rgba(255,255,255,.15) inset,0 2px 4px 0 rgba(11,49,122,.25)}.under-header-icon.custom{padding:9px 4px;box-sizing:border-box;background:#fff}.under-header-speaker{display:flex;gap:12px;margin-right:15px}.under-header-speaker img{display:block;width:32px;height:32px}.under-header-logos{display:flex;gap:13px;align-items:center;font-size:12px;margin-right:15px}.under-header.bg-gradient-light .under-header-logos path,.under-header.bg-gradient-pink .under-header-logos path{fill:#434c5d}.under-header-logos img{display:block;width:36px;height:36px}.under-header-logos:last-of-type img{width:auto;height:36px}.under-header-title{font-size:14px;margin-right:20px}.under-header.sky-blue .under-header-title{color:#141f34}.under-header-title svg{margin-bottom:-3px;margin-right:3px}.under-header-sale{display:block;margin-right:10px;background-image:url('data:image/svg+xml,<svg width="56" height="24" viewBox="0 0 56 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.1654 0C8.76931 0 7.45751 0.668001 6.63637 1.79707L1.08265 9.43343C-0.0301561 10.9635 -0.0301543 13.0365 1.08265 14.5666L6.63637 22.2029C7.45751 23.332 8.76932 24 10.1654 24H51.3884C53.7984 24 55.7521 22.0463 55.7521 19.6364V4.36364C55.7521 1.95367 53.7984 0 51.3884 0H10.1654Z" fill="white"/></svg>');background-size:contain;background-position:center;background-repeat:no-repeat;color:#7266e7;line-height:1.25;font-weight:500;padding:2px 6px 2px 11px}.under-header.bg-yellow .under-header-sale{background-image:url('data:image/svg+xml,<svg width="58" height="24" viewBox="0 0 58 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0768 0C8.68075 0 7.36895 0.668001 6.54781 1.79707L0.99409 9.43343C-0.118718 10.9635 -0.118716 13.0365 0.994092 14.5666L6.54781 22.2029C7.36895 23.332 8.68076 24 10.0768 24H53.4771C55.8871 24 57.8407 22.0463 57.8407 19.6364V4.36364C57.8407 1.95367 55.8871 0 53.4771 0H10.0768Z" fill="url(%23paint0_linear_14456_7)"/><defs><linearGradient id="paint0_linear_14456_7" x1="1.30629e-05" y1="12" x2="72.6823" y2="-12.5876" gradientUnits="userSpaceOnUse"><stop stop-color="%231766FF"/><stop offset="1" stop-color="%236DCAF3"/></linearGradient></defs></svg>');color:#fff}.under-header-promo-code{cursor:pointer;position:relative;color:#141f34;padding:3px 6px;margin:0 3px;background:linear-gradient(96.96deg,#75a4ff 2.46%,#6dcaf3 100%);border-radius:4px}.under-header-promo-code .hide-text{position:absolute;top:6px;right:-4px;color:#5a6271;font-size:12px;font-weight:400;padding:5px 8px;background:#fff;border:1px solid #f4f5f8;box-shadow:0 2px 4px rgba(0,53,150,.1);border-radius:4px;opacity:0;transition:.3s;transform:translate(100%,0);pointer-events:none}.under-header-promo-code.copied .hide-text{opacity:1}.under-header span.blink{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--blick-color);margin-right:8px;margin-bottom:.5px;transition:opacity .5s;animation:fadeInShow 1.5s linear infinite}@keyframes fadeInShow{20%{background:0 0}80%{background:var(--blick-color)}}.under-header-calendar{margin-top:-2px;width:18px}.under-header .btn{font-size:14px;height:36px;min-height:36px;margin:0;padding:11px 14px;border-width:1px;box-sizing:border-box}.under-header.bg-dark .btn:not(.btn--white-outline){color:var(--second-color-2)}.under-header.bg-gradient .btn{color:#fff}.under-header.bg-yellow .btn{border-color:var(--acent-color)}.under-header.bg-gradient .btn:hover{color:#4567f4}.under-header-info{font-size:14px;line-height:125%;display:flex;align-items:center;padding:8px 12px;margin-right:20px;background-color:var(--dark-color);border-radius:100px;border:.5px solid rgba(255,255,255,.16)}.under-header.sky-blue .under-header-info{background:#1f8ec0;border:none}.under-header.bg-dark .under-header-info{background:var(--second-dark-color)}.under-header-data{display:flex;align-items:center;gap:8px;margin-left:12px;padding-left:12px;border-left:.5px solid rgba(255,255,255,.32)}.close-under-banner{border:none;background:0 0;cursor:pointer;position:absolute;left:auto;right:20px;top:20px}.close-under-banner svg{margin:0;width:12px;height:12px}.under-header.bg-yellow .close-under-banner svg path{stroke:#737986}.under-header.bg-gradient-light .close-under-banner svg path,.under-header.bg-gradient-pink .close-under-banner svg path{stroke:#434c5d}.under-header.sky-blue .close-under-banner svg path{stroke:#141f34}}@media (min-width:1230px){.under-header.show+header{top:70px}.under-header.show+header+.header-placeholder{height:150px}.under-header.show{height:70px}.under-header-title{font-size:16px;margin-right:22px}.under-header-speaker{margin-right:12px}.under-header-info{font-size:16px}.close-under-banner{top:28px;right:30px}.under-header-logos{margin-right:20px;gap:15px}.under-header-logos img{width:40px;height:40px}.under-header-logos:last-of-type img{height:40px}.under-header .btn{height:40px;min-height:40px}}