.bcrumb{padding:20px 0 8px}.bcrumb ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;font-size:13px;color:var(--muted)}.bcrumb li,.bcrumb ol{align-items:center;gap:8px}.bcrumb li{display:inline-flex}.bcrumb li:not(:last-child):after{content:"/";color:var(--line-2);margin-left:4px}.bcrumb a{color:var(--ink-2);transition:color var(--t-fast);opacity:.7}.bcrumb a:hover{color:var(--brand);opacity:1}.bcrumb li[aria-current]{color:var(--ink);font-weight:500}.mhero{padding:24px 0 64px}.mhero__grid{display:grid;grid-template-columns:1.35fr 1fr;gap:32px}@media (max-width:1023px){.mhero__grid{grid-template-columns:1fr}}.mhero__gallery{display:flex;flex-direction:column;gap:12px}.mgal__main{position:relative;border-radius:var(--r-xl);overflow:hidden;background:var(--bg-2)}.mgal__main .smimg{border-radius:0}.mgal__caption{position:absolute;left:16px;bottom:16px;background:rgba(255,253,247,.92);padding:8px 14px;border-radius:var(--r-full);font-size:12px;display:inline-flex;align-items:center;gap:8px;font-variant-numeric:tabular-nums;max-width:calc(100% - 32px)}.mgal__caption em{color:var(--line-2);font-style:normal}.mgal__caption span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mgal__nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:var(--r-full);border:0;background:rgba(255,253,247,.92);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all var(--t-fast)}.mgal__nav:hover{background:var(--ink);color:var(--bg)}.mgal__nav--prev{left:16px}.mgal__nav--next{right:16px}.mgal__expand{position:absolute;top:16px;right:16px;border:0;background:rgba(20,16,12,.7);color:#fff;padding:8px 14px;border-radius:var(--r-full);cursor:pointer;display:inline-flex;align-items:center;gap:6px;font:12px/1 var(--font-body);font-weight:600;backdrop-filter:blur(8px);transition:background var(--t-fast)}.mgal__expand:hover{background:rgba(20,16,12,.9)}.mgal__main{cursor:zoom-in}.mgal__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.mgal__thumb{border:0;padding:0;border-radius:var(--r-md);overflow:hidden;position:relative;cursor:pointer;background:var(--bg-2);transition:all var(--t-fast);outline:2px solid transparent;outline-offset:2px}.mgal__thumb.is-on{outline-color:var(--brand)}.mgal__thumb:hover:not(.is-on){outline-color:var(--line-2)}.mgal__thumb .smimg{border-radius:0}.mhero__info{display:flex;flex-direction:column;gap:20px;position:sticky;top:96px;align-self:start}@media (max-width:1023px){.mhero__info{position:static}}.mhero__topline{display:flex;align-items:center;justify-content:space-between}.mhero__crumbs{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.mhero__topactions{display:flex;gap:8px}.mhero__topactions .icon-btn{width:38px;height:38px}.mhero__h1{font-size:clamp(32px,3.6vw,52px);letter-spacing:-.03em;line-height:1.02}.mhero__h1 span{color:var(--accent);font-weight:700}.mhero__h1 small{display:inline-block;font-family:var(--font-body);font-weight:400;font-size:.36em;color:var(--muted);margin-left:8px;vertical-align:middle;letter-spacing:0;white-space:nowrap}.mhero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:14px}.mhero__avail,.mhero__loc,.mhero__rating{display:inline-flex;align-items:center;gap:6px}.mhero__rating svg{color:var(--gold)}.mhero__avail--on{color:var(--forest-2);font-weight:600}.mhero__avail--off{color:var(--muted);font-weight:600}.mhero__quickfeats{display:flex;flex-wrap:wrap;gap:8px;padding:12px;background:var(--bg-2);border-radius:var(--r-lg)}.mhero__quickfeat{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);font-weight:500;padding:8px 12px;background:var(--bg);border-radius:var(--r-full);white-space:nowrap}.mhero__quickfeat svg{color:var(--ink);flex-shrink:0}.mhero__pricing{padding:24px;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-xl);display:flex;flex-direction:column;gap:18px}.mhero__pricerow{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;padding-bottom:16px;border-bottom:1px dashed var(--line-2)}.mhero__price{display:inline-flex;align-items:baseline;gap:6px}.mhero__price-from{font-size:13px;color:var(--muted)}.mhero__price-num{font-family:var(--font-display);font-size:40px;font-weight:700;letter-spacing:-.025em;line-height:1}.mhero__price-unit{font-size:13px;color:var(--muted)}.mhero__pricetotal{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.mhero__pricetotal small{font-size:11px;color:var(--muted)}.mhero__pricetotal span{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:-.02em}.mhero__days label{display:block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.mhero__daysrow{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.mhero__daysbtn{width:38px;height:38px;border-radius:var(--r-full);border:1px solid var(--line);background:var(--bg);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--t-fast)}.mhero__daysbtn:hover{background:var(--bg-2)}.mhero__daysrow input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:70px;height:38px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg);text-align:center;font:16px/1 var(--font-display);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:var(--ink);outline:none}.mhero__daysrow input::-webkit-inner-spin-button,.mhero__daysrow input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mhero__dayschips{display:flex;gap:6px;flex-wrap:wrap;margin-left:4px}.mhero__dayschips .chip{font-size:12px;padding:0 10px;height:30px}.mhero__cta{display:flex;gap:8px}.mhero__cta .btn--brand{flex:1}.mhero__contacts{display:flex;gap:6px}.mhero__contacts .btn{width:52px;padding:0}.mhero__compare{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:14px;width:100%;padding:14px 18px;background:var(--bg);border:1.5px dashed var(--line-2);border-radius:var(--r-lg);cursor:pointer;text-align:left;color:var(--ink);transition:all var(--t-fast) var(--ease)}.mhero__compare:hover{border-style:solid;border-color:var(--brand);background:var(--bg-2);transform:translateY(-1px)}.mhero__compare-ico{width:40px;height:40px;border-radius:50%;background:var(--bg-2);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:all var(--t-fast)}.mhero__compare:hover .mhero__compare-ico{background:var(--brand);color:#fff}.mhero__compare-body{flex:1;display:flex;flex-direction:column;gap:2px}.mhero__compare-body strong{font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:-.015em}.mhero__compare-body small{font-size:12px;color:var(--muted);font-weight:400}.mhero__compare>svg{color:var(--muted);flex-shrink:0}.mhero__compare:hover>svg{color:var(--brand);transform:translateX(2px)}.mhero__trust{display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:var(--bg-2);border-radius:var(--r-md);font-size:13px}.mhero__trust div{display:inline-flex;align-items:center;gap:8px;color:var(--ink-2);white-space:nowrap}.mhero__trust svg{color:var(--forest);flex-shrink:0}.mtabs{position:sticky;top:76px;z-index:30;background:rgba(250,246,238,.92);backdrop-filter:blur(14px);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}:root[data-palette=ocean] .mtabs{background:rgba(242,234,211,.92)}:root[data-palette=road] .mtabs{background:rgba(244,238,227,.92)}.mtabs__row{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.mtabs__row::-webkit-scrollbar{display:none}.mtab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;font:14px/1 var(--font-body);font-weight:500;padding:18px 16px;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap;transition:color var(--t-fast)}.mtab.is-on,.mtab:hover{color:var(--ink)}.mtab.is-on{border-bottom-color:var(--brand);font-weight:600}@media (max-width:1023px){.mtabs{top:64px}}.mbody{padding:56px 0}.mbody__grid{display:grid;grid-template-columns:1fr 320px;gap:48px}.mbody__main{display:flex;flex-direction:column;gap:56px;min-width:0;max-width:760px}.mbody__rail{position:relative}@media (max-width:1023px){.mbody__grid{grid-template-columns:1fr}.mbody__rail{display:none}}.msec{display:flex;flex-direction:column;gap:16px;scroll-margin-top:140px}.msec__h{font-size:clamp(28px,3vw,40px);letter-spacing:-.025em;margin-bottom:8px}.msec__intro{font-size:16px;max-width:620px}.lead,.msec__intro{color:var(--ink-2);line-height:1.55}.lead{font-size:19px}.msec h3{font-size:22px;margin-top:16px;letter-spacing:-.015em}.msec p{font-size:16px;line-height:1.65;color:var(--ink-2)}.prose-ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.prose-ul li{position:relative;padding-left:22px;font-size:15px;line-height:1.55;color:var(--ink-2)}.prose-ul li:before{content:"—";position:absolute;left:0;color:var(--brand);font-weight:700}.prose-ul--check{list-style:none;padding:0;margin:0}.prose-ul--check li{padding-left:28px;position:relative}.prose-ul--check li:before{content:"";position:absolute;left:0;top:5px;width:18px;height:18px;border-radius:50%;background-color:var(--brand);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9.5L7.5 13L14 6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.callout{display:flex;gap:16px;padding:20px 24px;background:var(--brand-soft);border-left:3px solid var(--brand);border-radius:var(--r-lg);margin:16px 0}.callout__icon{color:var(--brand);flex-shrink:0}.callout strong{font-family:var(--font-display);font-weight:700;font-size:17px;letter-spacing:-.01em;color:var(--ink)}.callout a{color:var(--brand);font-weight:600}.callout a:hover{text-decoration:underline}.spec{display:flex;flex-direction:column;border-top:1px solid var(--line)}.spec__row{display:grid;grid-template-columns:220px 1fr;gap:24px;padding:14px 0;border-bottom:1px solid var(--line);font-size:15px}.spec__row dt{color:var(--muted);font-weight:500}.spec__row dd{margin:0;color:var(--ink);font-weight:500}.spec--compact .spec__row{padding:10px 0;grid-template-columns:140px 1fr}@media (max-width:640px){.spec__row{gap:4px;padding:12px 0}.spec--compact .spec__row,.spec__row{grid-template-columns:1fr}}.termcols{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media (max-width:768px){.termcols{grid-template-columns:1fr}}.ptable{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}.ptable__row{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;align-items:center;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line);background:var(--bg);transition:background var(--t-fast)}.ptable__row:last-child{border-bottom:0}.ptable__row.is-on{background:var(--brand-soft);border-color:var(--brand)}.ptable__period{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.02em}.ptable__badge{font:11px/1 var(--font-body);font-weight:600;background:var(--brand);color:#fff;padding:4px 8px;border-radius:var(--r-full)}.ptable__perday{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.ptable__perday small{font:12px/1 var(--font-body);color:var(--muted);margin-left:4px;font-weight:500}.ptable__note{color:var(--muted);font-size:13px}.ptable__total{font-family:var(--font-display);font-weight:700;font-size:22px;letter-spacing:-.02em;text-align:right;color:var(--brand)}@media (max-width:640px){.ptable__row{grid-template-columns:1fr 1fr;padding:16px}.ptable__total{grid-column:2;text-align:right}.ptable__note{grid-column:1}}.faq{display:flex;flex-direction:column;border-top:1px solid var(--line)}.faq__item{border-bottom:1px solid var(--line)}.faq__item summary{list-style:none;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:var(--font-display);font-weight:600;font-size:18px;letter-spacing:-.015em}.faq__item summary::-webkit-details-marker{display:none}.faq__icon{width:32px;height:32px;border-radius:var(--r-full);background:var(--bg-2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform var(--t-fast),background var(--t-fast)}.faq__item[open] .faq__icon{transform:rotate(45deg);background:var(--brand);color:#fff}.faq__a{padding:0 0 24px;color:var(--ink-2);font-size:15px;line-height:1.6;max-width:640px}.mrail{position:sticky;top:152px;padding:20px;background:var(--bg-2);border-radius:var(--r-xl);border:1px solid var(--line-2)}.mrail__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mrail__check{width:28px;height:28px;border-radius:var(--r-full);background:var(--forest);color:var(--bg);display:inline-flex;align-items:center;justify-content:center}.mrail__price{font-family:var(--font-display);font-weight:700;font-size:38px;letter-spacing:-.025em;line-height:1;margin-bottom:4px}.mrail__price small{font:13px/1 var(--font-body);color:var(--muted);margin-left:4px;font-weight:500}.mrail__rows{display:flex;flex-direction:column;gap:8px;padding:16px 0;border-top:1px dashed var(--line-2);border-bottom:1px dashed var(--line-2);margin:16px 0;font-size:14px}.mrail__rows div{display:flex;justify-content:space-between}.mrail__rows span{color:var(--muted)}.mrail__rows strong{font-weight:600}.mrail__cta{width:100%}.mrail__contacts{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px}.mrail__note{font-size:12px;color:var(--muted);line-height:1.5;margin-top:12px}.msim{padding:0 0 64px}.mcities{padding:32px 0 64px}.mcities .msec__h{margin-bottom:24px}.mcities__list{display:flex;flex-wrap:wrap;gap:8px}.mcities__chip{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--bg-2);border-radius:var(--r-full);font-size:14px;font-weight:500;border:1px solid var(--line);transition:all var(--t-fast)}.mcities__chip small{font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums;font-weight:400;padding:2px 8px;background:var(--bg);border-radius:var(--r-full)}.mcities__chip:hover{border-color:var(--brand);color:var(--brand)}.mdl{position:fixed;inset:0;z-index:100;background:rgba(20,16,12,.55);backdrop-filter:blur(8px);display:flex;padding:24px;animation:mdlIn .2s var(--ease)}@keyframes mdlIn{0%{opacity:0}to{opacity:1}}.mdl--center{align-items:center;justify-content:center}.mdl--right{justify-content:flex-end;align-items:stretch;padding:0}.mdl__box{position:relative;background:var(--bg);border-radius:var(--r-2xl);max-height:calc(100vh - 48px);overflow-y:auto;width:100%;animation:boxIn .25s var(--ease);scrollbar-width:thin}.mdl--right .mdl__box{border-radius:var(--r-2xl) 0 0 var(--r-2xl);max-height:100vh;height:100vh}@keyframes boxIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.mdl__box--sm{max-width:460px}.mdl__box--md{max-width:560px}.mdl__box--lg{max-width:720px}.mdl__box--xl{max-width:1100px}.mdl__box--full{max-width:480px}@media (max-width:600px){.mdl{padding:0}.mdl__box{max-height:100vh;min-height:100vh;border-radius:0}}.mdl__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:var(--r-full);border:0;background:var(--bg-2);color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;z-index:5;transition:background var(--t-fast)}.mdl__close:hover{background:var(--bg-3)}.mdl__close--rel{position:relative;top:0;right:0}.bk{padding:32px 36px;display:flex;flex-direction:column;gap:20px}@media (max-width:600px){.bk{padding:24px 20px}}.bk__head .eyebrow{margin-bottom:12px}.bk__head h2{font-size:30px;margin-bottom:6px}.bk__head p{color:var(--muted);font-size:14px}.bk__ctx{display:flex;gap:16px;padding:12px;background:var(--bg-2);border-radius:var(--r-lg);align-items:center}.bk__ctx-img{width:96px;height:72px;flex-shrink:0;border-radius:var(--r-md)}.bk__ctx-body{flex:1;min-width:0}.bk__ctx-cat{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.bk__ctx-body h3{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:-.02em;margin-bottom:6px}.bk__ctx-meta{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--ink-2)}.bk__ctx-meta svg{color:var(--muted)}.bk__form{display:flex;flex-direction:column;gap:14px}.bk__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width:540px){.bk__row{grid-template-columns:1fr}}.bk__field{display:flex;flex-direction:column;gap:6px}.bk__field>span{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.bk__field input,.bk__field select,.bk__field textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-2);border:1.5px solid transparent;border-radius:var(--r-md);padding:12px 14px;font:15px/1.3 var(--font-body);color:var(--ink);outline:none;transition:border-color var(--t-fast),background var(--t-fast)}.bk__field input:focus,.bk__field select:focus,.bk__field textarea:focus{border-color:var(--ink);background:var(--bg)}.bk__field textarea{resize:vertical}.bk__radios{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.bk__radio{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 8px;border-radius:var(--r-md);border:1.5px solid var(--line);background:var(--bg);font-weight:500;font-size:14px;cursor:pointer;transition:all var(--t-fast)}.bk__radio input{display:none}.bk__radio:hover{border-color:var(--line-2)}.bk__radio.is-on{border-color:var(--ink);background:var(--bg-2)}.bk__consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--muted);line-height:1.5}.bk__consent input{margin-top:4px;accent-color:var(--brand)}.bk__consent a{color:var(--ink);text-decoration:underline}.bk__actions{display:flex;gap:12px;justify-content:flex-end;border-top:1px solid var(--line);margin-top:4px;padding-top:20px}.bk--center{align-items:center;text-align:center;padding:48px 36px}.bk__spinner{width:64px;height:64px;border:4px solid var(--bg-2);border-top-color:var(--brand);border-radius:50%;animation:spin .9s linear infinite;margin-bottom:8px}@keyframes spin{to{transform:rotate(1turn)}}.bk__success{width:84px;height:84px;border-radius:50%;background:var(--forest);color:var(--bg);display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px;animation:pop .3s var(--ease)}@keyframes pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.cmp{padding:32px 36px}@media (max-width:600px){.cmp{padding:24px 20px}}.cmp__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px}.cmp__head h2{font-size:32px}.cmp__head .eyebrow{margin-bottom:8px}.cmp__head p{color:var(--muted);font-size:14px;margin-top:4px}.cmp__empty{text-align:center;padding:64px 24px;display:flex;flex-direction:column;align-items:center;gap:14px}.cmp__empty-ico{width:96px;height:96px;border-radius:50%;background:var(--bg-2);display:inline-flex;align-items:center;justify-content:center;color:var(--brand)}.cmp__empty h3{font-size:22px}.cmp__empty p{color:var(--muted);max-width:360px}.cmp__grid{display:grid;gap:0;border-top:1px solid var(--line)}.cmp__col{display:flex;flex-direction:column;border-right:1px solid var(--line)}.cmp__col:last-child{border-right:0}.cmp__col--labels .cmp__cell{font-weight:600;color:var(--muted);background:var(--bg-2)}.cmp__cell{padding:14px 16px;border-bottom:1px solid var(--line);font-size:14px;min-height:52px;display:flex;align-items:center;gap:6px}.cmp__cell--head{position:relative;flex-direction:column;align-items:flex-start;padding:20px 16px;min-height:200px;gap:10px}.cmp__cell--head .smimg{width:100%;border-radius:var(--r-md)}.cmp__cell--head h3{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:-.02em}.cmp__cell--head small{font-size:12px;color:var(--muted)}.cmp__remove{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:var(--r-full);background:rgba(255,253,247,.92);border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);z-index:2}.cmp__remove:hover{background:var(--ink);color:var(--bg)}.cmp__cell--big{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.02em;color:var(--brand)}.cmp__cell--big small{font:12px/1 var(--font-body);color:var(--muted);margin-left:4px;font-weight:500}.cmp__cell--cta{flex-direction:column;align-items:stretch;gap:6px;min-height:auto;padding:16px}.cmp__col--add{background:var(--bg-2)}.cmp__add{align-items:center!important;justify-content:center!important;text-align:center;color:var(--muted);border-bottom:0!important}.cmp__add-icon{width:60px;height:60px;border-radius:var(--r-full);background:var(--bg);display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.cmp__add p{font-size:13px;max-width:180px}@media (max-width:768px){.cmp__grid{display:block}.cmp__col{border-right:0;border-bottom:1px solid var(--line)}.cmp__cell{font-size:13px}}.fav{display:flex;flex-direction:column;height:100%}.fav__head{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;border-bottom:1px solid var(--line)}.fav__head h2{font-size:24px}.fav__head .eyebrow{margin-bottom:6px}.fav__empty{flex:1;display:flex;flex-direction:column;text-align:center;padding:32px;gap:12px;color:var(--muted)}.fav__empty,.fav__empty-icon{align-items:center;justify-content:center}.fav__empty-icon{width:84px;height:84px;border-radius:50%;background:var(--bg-2);display:inline-flex;color:var(--brand)}.fav__list{flex:1;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:12px}.fav__item{display:grid;grid-template-columns:110px 1fr;gap:14px;padding:12px;border-radius:var(--r-lg);border:1px solid var(--line);transition:border-color var(--t-fast)}.fav__item:hover{border-color:var(--line-2)}.fav__img{width:100%;height:100%;border-radius:var(--r-md)}.fav__body{display:flex;flex-direction:column;gap:6px;min-width:0}.fav__cat{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.fav__body h3{font-family:var(--font-display);font-size:16px;font-weight:700;letter-spacing:-.02em;cursor:pointer}.fav__body h3:hover{color:var(--brand)}.fav__meta{font-size:12px;color:var(--muted);display:flex;gap:6px}.fav__meta span:first-child{color:var(--ink);font-weight:600;font-variant-numeric:tabular-nums}.fav__acts{display:flex;gap:6px;margin-top:auto;align-items:center}.fav__acts .btn{flex:1}.fav__acts .icon-btn{width:36px;height:36px}.fav__foot{padding:16px 24px 24px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.fav__foot p{margin-bottom:8px}.fav__subscribe{display:flex;gap:8px}.fav__subscribe input{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-md);padding:10px 12px;font:14px/1.3 var(--font-body);color:var(--ink);outline:none}.mmenu{display:flex;flex-direction:column;height:100%}.mmenu__head{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--line)}.mmenu__nav{flex:1;display:flex;flex-direction:column;padding:16px 24px}.mmenu__nav button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:18px 0;font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--ink);cursor:pointer;border-bottom:1px solid var(--line)}.mmenu__nav button:hover{color:var(--brand)}.mmenu__contacts{padding:24px;display:flex;flex-direction:column;gap:8px}.mmenu__contacts .btn{justify-content:flex-start;height:56px}.notice{padding:48px 32px 32px;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.notice__icon{width:72px;height:72px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;margin-bottom:4px}.notice h2{font-size:24px}.notice p{color:var(--ink-2);font-size:14px;line-height:1.55;max-width:340px}.notice .btn{margin-top:12px}.twk-logos{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;padding-top:4px}.twk-logos__opt{padding:10px 6px;border-radius:6px;border:1px solid rgba(0,0,0,.1);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s var(--ease);background:rgba(255,255,255,.5);min-height:44px}.twk-logos__opt:hover{background:rgba(255,255,255,.85)}.twk-logos__opt.is-on{border-color:rgba(0,0,0,.85);background:rgba(255,255,255,.95);box-shadow:0 1px 2px rgba(0,0,0,.1)}.lbx{position:fixed;inset:0;z-index:200;background:rgba(8,12,18,.97);display:flex;flex-direction:column;animation:lbxIn .25s var(--ease)}@keyframes lbxIn{0%{opacity:0}to{opacity:1}}.lbx__top{justify-content:space-between;padding:20px 32px;color:#fff;flex-shrink:0}.lbx__top,.lbx__top-l{display:flex;align-items:center}.lbx__top-l{gap:16px}.lbx__title{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.02em}.lbx__counter{font-size:13px;color:rgba(255,255,255,.55);padding:4px 12px;border-radius:var(--r-full)}.lbx__close,.lbx__counter{background:rgba(255,255,255,.08)}.lbx__close{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.18);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background var(--t-fast)}.lbx__close:hover{background:rgba(255,255,255,.2)}.lbx__stage{flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:20px 80px;min-height:0}.lbx__imgwrap{position:relative;max-width:100%;max-height:100%;cursor:default}.lbx__img{max-width:90vw;max-height:calc(100vh - 280px);width:auto;border-radius:var(--r-lg);overflow:hidden;background:rgba(255,255,255,.05)}.lbx__img img{-o-object-fit:contain!important;object-fit:contain!important;position:relative!important}.lbx__nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background var(--t-fast);z-index:2}.lbx__nav:hover{background:rgba(255,255,255,.2)}.lbx__nav--prev{left:24px}.lbx__nav--next{right:24px}.lbx__bottom{padding:16px 32px 24px;display:flex;flex-direction:column;gap:14px;color:#fff;flex-shrink:0}.lbx__caption{font-size:14px;color:rgba(255,255,255,.85);text-align:center}.lbx__thumbs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.lbx__thumb{border:0;padding:0;width:72px;height:72px;border-radius:var(--r-md);overflow:hidden;cursor:pointer;background:rgba(255,255,255,.08);outline:2px solid transparent;outline-offset:2px;transition:outline-color var(--t-fast)}.lbx__thumb.is-on{outline-color:var(--brand)}.lbx__thumb:hover:not(.is-on){outline-color:rgba(255,255,255,.35)}.lbx__thumb .smimg{border-radius:0}.lbx__hint{font-size:11px;color:rgba(255,255,255,.4);text-align:center;letter-spacing:.04em;font-variant-numeric:tabular-nums}@media (max-width:768px){.lbx__top{padding:16px}.lbx__stage{padding:12px}.lbx__nav{width:44px;height:44px}.lbx__nav--prev{left:8px}.lbx__nav--next{right:8px}.lbx__bottom{padding:12px 16px 20px}.lbx__thumb{width:56px;height:56px}.lbx__img{max-height:calc(100vh - 240px)}}.static{position:static}.absolute{position:absolute}.sticky{position:sticky}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.italic{font-style:italic}.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)}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_f82309{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_f82309{--font-body:"Manrope","Manrope Fallback"}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e546cf32c9d4702c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/d76fe899475ae4d7-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8048a25e80cc4179-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/87bc17f7c8b98e48-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/29b98dbfba401fa9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Unbounded Fallback;src:local("Arial");ascent-override:73.93%;descent-override:18.20%;line-gap-override:0.00%;size-adjust:134.59%}.__className_bca69e{font-family:Unbounded,Unbounded Fallback;font-style:normal}.__variable_bca69e{--font-display:"Unbounded","Unbounded Fallback"}