/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.live-widget{position:fixed;top:0;right:-100vw;overflow:auto;flex-direction:column;align-items:center;width:100%;max-height:100vh;padding:0.5rem;transition:0.2s;transition-timing-function:ease-in;color:var(--text-inverse);background:rgba(0,0,0,0.9);gap:1rem;-webkit-backdrop-filter:blur(0.75rem);backdrop-filter:blur(0.75rem);}.live-widget.is-visible{right:0;}@media (width >= 42.5rem){.live-widget.is-visible{right:1rem;}}.live-widget .tabs{display:flex;flex-flow:column;align-items:center;margin:0;}.live-widget .tabs__buttons{display:inline-flex;margin-bottom:1rem;padding-top:0;column-gap:0;border-bottom-color:#474747;}.live-widget .tab-button{padding:0.5rem;color:var(--text-disabled);}.live-widget .tab-button[aria-selected="true"]{color:var(--brand-primary-600,#008099);}.live-widget .tab-content:not(.is-hidden){display:flex;gap:0.5rem;width:100%;}.live-widget__second-col,.live-widget__first-col{flex:1 0 auto;}.live-widget__link-wrapper{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;margin:0.5rem 0;padding:0.5rem;border:1px solid rgba(255,255,255,0);border-radius:var(--sm,4px);background:#202225;box-shadow:0 20px 32px 0 rgba(0,0,0,0.5);gap:0.5rem;-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);}.live-widget__link-wrapper > span{margin:auto;letter-spacing:-0.56px;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.25rem;}.live-widget__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0.53125rem;letter-spacing:-0.56px;color:var(--content-content-primary-reversed,#fff);border-radius:var(--sm,4px);background:#2f3136;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.25rem;gap:0.5rem;}.live-widget__link::after{display:inline-flex;width:1.5rem;height:1.5625rem;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4.5a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-16Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m8.67 5.834 6.663 6.687-6.667 6.646'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;}.live-widget__link--facilities::before,.live-widget__link--ski-kms::before,.live-widget__link--borders::before,.live-widget__link--maps::before,.live-widget__link--temperatures::before,.live-widget__link--snow::before,.live-widget__link--webcams::before,.live-widget__link--parkings::before{display:inline-flex;width:2.3125rem;height:2.3125rem;content:"";background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;}.live-widget__link--webcams::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.5 10.625a6.562 6.562 0 1 0 0 13.125 6.562 6.562 0 0 0 0-13.125Zm-7.438 6.563a7.438 7.438 0 1 1 14.876 0 7.438 7.438 0 0 1-14.875 0Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.5 15.875a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-2.625 1.75a2.625 2.625 0 1 1 5.25 0 2.625 2.625 0 0 1-5.25 0ZM17.188 13.25c0-.242.195-.438.437-.438h1.75a.438.438 0 0 1 0 .876h-1.75a.438.438 0 0 1-.438-.438ZM11.938 26.813c0-.242.195-.438.437-.438h12.25a.438.438 0 0 1 0 .875h-12.25a.438.438 0 0 1-.438-.438Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.938 22.814c.24-.03.458.14.488.38l.446 3.564a.437.437 0 1 1-.869.109l-.445-3.565a.438.438 0 0 1 .38-.488ZM15.062 22.814c.24.03.41.249.38.488l-.445 3.565a.437.437 0 1 1-.869-.109l.446-3.564c.03-.24.248-.41.488-.38Z' clip-rule='evenodd'/%3E%3C/svg%3E");}.live-widget__link--temperatures::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M18.5 14.611v5.833m1.375.57a1.944 1.944 0 1 1-2.75 2.75 1.944 1.944 0 0 1 2.75-2.75Zm-4.292-2.492v-5.855a2.917 2.917 0 1 1 5.833 0v5.855c1.175.888 1.945 2.282 1.945 3.867a4.862 4.862 0 0 1-9.722 0c0-1.585.77-2.98 1.944-3.867Z'/%3E%3C/svg%3E");}.live-widget__link--snow::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M18.5 9.75v17.5m2.108-16.118L18.5 13.24l-2.107-2.108m9.885 2.876-15.555 8.984m15.212-6.35-2.879-.772.771-2.88M11.066 20.36l2.879.77-.771 2.88m-2.451-10 15.555 8.983m-15.212-6.35 2.879-.772-.771-2.88m12.761 7.369-2.879.77.771 2.88m-7.434 1.86 2.107-2.11 2.108 2.11'/%3E%3C/svg%3E");}.live-widget__link--borders::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M13.675 12.913c-.005.022.005 0-.01.017M18.5 25.006h-2.693a2.692 2.692 0 1 1 0-5.384h5.385a2.692 2.692 0 0 0 0-5.385h-1.795m7.18 10.77a2.244 2.244 0 1 1-4.488 0 2.244 2.244 0 0 1 4.488 0ZM16.706 12.89c0 1.491-1.666 3.086-2.572 3.842a.924.924 0 0 1-1.14 0c-.905-.757-2.57-2.351-2.57-3.842a3.141 3.141 0 0 1 6.282 0Z'/%3E%3C/svg%3E");}.live-widget__link--maps::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M26.375 15.875v7A4.375 4.375 0 0 1 22 27.25h-7c-1.16 0-2.273-.46-3.094-1.281m0 0a4.375 4.375 0 0 1-1.281-3.094v-7A4.375 4.375 0 0 1 15 11.5h1.75m-4.844 14.469 6.156-6.157M11.5 13.25l13.125 13.125m-2.188-9.625v-2.625m0 0a2.188 2.188 0 1 0 0-4.375 2.188 2.188 0 0 0 0 4.375Z'/%3E%3C/svg%3E");}.live-widget__link--ski-kms::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Crect width='34' height='34' fill='%2337393F' rx='4'/%3E%3Cpath fill='%23fff' d='M12.928 12.294a.49.49 0 0 1 .888.413l-.207.444 2.01.938c.836-.671 2.195-1.765 2.352-1.826a.985.985 0 0 1 1.259.587l.809 2.223 1.4.653a.98.98 0 0 1 .474 1.3.98.98 0 0 1-1.3.474c.032.015-2.732-1.264-2.821-1.336l-.895.715 1.469 1.851c.23.29.276.68.12 1.016l-1.034 2.218.004.001 3.167 1.512a.49.49 0 0 0 .648-.238.49.49 0 0 1 .887.414 1.47 1.47 0 0 1-1.95.71l-.004-.003-9.667-4.542a.49.49 0 0 1 .413-.887l4.729 2.205.777-1.668-2.345-2.962a.95.95 0 0 1-.204-.704.982.982 0 0 1 .37-.664c.24-.191.454-.345.487-.37l-1.568-.732-.207.444a.489.489 0 1 1-.887-.414l.207-.443-.443-.207a.49.49 0 1 1 .413-.887l.444.207.205-.442ZM21.79 9.5a1.959 1.959 0 0 1-.003 3.916 1.96 1.96 0 0 1-1.772-2.785A1.958 1.958 0 0 1 21.79 9.5Z'/%3E%3C/svg%3E");}.live-widget__link--facilities::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Crect width='34' height='34' fill='%2337393F' rx='4'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.977 12.622v.976l2.059 1.072c.161.084.256.25.256.432v1.004h1.437a.63.63 0 0 1 .619.634v.32h.477c.457 0 .865.289 1.01.723l.39 1.168a5.777 5.777 0 0 1 0 3.648l-.39 1.174a1.064 1.064 0 0 1-1.01.727h-5.918c-.458 0-.865-.292-1.01-.726l-.391-1.172a5.768 5.768 0 0 1 0-3.648l.391-1.17a1.06 1.06 0 0 1 1.01-.723h.462v-.321c0-.343.291-.633.634-.633h1.305v-.708l-2.06-1.073a.481.481 0 0 1-.255-.432v-1.266a1.329 1.329 0 0 0 .984-.006Zm4.29 5.134h-4.802a.86.86 0 0 0-.82.589l-.317.95a4.67 4.67 0 0 0-.214 1.967c.057.542.513.951 1.058.951h5.388c.544 0 1.001-.41 1.058-.95a4.66 4.66 0 0 0-.213-1.967l-.318-.951a.862.862 0 0 0-.82-.589Zm-3.364.347v3.763h-.434v-3.763h.434Zm-1.013 0v3.763h-.28a.897.897 0 0 1-.887-.805 3.953 3.953 0 0 1 .18-1.657l.265-.8a.727.727 0 0 1 .687-.5h.035Zm-1.743-6.841a1.333 1.333 0 0 0 .275.94l-3.858.729a.488.488 0 0 1-.18-.958l3.763-.711Zm1.33-.564a.685.685 0 1 1 0 1.37.685.685 0 0 1 0-1.37Zm7.959-1.19a.488.488 0 0 1 .18.958l-6.859 1.295a1.336 1.336 0 0 0-.087-.975l6.765-1.278Z' clip-rule='evenodd'/%3E%3C/svg%3E");}.live-widget__link--parkings::before{background-image:url("data:image/svg+xml,%3Csvg width='38' height='37' viewBox='0 0 38 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='37' height='37' rx='4' fill='%2337393F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1567 17.1875C15.8666 17.1875 15.5884 17.3027 15.3833 17.5079C15.1781 17.713 15.0629 17.9912 15.0629 18.2812V19.8125C15.0629 19.9285 15.109 20.0398 15.191 20.1219C15.2731 20.2039 15.3844 20.25 15.5004 20.25H16.3754C16.4914 20.25 16.6027 20.2039 16.6848 20.1219C16.7668 20.0398 16.8129 19.9285 16.8129 19.8125V19.375C16.8129 19.1334 17.0088 18.9375 17.2504 18.9375H20.7504C20.992 18.9375 21.1879 19.1334 21.1879 19.375V19.8125C21.1879 19.9285 21.234 20.0398 21.316 20.1219C21.3981 20.2039 21.5094 20.25 21.6254 20.25H22.5004C22.6164 20.25 22.7277 20.2039 22.8098 20.1219C22.8918 20.0398 22.9379 19.9285 22.9379 19.8125V18.2812C22.9379 17.9912 22.8227 17.713 22.6176 17.5079C22.4124 17.3027 22.1342 17.1875 21.8442 17.1875H16.1567ZM14.7645 16.8891C15.1337 16.5199 15.6345 16.3125 16.1567 16.3125H21.8442C22.3663 16.3125 22.8671 16.5199 23.2363 16.8891C23.6055 17.2583 23.8129 17.7591 23.8129 18.2812V19.8125C23.8129 20.1606 23.6746 20.4944 23.4285 20.7406C23.1823 20.9867 22.8485 21.125 22.5004 21.125H21.6254C21.2773 21.125 20.9435 20.9867 20.6973 20.7406C20.4512 20.4944 20.3129 20.1606 20.3129 19.8125H17.6879C17.6879 20.1606 17.5496 20.4944 17.3035 20.7406C17.0573 20.9867 16.7235 21.125 16.3754 21.125H15.5004C15.1523 21.125 14.8185 20.9867 14.5723 20.7406C14.3262 20.4944 14.1879 20.1606 14.1879 19.8125V18.2812C14.1879 17.7591 14.3953 17.2583 14.7645 16.8891Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4033 14.125C17.2059 14.125 17.0143 14.1918 16.8596 14.3144C16.7049 14.4371 16.5963 14.6085 16.5513 14.8007L16.0483 16.9509C15.9932 17.1862 15.7579 17.3323 15.5226 17.2773C15.2873 17.2222 15.1412 16.9869 15.1963 16.7516L15.6993 14.6014C15.7893 14.2169 16.0066 13.8742 16.3159 13.6288C16.6253 13.3835 17.0085 13.25 17.4033 13.25H20.5975C20.9923 13.25 21.3756 13.3835 21.6849 13.6288C21.9943 13.8742 22.2116 14.2169 22.3015 14.6014L22.8045 16.7516C22.8596 16.9869 22.7135 17.2222 22.4782 17.2773C22.2429 17.3323 22.0076 17.1862 21.9525 16.9509L21.4495 14.8007C21.4045 14.6085 21.2959 14.4371 21.1412 14.3144C20.9865 14.1918 20.7949 14.125 20.5975 14.125H17.4033Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2345 15.6786C14.3429 15.4627 14.6059 15.3756 14.8218 15.4841L15.906 16.0287C16.1219 16.1372 16.209 16.4002 16.1006 16.6161C15.9921 16.832 15.7292 16.9191 15.5132 16.8106L14.429 16.2659C14.2131 16.1575 14.126 15.8945 14.2345 15.6786Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7663 15.6786C23.8748 15.8945 23.7877 16.1575 23.5718 16.2659L22.4876 16.8106C22.2717 16.9191 22.0087 16.832 21.9002 16.6161C21.7918 16.4002 21.8789 16.1372 22.0948 16.0287L23.179 15.4841C23.3949 15.3756 23.6579 15.4627 23.7663 15.6786Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6386 11.1466C20.7965 10.8001 19.8944 10.6229 18.9838 10.625C18.0732 10.6272 17.172 10.8087 16.3315 11.1591C15.4911 11.5096 14.7279 12.0221 14.0855 12.6675C12.7811 13.9781 12.0488 15.752 12.0488 17.6011C12.0488 19.4502 12.7811 21.2241 14.0856 22.5347L17.1435 25.6029L17.1442 25.6035L17.1531 25.6125C17.3968 25.855 17.6859 26.0472 18.0039 26.1781C18.3219 26.3089 18.6625 26.3758 19.0064 26.375C19.3502 26.3742 19.6906 26.3057 20.0079 26.1733C20.3253 26.041 20.6135 25.8474 20.856 25.6037L23.9149 22.5347C25.2193 21.2241 25.9516 19.4502 25.9516 17.6011C25.9516 15.7536 25.2206 13.9813 23.9184 12.6711C23.9174 12.6701 23.9165 12.6692 23.9155 12.6682L23.8917 12.6444C23.2463 12.002 22.4807 11.4931 21.6386 11.1466ZM24.5348 23.1521L21.4762 26.221C21.1526 26.5461 20.7681 26.8044 20.3447 26.9809C19.9213 27.1575 19.4672 27.2489 19.0084 27.25C18.5497 27.2511 18.0952 27.1618 17.671 26.9872C17.2467 26.8127 16.861 26.5563 16.5359 26.2326L16.5251 26.2219L16.5244 26.2212L13.4656 23.1522C11.998 21.6776 11.1738 19.6816 11.1738 17.6011C11.1738 15.5207 11.9977 13.5249 13.4653 12.0503C14.1887 11.3234 15.0483 10.7462 15.9948 10.3515C16.9413 9.95683 17.9562 9.75244 18.9817 9.75002C20.0072 9.7476 21.0231 9.94719 21.9715 10.3374C22.9199 10.7276 23.7821 11.3008 24.5089 12.0242L24.5097 12.0249L24.5306 12.0459C24.5321 12.0473 24.5336 12.0488 24.535 12.0503C26.0027 13.5248 26.8266 15.5206 26.8266 17.6011C26.8266 19.6816 26.0025 21.6776 24.5348 23.1521Z' fill='white'/%3E%3C/svg%3E%0A");}.live-widget__link--facilities,.live-widget__link--ski-kms,.live-widget__link--parkings{flex-flow:row;flex-wrap:wrap;justify-content:center;}.live-widget__link--facilities::after,.live-widget__link--ski-kms::after,.live-widget__link--parkings::after{display:none;}.live-widget__link--facilities .progress-bar label,.live-widget__link--ski-kms .progress-bar label,.live-widget__link--parkings .progress-bar label{text-align:center;letter-spacing:-0.48px;color:var(--content-content-disabled,#a1aab3);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.125rem;}.live-widget__link--facilities .progress-bar__legend,.live-widget__link--ski-kms .progress-bar__legend,.live-widget__link--parkings .progress-bar__legend{margin:auto;letter-spacing:-0.56px;color:var(--content-content-primary-reversed,#fff);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.25rem;}.live-widget__link--facilities .progress-bar,.live-widget__link--ski-kms .progress-bar,.live-widget__link--parkings .progress-bar{flex-flow:column;margin:0;gap:0.5rem;}.live-widget__link--facilities .progress-bar progress,.live-widget__link--ski-kms .progress-bar progress,.live-widget__link--parkings .progress-bar progress{max-width:5.5rem;margin:auto;}.live-widget__link--summer-facilities{display:flex;flex-flow:column;text-align:center;letter-spacing:-0.48px;color:#a1aab3;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.125rem;}.live-widget__link--summer-facilities::after{position:relative;bottom:4.6875rem;left:1rem;display:inline-flex;width:0.5rem;height:0.5rem;margin-bottom:-0.5rem;content:"";border-radius:100%;background-image:none;}.live-widget__link--summer-facilities.live-widget__link--open::after{background-color:var(--status-success-base);}.live-widget__link--summer-facilities.live-widget__link--closed::after{background-color:var(--status-error-base);}.live-widget__header-button{display:none;align-items:center;margin-right:0;margin-left:0.625rem;padding:0.625rem 0.625rem 0.625rem 0.75rem;cursor:pointer;color:var(--text-inverse);border:none;background-color:#3f3f3f;gap:0.5rem;}.live-widget__header-button:hover{background-color:var(--brand-primary-500);}.live-widget__header-button--summer{flex-flow:column;align-items:flex-start;text-transform:none;}.live-widget__header-button-summer-title{display:flex;align-items:center;width:100%;color:#fff;font-size:0.875rem;font-weight:600;font-style:normal;line-height:1.125rem;gap:0.5rem;}.live-widget__header-button-summer-title-icon{display:flex;justify-content:center;width:1.5625rem;height:1.5625rem;padding:0.25rem;border-radius:6.25rem;}.live-widget__header-button:hover .live-widget__header-button-summer-title-icon{background:rgba(255,255,255,0.1);box-shadow:0 8px 16px 0 rgba(0,0,0,0.5),0 2px 2px 0 rgba(255,255,255,0.3) inset;-webkit-backdrop-filter:blur(2.5rem);backdrop-filter:blur(2.5rem);}.live-widget__header-button-summer-weather{display:flex;align-items:center;justify-content:space-around;width:70%;color:#fff;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1rem;}.live-widget__header-button-summer-weather strong{color:#fff;font-size:1rem;font-weight:600;font-style:normal;line-height:1.5rem;}.live-widget__header-button-information{display:flex;flex-direction:column;text-align:left;}.live-widget__header-button-progress-bar{appearance:none;display:block;width:5rem;height:0.25rem;border:none;border-radius:0.625rem;}.live-widget__header-button-progress-bar::-webkit-progress-bar-value{-webkit-appearance:none;background:var(--brand-primary-500);}.live-widget__header-button-progress-bar::-moz-progress-bar{-webkit-appearance:none;background:var(--brand-primary-500);}.live-widget__header-button-progress-bar::-webkit-progress-bar{background:var(--border-border-tertiary,#e2e2e2);}.live-widget__header-button-progress-bar[value]::-webkit-progress-value{background:var(--brand-primary-500);}@media (width >= 64rem){.live-widget__header-button{display:flex;margin-left:1.5625rem;padding:0.625rem 2rem 0.625rem 1.1875rem;}}.live-widget__data{display:flex;justify-content:space-between;width:100%;padding-left:2.875rem;}.live-widget__data-wrapper{display:flex;flex-flow:column;width:100%;gap:0.5rem;}.live-widget__data-wrapper .badge__label,.live-widget__data-wrapper .label{color:var(--content-content-disabled,#a1aab3);}.live-widget__data-wrapper .value{font-weight:700;}.live-widget__data-wrapper .badge{margin:0;padding-left:2.875rem;}.live-widget__data-wrapper .badge__internal-text{display:none;}.live-widget__data-wrapper--weather-icon{flex-flow:row;flex-basis:100%;align-items:center;padding:1rem 0 0.5rem;color:#a1aab3;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.125rem;}.live-widget__data-wrapper--weather-icon svg{width:1.8125rem;height:1.8125rem;padding:0.25rem;border-radius:100%;background-color:#37393f;stroke:#fff;}.live-widget__data-wrapper--weather-temperature{flex-basis:50%;}.live-widget__data--weather{flex-wrap:wrap;}.live-widget__header-button-close{display:flex;margin:auto;padding:1.25rem;cursor:pointer;letter-spacing:-0.48px;color:var(--content-content-primary-reversed,#fff);border:none;background-color:transparent;font-size:0.75rem;font-weight:400;line-height:1.125rem;gap:0.5rem;}@media (width >= 64rem){.live-widget{top:8.375rem;overflow:inherit;max-width:26.75rem;max-height:auto;}}
.breadcrumbs{position:relative;flex-basis:100%;margin:auto auto 1.5rem;}.breadcrumbs__list{display:flex;align-items:center;margin:0;padding:0;list-style:none;color:var(--neutral-800);}.breadcrumbs__item{display:flex;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.25rem;}.breadcrumbs__item:not(:last-child,:first-child) .breadcrumbs__link{display:none;}@media (width >= 42.5rem){.breadcrumbs__item:not(:last-child,:first-child) .breadcrumbs__link{display:flex;}}.breadcrumbs__item:not(:last-child,:first-child)::before{display:inline-flex;content:"...";}@media (width >= 42.5rem){.breadcrumbs__item:not(:last-child,:first-child)::before{display:none;content:"";}}.breadcrumbs__item:not(:last-child)::after{display:inline-flex;align-items:center;width:0.625rem;margin:0 0 0 0.25rem;content:"/";}@media (width >= 42.5rem){.breadcrumbs__item:first-child{min-width:3.375rem;}.breadcrumbs__item:first-child::before{display:inline-flex;width:1.0625rem;height:1rem;margin-right:0.3125rem;content:"";vertical-align:text-top;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cpath fill='%23444444' fill-rule='evenodd' d='M7.715 1.658a1.11 1.11 0 0 1 1.57 0l4.969 4.968c.347.347.543.818.543 1.31v6.359a.37.37 0 0 1-.37.37h-4.075a.37.37 0 0 1-.37-.37v-3.333a1.481 1.481 0 1 0-2.963 0v3.333a.37.37 0 0 1-.37.37H2.573a.37.37 0 0 1-.37-.37v-6.36c0-.49.195-.962.543-1.31l4.968-4.967Zm1.047.524a.37.37 0 0 0-.523 0L3.27 7.15a1.112 1.112 0 0 0-.325.785v5.99h3.333v-2.963a2.222 2.222 0 1 1 4.445 0v2.963h3.333v-5.99c0-.294-.117-.577-.326-.785L8.762 2.18Z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;}}a.breadcrumbs__link:link,a.breadcrumbs__link:visited{-webkit-text-decoration:none;text-decoration:none;color:var(--neutral-800);}a.breadcrumbs__link:hover{-webkit-text-decoration:underline;text-decoration:underline;}.breadcrumbs__text{color:var(--text-oa-primary);font-weight:600;}
.modal{position:relative;width:100%;max-width:46.875rem;height:100%;max-height:46.875rem;padding:1.25rem;border:none;background-color:transparent;}.modal[open]{display:flex;}.modal iframe{width:100%;height:100%;border:none;}.modal .close-button{position:absolute;top:0;right:1.25rem;width:1rem;height:1rem;border:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23FFFFFF' d='m1.354.646 14.142 14.143M.646 14.646 14.789.504'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;}.modal::backdrop{background:rgba(11,9,24,0.75);-webkit-backdrop-filter:blur(0.375rem);backdrop-filter:blur(0.375rem);}.button{display:flex;padding:0.25rem;cursor:pointer;-webkit-text-decoration:none;text-decoration:none;color:var(--text-inverse);border:none;border-radius:0.375rem;background:none;font-family:var(--font-family-poppins);font-weight:500;}.button:visited,.button:link{color:var(--text-inverse);}.button.disabled{cursor:not-allowed;}.button--primary.button{display:flex;align-items:center;justify-content:center;padding:0;text-align:center;color:#fff;border-radius:624.9375rem;background:linear-gradient(0deg,#f4634d 0%,#ff7e6b 100%);font-size:1rem;line-height:1.5rem;gap:0.5rem;}.button--primary.button:visited,.button--primary.button:link{color:#fff;}.button--primary.button:hover{box-shadow:0 4px 8px -2px rgba(255,126,107,0.75),0 2px 4px -2px rgba(16,24,40,0.06);}.button--secondary.button{border:2px solid var(--text-inverse);border-radius:6.25rem;}.button--secondary.button:visited,.button--secondary.button:link{color:#fff;}.button--secondary.button:hover{color:var(--text-oa-primary);background-color:var(--text-inverse);}.button--secondary.button:hover .icon-suffix svg path{stroke:var(--text-oa-primary);}.button--tertiary.button{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1rem;color:var(--text-oa-primary);border:2px solid var(--text-oa-primary);border-radius:624.9375rem;gap:0.5rem;}.button--tertiary.button:hover{color:var(--text-inverse);background-color:var(--text-oa-primary);}.button--minimal.button{padding:0.875rem 6.25rem 0.875rem 0.9375rem;letter-spacing:0;color:rgba(48,48,54,1);border:none;background-color:transparent;font-size:1rem;font-weight:500;line-height:1.5rem;}.button__text-wrapper{display:flex;align-items:center;justify-content:center;padding:0.5rem 1rem;border:none;border-radius:0.25rem;outline:inherit;}.button__text-wrapper .icon-suffix{display:inherit;}.button__text-wrapper .icon-suffix svg{margin-inline-start:0.625rem;}.button--icon-pos-left .button__text-wrapper{flex-direction:row-reverse;}.button--icon-pos-left .button__text-wrapper .icon-suffix svg{margin-inline-start:0;margin-inline-end:0.625rem;}.button--destructive.button{border:1px solid var(--status-error-base);border-radius:624.9375rem;background-color:var(--status-error-base);}.button--destructive.button:hover{box-shadow:0 4px 8px -2px rgba(205,0,0,0.75),0 2px 4px -2px rgba(16,24,40,0.06);}
.language-switcher{margin:auto 0;}.language-switcher .language-link,.language-switcher__title{color:var(--neutral-700);font-size:0.875rem;font-weight:500;font-style:normal;line-height:1.25rem;}.language-switcher__title{margin:auto auto auto 0;color:var(--neutral-700);font-family:var(--font-family-poppins);font-size:0.875rem;font-weight:500;font-style:normal;line-height:1.25rem;}@media (width >= 64rem){.language-switcher__title{display:none;}}.language-switcher__current-language{display:flex;text-transform:uppercase;color:var(--neutral-700);gap:2px;}.language-switcher__toggle svg{margin:auto;}.language-switcher--opened .language-switcher__toggle-arrow-icon{transform:rotate(180deg);}.language-switcher__toggle{display:flex;padding:0.25rem 0.1875rem;border:none;border-radius:0.25rem;background:rgba(255,255,255,0.15);gap:0.25rem;}@media (width >= 64rem){.language-switcher__toggle{margin:auto;background:none;}}.language-switcher__links{display:none;}.language-switcher svg path{fill:var(--neutral-700);}.language-switcher--opened .language-switcher__links{position:absolute;z-index:2;bottom:-4.25rem;left:0;display:flex;width:100%;max-height:4.3125rem;padding:1.5rem 1rem;border-top:1px solid #e2e2e2;background:#fff;gap:0.75rem;}.language-switcher--opened .language-switcher__links .links{display:flex;flex-wrap:wrap;}.language-switcher--opened .language-switcher__links .links li:not(:last-child){margin-right:1rem;}@media (width >= 64rem){.language-switcher--opened .language-switcher__links .links li:not(:last-child){margin-right:0;}}.language-switcher--opened .language-switcher__links .links .language-link{color:var(--text-disabled,#c6ccd2);}.language-switcher--opened .language-switcher__links .links .language-link.is-active{color:var(--text-oa-primary);}@media (width >= 64rem){.language-switcher--opened .language-switcher__links .links .language-link{display:flex;padding:0.75rem;}.language-switcher--opened .language-switcher__links .links .language-link:hover{color:var(--text-oa-primary);}}@media (width >= 64rem){.language-switcher--opened .language-switcher__links .links{flex-flow:column;width:100%;}}@media (width >= 64rem){.language-switcher--opened .language-switcher__links{top:2.5rem;bottom:auto;left:0;min-width:5rem;max-height:none;padding:0;background:#fff;}}@media (width >= 64rem){.language-switcher{position:relative;display:flex;height:2.5625rem;margin:auto 0;padding:0 0.5rem;border-bottom:1px solid rgba(48,48,54,0.2);border-left:1px solid rgba(48,48,54,0.2);gap:0;}}
.live-widget{position:fixed;top:0;right:-100vw;overflow:auto;flex-direction:column;align-items:center;width:100%;max-height:100vh;padding:0.5rem;transition:0.2s;transition-timing-function:ease-in;color:var(--text-inverse);border-radius:0.5rem;background:rgba(0,0,0,0.9);gap:1rem;-webkit-backdrop-filter:blur(0.75rem);backdrop-filter:blur(0.75rem);}.live-widget.is-visible{right:0;}@media (width >= 42.5rem){.live-widget.is-visible{right:1rem;}}.live-widget .tabs{display:flex;flex-flow:column;align-items:center;margin:0;padding:0;}.live-widget .tabs__buttons{display:inline-flex;margin-bottom:1rem;padding-top:0;column-gap:0;border-bottom-color:#474747;}.live-widget .tab-button{padding:0.5rem;color:var(--text-disabled);}.live-widget .tab-button[aria-selected="true"]{color:var(--status-info-base);border-bottom:2px solid var(--status-info-base);}.live-widget .tab-content:not(.is-hidden){display:flex;gap:0.5rem;width:100%;}.live-widget__second-col,.live-widget__first-col{flex:1 0 auto;max-width:50%;}.live-widget__link-wrapper{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;margin:0.5rem 0;padding:0.5rem;border:1px solid rgba(255,255,255,0);border-radius:var(--sm,4px);background:#202225;box-shadow:0 20px 32px 0 rgba(0,0,0,0.5);gap:0.5rem;-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);}.live-widget__link-wrapper a{color:var(--content-content-primary-reversed,#fff);}.live-widget__link-wrapper > h2{margin:auto;letter-spacing:-0.56px;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.25rem;}.live-widget__link{display:flex;align-items:center;width:100%;padding:0.53125rem;letter-spacing:-0.56px;color:var(--content-content-primary-reversed,#fff);border-radius:var(--sm,4px);background:#2f3136;font-size:0.875rem;font-weight:600;font-style:normal;line-height:1.25rem;gap:0.5rem;}.live-widget__link::after{display:inline-flex;width:1.5rem;height:1.5625rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4.5a4 4 0 0 1 4-4h16a4 4 0 0 1 4 4v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-16Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m8.67 5.834 6.663 6.687-6.667 6.646'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;}.live-widget__link--freerides::before,.live-widget__link--summer-facilities::before,.live-widget__link--facilities::before,.live-widget__link--ski-kms::before,.live-widget__link--borders::before,.live-widget__link--maps::before,.live-widget__link--temperatures::before,.live-widget__link--snow::before,.live-widget__link--parkings::before,.live-widget__link--webcams::before{display:inline-flex;width:2.3125rem;height:2.3125rem;content:"";border-radius:3.125rem;background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;}.live-widget__link--parkings::before{background-image:url("data:image/svg+xml,%3Csvg width='38' height='37' viewBox='0 0 38 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='37' height='37' rx='4' fill='%2337393F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1567 17.1875C15.8666 17.1875 15.5884 17.3027 15.3833 17.5079C15.1781 17.713 15.0629 17.9912 15.0629 18.2812V19.8125C15.0629 19.9285 15.109 20.0398 15.191 20.1219C15.2731 20.2039 15.3844 20.25 15.5004 20.25H16.3754C16.4914 20.25 16.6027 20.2039 16.6848 20.1219C16.7668 20.0398 16.8129 19.9285 16.8129 19.8125V19.375C16.8129 19.1334 17.0088 18.9375 17.2504 18.9375H20.7504C20.992 18.9375 21.1879 19.1334 21.1879 19.375V19.8125C21.1879 19.9285 21.234 20.0398 21.316 20.1219C21.3981 20.2039 21.5094 20.25 21.6254 20.25H22.5004C22.6164 20.25 22.7277 20.2039 22.8098 20.1219C22.8918 20.0398 22.9379 19.9285 22.9379 19.8125V18.2812C22.9379 17.9912 22.8227 17.713 22.6176 17.5079C22.4124 17.3027 22.1342 17.1875 21.8442 17.1875H16.1567ZM14.7645 16.8891C15.1337 16.5199 15.6345 16.3125 16.1567 16.3125H21.8442C22.3663 16.3125 22.8671 16.5199 23.2363 16.8891C23.6055 17.2583 23.8129 17.7591 23.8129 18.2812V19.8125C23.8129 20.1606 23.6746 20.4944 23.4285 20.7406C23.1823 20.9867 22.8485 21.125 22.5004 21.125H21.6254C21.2773 21.125 20.9435 20.9867 20.6973 20.7406C20.4512 20.4944 20.3129 20.1606 20.3129 19.8125H17.6879C17.6879 20.1606 17.5496 20.4944 17.3035 20.7406C17.0573 20.9867 16.7235 21.125 16.3754 21.125H15.5004C15.1523 21.125 14.8185 20.9867 14.5723 20.7406C14.3262 20.4944 14.1879 20.1606 14.1879 19.8125V18.2812C14.1879 17.7591 14.3953 17.2583 14.7645 16.8891Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4033 14.125C17.2059 14.125 17.0143 14.1918 16.8596 14.3144C16.7049 14.4371 16.5963 14.6085 16.5513 14.8007L16.0483 16.9509C15.9932 17.1862 15.7579 17.3323 15.5226 17.2773C15.2873 17.2222 15.1412 16.9869 15.1963 16.7516L15.6993 14.6014C15.7893 14.2169 16.0066 13.8742 16.3159 13.6288C16.6253 13.3835 17.0085 13.25 17.4033 13.25H20.5975C20.9923 13.25 21.3756 13.3835 21.6849 13.6288C21.9943 13.8742 22.2116 14.2169 22.3015 14.6014L22.8045 16.7516C22.8596 16.9869 22.7135 17.2222 22.4782 17.2773C22.2429 17.3323 22.0076 17.1862 21.9525 16.9509L21.4495 14.8007C21.4045 14.6085 21.2959 14.4371 21.1412 14.3144C20.9865 14.1918 20.7949 14.125 20.5975 14.125H17.4033Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2345 15.6786C14.3429 15.4627 14.6059 15.3756 14.8218 15.4841L15.906 16.0287C16.1219 16.1372 16.209 16.4002 16.1006 16.6161C15.9921 16.832 15.7292 16.9191 15.5132 16.8106L14.429 16.2659C14.2131 16.1575 14.126 15.8945 14.2345 15.6786Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7663 15.6786C23.8748 15.8945 23.7877 16.1575 23.5718 16.2659L22.4876 16.8106C22.2717 16.9191 22.0087 16.832 21.9002 16.6161C21.7918 16.4002 21.8789 16.1372 22.0948 16.0287L23.179 15.4841C23.3949 15.3756 23.6579 15.4627 23.7663 15.6786Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.6386 11.1466C20.7965 10.8001 19.8944 10.6229 18.9838 10.625C18.0732 10.6272 17.172 10.8087 16.3315 11.1591C15.4911 11.5096 14.7279 12.0221 14.0855 12.6675C12.7811 13.9781 12.0488 15.752 12.0488 17.6011C12.0488 19.4502 12.7811 21.2241 14.0856 22.5347L17.1435 25.6029L17.1442 25.6035L17.1531 25.6125C17.3968 25.855 17.6859 26.0472 18.0039 26.1781C18.3219 26.3089 18.6625 26.3758 19.0064 26.375C19.3502 26.3742 19.6906 26.3057 20.0079 26.1733C20.3253 26.041 20.6135 25.8474 20.856 25.6037L23.9149 22.5347C25.2193 21.2241 25.9516 19.4502 25.9516 17.6011C25.9516 15.7536 25.2206 13.9813 23.9184 12.6711C23.9174 12.6701 23.9165 12.6692 23.9155 12.6682L23.8917 12.6444C23.2463 12.002 22.4807 11.4931 21.6386 11.1466ZM24.5348 23.1521L21.4762 26.221C21.1526 26.5461 20.7681 26.8044 20.3447 26.9809C19.9213 27.1575 19.4672 27.2489 19.0084 27.25C18.5497 27.2511 18.0952 27.1618 17.671 26.9872C17.2467 26.8127 16.861 26.5563 16.5359 26.2326L16.5251 26.2219L16.5244 26.2212L13.4656 23.1522C11.998 21.6776 11.1738 19.6816 11.1738 17.6011C11.1738 15.5207 11.9977 13.5249 13.4653 12.0503C14.1887 11.3234 15.0483 10.7462 15.9948 10.3515C16.9413 9.95683 17.9562 9.75244 18.9817 9.75002C20.0072 9.7476 21.0231 9.94719 21.9715 10.3374C22.9199 10.7276 23.7821 11.3008 24.5089 12.0242L24.5097 12.0249L24.5306 12.0459C24.5321 12.0473 24.5336 12.0488 24.535 12.0503C26.0027 13.5248 26.8266 15.5206 26.8266 17.6011C26.8266 19.6816 26.0025 21.6776 24.5348 23.1521Z' fill='white'/%3E%3C/svg%3E%0A");}.live-widget__link--webcams::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.5 10.625a6.562 6.562 0 1 0 0 13.125 6.562 6.562 0 0 0 0-13.125Zm-7.438 6.563a7.438 7.438 0 1 1 14.876 0 7.438 7.438 0 0 1-14.875 0Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M18.5 15.875a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5Zm-2.625 1.75a2.625 2.625 0 1 1 5.25 0 2.625 2.625 0 0 1-5.25 0ZM17.188 13.25c0-.242.195-.438.437-.438h1.75a.438.438 0 0 1 0 .876h-1.75a.438.438 0 0 1-.438-.438ZM11.938 26.813c0-.242.195-.438.437-.438h12.25a.438.438 0 0 1 0 .875h-12.25a.438.438 0 0 1-.438-.438Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.938 22.814c.24-.03.458.14.488.38l.446 3.564a.437.437 0 1 1-.869.109l-.445-3.565a.438.438 0 0 1 .38-.488ZM15.062 22.814c.24.03.41.249.38.488l-.445 3.565a.437.437 0 1 1-.869-.109l.446-3.564c.03-.24.248-.41.488-.38Z' clip-rule='evenodd'/%3E%3C/svg%3E");}.live-widget__link--temperatures::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M18.5 14.611v5.833m1.375.57a1.944 1.944 0 1 1-2.75 2.75 1.944 1.944 0 0 1 2.75-2.75Zm-4.292-2.492v-5.855a2.917 2.917 0 1 1 5.833 0v5.855c1.175.888 1.945 2.282 1.945 3.867a4.862 4.862 0 0 1-9.722 0c0-1.585.77-2.98 1.944-3.867Z'/%3E%3C/svg%3E");}.live-widget__link--snow::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M18.5 9.75v17.5m2.108-16.118L18.5 13.24l-2.107-2.108m9.885 2.876-15.555 8.984m15.212-6.35-2.879-.772.771-2.88M11.066 20.36l2.879.77-.771 2.88m-2.451-10 15.555 8.983m-15.212-6.35 2.879-.772-.771-2.88m12.761 7.369-2.879.77.771 2.88m-7.434 1.86 2.107-2.11 2.108 2.11'/%3E%3C/svg%3E");}.live-widget__link--borders::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M13.675 12.913c-.005.022.005 0-.01.017M18.5 25.006h-2.693a2.692 2.692 0 1 1 0-5.384h5.385a2.692 2.692 0 0 0 0-5.385h-1.795m7.18 10.77a2.244 2.244 0 1 1-4.488 0 2.244 2.244 0 0 1 4.488 0ZM16.706 12.89c0 1.491-1.666 3.086-2.572 3.842a.924.924 0 0 1-1.14 0c-.905-.757-2.57-2.351-2.57-3.842a3.141 3.141 0 0 1 6.282 0Z'/%3E%3C/svg%3E");}.live-widget__link--maps::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' fill='none'%3E%3Cpath fill='%2337393F' d='M0 4a4 4 0 0 1 4-4h29a4 4 0 0 1 4 4v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M26.375 15.875v7A4.375 4.375 0 0 1 22 27.25h-7c-1.16 0-2.273-.46-3.094-1.281m0 0a4.375 4.375 0 0 1-1.281-3.094v-7A4.375 4.375 0 0 1 15 11.5h1.75m-4.844 14.469 6.156-6.157M11.5 13.25l13.125 13.125m-2.188-9.625v-2.625m0 0a2.188 2.188 0 1 0 0-4.375 2.188 2.188 0 0 0 0 4.375Z'/%3E%3C/svg%3E");}.live-widget__link--ski-kms::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Crect width='34' height='34' fill='%2337393F' rx='4'/%3E%3Cpath fill='%23fff' d='M12.928 12.294a.49.49 0 0 1 .888.413l-.207.444 2.01.938c.836-.671 2.195-1.765 2.352-1.826a.985.985 0 0 1 1.259.587l.809 2.223 1.4.653a.98.98 0 0 1 .474 1.3.98.98 0 0 1-1.3.474c.032.015-2.732-1.264-2.821-1.336l-.895.715 1.469 1.851c.23.29.276.68.12 1.016l-1.034 2.218.004.001 3.167 1.512a.49.49 0 0 0 .648-.238.49.49 0 0 1 .887.414 1.47 1.47 0 0 1-1.95.71l-.004-.003-9.667-4.542a.49.49 0 0 1 .413-.887l4.729 2.205.777-1.668-2.345-2.962a.95.95 0 0 1-.204-.704.982.982 0 0 1 .37-.664c.24-.191.454-.345.487-.37l-1.568-.732-.207.444a.489.489 0 1 1-.887-.414l.207-.443-.443-.207a.49.49 0 1 1 .413-.887l.444.207.205-.442ZM21.79 9.5a1.959 1.959 0 0 1-.003 3.916 1.96 1.96 0 0 1-1.772-2.785A1.958 1.958 0 0 1 21.79 9.5Z'/%3E%3C/svg%3E");}.live-widget__link--summer-facilities::before,.live-widget__link--facilities::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Crect width='34' height='34' fill='%2337393F' rx='4'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.977 12.622v.976l2.059 1.072c.161.084.256.25.256.432v1.004h1.437a.63.63 0 0 1 .619.634v.32h.477c.457 0 .865.289 1.01.723l.39 1.168a5.777 5.777 0 0 1 0 3.648l-.39 1.174a1.064 1.064 0 0 1-1.01.727h-5.918c-.458 0-.865-.292-1.01-.726l-.391-1.172a5.768 5.768 0 0 1 0-3.648l.391-1.17a1.06 1.06 0 0 1 1.01-.723h.462v-.321c0-.343.291-.633.634-.633h1.305v-.708l-2.06-1.073a.481.481 0 0 1-.255-.432v-1.266a1.329 1.329 0 0 0 .984-.006Zm4.29 5.134h-4.802a.86.86 0 0 0-.82.589l-.317.95a4.67 4.67 0 0 0-.214 1.967c.057.542.513.951 1.058.951h5.388c.544 0 1.001-.41 1.058-.95a4.66 4.66 0 0 0-.213-1.967l-.318-.951a.862.862 0 0 0-.82-.589Zm-3.364.347v3.763h-.434v-3.763h.434Zm-1.013 0v3.763h-.28a.897.897 0 0 1-.887-.805 3.953 3.953 0 0 1 .18-1.657l.265-.8a.727.727 0 0 1 .687-.5h.035Zm-1.743-6.841a1.333 1.333 0 0 0 .275.94l-3.858.729a.488.488 0 0 1-.18-.958l3.763-.711Zm1.33-.564a.685.685 0 1 1 0 1.37.685.685 0 0 1 0-1.37Zm7.959-1.19a.488.488 0 0 1 .18.958l-6.859 1.295a1.336 1.336 0 0 0-.087-.975l6.765-1.278Z' clip-rule='evenodd'/%3E%3C/svg%3E");}.live-widget__link--freerides::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Cpath fill='%2337393F' d='M0 17C0 7.611 7.611 0 17 0s17 7.611 17 17-7.611 17-17 17S0 26.389 0 17Z'/%3E%3Cpath fill='%23fff' d='M9.95 25.25h9.896a.346.346 0 0 0 .331-.345V20.31c0-.25-.274-.416-.491-.297L9.79 24.619c-.286.178-.172.63.16.63ZM15.067 13.41l.897-1.73.191.923 1.35-.723-.093-.369 1.796.642c.105.033.226-.053.268-.19.042-.138-.01-.277-.115-.31l-2.197-.786a.369.369 0 0 0-.101-.045l-.938-.158-.005.003-.088-.015a.295.295 0 0 0-.3.17l-.025.06-1.157 2.23c-.062.11.003.266.145.348.143.081.31.06.372-.05ZM14.111 17.022l4.827-.117-2.688 2.632c-.083.094-.093.223-.022.287.072.064.199.04.282-.053l2.94-2.879 5.308-.13c.125-.01.219-.098.21-.194-.009-.096-.119-.165-.244-.153l-4.909.12 3.41-3.34c.083-.094.093-.223.022-.287-.072-.064-.199-.04-.282.053l-2.767 2.71-1.265-2.334a.102.102 0 0 0-.047-.035l-.003-.003-1.11-.353-.04-.16-1.387.743c.003.05.02.097.055.131l.657.577.853 2.344-3.833.093c-.125.012-.22.1-.21.195.009.096.118.165.243.153Zm4.494-.665-.857-2.279s-.022-.043-.04-.06l-.171-.15.385-.257.604.207 1.209 2.307-.432.422-.694.017a.248.248 0 0 0-.004-.207Z'/%3E%3Cpath fill='%23fff' d='m16.313 13.368 1.38-.74-.069-.277-1.37.734.059.283ZM16.376 10.233a.759.759 0 0 1 .243-1.045.759.759 0 0 1 1.044.25.759.759 0 0 1-.244 1.045.759.759 0 0 1-1.043-.25Z'/%3E%3C/svg%3E");}.live-widget__link--freerides,.live-widget__link--parkings,.live-widget__link--facilities,.live-widget__link--ski-kms{flex-flow:column;flex-wrap:wrap;justify-content:center;}.live-widget__link--freerides::after,.live-widget__link--parkings::after,.live-widget__link--facilities::after,.live-widget__link--ski-kms::after{display:none;}.live-widget__link--freerides .progress-bar label,.live-widget__link--parkings .progress-bar label,.live-widget__link--facilities .progress-bar label,.live-widget__link--ski-kms .progress-bar label{text-align:center;letter-spacing:-0.48px;color:var(--content-content-disabled,#a1aab3);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.125rem;}.live-widget__link--freerides .progress-bar__legend,.live-widget__link--parkings .progress-bar__legend,.live-widget__link--facilities .progress-bar__legend,.live-widget__link--ski-kms .progress-bar__legend{margin:auto;letter-spacing:-0.56px;color:var(--content-content-primary-reversed,#fff);font-size:0.875rem;font-weight:600;font-style:normal;line-height:1.25rem;}.live-widget__link--freerides .progress-bar,.live-widget__link--parkings .progress-bar,.live-widget__link--facilities .progress-bar,.live-widget__link--ski-kms .progress-bar{flex-flow:column;margin:0;gap:0.5rem;}.live-widget__link--freerides .progress-bar progress,.live-widget__link--parkings .progress-bar progress,.live-widget__link--facilities .progress-bar progress,.live-widget__link--ski-kms .progress-bar progress{max-width:5.5rem;margin:auto;}.live-widget__link--summer-facilities{display:flex;flex-flow:column;text-align:center;letter-spacing:-0.48px;color:#a1aab3;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.125rem;}.live-widget__link--summer-facilities::after{position:relative;bottom:4.375rem;left:-4.0625rem;display:inline-flex;width:0.5rem;height:0.5rem;margin-bottom:-0.5rem;content:"";border-radius:100%;background-image:none;}.live-widget__link--summer-facilities.facility-open::after{background-color:var(--status-success-base);}.live-widget__link--summer-facilities.facility-closed::after{background-color:var(--status-error-base);}.live-widget__header-button{display:none;align-items:center;margin-right:0;margin-left:0.9375rem;padding:0.625rem 1rem 0.625rem 1.1875rem;cursor:pointer;text-transform:lowercase;color:var(--text-primary);border:none;background-color:transparent;gap:0.5rem;}.live-widget__header-button:hover{background-color:var(--decorative-neutral);}.live-widget__header-button--summer{flex-flow:column;align-items:flex-start;text-transform:none;}.live-widget__header-button-summer-title{display:flex;align-items:center;width:100%;color:var(--text-secondary,#4d5766);font-size:0.875rem;font-weight:500;font-style:normal;line-height:1.125rem;gap:0.5rem;}.live-widget__header-button-summer-weather{display:flex;align-items:center;justify-content:space-around;width:70%;color:var(--text-secondary);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1rem;}.live-widget__header-button-summer-weather strong{color:var(--text-secondary);font-size:1rem;font-weight:600;font-style:normal;line-height:1.5rem;}.live-widget__header-button-information{display:flex;flex-direction:column;text-align:left;}.live-widget__header-button-progress-bar{appearance:none;display:block;width:5rem;height:0.25rem;margin-top:1rem;border:none;border-radius:0.625rem;}.live-widget__header-button-progress-bar::-webkit-progress-bar-value{-webkit-appearance:none;background:var(--text-oa-primary);}.live-widget__header-button-progress-bar::-moz-progress-bar{-webkit-appearance:none;background:var(--text-oa-primary);}.live-widget__header-button-progress-bar::-webkit-progress-bar{background:var(--border-border-tertiary,#e2e2e2);}.live-widget__header-button-progress-bar[value]::-webkit-progress-value{background:var(--text-oa-primary);}@media (width >= 64rem){.live-widget__header-button{display:flex;min-width:17.17rem;margin-left:0;padding:0.625rem 2rem 0.625rem 1.1875rem;border-left:1px solid rgba(48,48,54,0.2);}}.live-widget__link--borders + .live-widget__link{flex-flow:column;padding:0;background:none;}.live-widget__link--borders + .live-widget__link::after{display:none;}.live-widget__data{display:flex;justify-content:space-between;width:100%;padding-left:2.875rem;}.live-widget__data-wrapper{display:flex;flex-flow:column;width:100%;gap:0.5rem;}.live-widget__data-wrapper .badge__label,.live-widget__data-wrapper .label{color:var(--content-content-disabled,#a1aab3);}.live-widget__data-wrapper .value{font-weight:600;}.live-widget__data-wrapper .badge{margin:0;padding-left:2.875rem;}.live-widget__data-wrapper .badge__internal-text{display:none;}.live-widget__data-wrapper--weather-icon{flex-flow:row;flex-basis:100%;align-items:center;padding:1rem 0 0.5rem;color:#a1aab3;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.125rem;}.live-widget__data-wrapper--weather-icon svg{width:1.8125rem;height:1.8125rem;padding:0.25rem;border-radius:100%;background-color:#37393f;stroke:#fff;}.live-widget__data-wrapper--weather-temperature{flex-basis:50%;}.live-widget__data--weather{flex-wrap:wrap;}.live-widget__header-button-close{display:flex;margin:auto;padding:1.25rem;cursor:pointer;letter-spacing:-0.48px;letter-spacing:0;color:var(--content-content-primary-reversed,#fff);border:none;background-color:transparent;font-size:0.75rem;font-weight:600;line-height:1rem;gap:0.5rem;}.live-widget .badge__icon{border-radius:3.125rem;}.live-widget .badge--bg-color-purple{--bg-color:rgba(237,224,248,1);}.live-widget .badge--bg-color-yellow{--bg-color:rgba(255,244,204,1);}.live-widget .badge--bg-color-orange{--bg-color:rgba(255,234,224,1);}.live-widget .badge--bg-color-green{--bg-color:#17a156;}.live-widget .badge--bg-color-green .badge__icon svg path{fill:var(--content-content-primary-reversed,#fff);}.live-widget .badge--bg-color-red{--bg-color:rgba(213,43,30,1);}.live-widget .badge--bg-color-red .badge__icon svg path{fill:var(--content-content-primary-reversed,#fff);}@media (width >= 42.5rem){.live-widget{top:8.375rem;overflow:inherit;max-width:26.75rem;max-height:auto;}}
.panel-title{position:relative;display:flex;flex:1 1 auto;align-items:center;justify-content:space-between;width:100%;margin:0 0 0.75rem;padding-bottom:1rem;letter-spacing:0;color:var(--text-oa-primary);font-family:var(--font-family-poppins);font-size:1.75rem;font-weight:500;font-style:normal;line-height:2.125rem;}.panel-title em{color:var(--text-oa-primary);}.panel-title span{display:inline-block;}.panel-title--alignment-left span{padding:0.625rem 1.375rem;background-image:url("data:image/svg+xml,%3Csvg width='42' height='48' viewBox='0 0 42 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M0.5 35.8131V12.3901L20.7859 0.577964L41.0697 12.2885V35.7115L20.7838 47.4233L0.5 35.8131Z' stroke='%23003DA5'/%3E%3C/svg%3E ");background-repeat:no-repeat no-repeat;background-position:left 4px;}@media (width >= 42.5rem){.panel-title--alignment-left span{padding:0.625rem 1.375rem;background-image:url("data:image/svg+xml,%3Csvg width='56' height='64' viewBox='0 0 56 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M0.5 47.8475V16.4244L27.7142 0.577964L54.9263 16.2884V47.7116L27.7121 63.4233L0.5 47.8475Z' stroke='%23003DA5'/%3E%3C/svg%3E%0A");background-position:left 10px;}}.panel-title--alignment-center{justify-content:center;}.panel-title--alignment-center::before{display:flex;width:2.625rem;height:3rem;margin-right:-1.5rem;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='72' fill='none'%3E%3Cpath stroke='%23003DA5' d='M.823 53.865V18.442L31.5.578l30.676 17.71v35.424L31.5 71.423.823 53.865Z' opacity='.5'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:2.625rem 3rem;}@media (width >= 42.5rem){.panel-title--alignment-center::before{width:3.5rem;height:4rem;margin-right:-2.375rem;background-size:3.5rem 4rem;}}@media (width >= 64rem){.panel-title--alignment-center::before{width:3.9375rem;height:4.5rem;margin-right:-2.375rem;background-size:3.9375rem 4.5rem;}}.panel-title--mode-dark.panel-title{color:#fff;font-size:2rem;font-weight:500;line-height:2.5rem;}@media (width >= 42.5rem){.panel-title--mode-dark.panel-title{font-size:3rem;line-height:3.75rem;}}@media (width >= 42.5rem){.panel-title{margin:0 0 1.5rem;padding-bottom:0;font-size:3rem;line-height:3.875rem;}}
.progress-bar{display:flex;flex-wrap:wrap;margin:0 auto 1.5rem;gap:0 0.75rem;}.progress-bar label{flex-basis:100%;color:var(--background-background-primary-reversed,#000);font-size:1.5rem;font-weight:500;font-style:normal;line-height:2rem;}.progress-bar__legend{color:var(--content-content-secondary,#494949);font-size:0.875rem;font-weight:600;font-style:normal;line-height:1.25rem;}.progress-bar progress{flex-grow:1;height:0.25rem;margin:auto 0;border:none;background:var(--border-border-tertiary,#e2e2e2);-webkit-appearance:none;}.progress-bar progress::-webkit-progress-bar-value{-webkit-appearance:none;background:var(--text-oa-primary);}.progress-bar progress::-moz-progress-bar{-webkit-appearance:none;background:var(--text-oa-primary);}.progress-bar progress::-webkit-progress-bar{background:var(--border-border-tertiary,#e2e2e2);}.progress-bar progress[value]::-webkit-progress-value{background:var(--text-oa-primary);}
.simple-header{display:flex;flex-flow:column;width:100%;min-height:7.5rem;}.simple-header--with-image{min-height:28.125rem;}@media (width >= 42.5rem){.simple-header--with-image{min-height:45rem;}}@media (width >= 64rem){.simple-header--with-image{min-height:54.5rem;}}.simple-header__title{display:flex;flex-wrap:wrap;gap:0 0.625rem;justify-content:center;width:100%;margin:0 auto auto;text-align:center;letter-spacing:0.28px;color:var(--text-oa-primary,#003da5);font-family:var(--font-family-poppins);font-size:1.75rem;font-weight:500;font-style:normal;line-height:3rem;}.simple-header__title::before{display:flex;width:2.625rem;height:3rem;margin-right:-2.25rem;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='72' fill='none'%3E%3Cpath stroke='%23003DA5' d='M.823 53.865V18.442L31.5.578l30.676 17.71v35.424L31.5 71.423.823 53.865Z' opacity='.5'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:2.625rem 3rem;}@media (width >= 42.5rem){.simple-header__title::before{width:3.5rem;height:4rem;margin-right:-2.875rem;background-size:3.5rem 4rem;}}@media (width >= 64rem){.simple-header__title::before{width:3.9375rem;height:4.5rem;margin-right:-3.125rem;background-size:3.9375rem 4.5rem;}}@media (width >= 42.5rem){.simple-header__title{letter-spacing:0.36px;font-size:2.25rem;line-height:4rem;}}@media (width >= 64rem){.simple-header__title{gap:0 0.75rem;letter-spacing:0.48px;font-size:3rem;line-height:4.5rem;}}.simple-header--with-image .simple-header__title{margin:0 auto 1.5rem;font-size:1.75rem;line-height:2.5rem;}@media (width >= 42.5rem){.simple-header--with-image .simple-header__title{margin:0 auto 1.125rem;font-size:4.5rem;line-height:5rem;}}.simple-header--with-text .simple-header__title{margin-bottom:0;}.simple-header--with-cta{gap:0 1.25rem;}@media (width >= 42.5rem){.simple-header--with-cta{flex-flow:row;flex-wrap:wrap;}}.simple-header--with-cta .breadcrumbs{margin-bottom:0.5rem;margin-left:1rem;}@media (width >= 42.5rem){.simple-header--with-cta .breadcrumbs{margin-top:1.5rem;margin-bottom:inherit;margin-left:1.25rem;}}@media (width >= 64rem){.simple-header--with-cta .breadcrumbs{margin-left:5rem;}}.simple-header--with-cta .simple-header__title{text-align:left;}@media (width >= 42.5rem){.simple-header--with-cta .simple-header__title{max-width:45%;margin-left:1.25rem;}}@media (width >= 64rem){.simple-header--with-cta .simple-header__title{max-width:50%;margin-left:5rem;}}.simple-header__text{margin:0 1rem;text-align:center;color:var(--text-secondary);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3125rem;}@media (width >= 42.5rem){.simple-header__text{font-size:1.125rem;line-height:1.625rem;}}@media (width >= 64rem){.simple-header__text{font-size:1.3125rem;line-height:1.875rem;}}.simple-header--with-cta .simple-header__text{margin-bottom:2.5rem;text-align:left;font-size:1rem;line-height:1.5rem;}@media (width >= 42.5rem){.simple-header--with-cta .simple-header__text{font-size:1.125rem;line-height:1.75rem;}}.simple-header__image{display:flex;overflow:hidden;justify-content:center;margin:0 auto auto;}@media (width >= 42.5rem){.simple-header__image{align-items:center;height:100%;}}.simple-header__content{max-width:51.75rem;margin:0 auto auto;}@media (width >= 42.5rem){.simple-header--with-cta .simple-header__content{max-width:25.4375rem;margin:3.125rem 1.25rem auto auto;}}@media (width >= 64rem){.simple-header--with-cta .simple-header__content{margin:auto 5rem auto auto;}}.simple-header__cta{display:flex;margin:0 1rem 2rem;}.simple-header .breadcrumbs{margin-top:2.5rem;}@media (width >= 42.5rem){.simple-header .breadcrumbs{margin-bottom:3.75rem;}}@media (width >= 64rem){.simple-header{min-height:15.625rem;}}
.sponsor{margin:0 0 2.5rem;padding:0 1rem;gap:0 1.25rem;}.sponsor figure{flex-basis:13.75rem;width:13.75rem;margin:auto;}.sponsor__description{display:flex;flex-flow:column;flex-basis:70%;justify-content:center;color:var(--text-secondary,#494949);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.75rem;}.sponsor__description p{margin:0 0 1.5rem;}.sponsor__link{display:inline-flex;max-width:20rem;margin-right:0;margin-left:auto;}.sponsor__link .link--related{flex:1 1 auto;}@media (width >= 42.5rem){.sponsor{display:flex;margin:0;}}.sponsors-list__items{flex-basis:100%;max-width:87.8125rem;margin:0 auto;}@media (width >= 42.5rem){.sponsors-list__items{margin:2.5rem auto;}}.sponsors-list li{padding:2.5rem 0;border-bottom:1px solid rgba(0,0,0,0.5);}.sponsors-list li:last-child{border-bottom:0;}
.tab-button{padding:0.75rem 1.25rem;cursor:pointer;letter-spacing:-0.72px;color:var(--content-content-secondary,#4e5d6b);border:none;background-color:transparent;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.5rem;}.tab-button[aria-selected="true"]{margin-bottom:-1px;color:var(--text-oa-primary,#003da5);border-bottom:2px solid var(--text-oa-primary);}@media (width >= 42.5rem){.tab-button{font-size:1.125rem;line-height:1.75rem;}}
.tab-content.is-hidden{display:none;}
.tabs{margin:2.5rem auto;padding:0 1rem;}.tabs__buttons{display:flex;flex-wrap:wrap;justify-content:center;margin-block-end:2.5rem;padding-block-start:2.5rem;list-style:none;border-bottom:1px solid var(--border-border-primary,#d9dde1);font-size:0.875rem;line-height:1.5rem;}@media (width >= 42.5rem){.tabs__buttons{column-gap:3rem;font-size:1.125rem;}}.tabs--vertical{display:flex;flex-flow:column-reverse;padding:0 1rem;}@media (width >= 42.5rem){.tabs--vertical{flex-flow:row;gap:2.4375rem;}}.tabs--vertical .tab-content{position:relative;flex:1 1 auto;width:100%;padding-top:70%;}@media (width >= 42.5rem){.tabs--vertical .tab-content{padding-top:46.31%;}}.tabs--vertical .tabs__buttons{flex:1 1 auto;flex-flow:column;width:100%;border-bottom:none;}@media (width >= 42.5rem){.tabs--vertical .tabs__buttons{width:27.125rem;}}.tabs--vertical .tab-button{display:flex;flex:0 1 auto;justify-content:space-between;width:100%;max-width:27.125rem;border-bottom:1px solid var(--neutral-300);}.tabs--vertical .tab-button::after{display:inline-flex;width:1.75rem;height:1.375rem;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='22' fill='none'%3E%3Cpath stroke='%23494949' stroke-linecap='round' stroke-linejoin='round' d='M17.144 14.142a4.45 4.45 0 0 0 0-6.29 4.45 4.45 0 0 0-6.289 0 4.45 4.45 0 0 0 0 6.29 4.445 4.445 0 0 0 6.289 0Z'/%3E%3Cpath stroke='%23494949' stroke-linecap='round' stroke-linejoin='round' d='M.667 11c0 .977.225 1.943.66 2.833C3.573 18.422 8.533 21.371 14 21.371s10.428-2.95 12.673-7.538c.436-.89.66-1.856.66-2.832 0-.977-.224-1.942-.66-2.833C24.429 3.58 19.469.63 14 .63 8.532.63 3.572 3.58 1.328 8.168a6.439 6.439 0 0 0-.661 2.833Z'/%3E%3C/svg%3E");background-repeat:no-repeat no-repeat;background-position:center center;background-size:cover;}.tabs--vertical .tab-button[aria-selected="true"]{border-bottom-width:1px;background:#e4f2f8;}.tabs--vertical .tab-button[aria-selected="true"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='22' fill='none'%3E%3Cpath stroke='%23d52b1e' stroke-linecap='round' stroke-linejoin='round' d='M17.144 14.142a4.45 4.45 0 0 0 0-6.29 4.45 4.45 0 0 0-6.289 0 4.45 4.45 0 0 0 0 6.29 4.445 4.445 0 0 0 6.289 0Z'/%3E%3Cpath stroke='%23d52b1e' stroke-linecap='round' stroke-linejoin='round' d='M.667 11c0 .977.225 1.943.66 2.833C3.573 18.422 8.533 21.371 14 21.371s10.428-2.95 12.673-7.538c.436-.89.66-1.856.66-2.832 0-.977-.224-1.942-.66-2.833C24.429 3.58 19.469.63 14 .63 8.532.63 3.572 3.58 1.328 8.168a6.439 6.439 0 0 0-.661 2.833Z'/%3E%3C/svg%3E");}@media (width >= 106.25rem){.tabs{max-width:110rem;padding:0;}}
.messages{position:relative;display:flex;max-width:48rem;margin:10rem auto;padding:2rem 1rem;gap:1rem;}.messages__content{flex:1;color:var(--neutral-700);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.25rem;}.messages__content a:visited,.messages__content a:link{-webkit-text-decoration:underline;text-decoration:underline;color:var(--neutral-700);font-weight:bold;}.messages__content a:visited:hover,.messages__content a:visited:focus,.messages__content a:link:hover,.messages__content a:link:focus{-webkit-text-decoration:none;text-decoration:none;color:var(--neutral-700);}.messages__icon{position:relative;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;}.messages__icon::after{position:absolute;top:auto;right:auto;bottom:auto;left:auto;width:2rem;height:2rem;content:"";border-radius:100%;background-color:rgba(255,255,255,0.15);}.messages--status .messages__icon{border-radius:100%;background:var(--content-content-success,#17a156);}.messages--status{border:1px solid rgba(255,255,255,0.15);background:radial-gradient(2544.31% 100% at 0% 50%,rgba(23,161,86,0.38) 0%,rgba(23,161,86,0) 100%),rgba(255,255,255,0.8);box-shadow:0 6px 30px 0 rgba(0,0,0,0.12),0 16px 24px 0 rgba(0,0,0,0.14),0 4px 8px 0 rgba(0,0,0,0.25);-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);}.messages--warning .messages__icon{border-radius:100%;background:var(--status-warning-base,#ffc800);}.messages--warning{border:1px solid rgba(255,255,255,0.15);background:radial-gradient(2544.31% 100% at 0% 50%,rgba(255,200,0,0.38) 0%,rgba(255,200,0,0) 100%),rgba(255,255,255,0.8);box-shadow:0 6px 30px 0 rgba(0,0,0,0.12),0 16px 24px 0 rgba(0,0,0,0.14),0 4px 8px 0 rgba(0,0,0,0.25);-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);}.messages--error .messages__icon{border-radius:100%;background:var(--status-error-base,#cd0000);}.messages--error{border:1px solid rgba(255,255,255,0.15);background:radial-gradient(2544.31% 100% at 0% 50%,rgba(205,0,0,0.38) 0%,rgba(205,0,0,0) 100%),rgba(255,255,255,0.8);box-shadow:0 6px 30px 0 rgba(0,0,0,0.12),0 16px 24px 0 rgba(0,0,0,0.14),0 4px 8px 0 rgba(0,0,0,0.25);-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);}.messages__close-button{position:absolute;top:0.5rem;right:0.5rem;width:0.875rem;height:0.875rem;border:none;background:none;}.messages__close-button path{stroke:#838386;}.webform-submission-form .messages.messages--info{background-image:none;}.webform-submission-form .messages.messages--info .messages__close-button svg path{stroke:#31708f;}.webform-submission-form .messages.messages--info .messages__content{color:#31708f;}.webform-submission-form .messages.messages--info .messages__content a:visited,.webform-submission-form .messages.messages--info .messages__content a:link{-webkit-text-decoration:underline;text-decoration:underline;color:#31708f;font-weight:bold;}.webform-submission-form .messages.messages--info .messages__content a:visited:hover,.webform-submission-form .messages.messages--info .messages__content a:visited:focus,.webform-submission-form .messages.messages--info .messages__content a:link:hover,.webform-submission-form .messages.messages--info .messages__content a:link:focus{-webkit-text-decoration:none;text-decoration:none;color:#31708f;}.webform-submission-form .messages.messages--info .messages__icon{border-radius:100%;background-color:#0074bd;}
dialog[open].nevasa-alert-dialog + button{display:none;}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.cookieconsent-optout-marketing{background:rgba(0,0,0,.65);color:white;display:flex;align-items:center;justify-content:center;padding:3rem;}.cookieconsent-optout-marketing[style*="block"]{display:flex !important;}.cookieconsent-optout-marketing__inner{max-width:100%;}.cookieconsent-optout-marketing a{color:currentColor !important;text-decoration:underline !important;}.cookieconsent-optout-marketing a.cookieconsent-optout-marketing__cookiebot-renew{font-weight:bold;}.cookieconsent-optout-marketing__from-src-url{display:block;max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition-duration:150ms;transition-property:max-width;}.cookieconsent-optout-marketing:hover .cookieconsent-optout-marketing__from-src-url,.cookieconsent-optout-marketing:focus-within .cookieconsent-optout-marketing__from-src-url{max-width:100%;}.responsive-embed .cookieconsent-optout-marketing{position:absolute;top:0;left:0;width:100%;height:100%;}
span.ext{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) 2px center no-repeat;}span.mailto{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -20px center no-repeat;}span.tel{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -42px center no-repeat;}svg.ext{width:14px;height:14px;fill:#727272;font-weight:900;}svg.mailto,svg.tel{width:14px;height:14px;fill:#727272;}[data-extlink-placement='prepend'],[data-extlink-placement='before']{padding-right:0.2rem;}[data-extlink-placement='append'],[data-extlink-placement='after']{padding-left:0.2rem;}svg.ext path,svg.mailto path,svg.tel path{stroke:#727272;stroke-width:3;}@media print{svg.ext,svg.mailto,svg.tel,span.ext,span.mailto,span.tel{display:none;padding:0;}}.extlink i{padding-left:0.2em;}.extlink-nobreak{white-space:nowrap;}
a:has(.nevasa-assistant-cart){background:#181818;}.nevasa-assistant-cart{display:flex;align-items:center;position:relative;margin:0 1.25rem;}.nevasa-assistant-cart--count{position:absolute;top:-2px;right:-8px;color:#fff;background:#00B5D9;font-weight:600;font-size:12px;border-radius:50px;border:2px solid #181818;width:22px;height:22px;line-height:22px;display:flex;justify-content:center;align-items:center;}
.paragraph--unpublished{background-color:#fff4f4;}
