@layer components-shared{.navigation{position:fixed;z-index:100;bottom:12px;left:50%;display:flex;align-items:center;justify-content:center;width:calc(100% - 24px);height:-moz-fit-content;height:fit-content;max-height:68px;transition:all .6s ease;transform:translateX(-50%) translateY(120%);background-color:var(--background-secondary)}.navigation__animated{transform:translateX(-50%) translateY(0)}.navigation__inner{display:flex;align-items:center;-moz-column-gap:6px;column-gap:6px;width:100%;height:100%;padding:6px}@media screen and (max-width:1919px){.navigation__inner{padding:4px;-moz-column-gap:4px;column-gap:4px}}.navigation__dropdown-menu{width:100%}.navigation__dropdown-menu .navigation-link:not(:has(svg)){width:100%}.navigation__dropdown-menu-body{position:absolute;right:0;bottom:calc(100% + 10px);left:0;overflow:hidden;max-height:0;transition:max-height .8s ease;background-color:var(--background-secondary)}.navigation__dropdown-menu-body.is-open{max-height:500px}.navigation__dropdown-menu-content{display:flex;flex-direction:column;padding:16px;row-gap:4px}.navigation__brief{display:flex;-moz-column-gap:4px;column-gap:4px;margin-top:20px}.navigation__dropdown-menu-header{display:flex;-moz-column-gap:4px;column-gap:4px;width:100%}@media screen and (max-width:1919px){.navigation{bottom:10px;width:calc(100% - 20px)}}@media screen and (max-width:1439px){.navigation{bottom:6px;width:calc(100% - 12px)}}@media screen and (max-width:1023px){.navigation{bottom:10px;width:calc(100% - 20px);height:100%}}@media screen and (max-width:767px){.navigation{bottom:10px;width:calc(100% - 20px);height:100%}}}@layer components-shared{.cookie-banner{position:fixed;z-index:110;right:24px;bottom:108px;display:flex;align-items:center;justify-content:space-between;-moz-column-gap:16px;column-gap:16px;width:-moz-fit-content;width:fit-content;max-width:720px;padding:16px;border:1px solid var(--background-substrate);background-color:var(--background-secondary);box-shadow:0 12px 40px rgba(0,0,0,.35)}.cookie-banner__text{font-size:12px;font-weight:400}@media screen and (max-width:1919px){.cookie-banner__text{font-size:9px}}@media screen and (max-width:1439px){.cookie-banner__text{font-size:6px}}.cookie-banner__link{text-decoration:underline;text-underline-offset:2px;color:var(--text-links)}.cookie-banner__button.button{flex:0 0 auto;padding:12px 28px;white-space:nowrap;letter-spacing:.02em;font-size:12px}@media screen and (max-width:767px){.cookie-banner__button.button{width:100%}}@media screen and (max-width:1919px){.cookie-banner{right:20px;bottom:88px;max-width:570px;padding:12px}}@media screen and (max-width:1439px){.cookie-banner{right:12px;bottom:52px;max-width:440px}}@media screen and (max-width:1023px){.cookie-banner{right:20px;bottom:88px;left:20px;width:calc(100% - 40px);max-width:none}}@media screen and (max-width:767px){.cookie-banner{flex-direction:column;gap:12px}}}@layer components-shared{.order.is-submit{height:calc(100vh - 222px)}.order.is-submit .order__inner{display:flex;flex-direction:column;justify-content:space-between;height:100%}@media screen and (max-width:1919px){.order.is-submit{height:calc(100vh - 200px)}}@media screen and (max-width:1439px){.order.is-submit{height:calc(100vh - 180px)}}@media screen and (max-width:1023px){.order.is-submit{height:calc(100vh - 450px)}}.order__inner{display:grid;row-gap:100px}@media screen and (max-width:1919px){.order__inner{row-gap:80px}}@media screen and (max-width:1439px){.order__inner{row-gap:60px}}@media screen and (max-width:1023px){.order__inner{row-gap:80px}}@media screen and (max-width:767px){.order__inner{row-gap:60px}}.order__button{padding:0}.rates__inner{display:flex;flex-direction:column;row-gap:36px}}@layer components-shared{@media screen and (max-width:1919px){.rates__inner{row-gap:30px}}@media screen and (max-width:1439px){.rates__inner{row-gap:26px}}@media screen and (max-width:1023px){.rates__inner{row-gap:24px}}.rates__button{padding:0}.rates__heading{text-transform:uppercase}.rates__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"a b" "c d" "e d";gap:10px}@media screen and (max-width:767px){.rates__grid{grid-template-columns:1fr;grid-template-areas:"a" "b" "e" "d" "c"}}.rates__card{display:flex;flex-direction:column;justify-content:space-between;min-height:242px;padding:20px;background-color:var(--background-secondary)}.rates__card:first-child{grid-area:a}.rates__card:nth-child(2){grid-area:b}.rates__card:nth-child(3){grid-area:c}.rates__card:nth-child(4){grid-area:d}.rates__card:nth-child(5){grid-area:e}@media screen and (max-width:1439px){.rates__card{min-height:190px;padding:14px}}.rates__card-title{max-width:260px;text-transform:uppercase}.rates__list{display:flex;flex-direction:column;row-gap:6px;margin-top:12px}.rates__list-item{display:flex;align-items:baseline;justify-content:space-between;-moz-column-gap:12px;column-gap:12px}.rates__list-rate,.rates__list-title{color:var(--text-secondary);font-family:var(--font-family-secondary),sans-serif;font-size:28px;line-height:90%}@media screen and (max-width:1919px){.rates__list-rate,.rates__list-title{font-size:20px}}@media screen and (max-width:1439px){.rates__list-rate,.rates__list-title{font-size:16px}}.rates__list-rate{flex-shrink:0;color:var(--text-primary)}.rates__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:60px}.rates__tag{padding:4px 8px;color:var(--text-secondary);background:var(--background-hover);font-family:var(--font-family-secondary),sans-serif;font-size:28px;line-height:90%}@media screen and (max-width:1919px){.rates__tag{font-size:20px}}@media screen and (max-width:1439px){.rates__tag{font-size:16px}}.rates__disclaimer{max-width:860px;color:var(--text-secondary);font-family:var(--font-family-secondary),sans-serif;font-size:28px;line-height:90%}@media screen and (max-width:1919px){.rates__disclaimer{font-size:20px}}@media screen and (max-width:1439px){.rates__disclaimer{font-size:16px}}.rates__download{margin-top:14px;text-transform:uppercase}.progress{position:fixed;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:50vw;height:calc(50vh + 40px)}.progress.is-animating .progress__progress-title{opacity:0}.progress__inner{display:flex;align-items:start;flex-direction:column;width:100%;row-gap:50px;padding-inline:70px}}@layer components-shared{@media screen and (max-width:1919px){.progress__inner{padding-inline:50px}}.progress__progress-block{display:flex;-moz-column-gap:5px;column-gap:5px;width:100%}.progress__progress-title{display:flex;align-items:flex-end;min-height:218px;transition:all .4s;vertical-align:bottom;opacity:1}.progress__progress-line{position:relative;width:100%;height:2px;background-color:var(--background-secondary)}.progress__progress-line span{position:absolute;top:0;left:0;height:2px;background-color:var(--text-primary)}@media screen and (max-width:1023px){.progress{display:none}}}