/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties;@layer theme, base, components, utilities;@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--spacing:0.25rem;--font-weight-medium:500;--font-weight-semibold:600;--radius-lg:0.5rem;--radius-xl:0.75rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,::file-selector-button,:after,:before{box-sizing:border-box;margin:0;padding:0;border:0 solid}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}::file-selector-button,button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::placeholder{color:currentcolor;@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:calc(var(--spacing) * 0)}.top-full{top:100%}.right-0{right:calc(var(--spacing) * 0)}.left-0{left:calc(var(--spacing) * 0)}.z-10{z-index:10}.z-100{z-index:100}.col-start-2{grid-column-start:2}.row-start-2{grid-row-start:2}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-\[3px\]{margin-top:3px}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-12{margin-bottom:calc(var(--spacing) * 12)}.mb-\[18px\]{margin-bottom:18px}.ml-0{margin-left:calc(var(--spacing) * 0)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.h-8{height:calc(var(--spacing) * 8)}.h-12{height:calc(var(--spacing) * 12)}.h-\[40px\]{height:40px}.h-full{height:100%}.w-8{width:calc(var(--spacing) * 8)}.w-12{width:calc(var(--spacing) * 12)}.w-full{width:100%}.min-w-\[160px\]{min-width:160px}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-\[1fr_498px_1fr\]{grid-template-columns:1fr 498px 1fr}.grid-cols-\[1fr_720px_1fr\]{grid-template-columns:1fr 720px 1fr}.grid-rows-\[minmax\(48px\,1fr\)_auto_minmax\(48px\,1fr\)\]{grid-template-rows:minmax(48px,1fr) auto minmax(48px,1fr)}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-2{gap:calc(var(--spacing) * 2)}.space-y-2{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-4{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}}.space-x-3{:where(&>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)))}}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-lg{border-radius:var(--radius-lg)}.bg-\[\#2C3959B7\]{background-color:#2C3959B7}.bg-white{background-color:var(--color-white)}.p-\[18px\]{padding:18px}.px-\[12px\]{padding-inline:12px}.py-2{padding-block:calc(var(--spacing) * 2)}.text-center{text-align:center}.text-\[14px\]{font-size:14px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.break-words{overflow-wrap:break-word}.text-\[\#4a5663\]{color:#4a5663}.text-\[\#181E25\]{color:#181E25}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.no-underline{text-decoration-line:none}.shadow-\[0px_8px_40px_rgba\(33\,33\,38\,0\.1\)\]{--tw-shadow:0px 8px 40px var(--tw-shadow-color,rgba(33,33,38,0.1))}.shadow-\[0px_8px_40px_rgba\(33\,33\,38\,0\.1\)\],.shadow-lg{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,rgb(0 0 0/0.1)),0 4px 6px -4px var(--tw-shadow-color,rgb(0 0 0/0.1))}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.first\:ml-0{&:first-child{margin-left:calc(var(--spacing) * 0)}}.max-lg\:flex{@media (width < 64rem){display:flex}}.max-lg\:hidden{@media (width < 64rem){display:none}}.max-lg\:h-full{@media (width < 64rem){height:100%}}.max-lg\:grid-cols-\[1fr_minmax\(auto\,480px\)_1fr\]{@media (width < 64rem){grid-template-columns:1fr minmax(auto,480px) 1fr}}.max-lg\:grid-rows-\[minmax\(32px\,1fr\)_auto\]{@media (width < 64rem){grid-template-rows:minmax(32px,1fr) auto}}.max-lg\:overflow-y-auto{@media (width < 64rem){overflow-y:auto}}.max-lg\:overflow-y-hidden{@media (width < 64rem){overflow-y:hidden}}.max-lg\:rounded-t-xl{@media (width < 64rem){border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}}.sm\:mr-\[30px\]{@media (width >= 40rem){margin-right:30px}}.sm\:mb-0{@media (width >= 40rem){margin-bottom:calc(var(--spacing) * 0)}}.sm\:w-\[260px\]{@media (width >= 40rem){width:260px}}.sm\:flex-row{@media (width >= 40rem){flex-direction:row}}.sm\:items-center{@media (width >= 40rem){align-items:center}}.sm\:text-\[16px\]{@media (width >= 40rem){font-size:16px}}.md\:h-14{@media (width >= 48rem){height:calc(var(--spacing) * 14)}}.md\:w-14{@media (width >= 48rem){width:calc(var(--spacing) * 14)}}.lg\:rounded-xl{@media (width >= 64rem){border-radius:var(--radius-xl)}}.\[\&_path\]\:fill-\[rgb\(24\,30\,37\)\]{& path{fill:rgb(24,30,37)}}.\[\&\+a\]\:ml-2{&+a{margin-left:calc(var(--spacing) * 2)}}.\[\@media\(max-height\:450px\)\]\:overflow-y-visible{@media (max-height:450px){overflow-y:visible}}}@layer base;@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@font-face{font-family:KB Suisse Intl;font-weight:400;font-style:normal;font-stretch:normal;src:url(/help/_next/static/media/SuisseIntl-Regular-L.3e205228.woff2) format("woff2"),url(/help/_next/static/media/SuisseIntl-Regular-L.47954736.woff) format("woff")}@font-face{font-family:KB Suisse Intl;font-weight:500;font-style:normal;font-stretch:normal;src:url(/help/_next/static/media/SuisseIntl-Medium-L.77a9552d.woff2) format("woff2"),url(/help/_next/static/media/SuisseIntl-Medium-L.e5c9a832.woff) format("woff")}@font-face{font-family:KB Suisse Intl;font-weight:600;font-style:normal;font-stretch:normal;src:url(/help/_next/static/media/kb_DemiBold.576ec683.woff2) format("woff2"),url(/help/_next/static/media/kb_DemiBold.875d0346.woff) format("woff")}.article-page{background-color:white;min-height:100vh;padding:40px 0}@media (max-width:768px){.article-page{padding:24px 0}}.article-container{max-width:1232px;margin:0 auto;padding:0 16px}.article-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;margin-top:32px}@media (max-width:768px){.article-layout{grid-template-columns:1fr;gap:32px;margin-top:24px}}.article-content-wrapper{background-color:white;border-radius:12px;padding:32px;border:1px solid #e2e4e8}@media (max-width:768px){.article-content-wrapper{padding:24px;border-radius:8px}}.article-sidebar{display:block}@media (max-width:768px){.article-sidebar{display:none}}.article-search-wrapper{background-color:white;border-radius:12px;padding:24px;border:1px solid #e2e4e8;position:sticky;top:24px}.article-search-title{font-size:18px;line-height:24px;font-weight:600;color:#181e25;margin:0 0 16px}.article-search-wrapper form{display:flex;flex-direction:column;gap:12px}.article-search-wrapper input{width:100%;padding:12px 16px;border:1px solid #d4d7dd;border-radius:8px;font-size:16px;line-height:24px;color:#181e25;transition:border-color .2s}.article-search-wrapper input:hover{border-color:#b5b7c0}.article-search-wrapper input:focus{outline:none;border-color:#1da857}.article-search-wrapper input::placeholder{color:#8593a3}.article-search-wrapper button{width:100%;padding:12px 24px;background:#1da857;color:white;border:none;border-radius:8px;font-weight:500;font-size:16px;line-height:24px;cursor:pointer;transition:background-color .2s}.article-search-wrapper button:hover{background:#1d9650}.article-header{border-bottom:1px solid #e5e7eb;padding-bottom:24px;margin-bottom:32px}.article-title{font-size:28px;line-height:40px;font-weight:600;color:#181e25;margin-bottom:12px}@media (max-width:768px){.article-title{font-size:24px;line-height:32px}}.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px}@media (max-width:768px){.article-meta{flex-direction:column;align-items:flex-start;gap:12px}}.article-date{font-size:14px;line-height:20px;color:#6b7280}.article-content{font-size:16px;line-height:28px;max-width:none}.article-content,.article-content *{color:#374151!important}.article-content h2{font-size:24px;line-height:32px;font-weight:600;margin-top:32px;margin-bottom:16px;color:#181e25!important}.article-content h3{font-size:20px;line-height:28px;font-weight:600;margin-top:24px;margin-bottom:12px;color:#181e25!important}.article-content p{margin-bottom:16px;color:#374151!important;line-height:1.625}.article-content a{color:#2563eb!important;text-decoration:underline}.article-content a:hover{color:#1d4ed8!important}.article-content ol,.article-content ul{margin-bottom:24px;padding-left:24px;color:#374151!important}.article-content ul{list-style-type:disc}.article-content ol{list-style-type:decimal}.article-content li{margin-bottom:8px;color:#374151!important}.article-content code{background-color:#f3f4f6;padding:2px 8px;border-radius:4px;font-size:14px;font-family:monospace;color:#374151!important}.article-content pre{background-color:#f3f4f6;padding:16px;border-radius:8px;overflow-x:auto}.article-content pre code{background-color:transparent;padding:0}.article-content blockquote{border-left:4px solid #d1d5db;padding-left:16px;font-style:italic;color:#4b5563!important;margin:24px 0}.article-content hr{border-top:1px solid #d1d5db;margin:32px 0}.article-content table{width:100%;border-collapse:collapse;margin:24px 0}.article-content td,.article-content th{border:1px solid #d1d5db;padding:8px 16px;text-align:left;color:#374151!important}.article-content th{background-color:#f3f4f6;font-weight:600}.article-content b,.article-content del,.article-content div,.article-content em,.article-content i,.article-content ins,.article-content mark,.article-content small,.article-content span,.article-content strong,.article-content sub,.article-content sup,.article-content u{color:#374151!important}@media (max-width:768px){.article-content{font-size:14px;line-height:24px}.article-content h2{font-size:20px;line-height:28px}.article-content h3{font-size:18px;line-height:24px}}.article-body{max-width:none}html{font-size:16px;line-height:24px;font-family:KB Suisse Intl,Helvetica,Arial,sans-serif;font-weight:400;color:rgba(24,30,37,1);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}@media (max-width:768px){html{font-size:14px;line-height:20px}}body{min-height:100dvh;overflow-y:auto;overscroll-behavior-y:contain}::-webkit-scrollbar{width:0;display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.layout_headerContainer__we36H{background:linear-gradient(rgba(44,57,89,0),rgba(44,57,89,0) 63.65%,rgb(31,44,75)) no-repeat #2c3959}.HeaderAppLinks_headerApps___EPmE{display:inline-flex;gap:8px}@media screen and (max-width:1279px){.HeaderAppLinks_headerApps___EPmE{display:none}}.HeaderAppLinks_headerAppLink__CaJ8C{min-width:40px;height:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:.15s ease-out}.HeaderAppLinks_headerAppLink__CaJ8C:hover{transition:.15s ease-out}.HeaderAppLinks_headerAppLink__CaJ8C.HeaderAppLinks_forMainPage__SV9_B svg,.HeaderAppLinks_headerAppLink__CaJ8C.HeaderAppLinks_forMainPage__SV9_B svg path{fill:#fff}.HeaderAppLinks_headerAppLink__CaJ8C.HeaderAppLinks_forMainPage__SV9_B:hover{background:rgba(245,245,247,.24)}.HeaderAppLinks_headerAppLink__CaJ8C.HeaderAppLinks_forNormalPage__3q8yn:hover{background:#f6f7f9}.UserDropdown_userDropdown__88t8e{position:relative}.UserDropdown_userButton__NuMDx{width:40px;height:40px}@media screen and (max-width:1279px){.UserDropdown_userButton__NuMDx{width:32px;height:32px}}@media screen and (max-width:1023px){.UserDropdown_userButton__NuMDx{width:32px;height:32px}}.UserDropdown_userButton__NuMDx.UserDropdown_forMainPage__jvJOJ{background:rgba(245,245,247,.16)}.UserDropdown_userButton__NuMDx.UserDropdown_forMainPage__jvJOJ:hover{background:rgba(245,245,247,.24)}.UserDropdown_userButton__NuMDx.UserDropdown_forMainPage__jvJOJ svg,.UserDropdown_userButton__NuMDx.UserDropdown_forMainPage__jvJOJ svg path{fill:#fff}.UserDropdown_userButton__NuMDx.UserDropdown_forNormalPage__tr6p8{background:#e7e9ef}.UserDropdown_userButton__NuMDx.UserDropdown_forNormalPage__tr6p8:hover{background:#e0e4eb}.UserDropdown_userButton__NuMDx svg{width:24px!important;height:24px!important}@media screen and (max-width:1023px){.UserDropdown_userButton__NuMDx svg{width:16px!important;height:16px!important}}.UserDropdown_dropdown__Zvj6e{position:relative}.UserDropdown_dropdownWrapper__UarWu{position:absolute;top:100%;box-shadow:0 8px 40px rgba(33,33,38,.1);right:0;z-index:50;margin-top:8px;background:#fff;border-radius:8px;padding:8px 0;min-width:395px}.UserDropdown_userDropdownContent__1YBKd{display:flex;flex-direction:column;gap:0;padding:8px 8px 0 0}@media screen and (max-width:1023px){.UserDropdown_userDropdownContent__1YBKd{border-radius:12px;background:#fff;padding:8px 24px 8px 16px;margin-bottom:16px}}.UserDropdown_userInfo__ofX01{padding:12px 24px}@media screen and (max-width:1023px){.UserDropdown_userInfo__ofX01{padding:24px 24px 8px 8px}}.UserDropdown_userTitle__jy765{font-size:22px;font-weight:600;color:#181e25;margin-bottom:4px}@media screen and (max-width:1023px){.UserDropdown_userTitle__jy765{font-size:18px}}.UserDropdown_userEmail__GSiHN{font-size:16px;color:#4a5663}@media screen and (max-width:1023px){.UserDropdown_userEmail__GSiHN{font-size:14px}}.UserDropdown_menuItems__50h7M{display:flex;flex-direction:column;gap:0;padding:0 8px}.UserDropdown_menuItem__LnJwk{display:flex;align-items:center;transition:background-color .15s ease-out;gap:8px;padding:12px 8px 12px 16px;border-radius:12px;cursor:pointer}.UserDropdown_menuItem__LnJwk:hover{background:#f6f7f9}@media screen and (max-width:1023px){.UserDropdown_menuItem__LnJwk{padding:12px 0}}.UserDropdown_menuItemIcon__Uhf4W svg,.UserDropdown_menuItemIcon__Uhf4W svg path{fill:#8593a3}.UserDropdown_menuItemText__Q65qr{flex:1;display:flex;align-items:center;justify-content:space-between;color:#181e25}.UserDropdown_menuItemTitle__Rg6_5{font-size:16px;color:#181e25;line-height:1.3}@media screen and (max-width:1023px){.UserDropdown_menuItemTitle__Rg6_5{font-size:14px}}.UserDropdown_menuItemValue__lUlSX{font-size:16px;color:#181e25;font-weight:600}@media screen and (max-width:1023px){.UserDropdown_menuItemValue__lUlSX{font-size:14px}}.UserDropdown_logoutSection__Kcu10{margin-top:8px;padding:8px 0 0 16px}@media screen and (max-width:1023px){.UserDropdown_logoutSection__Kcu10{margin-top:0;padding:8px 8px 0 0}}.UserDropdown_logoutButton__55EN1{width:100%;justify-content:flex-start;padding:12px 8px;font-size:16px;color:#ff3f0f;font-weight:300}.UserDropdown_logoutButton__55EN1:hover{background:#ffded6}@media screen and (max-width:1023px){.UserDropdown_logoutButton__55EN1{font-size:14px;padding:14px 8px}}.UserDropdown_divider__1GgLQ{width:100%;height:.5px;background:#d4d7dd;margin-bottom:3px;margin-top:3px}.UserDropdown_bonuses__PGEyy{margin:6px 0}.UserDropdown_modalHeader__augyF,.UserDropdown_modal__WA8k8{background:#eff1f5!important}.FindMyTicket_searchTicketsDropdown__wKInI{position:relative;cursor:pointer;margin-right:24px}@media screen and (max-width:1279px){.FindMyTicket_searchTicketsDropdown__wKInI{display:none}}.FindMyTicket_lowMargin__jFpqX{margin-right:12px}.FindMyTicket_dropdownTrigger__S5u9I{display:flex;align-items:center;padding:8px 12px;border-radius:8px;transition:background-color .15s ease-out}.FindMyTicket_dropdownTrigger__S5u9I.FindMyTicket_forMainPage__vtZ9V{color:#fff}.FindMyTicket_dropdownTrigger__S5u9I.FindMyTicket_forMainPage__vtZ9V:hover{color:hsla(0,0%,100%,.75)}.FindMyTicket_dropdownTrigger__S5u9I.FindMyTicket_forNormalPage__R8NN6{color:#181e25}.FindMyTicket_dropdownTrigger__S5u9I.FindMyTicket_forNormalPage__R8NN6:hover{color:#4a5663}.FindMyTicket_icon__VEmP9{margin-right:8px;width:16px;height:16px}.FindMyTicket_dropdownContent__J9jLv{position:absolute;top:100%;right:-80px;margin-top:8px;padding:12px;background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.12);width:288px;z-index:1000}.FindMyTicket_dropdownContent__J9jLv.FindMyTicket_hidden__VZBNf{display:none}.FindMyTicket_input__nR7PL{padding:12px;border:1px solid #d0d1d7;border-radius:8px;font-size:14px}.FindMyTicket_input__nR7PL:focus{outline:none;border-color:#007acc}.FindMyTicket_input__nR7PL::placeholder{color:#8593a3}.FindMyTicket_submitButton__zw2kq{padding:12px;background:#007acc;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease-out}.FindMyTicket_submitButton__zw2kq:hover:not(:disabled){background:#008ae6}.FindMyTicket_submitButton__zw2kq:disabled{background:#f3f4f7;cursor:not-allowed}.FindMyTicket_infoText__HwFDL{font-size:12px;color:#666;text-align:center;margin-top:8px}.FindMyTicket_ticketIcon__JP_cz.FindMyTicket_forMainPage__vtZ9V svg{fill:#4bff7e}.FindMyTicket_ticketIcon__JP_cz.FindMyTicket_forNormalPage__R8NN6 svg{fill:#181e25}.FindMyTicket_link__UvShB{color:#fff}.FindMyTicket_modalDialogBody__iGXTf{padding:0 48px!important}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf{padding:0 16px!important}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_introIcon__qlqgE{height:136px}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_introIcon__qlqgE svg{border-radius:8px;width:100%!important;height:100%!important}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM{display:flex;flex-direction:column;position:relative;background-color:#fff;border-radius:12px;text-size-adjust:none}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_title__Mvku7{color:#181e25;font-size:28px;font-weight:600;line-height:40px;letter-spacing:0}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_title__Mvku7{color:#181e25;font-size:20px;font-weight:600;line-height:26px;letter-spacing:0}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_title__Mvku7{margin-top:21px;margin-bottom:8px}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_link__UvShB{color:#181e25;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_link__UvShB{color:#181e25;font-size:15px;font-weight:500;line-height:22px;letter-spacing:0}}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_link__UvShB{color:#181e25;font-size:14px;font-weight:500;line-height:20px;letter-spacing:0}}@media screen and (max-width:767px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_link__UvShB{color:#181e25;font-size:14px;font-weight:500;line-height:20px;letter-spacing:0}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_link__UvShB{color:#007acc;cursor:pointer}@media screen and (min-width:1024px)and (max-width:1279px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_link__UvShB{font-size:16px}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:15px;font-weight:400;line-height:22px;letter-spacing:0}}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}@media screen and (max-width:767px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{margin-bottom:8px;color:#4a5663}@media screen and (min-width:1024px)and (max-width:1279px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{font-size:16px}}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0}}@media screen and (max-width:1023px)and (min-width:1024px)and (max-width:1279px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:15px;font-weight:400;line-height:22px;letter-spacing:0}}@media screen and (max-width:1023px)and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}@media screen and (max-width:1023px)and (max-width:767px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_description__SZtzY{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f{display:flex;justify-content:space-between;gap:16px;margin-top:24px}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f{flex-direction:column;margin-top:16px}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f .FindMyTicket_formField__h9UAZ{flex:1}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f .FindMyTicket_formField__h9UAZ .FindMyTicket_formFieldLabel__Aj_r_{display:block;color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}@media screen and (min-width:1024px)and (max-width:1279px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f .FindMyTicket_formField__h9UAZ .FindMyTicket_formFieldLabel__Aj_r_{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f .FindMyTicket_formField__h9UAZ .FindMyTicket_formFieldLabel__Aj_r_{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}@media screen and (max-width:767px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f .FindMyTicket_formField__h9UAZ .FindMyTicket_formFieldLabel__Aj_r_{color:#181e25;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0}}.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f .FindMyTicket_formField__h9UAZ .FindMyTicket_formFieldLabel__Aj_r_{color:#4a5663;margin-bottom:4px}@media screen and (max-width:1023px){.FindMyTicket_modalDialogBody__iGXTf .FindMyTicket_form__SiKbM .FindMyTicket_formFields__3VO3f .FindMyTicket_formField__h9UAZ .FindMyTicket_formFieldInput__CgSGa{font-size:16px}}.FindMyTicket_modalDialogFooter__oUdJy{margin-top:32px!important;padding:0 48px 48px!important}@media screen and (max-width:1023px){.FindMyTicket_modalDialogFooter__oUdJy{padding:16px 16px 24px!important;margin-top:8px!important}}.FindMyTicket_modalDialogFooter__oUdJy .FindMyTicket_modalDialogFooterContent__1yh__{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px}@media screen and (max-width:1023px){.FindMyTicket_modalDialogFooter__oUdJy .FindMyTicket_modalDialogFooterContent__1yh__{flex-direction:column}}.FindMyTicket_modalDialogFooter__oUdJy .FindMyTicket_modalDialogFooterButton__uKo_b{width:max-content;color:#181e25;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0;color:#fff}@media screen and (max-width:1023px){.FindMyTicket_modalDialogFooter__oUdJy .FindMyTicket_modalDialogFooterButton__uKo_b{width:100%}}.FindMyTicket_modalDialogFooter__oUdJy .FindMyTicket_modalDialogFooterButton__uKo_b.FindMyTicket_modalDialogFooterButtonPrimary___34GH{padding-inline:35px!important}.FindMyTicket_modalDialogFooter__oUdJy .FindMyTicket_modalDialogFooterButton__uKo_b.FindMyTicket_modalDialogFooterButtonSecondary__FVBPf{color:#181e25}.IntlToggler_button__DJZBm{padding:8px 16px;align-items:center;justify-content:center;margin-right:16px;font-weight:500}@media screen and (max-width:1279px){.IntlToggler_button__DJZBm{height:32px;margin-right:0}}.IntlToggler_button__DJZBm.IntlToggler_forMainPage__3vjV0{background:rgba(245,245,247,.16)}.IntlToggler_button__DJZBm.IntlToggler_forMainPage__3vjV0:hover{background:rgba(245,245,247,.24)}.IntlToggler_button__DJZBm.IntlToggler_forNormalPage__mFZ40{background:#e7e9ef;color:#181e25}.IntlToggler_button__DJZBm.IntlToggler_forNormalPage__mFZ40:hover{background:#e0e4eb}.IntlToggler_modalBody__gArGw{padding:0!important}.IntlToggler_currencyContainer__k2Sdj{display:flex;flex-direction:column;gap:0;overflow-y:auto;min-width:430px}@media screen and (max-width:1023px){.IntlToggler_currencyContainer__k2Sdj{padding-bottom:8px;min-width:unset}}.IntlToggler_currencyTitle__3vzwI{font-size:14px;color:#8593a3;margin-bottom:8px;padding-left:16px}@media screen and (max-width:1023px){.IntlToggler_currencyTitle__3vzwI{font-weight:600;font-size:16px;color:#181e25}}.IntlToggler_currencyOption__f7hNE{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:background-color .15s ease-out;width:100%;text-align:left}.IntlToggler_currencyOption__f7hNE:hover{background:#f6f7f9}.IntlToggler_currencyOption__f7hNE:focus{outline-offset:2px}.IntlToggler_currencyOption__f7hNE.IntlToggler_selected__abHIc{background:#f6f7f9}.IntlToggler_currencyInfo__0k5b6{flex-grow:1;display:flex;flex-direction:row;align-items:center;gap:4px;justify-content:space-between}.IntlToggler_currencyName__4nXdJ{font-size:16px;color:#181e25;line-height:1.3;font-weight:400}@media screen and (max-width:1023px){.IntlToggler_currencyName__4nXdJ{font-size:14px;line-height:20px}}.IntlToggler_currencyCode__InE1i{font-size:16px;color:#8593a3;line-height:1.3;margin-left:4px;font-weight:400}@media screen and (max-width:1023px){.IntlToggler_currencyCode__InE1i{font-size:14px}}.IntlToggler_checkmark__2c7o7{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-left:12px}.IntlToggler_checkmark__2c7o7 svg{fill:#1da857}.IntlToggler_dropdownWrapper__6qsyH{position:absolute;top:100%;right:0;box-shadow:0 8px 40px rgba(33,33,38,.1);z-index:50;margin-top:8px;background:#fff;border-radius:8px;padding:8px 0}.SupportMenu_supportDropdown__PKD3B{display:flex;height:40px;align-items:center;margin-right:40px;cursor:pointer}@media screen and (max-width:1279px){.SupportMenu_supportDropdown__PKD3B{margin-right:0}}.SupportMenu_lowMargin__2FuIl{margin-right:15px}.SupportMenu_title__oRxwe{display:block}@media screen and (max-width:1279px){.SupportMenu_title__oRxwe{display:none}}.SupportMenu_title__oRxwe{transition:color .15s ease-out}.SupportMenu_title__oRxwe.SupportMenu_forMainPage__g6fYf{color:#fff}.SupportMenu_title__oRxwe.SupportMenu_forMainPage__g6fYf:hover{color:hsla(0,0%,100%,.75)}.SupportMenu_title__oRxwe.SupportMenu_forMainPage__g6fYf:focus,.SupportMenu_title__oRxwe.SupportMenu_forMainPage__g6fYf:visited{color:#fff}.SupportMenu_title__oRxwe.SupportMenu_forNormalPage__rggvW{color:#333}.SupportMenu_title__oRxwe.SupportMenu_forNormalPage__rggvW:hover{color:#666}.SupportMenu_title__oRxwe.SupportMenu_forNormalPage__rggvW:focus,.SupportMenu_title__oRxwe.SupportMenu_forNormalPage__rggvW:visited{color:#333}@media screen and (max-width:1023px){.SupportMenu_title__oRxwe{margin-left:16px}}@media screen and (max-width:767px){.SupportMenu_title__oRxwe{margin-left:8px;font-size:14px}}.SupportMenu_modal__HeZ64{background:#eff1f5!important}.SupportMenu_supportButtonMobile__PkYs9{align-items:center;justify-content:center;display:flex;height:32px;width:32px}@media screen and (min-width:1280px){.SupportMenu_supportButtonMobile__PkYs9{display:none}}.SupportMenu_supportButtonMobile__PkYs9 svg{width:24px!important;height:24px!important}@media screen and (max-width:1023px){.SupportMenu_supportButtonMobile__PkYs9 svg{width:16px!important;height:16px!important}}.SupportMenu_supportButtonMobile__PkYs9.SupportMenu_forMainPage__g6fYf{background:rgba(245,245,247,.16)}.SupportMenu_supportButtonMobile__PkYs9.SupportMenu_forMainPage__g6fYf:hover{background:rgba(245,245,247,.24)}.SupportMenu_supportButtonMobile__PkYs9.SupportMenu_forMainPage__g6fYf svg,.SupportMenu_supportButtonMobile__PkYs9.SupportMenu_forMainPage__g6fYf svg path{fill:#fff}.SupportMenu_supportButtonMobile__PkYs9.SupportMenu_forNormalPage__rggvW{background:#e7e9ef}.SupportMenu_supportButtonMobile__PkYs9.SupportMenu_forNormalPage__rggvW:hover{background:#e0e4eb}.SupportMenu_modalBody__DMd07{padding:0 16px 32px!important}.SupportMenu_modalContent__YM3Ty{padding:0}.SupportMenu_supportOptionsContainer__m4AB6{display:flex;flex-direction:column;gap:16px}.SupportMenu_supportOption__vgfzG{display:flex;align-items:center;padding:16px;background:#f9fafb;border-radius:8px;cursor:pointer;transition:background-color .15s ease-out;width:100%;text-align:left;border:none;font-weight:400}.SupportMenu_supportOption__vgfzG:hover{background:#f3f4f6}.SupportMenu_supportOption__vgfzG:focus{outline-offset:2px}.SupportMenu_optionIcon__5O9JX{flex-shrink:0;margin-right:8px;align-self:flex-start;margin-top:2px}.SupportMenu_optionIcon__5O9JX svg{fill:#8593a3}.SupportMenu_optionContent__AWE_5{flex-grow:1;display:flex;justify-content:space-between;align-items:center}.SupportMenu_optionText__GhFbk{flex-grow:1;display:flex;flex-direction:column;gap:4px}.SupportMenu_optionTitle__5pzLt{margin:0;font-size:16px;color:#181e25}.SupportMenu_optionSubtitle__iFZzT{font-size:14px;color:#4a5663;line-height:1.3}.SupportMenu_optionArrow__XH4ub{flex-shrink:0;color:#9ca3af;margin-left:16px;align-self:flex-start;margin-top:2px}.SupportMenu_dropdownContainer__Ab23Q{background:#fff;border-radius:8px;min-width:360px}@media screen and (max-width:1023px){.SupportMenu_dropdownContainer__Ab23Q{padding:16px}}.SupportMenu_dropdownWrapper__u5L2I{position:absolute;top:100%;box-shadow:0 8px 40px rgba(33,33,38,.1);right:0;margin-top:8px}.SupportMenu_dropdownSupportOption__bZGRY{display:flex;align-items:center;padding:12px;border-radius:6px;cursor:pointer;transition:background-color .15s ease-out;width:100%;text-align:left;border:none}.SupportMenu_dropdownSupportOption__bZGRY:hover{background:#f6f7f9}.SupportMenu_dropdownSupportOption__bZGRY:focus{outline-offset:2px}@media screen and (max-width:1023px){.SupportMenu_dropdownSupportOption__bZGRY{background:#fff}}.SupportMenu_dropdownContentWrapper__Vhu0a{display:flex;flex-direction:column;font-weight:400}.SupportMenu_dropdownOptionIcon__rjl9r{flex-shrink:0;margin-right:12px;align-self:flex-start;margin-top:2px}.SupportMenu_dropdownOptionIcon__rjl9r svg{fill:#181e25}.SupportMenu_dropdownOptionContent__RtPhF{flex-grow:1;display:flex;justify-content:space-between;align-items:center}.SupportMenu_dropdownOptionText__7yUjQ{flex-grow:1;display:flex;flex-direction:column;gap:2px}.SupportMenu_dropdownOptionTitle___24gn{margin:0;font-size:16px;color:#181e25}.SupportMenu_dropdownOptionSubtitle__27BRx{font-size:12px;color:#4a5663;line-height:1.3}.SupportMenu_dropdownOptionArrow__MlKGc{flex-shrink:0;color:#9ca3af;margin-left:12px;align-self:flex-start;margin-top:2px}.SupportMenu_loginRequiredText__9IMHl{font-size:12px;color:#007acc;font-weight:500;margin-top:4px;background:#ebf3ff;border-radius:4px;padding:4px 8px;display:inline-block;height:24px;max-width:max-content;display:flex;align-items:center}.HeaderAuth_headerAuth__GrDw5{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1279px){.HeaderAuth_headerAuth__GrDw5{gap:8px}}.HeaderAuth_loginButtonMobile__ElLKK{align-items:center;justify-content:center;width:32px;height:32px}@media screen and (max-width:1279px){.HeaderAuth_loginButtonMobile__ElLKK{display:flex}}@media screen and (min-width:1280px){.HeaderAuth_loginButtonMobile__ElLKK{display:none}}.HeaderAuth_loginButtonMobile__ElLKK svg{width:24px!important;height:24px!important}@media screen and (max-width:1023px){.HeaderAuth_loginButtonMobile__ElLKK svg{width:16px!important;height:16px!important}}.HeaderAuth_loginButtonMobile__ElLKK.HeaderAuth_forMainPage__0Tssi{background:rgba(245,245,247,.16)}.HeaderAuth_loginButtonMobile__ElLKK.HeaderAuth_forMainPage__0Tssi:hover{background:rgba(245,245,247,.24)}@media screen and (max-width:1279px){.HeaderAuth_loginButtonDesktop__ozflr{display:none}}@media screen and (min-width:1280px){.HeaderAuth_loginButtonDesktop__ozflr{display:flex}}.HeaderAuth_loginButtonDesktop__ozflr{font-weight:500}.HeaderAuth_loginButtonDesktop__ozflr.HeaderAuth_forMainPage__0Tssi{background:rgba(245,245,247,.16)}.HeaderAuth_loginButtonDesktop__ozflr.HeaderAuth_forMainPage__0Tssi:hover{background:rgba(245,245,247,.24)}.MainLogo_linkLogo___2_lN{max-width:max-content;display:flex;align-items:center}.MainLogo_linkLogo___2_lN.MainLogo_customAirplane__84g74{gap:11px}@media screen and (max-width:1023px){.MainLogo_desktopLogo__yFqIC{display:none}}.MainLogo_mobileLogo__VAqWV{display:none}@media screen and (max-width:1023px){.MainLogo_mobileLogo__VAqWV{display:block}.MainLogo_logoLine__AICQG,.MainLogo_logoPlus__yFa34{display:none}}.MainLogo_logoPobeda__hlFuD{margin-bottom:5px}@media screen and (max-width:1023px){.MainLogo_logoPobeda__hlFuD,.MainLogo_logoS7__qxkvN{display:none}}