.languageSwitcher{position:relative;z-index:11}.languageSwitcher .selectedLanguage{cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:5px;width:44px}.languageSwitcher .dropdown{position:absolute;top:50px;right:0;display:none;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.25);width:169px;border-radius:5px}.languageSwitcher .dropdown.openSwitcher{display:block}.languageSwitcher .languagePreference{padding:30px 20px;width:446px;position:absolute;top:50px;right:0;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.25);border-radius:5px}.languageSwitcher .languagePreference .paragraph{margin-bottom:30px;text-align:center;font-weight:500;line-height:140%}.languageSwitcher .languagePreference .buttons{display:flex;justify-content:center;gap:10px}.languageSwitcher .languagePreference .buttons .button{margin:inherit}.languageSwitcher .list{list-style:none;padding:0;margin:0}.languageSwitcher .item{padding:8px 20px;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px;color:#696d8c;transition:all .2s ease-in-out}.languageSwitcher .item:hover{background-color:#f0f0f0}.languageSwitcher .item:hover:first-child{border-radius:5px 5px 0 0}.languageSwitcher .item:hover:last-child{border-radius:0 0 5px 5px}.languageSwitcher .item.selected{background-color:#383680;color:#fff}.languageSwitcher .item.selected:first-child{border-radius:5px 5px 0 0}.languageSwitcher .item.selected:last-child{border-radius:0 0 5px 5px}@media screen and (max-width:450px){.languageSwitcher{padding-bottom:200px}.languageSwitcher .list{display:flex;gap:40px}.languageSwitcher .list .cultureTitle{font-family:Montserrat;font-weight:500;font-size:16px;line-height:normal;text-transform:uppercase;color:#1e2432}.languageSwitcher .item{padding:0;gap:10px}.languageSwitcher .item.selected{background-color:#fff}.languageSwitcher .item.selected .cultureTitle{color:#ff8f3e}.languageSwitcher .item.selected img{border:2px solid #ff8f3e}.languageSwitcher .item.selected img:first-child,.languageSwitcher .item.selected img:last-child{border-radius:100%}}.loading{display:grid;place-content:center;height:100vh;width:100%;background-color:hsla(0,0%,100%,.9);position:fixed;top:0;z-index:10000}.loading svg{position:fixed;width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg) scale(1)}.loading .stroke-still{stroke:#ff8f3e}.loading .stroke-animation{animation:stroke-spacing 1.2s ease-in,stroke-color 4.8s linear;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:forwards;animation-play-state:running;transform-origin:center center}@keyframes stroke-spacing{0%{stroke-dasharray:0 200}45%{stroke-dashoffset:0;stroke-dasharray:200 200}90%{stroke-dashoffset:-200;stroke-dasharray:200 200}to{stroke-dashoffset:-200;stroke-dasharray:200 200}}@keyframes stroke-color{0%{stroke:#fff}24%{stroke:#f4f6ff}25%{stroke:#e8ebff}49%{stroke:#ff8f3e}50%{stroke:#fff}74%{stroke:#6b7c8a}75%{stroke:#696d8c}99%{stroke:#ff8f3e}}