/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.ts-control{border:1px solid #d0d0d0;border-radius:3px;box-shadow:none;box-sizing:border-box;display:flex;flex-wrap:wrap;overflow:hidden;padding:8px;position:relative;width:100%;z-index:1}.ts-wrapper.multi.has-items .ts-control{padding:6px 8px 3px}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.focus .ts-control{box-shadow:none}.ts-control>*{display:inline-block;vertical-align:initial}.ts-wrapper.multi .ts-control>div{background:#f2f2f2;border:0 solid #d0d0d0;color:#303030;cursor:pointer;margin:0 3px 3px 0;overflow:auto;padding:2px 6px}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;border:0 solid #cacaca;color:#303030}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{background:#fff;border:0 solid #fff;color:#7d7d7d}.ts-control>input{background:none!important;border:0!important;box-shadow:none!important;display:inline-block!important;flex:1 1 auto;line-height:inherit!important;margin:0!important;max-height:none!important;max-width:100%!important;min-height:0!important;min-width:7rem;padding:0!important;text-indent:0!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{background-color:#fafafa;opacity:.5}.input-hidden .ts-control>input{left:-10000px;opacity:0;position:absolute}.ts-dropdown{background:#fff;border:1px solid #d0d0d0;border-radius:0 0 3px 3px;border-top:0;box-shadow:0 1px 3px rgba(0,0,0,.1);box-sizing:border-box;left:0;margin:.25rem 0 0;position:absolute;top:100%;width:100%;z-index:10}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{cursor:pointer;opacity:1}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0}.ts-dropdown .optgroup-header{background:#fff;color:#303030;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;height:30px;margin:5px 8px;width:30px}.ts-dropdown .spinner:after{animation:lds-dual-ring 1.2s linear infinite;border-color:#d0d0d0 transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:24px;margin:3px;width:24px}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ts-dropdown-content{max-height:200px;overflow:hidden auto;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button:1em}.plugin-clear_button .clear-button{background:transparent!important;cursor:pointer;margin-right:0!important;opacity:0;position:absolute;right:2px;top:50%;transform:translateY(-50%);transition:opacity .5s}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{background:color-mix(#fff,#d0d0d0,85%);border-bottom:1px solid #d0d0d0;border-radius:3px 3px 0 0;padding:10px 8px;position:relative}.ts-wrapper .dropdown-header-close{color:#303030;font-size:20px!important;line-height:20px;margin-top:-12px;opacity:.4;position:absolute;right:8px;top:50%}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{border:1px solid #d0d0d0;box-shadow:none}.plugin-dropdown_input .dropdown-input{background:transparent;border:solid #d0d0d0;border-width:0 0 1px;box-shadow:none;display:block;padding:8px;width:100%}.plugin-dropdown_input .items-placeholder{border:0!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.dropdown-active .items-placeholder,.plugin-dropdown_input.has-items .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0;flex-basis:0;flex-grow:1;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.ts-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}.ts-wrapper.plugin-remove_button .item{align-items:center;display:inline-flex}.ts-wrapper.plugin-remove_button .item .remove{border-radius:0 2px 2px 0;box-sizing:border-box;color:inherit;display:inline-block;padding:0 6px;text-decoration:none;vertical-align:middle}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{font-size:23px;position:absolute;right:0;top:0}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button:0px;--ts-pr-caret:0px;--ts-pr-min:.75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-wrapper{position:relative}.ts-control,.ts-control input,.ts-dropdown{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}
/*# sourceMappingURL=tom-select.min.css.map */
*{padding:0;margin:0;outline:0;box-sizing:border-box}*:before,*:after{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main{display:block}template{display:none}html{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}img,iframe,video,audio,object{max-width:100%}img,iframe{border:0 none}img{height:auto;display:inline-block;vertical-align:middle}img,[style*=background-image]{image-rendering:-webkit-optimize-contrast}b,strong{font-weight:bold}address{font-style:normal}svg:not(:root){overflow:hidden}a,button,input[type=submit],input[type=button],input[type=reset],input[type=file],input[type=image],label[for]{cursor:pointer}a[href^=tel],button[disabled],input[disabled],textarea[disabled],select[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea,a[href^=tel]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}textarea{overflow:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;color:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}button,select{text-transform:none}table{width:100%;border-collapse:collapse;border-spacing:0}nav ul,nav ol{list-style:none outside none}input::-moz-placeholder{color:inherit;opacity:1}input::placeholder{color:inherit;opacity:1}textarea::-moz-placeholder{color:inherit;opacity:1}textarea::placeholder{color:inherit;opacity:1}input:-webkit-autofill{-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px #fff inset}input[type=text],input[type=button],input[type=tel],input[type=email],input[type=submit],input[type=date],input[type=search],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}@font-face{font-family:"Relative";src:url(../Assets/relative-book-webfont-f3153a814c50804e4f7a.woff2) format("woff2"),url(../Assets/relative-book-webfont-9d53fda62ecfbc8d3153.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Relative";src:url(../Assets/relative-bookitalic-webfont-ac2f7da0ac4816e35c87.woff2) format("woff2"),url(../Assets/relative-bookitalic-webfont-ad00e429a5fb0672cb1e.woff) format("woff");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:"Relative";src:url(../Assets/relative-medium-webfont-f8ac6a5c77b12d3470de.woff2) format("woff2"),url(../Assets/relative-medium-webfont-909a2c5d41ace33540a5.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Relative";src:url(../Assets/Relative-Bold-7bc1b431b4aeb90c4f88.woff2) format("woff2"),url(../Assets/Relative-Bold-4dc62b4ab01b7fe4c832.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}html{font-size:62.5%}body{min-width:320px;background:#fff;font-family:"Relative",sans-serif;font-weight:300;font-size:2.2rem;line-height:1.46;color:#000}@media(max-width: 1023px){body{font-size:1.7rem;line-height:1.28}}a{color:inherit;text-decoration:none;transition:color .4s,background .4s}a:hover{text-decoration:none}a[href^=tel]{text-decoration:none}.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6{margin-bottom:calc(1.46em/2);font-weight:500}.h1,h1{font-size:6.5rem}@media(max-width: 1199px){.h1,h1{font-size:4.5rem}}@media(max-width: 1023px){.h1,h1{font-size:3.5rem}}.h2,h2{font-size:3.5rem;line-height:1.2}@media(max-width: 1023px){.h2,h2{font-size:2.5rem;line-height:1.3;letter-spacing:0}}.h3,h3{font-size:2.5rem;color:#e40521}@media(max-width: 1023px){.h3,h3{font-size:2rem}}.h4,h4{font-size:3rem}@media(max-width: 1199px){.h4,h4{font-size:2.6rem}}@media(max-width: 1023px){.h4,h4{font-size:2.2rem}}.h5,h5{font-size:2.2rem}@media(max-width: 1023px){.h5,h5{font-size:2rem}}.h6,h6{font-size:2rem}@media(max-width: 1023px){.h6,h6{font-size:1.8rem}}p,ul,ol,dl,hr,table,blockquote{margin-bottom:1.46em}@media(max-width: 1023px){p{margin-bottom:2.2rem}p:last-child(){margin-bottom:0}}li a,p a,a.btn--secondary{color:#e40521;text-decoration:none;text-underline-position:under;text-decoration-thickness:.1rem;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem}li a:hover,p a:hover,a.btn--secondary:hover{text-decoration:underline}.nav--main li a,nav li a{color:#000;text-decoration:none !important}picture{display:block}h1[class],h2[class],h3[class],h4[class],h5[class],h6[class],h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child,ol:last-child,dl:last-child,table:last-child,blockquote:last-child{margin-bottom:0}@media(min-width: 1025px){a:focus-visible{text-decoration:underline}}.clear:after{content:"";line-height:0;display:table;clear:both}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.notext{white-space:nowrap;text-indent:100%;text-shadow:none;overflow:hidden}.notext-old{font-size:0;line-height:0;text-indent:-4000px}[hidden],.hidden{display:none}[disabled],.disabled{cursor:default}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hidden-xs{display:none !important}.visible-xs-block{display:block !important}.visible-xs-inline{display:inline !important}.visible-xs-inline-block{display:inline-block !important}}@media(min-width: 767.02px)and (max-width: 1023px){.hidden-sm{display:none !important}.visible-sm-block{display:block !important}.visible-sm-inline{display:inline !important}.visible-sm-inline-block{display:inline-block !important}}@media(min-width: 1023.02px)and (max-width: 1199px){.hidden-md{display:none !important}.visible-md-block{display:block !important}.visible-md-inline{display:inline !important}.visible-md-inline-block{display:inline-block !important}}@media(min-width: 1199.02px){.hidden-lg{display:none !important}.visible-lg-block{display:block !important}.visible-lg-inline{display:inline !important}.visible-lg-inline-block{display:inline-block !important}}input:focus::-moz-placeholder{color:#ccc}input:focus::placeholder{color:#ccc}.accordion .accordion__head{position:relative}.accordion .accordion__head:after{content:"";display:inline-block;position:absolute;height:1.1rem;width:2rem;bottom:2.3rem;right:0;background-image:url(../Images/arrow-red.5da3cad08fe5ea394f27.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;pointer-events:none;transform:rotate(-180deg);transition:transform .4s,bottom .4s}.accordion .accordion__head a{padding:.5rem .2rem;display:block;text-decoration:none;color:inherit;font-size:2.3rem;font-weight:bold;margin:0 -0.2rem !important;color:#000;border:.2rem solid rgba(0,0,0,0);border-bottom:.1rem solid #ccc;border-radius:.4rem}@media(min-width: 1025px){.accordion .accordion__head a:focus-visible{border:.2rem solid #e40521}.accordion .accordion__head a:hover{color:#e40521}}@media(max-width: 1023px){.accordion .accordion__head a{padding:.3rem 0;font-size:1.8rem !important;font-weight:500}}.accordion .accordion__body{padding:1.6rem 0;display:none}@media(max-width: 1023px){.accordion .accordion__body{padding:.5rem 0 4rem}}.accordion .accordion__section+.accordion__section{margin-top:2rem}@media(max-width: 1023px){.accordion .accordion__section+.accordion__section{margin-top:1.4rem}}.accordion .is-expanded .accordion__head:after{transform:rotate(0);bottom:1.6rem}.background--grey{background:rgba(242,240,240,.4)}.breadcrumbs{margin-bottom:3rem}.breadcrumbs ul{list-style-type:none;display:flex;align-items:center;flex-flow:row wrap}.breadcrumbs li{margin-bottom:.5rem;margin-right:.2rem;color:#e40521;font-size:1.3rem;position:relative}@media(max-width: 1023px){.breadcrumbs li{margin-right:.2rem}}.breadcrumbs li:not(:nth-child(1)):before{content:">";display:inline-block;font-size:inherit;color:#000;margin-right:.2rem}@media(max-width: 1023px){.breadcrumbs li:not(:nth-child(1)):before{margin-right:.2rem}}.breadcrumbs li:last-child:before{color:#e40521}.breadcrumbs a{text-decoration:none;color:#000;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem}@media(min-width: 1025px){.breadcrumbs a:focus-visible{border:.2rem solid #e40521}}.breadcrumbs a:hover{color:#e40521}.btn{display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Relative",sans-serif;font-weight:500;font-size:1.8rem;color:#e40521;border:.1rem solid rgba(0,0,0,0);border-radius:.2rem;background:rgba(0,0,0,0);transition:background .4s,color .4s,border-color .4s;padding:.6rem 1rem;text-decoration:none;appearance:none;margin-right:.7rem}.btn:hover{text-decoration:none}@media(max-width: 1023px){.btn{padding:.4rem 1.2rem;font-size:1.5rem}}.btn--block{display:block;padding-left:0;padding-right:0}.btn--outline-primary{background:rgba(0,0,0,0);border:.1rem solid #ce2e2e}@media(min-width: 1025px){.btn--outline-primary:hover{background:#e6e6e6;color:#e40521}.btn--outline-primary:focus,.btn--outline-primary:active{background:#e40521;color:#fff;border-color:#e40521}}.btn--primary{background:#e40521;color:#fff;border:.1rem solid #e40521}.btn--primary:hover{background:#e6e6e6;color:#e40521}.btn--primary:focus,.btn--primary:active{background:#fff;color:#e40521;border-color:#e40521}.btn--secondary:hover,.btn--secondary:focus,.btn--secondary:active{text-decoration:underline}.btn--active{background:#e6e6e6;color:#e40521}.cantons{position:relative;padding:4.6rem 0 3.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.cantons{padding:10rem 0 6.6rem}}.cantons .section__inner{display:flex}@media(max-width: 1023px){.cantons .section__inner{flex-flow:column;text-align:center}}.cantons .section__content{flex:0 0 68.1rem}@media(max-width: 1023px){.cantons .section__content{flex:0 0 100%}}.cantons .section__aside{margin-top:1rem;padding-right:1rem;flex:1}@media(max-width: 1023px){.cantons .section__aside{order:2;flex:0 0 calc(100% + 3rem);margin:1.6rem -1.5rem 0}}.cantons .section__aside h2{margin-top:0;margin-bottom:2rem;color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.cantons .section__aside h2{width:100%;position:absolute;top:4.4rem;left:0;text-align:center}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.cantons .section__aside .list--locations{max-width:39rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.cantons .section__map{width:35.8rem;height:22.6rem;order:1}}@media(max-width: 389px){.cantons .section__map{width:25.1rem;height:15.8rem}}@media(max-width: 1023px){.cantons .list--locations li{margin-right:.7rem;padding-left:0;padding-right:.8rem;font-size:2rem;font-weight:500;line-height:1.6}.cantons .list--locations li:before{width:.2rem;height:1.6rem;top:.7rem;left:auto;right:0}}.cantons-map{display:inline-block;width:68.1rem;height:43rem;position:relative}.cantons-map>svg{width:100%;height:100%}.cantons-map>svg path{fill:#e40521}.cantons-map>svg .is-active path,.cantons-map>svg a:hover path{fill:#5f7588}.cantons-map:before{content:"";display:inline-block;background-image:url(../Images/map-background.e0b058d0188222eb9ce7.png);width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:2;pointer-events:none}.cantons .shell-lg .section__inner{display:block;width:100%}.cantons .shell-lg .cantons-map{width:100%;height:auto}.cantons .shell-lg .cantons-map:before{height:98%}.cantons .shell-lg .cantons-map>svg{height:auto}.cards{padding:4rem 0 3rem;margin:0 -2.3rem -2rem;overflow:hidden;display:flex;justify-content:space-between}@media(max-width: 1023px){.cards .cards-inner{margin:0 .5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.cards .cards-inner{margin:0 .5rem}}@media(max-width: 1399px){.cards{margin:0 -1.5rem -2rem}}@media(max-width: 1023px){.cards{display:block;padding:1rem !important}}.cards .cards__card{padding:0 2.3rem;margin-bottom:2rem;flex:0 0 33.33%}@media(max-width: 1399px){.cards .cards__card{padding:0 1.5rem}}@media(max-width: 1023px){.cards .cards__card{padding:0}}.card h3,.card .h3{margin-bottom:1.5rem;color:#000}@media(max-width: 1023px){.card h3,.card .h3{margin-bottom:1.2rem}}.card img{margin-bottom:1.6rem}@media(max-width: 1023px){.card img{max-width:12.6rem;margin:0 auto 1.5rem}}.card .card__inner{height:100%;position:relative;padding:4.7rem 1.5rem 7.4rem;background:#fff;text-align:center}@media(max-width: 1023px){.card .card__inner{padding:4.2rem 1rem 9.4rem}}.card .card__btn{position:absolute;bottom:4.4rem;left:50%;transform:translateX(-50%);min-width:15rem}@media(max-width: 1023px){.card .card__btn{bottom:7.2rem;min-width:auto;padding:.4rem 1.1rem}}.card a:focus-visible{border:none}.checkbox input{display:none}.checkbox input:checked+label:after{display:inline-block}.checkbox label{align-items:center;position:relative;padding-left:4rem;min-height:3.2rem}.checkbox label a{color:#e40521}.checkbox label:before{content:"";display:inline-block;width:2.5rem;height:2.5rem;border-radius:.2rem;border:.1rem solid #e40521;position:absolute;top:.3rem;left:0}.checkbox label:after{content:"";display:none;position:absolute;top:.3rem;left:0;height:2.5rem;width:2.5rem;background-image:url(../Images/close.01c97d692321ce25bee4.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%}.checkboxes ul{list-style-type:none}.checkboxes li+li{margin-top:3.4rem}@media(max-width: 1023px){.checkboxes li+li{margin-top:2rem}}.clearable{background:#fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;border:1px solid #999;padding:3px 18px 3px 4px;border-radius:3px;transition:background .4s}.clearable.x{background-position:right 15px center}.clearable.onX{cursor:pointer}.clearable::-ms-clear{display:none;width:0;height:0}@media(max-width: 1023px){.contacts{font-size:1.8rem;line-height:1.22}}.contacts ul{list-style-type:none}.contacts li+li{margin-top:1.6rem;padding-top:1.5rem;border-top:.1rem solid #e40521}@media(max-width: 1023px){.contacts li+li{margin-top:.9rem;padding-top:.9rem}}.contacts li:last-child{margin-top:1.8rem;border-top:0;padding-top:0}.contacts li small{display:block;font-size:.7em}.contacts a{display:inline-block;text-decoration:none;text-underline-position:under;cursor:pointer;color:#e40521}@media(max-width: 1023px){.contacts a{margin-bottom:0rem}.contacts a:last-child{margin-bottom:0}}.contacts a:hover{text-decoration:underline}.contacts .contacts__row{display:flex;flex-direction:column}.contacts a.contacts__column{font-size:1.6rem;line-height:1.2;white-space:nowrap;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1,.h1{line-height:1.3}@media(max-width: 1023px){h1,.h1{line-height:1.2;margin-top:2rem !important}}h2,.h2{margin-top:3rem;font-size:3.5rem;line-height:1.2}@media(max-width: 1023px){h2,.h2{font-size:2.5rem;line-height:1.3;letter-spacing:0}}h3,.h3{margin-bottom:3.3rem;letter-spacing:-0.02rem;color:#e40521}@media(max-width: 1023px){h3,.h3{margin-bottom:2rem;letter-spacing:0}}.h4{margin-bottom:5.4rem;color:#666;line-height:1.24;font-weight:normal}@media(max-width: 1023px){.h4{margin-bottom:3.4rem;line-height:1.32}}.h6{margin-bottom:0;font-weight:bold}strong{font-weight:500}.mask-content .article__image,.mask-tile .article__image,.mask-text .article__image,.mask-news .article__image,.news-detail .article__image{margin:.5rem 0 3rem}@media(max-width: 1023px){.mask-content .article__image,.mask-tile .article__image,.mask-text .article__image,.mask-news .article__image,.news-detail .article__image{margin:2.5rem 0 0 0}}.mask-content .article__image figcaption,.mask-tile .article__image figcaption,.mask-text .article__image figcaption,.mask-news .article__image figcaption,.news-detail .article__image figcaption{font-size:1.3rem;color:#595959;margin:1rem 0;text-align:right}.mask-content .article__image img,.mask-tile .article__image img,.mask-text .article__image img,.mask-news .article__image img,.news-detail .article__image img{width:100%}.c-anchor{scroll-margin-top:200px}@media(max-width: 1024px){.c-anchor{scroll-margin-top:150px}}.contentblock{margin-bottom:5rem}.contentblock.pb-5{padding-bottom:5rem}.contentblock.background--grey{padding:5rem 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.contentblock{margin-bottom:3rem}.contentblock.background--grey{padding:3rem 0}}.contentblock .section__dropdown-primary{margin-bottom:10.3rem}.contentblock .section__dropdown-primary:last-child{margin-bottom:0}@media(max-width: 1023px){.contentblock .section__dropdown-primary{margin-bottom:5rem}}table.formatted-table{width:100%}table.formatted-table thead tr th{border-bottom:1px solid #d9d9d9;padding-bottom:5px;padding-left:1.5rem;font-weight:600;text-align:left;position:relative}table.formatted-table thead tr th.sorting{cursor:pointer}table.formatted-table thead tr th.sorting:before,table.formatted-table thead tr th.sorting:after{font-size:.8rem;position:absolute;left:0;color:#e40521}table.formatted-table thead tr th.sorting:before{content:"△";bottom:1.7rem}table.formatted-table thead tr th.sorting:after{content:"▽";bottom:.6rem}table.formatted-table thead tr th.sorting.sorting_asc:before{content:"▲";color:#e40521}table.formatted-table thead tr th.sorting.sorting_desc:after{content:"▼";color:#e40521}table.formatted-table tr th,table.formatted-table tr td{padding:1rem 3rem .8rem 0;vertical-align:top !important;line-height:1.2 !important}table.formatted-table tr th span.hidden,table.formatted-table tr td span.hidden{color:rgba(0,0,0,0);width:0px;display:inline-block}table.formatted-table tr th{font-size:1.8rem;hyphens:none}table.formatted-table tr td{font-size:1.7rem}table.formatted-table tr td .file-title{font-weight:600;display:block}table.formatted-table tr td .file-description{display:block}table.formatted-table tr td a{padding:0}table.formatted-table tr td a:hover,table.formatted-table tr td a:focus,table.formatted-table tr td a:active{text-decoration:underline !important;color:#e40521}table.formatted-table tr td.cell-l{width:60%}table.formatted-table tr td.cell-m{width:30%}table.formatted-table tr td.cell-s{width:15%}table.formatted-table tr td.cell-auto{width:auto}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){table.formatted-table tr td{width:100% !important}}table.formatted-table tbody tr{border-bottom:1px solid #f2f0f0}.paginate_button{background:#fff;padding:0}.dataTables_header{display:flex;justify-content:space-between;margin-bottom:3rem}.dataTables_header.--right-aligned{justify-content:end}.dataTables_header .dataTables_filter input,.dataTables_header .ts-control{border:1px solid #e40521;background:#fff;font-size:1.7rem;padding:1rem;width:39rem}.dataTables_header .dataTables_filter input{margin-right:1rem}.dataTables_footer{display:flex;justify-content:center}.dataTables_footer .dataTables_paginate a{padding:.6rem .8rem;font-size:1.7rem}.dataTables_footer .dataTables_paginate a.current{border:.1rem solid #e40521;background-color:#e40521;color:#fff;cursor:auto}.dataTables_footer .dataTables_paginate a:not(.previous){margin-left:.8rem}.dataTables_footer .dataTables_paginate a:not(.disabled):not(.current){border:.1rem solid #e40521;background-color:#fff;cursor:pointer}.dataTables_footer .dataTables_paginate a:not(.disabled):not(.current):hover,.dataTables_footer .dataTables_paginate a:not(.disabled):not(.current):focus,.dataTables_footer .dataTables_paginate a:not(.disabled):not(.current):active{background-color:#e40521;color:#fff}.ts-control{border-radius:0}.ts-control input{font-size:1.7rem !important;color:#000}.ts-control .item{border:1px solid #e40521 !important;background-color:#fff !important}.ts-dropdown{border:1px solid #e40521}.ts-dropdown .option{font-size:1.7rem !important;color:#000}.ts-dropdown .active{background-color:#f2f0f0 !important}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){table tbody,table thead,table tr,table td{display:block}table thead{display:none}.dataTables_header{margin-top:2rem;margin-bottom:0;flex-direction:column}.dataTables_header .dataTables_filter input,.dataTables_header .ts-control{width:100%;margin-bottom:1rem}table tbody tr{padding-bottom:1rem;margin-top:1rem}table tbody tr td{padding:0 !important}table tbody tr td.cell-s{display:inline-block;width:auto !important;margin-right:1rem}}.dropdown-primary{display:flex;align-items:center;flex-flow:row wrap;margin-bottom:5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown-primary{display:block}}.dropdown-primary ul{display:flex;align-items:center;flex-flow:row wrap;list-style-type:none;margin-bottom:-2.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown-primary ul{display:block;margin-bottom:0}}.dropdown-primary ul li{margin-right:3.2rem;margin-bottom:2.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown-primary ul li{margin-right:0;margin-bottom:0}}.dropdown-primary ul .btn{padding:.6rem .8rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown-primary ul .btn{border:0;display:block;text-align:left;font-size:1.8rem;padding:.3rem .8rem}}.dropdown-primary .dropdown-primary__btn{margin-right:3.2rem;padding:.6rem .8rem;margin-bottom:-0.1rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown-primary .dropdown-primary__btn{position:relative;display:block;margin-right:0;text-align:left;z-index:1;font-size:1.8rem;padding:.6rem 3.8rem .6rem .8rem}.dropdown-primary .dropdown-primary__btn:after{content:"";display:inline-block;position:absolute;height:1.1rem;width:2rem;top:1.1rem;right:1.3rem;background-image:url(../Images/arrow-red.5da3cad08fe5ea394f27.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;pointer-events:none;transform:rotate(-180deg);transition:transform .4s}}.dropdown-primary .dropdown-primary__btn.is-expanded:after{transform:rotate(0);top:1.3rem}@media(min-width: 768px){.dropdown-primary .dropdown-primary__inner{display:block !important}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.dropdown-primary .dropdown-primary__inner{display:none;border:.1rem solid #e40521;border-top:0;border-radius:0 0 .2rem .2rem;background:#fff;padding:.3rem 0}}@media(min-width: 1025px){.dropdown-primary .is-current .btn{background:#e40521;color:#fff;border:.1rem solid #e40521}.dropdown-primary .is-current .btn:hover{background:#e6e6e6;color:#e40521}.dropdown-primary .is-current .btn:focus,.dropdown-primary .is-current .btn:active{background:#fff;color:#e40521;border-color:#e40521}}.faq_menu{margin-bottom:6rem}.mask-accordion{padding:0 0 6rem 0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.mask-accordion{padding:2.8rem 0 3.6rem}}.mask-accordion h3,.mask-accordion .h3{margin-bottom:2.3rem}@media(max-width: 1023px){.mask-accordion h3,.mask-accordion .h3{margin-bottom:1.8rem;font-size:2.5rem}}.mask-accordion .dropdown-primary{max-width:78rem;margin-bottom:11.7rem}@media(max-width: 1023px){.mask-accordion .dropdown-primary{margin-bottom:5.7rem}}.field,select.field-alt,body .ts-wrapper.single .ts-control input,body .ts-wrapper.single .ts-control [data-ts-item]{display:block;width:100%;border:.1rem solid #ce2e2e !important;border-radius:.2rem !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:2.2rem !important;font-weight:normal !important;font-family:"Relative",sans-serif;line-height:2 !important;padding:0 2.5rem 0 1.2rem !important;height:4.5rem !important;transition:border-color .4s}.field:focus,.field:focus-visible,select.field-alt:focus,select.field-alt:focus-visible,body .ts-wrapper.single .ts-control input:focus,body .ts-wrapper.single .ts-control input:focus-visible,body .ts-wrapper.single .ts-control [data-ts-item]:focus,body .ts-wrapper.single .ts-control [data-ts-item]:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.field,select.field-alt,body .ts-wrapper.single .ts-control input,body .ts-wrapper.single .ts-control [data-ts-item]{font-size:1.5rem !important;height:3.5rem !important;padding:0 1rem !important}}@media screen and (max-width: 990px){body .ts-wrapper.single .ts-control [data-ts-item]{line-height:2.2 !important}}.field--textarea{display:block;width:100%;border:0;border-bottom:.1rem solid #ce2e2e;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:2.2rem;font-weight:normal;font-family:"Relative",sans-serif;padding:0;height:25.8rem;resize:none;transition:border-color .4s}.field--textarea:focus,.field--textarea:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.field--textarea{font-size:1.7rem;height:26.2rem}}.field--alt{border:0;border-bottom:.1rem solid #ce2e2e;border-radius:0;padding:0;height:3.4rem;transition:border-color .4s}.field--alt:focus,.field--alt:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.field--alt{font-size:1.7rem}}.form__controls.checkbox-field{display:grid;grid-template-columns:1.75em auto}.form-checkboxes{display:flex;flex-wrap:wrap;gap:.5em}.checkbox-field input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:1.3em !important;height:1.3em !important;border:1px solid #E40521;border:1px solid var(--c-red, #E40521);transform:translateY(0.4em);display:grid;place-content:center;cursor:pointer}.checkbox-field input[type=checkbox]:hover,.checkbox-field input[type=checkbox]:focus{background-color:#f5f5f5}.checkbox-field input[type=checkbox]::before{content:"";width:.7em;height:.7em;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #E40521;box-shadow:inset 1em 1em var(--c-red, #E40521);transform-origin:center center;clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)}.checkbox-field input[type=checkbox]:checked::before{transform:scale(1)}.checkbox-field label{line-height:4.5rem}.checkbox-field__count{color:#595959;font-size:.75em;white-space:nowrap}.checkbox-field__count:empty{display:none}.checkbox-field__count.is-empty{color:#ccc}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-fileviews td{padding:0 .5rem !important}.section-fileviews td.file-date,.section-fileviews td.file-type,.section-fileviews td.file-categories{display:none}.section-fileviews td.file-size{color:#595959;font-size:1.5rem}}.footer{position:relative;padding:5.8rem 0;background:#e40521;color:#fff}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer{padding:2.8rem 0 5.4rem}}.footer h3,.footer .h3{margin-bottom:0;font-size:3rem;font-weight:bold;line-height:1.3}@media(max-width: 1023px){.footer h3,.footer .h3{font-size:2.2rem}}.footer p{margin-bottom:2.2rem;font-size:2rem}@media(max-width: 1023px){.footer p{font-size:1.7rem}}.footer p a{text-decoration:none;color:inherit;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem}@media(min-width: 1025px){.footer p a:focus-visible{border:.2rem solid #fff}}.footer p a:hover{text-decoration:underline}.footer .footer__inner{display:flex;justify-content:space-between}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__inner{display:block}}.footer .footer__aside{text-align:right;margin-top:-0.7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__aside{margin-top:7rem;text-align:left}}.footer .footer__socials{margin-bottom:5.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.footer .footer__socials{margin-bottom:2.7rem}}.footer .footer__nav ul{list-style-type:none;margin-right:-0.2rem}.footer .footer__nav li{line-height:1.24}.footer .footer__nav a{padding:0 .2rem;display:inline-block;line-height:1.2;text-decoration:none;font-size:2rem;font-weight:500;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem;color:#fff}@media(min-width: 1025px){.footer .footer__nav a:focus-visible{border:.2rem solid #fff}}.footer .footer__nav a:hover{text-decoration:underline !important}@media(max-width: 1023px){.footer .footer__nav a{font-size:1.7rem}}.footer .footer__contacts h3,.footer .footer__contacts .h3{color:#fff}.footer .footer__contacts ul{list-style-type:none;display:flex;align-items:center;font-size:2rem}@media(max-width: 1023px){.footer .footer__contacts ul{font-size:1.7rem}}.footer .footer__contacts ul li{position:relative}.footer .footer__contacts ul li+li{margin-left:.5rem;padding-left:.8rem}.footer .footer__contacts ul li+li:before{content:"";display:inline-block;width:.2rem;height:1.8rem;background:#fff;position:absolute;top:.5rem;left:0;border-radius:.2rem}@media(max-width: 1023px){.footer .footer__contacts ul li+li:before{top:.4rem;height:1.4rem}}.footer .footer__contacts p{font-weight:500}.footer .footer__links{position:absolute;bottom:5.8rem;right:1.5rem}.footer .footer__links ul{list-style-type:none;display:flex;align-items:center}.footer .footer__links li+li{margin-left:1rem}.footer .footer__links a{display:inline-block;text-decoration:none}.form-search .form__inner{display:flex;align-items:center;margin-bottom:1.3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__inner{flex-flow:row wrap;margin:0 -0.5rem}.form-search .form__inner+.form__inner{margin-top:1.3rem;margin-bottom:0}.form-search .form__inner .form__field.form-checkboxes{width:100%;display:flex;flex-basis:100%;gap:0;padding:0}.form-search .form__inner .form__field.form-checkboxes .form__controls{flex:0 0 50%;padding:0 .5rem;margin-bottom:1.3rem}.form-search .form__inner .form__field.form-checkboxes .form__controls input[type=checkbox]{transform:none}.form-search .form__inner .form__field.form-checkboxes .form__controls label{line-height:inherit}}@media(max-width: 374px){.form-search .form__inner{display:block}.form-search .form__inner .form__field.form-checkboxes{display:block}}.form-search .form__inner+.form__inner{margin-block-start:.5em;justify-content:end;gap:.5em}.form-search .form-checkboxes{gap:1.5rem}.form-search .form__btn{flex:0 0 4.5rem;margin-left:1rem;width:4.5rem;height:4.5rem;border-radius:.2rem;padding:0;display:flex;align-items:center;justify-content:center}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__btn{width:100%;margin:0;display:flex;justify-content:flex-start;padding:0 1rem;font-size:1.5rem;height:3.5rem}}@media(max-width: 374px){.form-search .form__btn{width:100%;flex:0 0 100%;margin:0;justify-content:center}}.form-search .form__btn .ico-search{position:relative;margin-top:0;width:2.4rem;height:2.5rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__btn .ico-search{margin-top:auto;margin:0 .6rem 0 0}}.form-search .form__btn .ico-search img{position:absolute;top:0;left:0;width:100%;height:100%;transition:visibility .4s,opacity .4s}.form-search .form__btn .ico-red,.form-search .form__btn .ico-blue{visibility:hidden;opacity:0}.form-search .form__btn span{display:inline-block;margin-top:.2rem}.form-search .form__btn:focus .ico-red,.form-search .form__btn:focus .ico-blue,.form-search .form__btn:focus-visible .ico-red,.form-search .form__btn:focus-visible .ico-blue,.form-search .form__btn:hover .ico-red,.form-search .form__btn:hover .ico-blue{visibility:visible;opacity:1}.form-search .form__btn:focus .ico-white,.form-search .form__btn:focus-visible .ico-white,.form-search .form__btn:hover .ico-white{visibility:hidden;opacity:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__button{flex:0 0 50%;padding:0 .5rem}}@media(max-width: 374px){.form-search .form__button{padding:0;margin-bottom:1.3rem}}.form-search .form__content{flex:1;display:flex;align-items:center;margin:0 -0.7rem}@media(max-width: 374px){.form-search .form__content{margin:0}}.form-search .form__select{flex:0 0 15.4rem;padding:0 .7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__select{flex:0 0 50%;padding:0 .5rem}}@media(max-width: 374px){.form-search .form__select{padding:0;margin-bottom:1.3rem}}.form-search .form__select .ts-wrapper{position:relative}.form-search .form__select .ts-wrapper:before{content:"";display:inline-block;position:absolute;top:0;right:4.4rem;height:100%;width:.1rem;background:#e40521;pointer-events:none;transition:background .4s;z-index:4}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__select .ts-wrapper:before{right:3.8rem}}.form-search .form__select .ts-wrapper:after{content:"";display:inline-block;position:absolute;top:1.7rem;right:.9rem;height:1.5rem;width:2.8rem;background-image:url(../Images/arrow.0035317d546bca971bc7.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;pointer-events:none;transition:transform .3s;z-index:4}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__select .ts-wrapper:after{height:1.1rem;width:2rem;top:1.3rem;right:1rem}}.form-search .form__select .ts-wrapper.dropdown-active:before{background:#000}.form-search .form__select .ts-wrapper.dropdown-active:after{transform:rotate(180deg)}.form-search .form__field{flex:1;padding:0 .7rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .form__field{flex:0 0 50%;padding:0 .5rem;margin-bottom:1.3rem}}@media(max-width: 374px){.form-search .form__field{padding:0}}.form-search .plugin-clear_button.single .clear-button{right:13px;color:#e40521;font-size:0;z-index:99;height:12px;width:12px;line-height:0;font-family:Arial,sans-serif}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.form-search .plugin-clear_button.single .clear-button{right:7px}}.form-search .plugin-clear_button.single .clear-button:before,.form-search .plugin-clear_button.single .clear-button:after{content:"";position:absolute;top:0;bottom:0;background:#e40521;width:2px;height:100%;transform-origin:center}.form-search .plugin-clear_button.single .clear-button:before{transform:translateX(5px) rotate(-45deg)}.form-search .plugin-clear_button.single .clear-button:after{transform:translateX(5px) rotate(45deg)}.form-search .ts-wrapper.single .ts-control:not(.rtl){padding:0 !important;box-sizing:border-box;border:0;border-radius:0}.form-search .ts-wrapper.single .ts-control [data-ts-item]+input{display:block !important;position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;opacity:0 !important;padding:0 !important;margin:0 !important;border:0 !important}.grid{display:flex;flex-flow:row wrap;margin:0 -2rem -2.8rem}@media(max-width: 1023px){.grid{margin:0 -1.5rem -2.8rem}}.grid .grid__col{max-width:100%;flex:1;padding:0 2rem;margin-bottom:2.8rem}@media(max-width: 1023px){.grid .grid__col{padding:0 1.5rem}}.grid .grid__col--1of2{max-width:50%;flex:0 0 50%}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.grid .grid__col--1of2{max-width:100%;flex:0 0 100%}}.grid .grid__col--1of3{max-width:33.3333333333%;flex:0 0 33.3333333333%}.page__header{margin:5rem 0 3rem 0}@media(max-width: 1023px){.page__header{margin:2rem 0}}.header{position:fixed;top:0;left:0;width:100%;z-index:11;background:#fff}@media(max-width: 1023px){.header{position:relative;padding-top:10.6rem;margin-bottom:3rem}}.header .header__inner{padding:1.5rem 0 2.2rem;position:relative;padding-right:4rem;display:flex;justify-content:space-between}@media(max-width: 1023px){.header .header__inner{border-bottom:.1rem solid #ccc;padding:2.3rem 1.5rem;position:fixed;top:0;left:0;width:100%;z-index:10;background:#fff;display:flex}}@media(max-width: 1023px){.header .header__content{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:10;background:#fff;transform:translateY(-100%);visibility:hidden;opacity:0;transition:transform .4s,visibility .4s,opacity .4s;display:flex;flex-flow:column}}@media(max-width: 1023px){.header .header__content.is-active{transform:translateY(0);visibility:visible;opacity:1}}.header .header__content.is-active .header__nav-wrapper{transform:translateY(0);visibility:visible;opacity:1}.header .header__content-inner{display:flex;align-items:center}@media(max-width: 389px){.header .header__content-inner{flex-flow:row wrap;justify-content:center}}.header .header__nav-lang{padding-right:2.6rem;margin-right:3.2rem;display:flex;align-items:center;min-height:6.3rem;border-right:.1rem solid #ccc}@media(max-width: 1199px){.header .header__nav-lang{margin-right:1.5rem;padding-right:1.5rem}}@media(max-width: 1023px){.header .header__nav-lang{border-right:0;margin:0;padding:0;min-height:5.2rem}}@media(max-width: 389px){.header .header__nav-lang{margin-right:3.4rem;order:1}}.header .header__logo-small{padding-right:2rem;margin-right:1.8rem;display:flex;align-items:center;min-height:6.3rem;border-right:.1rem solid #ccc;display:none}@media(max-width: 1023px){.header .header__logo-small{margin:0 .5rem 0 1rem;padding:0;min-height:5.2rem;border-right:0}}.header .header__nav--primary{padding-right:1rem;margin-right:1rem;display:flex;align-items:center;min-height:6.3rem;border-right:.1rem solid #ccc}@media(max-width: 1023px){.header .header__nav--primary{border-right:0;margin:0 .5rem;padding:0}}.header .header__login{padding-right:2rem;margin-right:3rem;display:flex;align-items:center;min-height:6.3rem;border-right:.1rem solid #ccc}@media(max-width: 1199px){.header .header__login{margin-right:1.5rem;padding-right:1.5rem}}@media(max-width: 1023px){.header .header__login{border-right:0;margin:0;padding:0;min-height:5.2rem}}@media(max-width: 389px){.header .header__login{order:2}}.header .header__login>span{position:relative;top:.2rem}@media(max-width: 1023px){.header .header__login>span{top:0}}.header .header__nav-trigger{position:absolute;top:3.2rem;right:0;z-index:20}@media(max-width: 1023px){.header .header__nav-trigger{top:auto;right:auto;position:relative}}.header .header__nav-secondary{position:absolute;bottom:1.6rem;right:-0.8rem}@media(max-width: 1023px){.header .header__nav-secondary{position:relative;right:auto;bottom:auto;margin:1.3rem 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.header .header__nav-secondary{margin:1rem 0 1.6rem}}.header .header__logo{margin-top:3.6rem;margin-left:-0.6rem}@media(max-width: 1199px){.header .header__logo{max-width:23.6rem;margin-top:3rem}}@media(max-width: 1023px){.header .header__logo{margin-top:0}}.header .header__logo .logo--alt{display:none}.header>.shell{position:relative}.header .header__nav-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;background:#fff;overflow:hidden;transform:translateY(-100%);visibility:hidden;opacity:0;transition:transform .4s,visibility .4s,opacity .4s}.header .header__nav-wrapper:after{content:"";display:inline-block;background-image:url(../Images/logo-background.e6b1d9e1ecba79cadfa8.svg);background-size:cover;background-position:center center;background-repeat:no-repeat;width:100vw;height:100vh;position:absolute;top:0;right:0}.header .header__nav-wrapper-inner{position:relative;z-index:1;overflow-y:auto;overflow-x:hidden;height:100vh;padding:5.6rem 0 4rem}@media(max-width: 1023px){.header .header__nav-wrapper-inner{padding:2.6rem 0 10rem}}.header .header__nav{margin-bottom:4.4rem}@media(max-width: 1023px){.header__content .header__nav-wrapper{transform:translateY(0);visibility:visible;opacity:1}.header__content .header__content-inner{position:absolute;bottom:0;bottom:env(safe-area-inset-bottom);background-color:#fff;width:100%;z-index:20;margin:0;padding:1rem;justify-content:space-between;border-top:.1rem solid #ccc;border-bottom:.1rem solid #ccc}}.hero h3,.hero .h3{margin-bottom:1.9rem;line-height:1.28;letter-spacing:-0.015rem;color:#000}@media(max-width: 1023px){.hero h3,.hero .h3{margin-bottom:1rem;line-height:1.18;letter-spacing:0}}.hero .hero__inner{position:relative;display:flex}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__inner{display:block}}.hero .hero__image{display:block;position:relative;top:0;right:0;bottom:0;flex:0 0 50%;aspect-ratio:5/3;margin-left:auto;order:2;min-height:30rem;z-index:1}.hero .hero__image:before{content:"";display:inline-block;position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../Images/logo-background.e6b1d9e1ecba79cadfa8.svg);background-size:cover;background-position:center center}@media(max-width: 1023px){.hero .hero__image{aspect-ratio:initial}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__image{aspect-ratio:4/3}}.hero .hero__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.hero .hero__content{position:absolute;top:0;height:100%;display:flex;align-items:center;left:0;width:100%;text-align:right;order:1}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__content{position:relative;aspect-ratio:4/3}}.hero .hero__content:before{content:"";display:inline-block;background-image:url(../Images/logo-background.e6b1d9e1ecba79cadfa8.svg);width:50%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.5}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__content:before{width:100%}}.hero .hero__content h3{text-align:left}.hero .hero__content p{text-align:left}.hero .hero__content-inner{position:relative;max-width:50%;z-index:1;padding:2rem 8rem 2rem 0}@media(max-width: 1023px){.hero .hero__content-inner{padding:2rem 2rem 2rem 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero .hero__content-inner{max-width:100%;padding:2.4rem 1.8rem 4.3rem}}.hero .hero__content-inner .btn{margin-right:.8rem}.hero--alt h3,.hero--alt .h3{margin-bottom:.6rem;font-size:2.5rem}@media(max-width: 1023px){.hero--alt h3,.hero--alt .h3{margin-bottom:1.8rem;font-size:2rem}}.hero--alt .hero__content-inner{padding:2rem 4rem 2rem 0;text-align:left}@media(max-width: 1023px){.hero--alt .hero__content-inner{padding:2rem 2rem 2rem 0}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.hero--alt .hero__content-inner{padding:3.4rem 0 3.8rem}}.hero--primary .hero__content:before{background-image:none;background-color:#f2f0f0;opacity:.85}[class*=ico-]{display:inline-block}.ico-phone{width:5.5rem;height:5.5rem}.ico-pencil{width:5.5rem;height:5.5rem}.iub_container h1{display:none}.mask-lead h1,.news-lead h1{margin-bottom:4rem}@media(max-width: 1023px){.mask-lead h1,.news-lead h1{margin-bottom:1.6rem}}.mask-lead p,.news-lead p{font-size:3rem;margin-bottom:5rem;color:#666;line-height:1.2;font-weight:normal}@media(max-width: 1023px){.mask-lead p,.news-lead p{font-size:2.5rem;margin-bottom:2rem}}.link--main{position:relative;color:#e40521;text-decoration:none;text-underline-position:under;text-decoration-thickness:.1rem;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem}@media(min-width: 1025px){.link--main:focus-visible{border:.2rem solid #e40521}}.link--main:hover{text-decoration:underline}a.suisseOsteoLink:before{width:1.7rem;height:1.7rem;background-image:url(../Images/logo-small.8943c9aeefcb5775b560.svg);content:"";background-size:cover;display:inline-block;margin-right:.5rem}a.suisseOsteoLink:hover,a.suisseOsteoLink:focus{color:#e40521}.richtext ul{margin:1rem 0;list-style-type:none}.richtext ul li{position:relative;padding-left:3rem}.richtext ul li:before{content:"";display:inline-block;width:1.3rem;height:.2rem;background:#e40521;position:absolute;top:1.5rem;left:0;border-radius:.2rem}@media(max-width: 1023px){.richtext ul li{padding-left:2.5rem}.richtext ul li:before{top:1rem}}.cantons ul{margin:1rem 0;list-style-type:none}.cantons ul li{position:relative;padding-left:3rem}.cantons ul li:before{content:"";display:inline-block;width:1.3rem;height:.2rem;background:#e40521;position:absolute;top:1.5rem;left:0;border-radius:.2rem}@media(max-width: 1023px){.cantons ul li:last-child:before{display:none}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.cantons ul li:nth-child(3):before,.cantons ul li:nth-child(5):before{display:none}}.cantons ul li+li{margin-top:.5rem}@media(max-width: 1023px){.cantons ul li+li{margin-top:0}}.list--locations{list-style-type:none}@media(max-width: 1023px){.list--locations{display:flex;flex-flow:row wrap;justify-content:center}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.list--locations{max-width:36rem;margin:0 auto !important}}.login{position:relative;padding-right:3rem;text-decoration:underline;font-size:1.5rem;font-weight:500;display:flex;align-items:center;transition:color .2s}@media(min-width: 1025px){.login:focus-visible span{border:.2rem solid #e40521}}.login:hover>span{color:#e40521;text-decoration:none}.login>span{position:relative;display:inline-block;margin-right:.4rem;transition:color .2s;text-decoration:none;text-underline-position:under;text-decoration-thickness:.1rem;padding:.2rem .2rem 0;border-radius:.4rem;border:.2rem solid rgba(0,0,0,0)}@media(max-width: 1023px){.login>span{margin-right:.4rem}}.logo{display:inline-block;border-radius:.4rem;padding:.2rem;border:.2rem solid rgba(0,0,0,0)}@media(min-width: 1025px){.logo:focus-visible{border:.2rem solid #e40521}}.main{padding-top:18rem;padding-bottom:3rem}@media(max-width: 1199px){.main{padding-top:13rem}}@media(max-width: 1023px){.main{padding-top:0}}.mask-event .event-item{padding-top:5rem;padding-bottom:5rem}.mask-event .event-info{font-size:1.7rem;color:#595959;margin-bottom:1.5rem}.mask-event h3{margin-bottom:1.5rem}.mask-event~.mask-event .event-item{border-top:1px solid #f2f0f0}.mask-partners{padding:5rem 0 4rem}@media(max-width: 1023px){.mask-partners{padding:4rem 0 4rem}}.mask-partners .partners{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-bottom:2rem}.mask-partners .partners.last{border-bottom:none}.mask-partners .partners .partner{margin-right:2rem;width:calc(33.3333333333% - 2rem)}.mask-partners .partners .partner:nth-child(3){margin-right:0}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.mask-partners .partners .partner{margin-right:2rem;width:calc(50% - 2rem)}.mask-partners .partners .partner:nth-child(2){margin-right:0}}.mask-partners .partners .partner{margin-bottom:3rem}.mask-partners .partners .partner a.logolink{background-color:#fff;display:block;text-align:center;border:1px solid #ccc;padding:3rem;height:20rem;display:flex;justify-content:center;align-items:center}.mask-partners .partners .partner h4{font-size:1.7rem;margin-top:1.5rem;margin-bottom:.5rem}.mask-partners .partners .partner p.partner-description{font-size:1.7rem}.mask-partners .partners .partner img{max-height:100%;width:auto}.slider .slick-dots{margin-top:.6rem;list-style-type:none;display:flex;align-items:center;justify-content:center}@media(max-width: 1023px){.slider .slick-dots{margin-top:1.3rem}}.slider .slick-dots li+li{margin-left:1rem}@media(max-width: 1023px){.slider .slick-dots li+li{margin-left:.7rem}}.slider .slick-dots button{border:.2rem solid #ccc;border-radius:50%;font-size:0;background:rgba(0,0,0,0);width:1.7rem;height:1.7rem;transition:background .4s,border-color .4s}@media(max-width: 1023px){.slider .slick-dots button{width:1.1rem;height:1.1rem}}@media(min-width: 1025px){.slider .slick-dots button:hover{border-color:#e40521}}.slider .slick-dots .slick-active button{background:#ccc}@media(min-width: 1025px){.slider .slick-dots .slick-active button:focus-visible{background:#e40521;border-color:#e40521}.slider .slick-dots .slick-active button:hover{border-color:#ccc}}@media(max-width: 1023px){.slider--cards{margin-bottom:0 !important}}@media(max-width: 1023px){.slider--cards .slider__slide{height:100%;margin-bottom:0 !important}}@media(max-width: 1023px){.slider--cards .slick-track{display:flex !important}}@media(max-width: 1023px){.slider--cards .slick-slide{height:inherit !important}}@media(max-width: 1023px){.slider--cards .slick-slide>div{height:100%}}@media(max-width: 1023px){.slider--cards .slick-dots{margin-top:0;position:absolute;bottom:2.3rem;left:50%;transform:translateX(-50%)}}.mask-text .mask-text-inner{margin:4.5rem 0}@media(max-width: 1023px){.mask-text .mask-text-inner{margin:2rem 0 3rem}}.mask-video{margin-bottom:4rem}.mask-video figcaption{font-size:1.3rem;color:#595959;margin:1rem 0;text-align:right}@media(max-width: 1023px){.nav li{margin-bottom:.3rem}}.nav a{display:inline-block;text-decoration:none;font-size:3.5rem;font-weight:500;line-height:1.03;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem}@media(min-width: 1025px){.nav a:focus-visible{border:.2rem solid #e40521}.nav a:hover{color:#e40521;text-decoration:none}}@media(max-width: 1199px){.nav a{font-size:2.2rem}}.nav--primary ul{list-style-type:none;display:flex;align-items:center}.nav--primary li:last-child{margin-right:0}@media(max-width: 1023px){.nav--primary li:last-child{margin-right:0}}.nav--primary li+li{margin-left:.7rem}@media(max-width: 1023px){.nav--primary li+li{margin-left:0}}.nav--primary a:not(.btn){padding:.2rem .2rem 0;position:relative;display:inline-block;text-decoration:none;font-size:1.5rem;font-weight:500;transition:color .2s;text-decoration:none;text-underline-position:under;text-decoration-thickness:.1rem;border-radius:.4rem;border:.2rem solid rgba(0,0,0,0)}.nav--primary a:not(.btn):hover{text-decoration:underline;color:#e40521}@media(min-width: 1025px){.nav--primary a:not(.btn):focus-visible{border:.2rem solid #e40521}}@media(max-width: 1023px){.nav--primary a:not(.btn){padding:.2rem .1rem 0}}.nav--primary li .btn{margin-right:1rem;padding:.6rem 1rem;font-size:1.5rem;font-weight:500}@media(max-width: 1199px){.nav--primary li .btn{margin-right:0}}.nav--secondary ul{list-style-type:none;display:flex;align-items:center;justify-content:flex-end}@media(max-width: 1023px){.nav--secondary ul{display:block}}@media(max-width: 1023px){.nav--secondary li{position:relative;padding-left:2.2rem;line-height:1.3;margin-top:.5rem;margin-bottom:.5rem}.nav--secondary li:before{content:"";display:inline-block;width:1.3rem;height:.2rem;background:#e40521;position:absolute;top:1.4rem;left:0;border-radius:.2rem}}.nav--secondary li+li{margin-left:2.1rem}@media(max-width: 1023px){.nav--secondary li+li{margin-left:0}}.nav--secondary a{position:relative;display:inline-block;text-decoration:none;font-size:2rem;font-weight:500;transition:color .2s;padding:.2rem .2rem 0;border-radius:.4rem;border:.2rem solid rgba(0,0,0,0)}.nav--secondary a:before{content:"";display:inline-block;width:0;height:.1rem;background:#e40521;position:absolute;bottom:.2rem;left:50%;transform:translateX(-50%)}.nav--secondary a:hover{color:#e40521}.nav--secondary a:hover:before{width:100%}@media(max-width: 1023px){.nav--secondary a{border:none}}@media(min-width: 1025px){.nav--secondary a:focus-visible{border:.2rem solid #e40521}}@media(max-width: 1023px){.nav--secondary>.shell{padding:0}}.nav--main{display:flex;margin:0 -2.5rem;flex-wrap:wrap}@media(max-width: 1199px){.nav--main{margin:0 -1.5rem}}@media(max-width: 1023px){.nav--main{margin:0;display:block}}.nav--main .nav--main__inner.has-dropdown>div{display:flex;justify-content:space-between;align-items:center}.nav--main .nav--main__inner.has-dropdown>div h2{margin-top:0;width:100%}.nav--main .nav--main__inner.has-dropdown>div>.subnav-toggler{display:none}@media(max-width: 1023px){.nav--main .nav--main__inner.has-dropdown>div>.subnav-toggler{display:block}}.nav--main .nav--main__inner.has-dropdown.is-expanded>h2:before{transform:rotate(0deg);bottom:1rem}.nav--main h2{margin-bottom:0;color:#e40521;letter-spacing:.01rem;line-height:1.1;min-height:8rem}@media(max-width: 1199px){.nav--main h2{font-size:2.8rem;min-height:6rem}}@media(max-width: 1023px){.nav--main h2{font-size:2.2rem;min-height:auto}}@media(max-width: 1023px){.nav--main>div>div{border-bottom:.1rem solid #ccc}}.nav--main>div>div h2 a{display:block;text-decoration:none}@media(max-width: 1023px){.nav--main>div>div h2 a{pointer-events:all;padding:.1rem 0}}.nav--main ul{list-style-type:none}@media(max-width: 1023px){.nav--main ul{display:none}}.nav--main ul div{border-bottom:.1rem solid #ccc}.nav--main ul a{padding:.3rem 0;display:block;font-size:2.5rem;font-weight:500;text-decoration:none;line-height:1.2}@media(min-width: 1025px){.nav--main ul a:hover{color:#e40521;text-decoration:none}}@media(max-width: 1199px){.nav--main ul a{font-size:2.2rem}}@media(max-width: 1023px){.nav--main ul a{padding:.2rem 0;font-size:2rem;line-height:1.24}}.nav--main ul li>ul{display:none}.nav--main ul li>ul a{font-weight:normal;font-size:2rem;padding:.2rem 0;line-height:1.3;letter-spacing:0}@media(max-width: 1199px){.nav--main ul li>ul a{font-size:1.8rem;line-height:1.34}}.nav--main ul li>ul .has-dropdown.is-expanded>a{color:#e40521}.nav--main ul li>ul ul a{position:relative;padding-left:6.6rem;letter-spacing:0}@media(max-width: 1023px){.nav--main ul li>ul ul a{padding:.5rem 0 .5rem 3.4rem;line-height:1.07}}.nav--main ul li>ul ul a:before{content:"";display:inline-block;width:1rem;height:.2rem;background:#e40521;position:absolute;top:1.7rem;left:4.4rem;border-radius:.2rem}@media(max-width: 1023px){.nav--main ul li>ul ul a:before{width:.7rem;top:1.4rem;left:1.9rem}}.nav--main .nav--main__inner{flex:0 0 49%;max-width:49%;padding:2.5rem 2.5rem}@media(max-width: 1199px){.nav--main .nav--main__inner{padding:0 1.5rem}}@media(max-width: 1023px){.nav--main .nav--main__inner{padding:0;max-width:100%}}@media(max-width: 1023px){.nav--main .nav--main__inner+.nav--main__inner{margin-top:3rem}}.nav--main .has-dropdown>div{display:flex;justify-content:space-between;align-items:center}.nav--main .has-dropdown>div .subnav-toggler{cursor:pointer;padding-left:2rem;background-color:rgba(0,0,0,0);border:0}.nav--main .has-dropdown>div .subnav-toggler span{display:block;transform:rotate(180deg);transition:transform .4s;background-image:url(../Images/arrow-red.5da3cad08fe5ea394f27.svg);background-repeat:no-repeat;background-position:center center;background-size:1.5rem;text-indent:-9999px;width:2rem}.nav--main .has-dropdown>div>a{position:relative;width:100%}@media(max-width: 1023px){.nav--main .has-dropdown>div>a{color:#e40521}}.nav--main .has-dropdown.is-expanded>div>.subnav-toggler>span{transform:rotate(0deg)}.nav--main a{border:.2rem solid rgba(0,0,0,0);border-radius:.4rem}@media(min-width: 1025px){.nav--main a:focus-visible{border:.2rem solid #e40521}}.nav-lang ul{list-style-type:none;display:flex;align-items:center}.nav-lang li+li{margin-left:.6rem}@media(max-width: 1023px){.nav-lang li+li{margin-left:.3rem}}.nav-lang a{padding:.2rem .2rem 0;position:relative;display:inline-block;text-decoration:none;font-size:1.5rem;font-weight:500;transition:color .2s;text-decoration:none;text-underline-position:under;text-decoration-thickness:.1rem;border-radius:.4rem;border:.2rem solid rgba(0,0,0,0)}@media(min-width: 1025px){.nav-lang a:focus-visible{border:.2rem solid #e40521}}@media(max-width: 1023px){.nav-lang a{padding:.2rem .1rem 0}}.nav-lang a:hover{text-decoration:underline;color:#e40521}.nav-lang .is-current a{color:#e40521;text-decoration:underline}.nav-trigger{position:relative;display:inline-block;width:3.8rem;height:2.9rem}@media(min-width: 1025px){.nav-trigger:focus-visible span{background:#e40521}}@media(min-width: 1025px){.nav-trigger:hover span{background:#e40521}}.nav-trigger span{position:absolute;display:block;height:.2rem;width:100%;border-radius:.2rem;background:#666;transition:top .2s .25s,opacity .2s .25s,transform .2s 0s,background .2s}.nav-trigger span:nth-child(1){top:0}.nav-trigger span:nth-child(2){top:1.3rem}.nav-trigger span:nth-child(3){top:2.7rem}.nav-trigger--active span{background:#e40521;transition:background .2s,top .2s,opacity .2s,transform .2s .25s}.nav-trigger--active span:nth-child(3),.nav-trigger--active span:nth-child(1){top:1.3rem}.nav-trigger--active span:nth-child(2){opacity:0}.nav-trigger--active span:nth-child(1){transform:rotate(45deg)}.nav-trigger--active span:nth-child(3){transform:rotate(-45deg)}.news-footer{margin-top:5rem;display:flex}.news-date{margin-bottom:2rem}.news-date time{color:#ccc;font-size:1.7rem}.news-footer-col-full{text-align:center;width:100%}.news-footer-col-1{text-align:left;width:50%}.news-footer-col-2{text-align:right;width:50%}.news-categories h2{text-align:center}.news-teaser .news-teaser__inner{position:relative;display:block}@media(min-width: 1025px){.news-teaser .news-teaser__inner:focus-visible h2,.news-teaser .news-teaser__inner:focus-visible .h2{border:.2rem solid #e40521}}.news-teaser .news-teaser__inner:hover .news-teaser__content h2,.news-teaser .news-teaser__inner:hover .news-teaser__content .h2{color:#e40521}.news-teaser .news-teaser__image{padding-top:60.2%;position:relative;top:0;right:0;width:100%;height:100%;opacity:.3}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.news-teaser .news-teaser__image{padding-top:69.5%}}.news-teaser .news-teaser__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.news-teaser .news-teaser__content{position:absolute;top:0;right:0;width:100%;height:100%;z-index:1;padding:1.5rem 1.5rem;text-align:center;display:flex;align-items:center;justify-content:space-around;flex-flow:column}.news-teaser .news-teaser__content h2,.news-teaser .news-teaser__content .h2{max-width:46.9rem;margin:0 auto;transition:color .4s;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem;color:#000}@media(max-width: 1023px){.news-teaser .news-teaser__content h2,.news-teaser .news-teaser__content .h2{margin-bottom:1rem;font-size:2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.news-teaser .news-teaser__content h2,.news-teaser .news-teaser__content .h2{line-height:1.12}}.news-teasers{display:flex;flex-flow:row wrap;margin:0 -1.2rem -3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.news-teasers{display:block}}.news-teasers .news-teaser{flex:0 0 50%;max-width:50%;margin-bottom:3rem;padding:0 1.2rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.news-teasers .news-teaser{max-width:100%}}.osteosearch{margin-bottom:3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch .shell--lg{max-width:100%}}.osteosearch .section__map{max-width:137.6rem;margin:0 auto}@media(max-width: 1023px){.osteosearch .section__map{margin:0 -1.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch .section__map{max-width:100vw;width:100vw}}.osteosearch .section__message{position:absolute;z-index:99;top:calc(50% - 10rem);left:50%;transform:translate(-50%, -50%);text-align:center;color:#ba0119;background-color:#fff;padding:.5rem 1rem;border:1px solid #ba0119}.osteosearch .section__actions{text-align:center;margin-top:50px}.osteosearch .section__actions .hidden{display:none !important}.osteosearch-cards{display:flex;justify-content:space-between;flex-flow:row wrap;margin:0 -2.5rem -4.5rem}@media(max-width: 1199px){.osteosearch-cards{margin:0 -1.5rem -3rem}}@media(max-width: 1399px){.osteosearch-cards{margin:0 -1.5rem -2rem}}@media(max-width: 1023px){.osteosearch-cards{margin:0 0 -2rem;display:block}}.osteosearch-cards .osteosearch-card{flex:0 0 33.33%;max-width:33.33%;padding:0 2.5rem;margin-bottom:2rem}@media(max-width: 1399px){.osteosearch-cards .osteosearch-card{padding:0 1.5rem}}@media(max-width: 1199px){.osteosearch-cards .osteosearch-card{padding:0 1.5rem;margin-bottom:3rem}}@media(max-width: 1023px){.osteosearch-cards .osteosearch-card{flex:0 0 50%;max-width:50%}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch-cards .osteosearch-card{flex:0 0 100%;max-width:100%}}.osteosearch-cards .osteosearch-card .osteosearch-card__inner{padding:2.7rem 3rem 2.4rem;background:#fff;box-shadow:0 .3rem .6rem rgba(0,0,0,.16);border-top:1rem solid #e40521;border-radius:0 0 .6rem .6rem;height:100%;position:relative}.osteosearch-cards .osteosearch-card .osteosearch-card__inner li:before{display:none !important}@media(max-width: 1023px){.osteosearch-cards .osteosearch-card .osteosearch-card__inner{padding:1.5rem 1.7rem 2.8rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch-cards .osteosearch-card .osteosearch-card__inner{height:auto}}.osteosearch-cards .osteosearch-card .pin{position:absolute;right:2rem;bottom:2rem;cursor:pointer}.osteosearch-cards .osteosearch-card .pin:before{content:"";background:#d5bcbc;position:absolute;top:0;left:0;right:0;bottom:0;z-index:5;pointer-events:none;mix-blend-mode:color}.maplibregl-popup-tip{border-bottom-color:#e40521 !important}.osteosearch-map{padding:5rem 0 5rem}@media(max-width: 1023px){.osteosearch-map{padding:0 0 7.3rem}}.osteosearch-map .map-container{position:relative;height:565px;isolation:isolate}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch-map .map-container{height:60vh}}.osteosearch-map .maplibregl-marker g[fill="#3FB1CE"]{fill:#a38a8a}.osteosearch-map .maplibregl-popup{width:100%}.osteosearch-map .maplibregl-popup-content{padding:0;overflow:visible}.osteosearch-map .maplibregl-popup-close-button{color:#e40521;right:1rem;top:1rem;background:#fff !important;border-radius:50%;width:3rem;height:3rem;line-height:1;font-size:30px;z-index:2}.osteosearch-map .maplibregl-marker.active svg g:nth-child(2){fill:#e40521}.osteosearch-map .osteosearch-card--marker{font-size:15px}.osteosearch-map .osteosearch-card--marker small{font-size:13px}.osteosearch-map .osteosearch-card--marker .osteosearch-card__inner{max-height:42rem;overflow-y:auto;overscroll-behavior:contain;padding:1.5rem 1rem 1rem 1rem;background:#fff;box-shadow:0 .3rem .6rem rgba(0,0,0,.16);border-top:1rem solid #e40521;border-radius:0 0 .6rem .6rem;position:relative}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch-map .osteosearch-card--marker .osteosearch-card__inner{max-height:40vh}}.osteosearch-map .osteosearch-card--marker .osteosearch-card__inner::-webkit-scrollbar{width:10px}.osteosearch-map .osteosearch-card--marker .osteosearch-card__inner::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.osteosearch-map .osteosearch-card--marker .osteosearch-card__inner::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px;border:3px solid rgba(0,0,0,0);background-clip:content-box}.osteosearch-map .osteosearch-card--marker .osteosearch-card__inner::-webkit-scrollbar-thumb:hover{background-color:#595959}.osteosearch-map .osteosearch-card--marker .contacts>ul>li:first-child{padding-right:10px}.osteosearch-form h2{text-align:center;margin-bottom:3rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch-form h2{margin-bottom:1rem}}@media(max-width: 374px){.osteosearch-form h2{padding:0}}.osteosearch-form.osteosearch-form-teaser{padding:6rem 0}@media(max-width: 1023px){.osteosearch-form.osteosearch-form-teaser{padding-top:4rem;padding-bottom:4rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.osteosearch-form.osteosearch-form-full{margin-bottom:2rem}}@media(min-width: 1025px){.page-type-region .slider .slick-dots button:hover{border-color:#5f7588}}@media(min-width: 1025px){.page-type-region .slider .slick-dots .slick-active button:focus-visible{background:#5f7588;border-color:#5f7588}}.page-type-region .section-tiles{background:rgba(95,117,136,.4)}.page-type-region .list--locations li:before{background:#5f7588}.page-type-region .cantons-map:before{background-image:url(../Images/map-background-solid.d5fad11d427faa9c9bf0.png)}.page-type-region .cantons-map>svg path{fill:#5f7588}.page-type-region .cantons-map>svg .is-active path,.page-type-region .cantons-map>svg a:hover path{fill:#98abbc}.page-type-region .field{border:.1rem solid #7d919f;transition:border-color .4s}.page-type-region .field:focus,.page-type-region .field:focus-visible{border-color:#e40521}.page-type-region .select:before{background:#7d919f}.page-type-region .select select{border:.1rem solid #7d919f}.page-type-region .select select:focus,.page-type-region .select select:focus-visible{border-color:#e40521}.page-type-region .select.is-focus:before{background:#e40521}.page-type-region .footer{background:#5f7588}.page-type-region .footer p{line-height:1.34}.page-type-region .header .header__nav-lang{padding-right:2.5rem;margin-right:1.5rem}@media(max-width: 1199px){.page-type-region .header .header__nav-lang{padding-right:1.5rem}}@media(max-width: 1023px){.page-type-region .header .header__nav-lang{margin:0;padding:0}}@media(max-width: 374px){.page-type-region .header .header__nav-lang{margin-right:3.4rem}}.page-type-region .header .header__nav-lang .is-current a{text-decoration:underline;color:#e40521}.page-type-region .header .header__nav-lang a:hover{text-decoration:underline;color:#e40521}.page-type-region .header .header__logo-small{display:flex}.page-type-region .header .header__nav--primary a:not(.btn):hover{text-decoration:underline;color:#5f7588}@media(max-width: 1023px){.page-type-region .header .header__nav-secondary li:before{background:#5f7588}}.page-type-region .header .header__nav-secondary a:before{background:#5f7588}.page-type-region .header .header__nav-secondary a:hover{color:#5f7588}@media(min-width: 1025px){.page-type-region .header .header__nav-trigger:hover span{background:#5f7588}}.page-type-region .header .header__nav-trigger.nav-trigger--active span{background:#5f7588}.page-type-region .header .header__login:hover>span{color:#5f7588;text-decoration:underline}.page-type-region .header .header__nav-wrapper .nav--main h2{color:#5f7588}@media(min-width: 1025px){.page-type-region .header .header__nav-wrapper .nav--main ul a:hover{color:#5f7588;text-decoration:none}}.page-type-region .header .header__nav-wrapper .nav--main ul li>ul ul a:before{background:#5f7588}.page-type-region .header .header__nav-wrapper .nav--main ul li>ul .has-dropdown.is-expanded>a{color:#5f7588}.page-type-region .header .header__nav-wrapper .nav--main .has-dropdown>a:before{background-image:url(../Images/arrow.0035317d546bca971bc7.svg)}@media(max-width: 475px){.page-type-region .header .header__content-inner{flex-flow:row wrap;justify-content:center}}@media(max-width: 475px){.page-type-region .header .header__nav-lang{margin-right:3.4rem;order:1}}.page-type-region .header .header__logo .logo--main{display:none}.page-type-region .header .header__logo .logo--alt{display:inline-block}@media(max-width: 475px){.page-type-region .header .header__logo-small{margin:0 3.4rem 0 0;order:2}}@media(max-width: 475px){.page-type-region .header .header__login{order:3}}@media(max-width: 475px){.page-type-region .header .header__nav--primary{order:4;flex:0 0 100%;justify-content:center;min-height:auto;padding-bottom:2rem}}.page-type-region .btn--primary{background:#5f7588;border:.1rem solid #5f7588;color:#fff}.page-type-region .btn--primary:hover{background:#e6e6e6;color:#5f7588}.page-type-region .btn--primary:focus,.page-type-region .btn--primary:active{background:#fff;color:#5f7588;border-color:#5f7588}.paging{display:flex;align-items:center;justify-content:center}.paging ul{margin:0 .5rem;list-style-type:none;display:flex;align-items:center;justify-content:center}.paging li+li{margin-left:.6rem}.paging a{display:inline-block;font-size:2.2rem;font-weight:500;color:#666;border:.2rem solid rgba(0,0,0,0);border-radius:.4rem;min-height:3rem}.paging a.paging__next{rotate:-90deg}.paging a.paging__prev{rotate:90deg}@media(min-width: 1025px){.paging a:focus-visible{border:.2rem solid #e40521}}@media(max-width: 1023px){.paging a{font-size:1.7rem;min-height:auto}}.paging a:hover{color:#e40521}.paging .is-active a{color:#e40521}.paging .paginationjs-prev,.paging .paginationjs-next{position:relative;display:inline-block;width:2.3rem;height:3rem;transition:opacity .4s}@media(max-width: 1023px){.paging .paginationjs-prev,.paging .paginationjs-next{top:0;width:1.6rem;height:1.6rem}}.paging .paginationjs-prev:hover,.paging .paginationjs-next:hover{opacity:.6}.paging .paginationjs-prev img,.paging .paginationjs-next img{display:inline-block;position:absolute;top:.3rem;left:-0.5rem;transform:rotate(90deg);transform-origin:bottom center}@media(max-width: 1023px){.paging .paginationjs-prev img,.paging .paginationjs-next img{top:-0.1rem;left:-0.3rem}}.paging .paginationjs-next img{transform:rotate(-90deg);transform-origin:top right;left:-1.4rem}@media(max-width: 1023px){.paging .paginationjs-next img{left:-1rem}}.person{display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #ccc}.person.last{border-bottom:none}.person .portrait,.person .details{width:48%}.person p{margin-bottom:0}.person .maininfo{margin-bottom:1rem}.powermail_form .h3,.powermail_form h3{margin-bottom:5.2rem;font-size:3.5rem;line-height:1.2;color:#000}@media(max-width: 1023px){.powermail_form .h3,.powermail_form h3{margin-bottom:3.8rem;font-size:2.5rem;line-height:1.3;letter-spacing:0}}.powermail_form .powermail_legend{margin-bottom:4.6rem;font-size:2.5rem;font-weight:500;color:#e40521;flex:0 0 100%;padding:0 2rem}@media(max-width: 1023px){.powermail_form .powermail_legend{margin-bottom:1.8rem;padding:0 1.5rem;font-size:2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_legend{padding:0}}.powermail_form .powermail_fieldset{border:0;display:flex;flex-flow:row wrap;margin:0 -2rem}@media(max-width: 1023px){.powermail_form .powermail_fieldset{margin:0 -1.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_fieldset{margin:0}}.powermail_form .powermail_input,.powermail_form .powermail_password,.powermail_form .powermail_captcha{display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:2.2rem;font-weight:normal;font-family:"Relative",sans-serif;border:0;border-bottom:.1rem solid #ce2e2e;border-radius:0;padding:0;height:3.4rem;transition:border-color .4s}.powermail_form .powermail_input:focus,.powermail_form .powermail_input:focus-visible,.powermail_form .powermail_password:focus,.powermail_form .powermail_password:focus-visible,.powermail_form .powermail_captcha:focus,.powermail_form .powermail_captcha:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_input,.powermail_form .powermail_password,.powermail_form .powermail_captcha{height:3.5rem;padding:0 1rem;font-size:1.7rem}}.powermail_form .powermail_textarea{display:block;width:100%;border:0;border:.1rem solid #ce2e2e;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:2.2rem;font-weight:normal;font-family:"Relative",sans-serif;padding:1rem;height:25.8rem;resize:none;transition:border-color .4s}.powermail_form .powermail_textarea:focus,.powermail_form .powermail_textarea:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_textarea{font-size:1.7rem;height:26.2rem}}.powermail_form .powermail_fieldwrap{margin-bottom:4.8rem;flex:0 0 100%;padding:0 2rem}@media(max-width: 1023px){.powermail_form .powermail_fieldwrap{margin-bottom:3.7rem;padding:0 1.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_fieldwrap{padding:0}}.powermail_form .powermail_fieldwrap_type_input,.powermail_form .powermail_fieldwrap_type_date,.powermail_form .powermail_fieldwrap_type_captcha,.powermail_form .powermail_fieldwrap_password{flex:0 0 50%}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_fieldwrap_type_input,.powermail_form .powermail_fieldwrap_type_date,.powermail_form .powermail_fieldwrap_type_captcha,.powermail_form .powermail_fieldwrap_password{flex:0 0 100%}}.powermail_form .powermail_fieldwrap_type_textarea,.powermail_form .powermail_fieldwrap_type_select{flex:0 0 100%;max-width:72rem}.powermail_form .powermail_fieldwrap_type_input,.powermail_form .powermail_fieldwrap_type_password{position:relative}.powermail_form .powermail_fieldwrap_type_input.is-active .powermail_label,.powermail_form .powermail_fieldwrap_type_password.is-active .powermail_label{transform:translateY(-2rem) scale(0.7);transform-origin:top left}.powermail_form .powermail_fieldwrap_type_textarea{position:relative}.powermail_form .powermail_fieldwrap_type_textarea.is-active .powermail_label{transform:translateX(-1rem) translateY(-3.5rem) scale(0.7);transform-origin:top left}.powermail_form .powermail_fieldwrap_type_input .powermail_label,.powermail_form .powermail_fieldwrap_type_password .powermail_label{position:absolute;top:0;left:2rem;transition:transform .2s}@media(max-width: 1023px){.powermail_form .powermail_fieldwrap_type_input .powermail_label,.powermail_form .powermail_fieldwrap_type_password .powermail_label{left:1.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_fieldwrap_type_input .powermail_label,.powermail_form .powermail_fieldwrap_type_password .powermail_label{left:0}}.powermail_form .powermail_fieldwrap_type_textarea .powermail_label{position:absolute;top:1rem;left:3rem;transition:transform .2s}@media(max-width: 1023px){.powermail_form .powermail_fieldwrap_type_textarea .powermail_label{left:1.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_fieldwrap_type_textarea .powermail_label{left:0}}.powermail_form .powermail_fieldset+.powermail_fieldset{margin-top:3rem}.powermail_form .powermail_fieldwrap_upload input{display:block;width:100%;max-width:100%}.powermail_form .powermail_fieldwrap_captcha,.powermail_form .powermail_captcha{margin-bottom:2rem}.powermail_form .powermail_submit{display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Relative",sans-serif;font-weight:500;font-size:1.8rem;background:#e40521;color:#fff;border:.1rem solid #e40521;border-radius:.2rem;transition:background .4s,color .4s,border-color .4s;padding:.6rem 1rem;text-decoration:none;appearance:none}.powermail_form .powermail_submit:hover{text-decoration:none;background:#e6e6e6;color:#e40521}.powermail_form .powermail_submit:focus,.powermail_form .powermail_submit:active{background:#fff;color:#e40521;border-color:#e40521}@media(max-width: 1023px){.powermail_form .powermail_submit{padding:.4rem 1.2rem;font-size:1.5rem}}.powermail_form .powermail_fieldwrap_type_select{position:relative;position:relative}.powermail_form .powermail_fieldwrap_type_select:after{content:"";display:inline-block;position:absolute;height:1.1rem;width:2rem;bottom:1rem;right:2rem;background-image:url(../Images/arrow-red.5da3cad08fe5ea394f27.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;pointer-events:none;transform:rotate(-180deg);transition:transform .4s,bottom .4s}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_fieldwrap_type_select:after{right:0}}.powermail_form .powermail_fieldwrap_type_select label,.powermail_form .powermail_fieldwrap_type_file label,.powermail_form .powermail_fieldwrap_type_check label{margin-bottom:.4rem;display:block;width:100%}.powermail_form .powermail_fieldwrap_type_check label,.powermail_form .powermail_fieldwrap_type_file label{margin-bottom:1rem}.powermail_form .powermail_select{display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:2.2rem;font-weight:normal;font-family:"Relative",sans-serif;border:0;border-bottom:.1rem solid #ce2e2e;border-radius:0;padding:0;height:4rem;transition:border-color .4s;background:rgba(0,0,0,0)}.powermail_form .powermail_select:focus,.powermail_form .powermail_select:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_select{height:3.5rem;padding:0;font-size:1.7rem}}.powermail_form .powermail_fieldwrap_type_date label{display:block}.powermail_form .powermail_date{display:block;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:2.2rem;font-weight:normal;font-family:"Relative",sans-serif;border:0;border-bottom:.1rem solid #ce2e2e;border-radius:0;padding:0;height:4rem;transition:border-color .4s}.powermail_form .powermail_date:focus,.powermail_form .powermail_date:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.powermail_form .powermail_date{height:3.5rem;padding:0;font-size:1.7rem}}.powermail_form input[type=date]::-webkit-inner-spin-button,.powermail_form input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none}.powermail_form input[type=file]::file-selector-button{display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:"Relative",sans-serif;font-weight:500;font-size:1.8rem;color:#e40521;border-radius:.2rem;border:.1rem solid #e40521;padding:.6rem 1rem;text-decoration:none;background:#e40521;color:#fff;transition:background .4s,color .4s,border-color .4s;appearance:none}.powermail_form input[type=file]::file-selector-button:hover{background:#e6e6e6;color:#e40521}.powermail_form input[type=file]::file-selector-button:focus,.powermail_form input[type=file]::file-selector-button:active{background:#fff;color:#e40521;border-color:#e40521}@media(max-width: 1023px){.powermail_form input[type=file]::file-selector-button{padding:.4rem 1.2rem;font-size:1.5rem}}.powermail_form .checkbox.is-active label:after,.powermail_form .radio.is-active label:after{display:inline-block}.powermail_form .powermail-errors-list{margin-top:1rem}.powermail_form .powermail-errors-list li{list-style-type:none;font-size:1.6rem;color:#e40521}.radio input{display:none}.radio input:checked+label:after{display:inline-block}.radio label{display:flex;align-items:center;position:relative;padding-left:4rem;min-height:3.2rem}.radio label:before{content:"";display:inline-block;width:2.5rem;height:2.5rem;border-radius:50%;border:.1rem solid #e40521;position:absolute;top:.3rem;left:0}.radio label:after{content:"";display:none;position:absolute;top:1rem;left:.7rem;height:1.1rem;width:1.1rem;border-radius:50%;border:.1rem solid #e40521}.section-about{padding:7.4rem 0 7.9rem}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.section-about{padding:2.4rem 0 5.7rem}}.section-about h2{margin-bottom:3.4rem}@media(max-width: 1023px){.section-about h2{margin-bottom:1.5rem}}.section-about p{letter-spacing:-0.012rem}@media(max-width: 1023px){.section-about p{letter-spacing:0}}.select{position:relative}.select:before{content:"";display:inline-block;position:absolute;top:0;right:4.4rem;height:100%;width:.1rem;background:#e40521;pointer-events:none;transition:background .4s}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.select:before{right:3.8rem}}.select:after{content:"";display:inline-block;position:absolute;top:1.7rem;right:.9rem;height:1.5rem;width:2.8rem;background-image:url(../Images/arrow.0035317d546bca971bc7.svg);background-repeat:no-repeat;background-position:center center;background-size:100% 100%;pointer-events:none}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.select:after{height:1.1rem;width:2rem;top:1.3rem;right:1rem}}.select select::-ms-expand{display:none}.select select{display:block;width:100%;border:.1rem solid #ce2e2e;border-radius:.2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:2rem;font-weight:normal;font-family:"Relative",sans-serif;padding:0 4.4rem 0 1.2rem;height:4.5rem;transition:border-color .4s;background:#fff}.select select:focus,.select select:focus-visible{border-color:#000}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.select select{font-size:1.5rem;height:3.5rem;padding:0 1rem}}.select.is-focus:before{background:#000}.shell{max-width:calc(102.4rem + 1.5rem*2);padding-left:1.5rem;padding-right:1.5rem;margin:auto;width:100%}.shell--fluid{max-width:none}.shell--lg{max-width:152.6rem}.shell--md{max-width:128.4rem}.skip-link-wrapper{position:relative}.skip-link-wrapper .skip-link{position:fixed;top:0;left:0;font-size:1.7rem;font-weight:900;min-width:18.5rem;padding:1.2rem 1.7rem;border-width:.2rem;border-radius:0 0 .4rem 0;background-color:#e40521;border-color:#e40521;color:#fff;text-decoration:none;text-align:center;transform:translateY(-120%);z-index:1000;transition:transform .2s,background .4s,color .4s}@media(max-width: 1199px){.skip-link-wrapper .skip-link{min-width:auto}}@media(max-width: 1023px){.skip-link-wrapper .skip-link{padding:.9rem 1.5rem;font-size:1.5rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.skip-link-wrapper .skip-link{padding:.8rem 1rem;min-width:auto;font-size:1.4rem}}.skip-link-wrapper .skip-link:hover{background:#e6e6e6;color:#e40521}.skip-link-wrapper .skip-link:focus,.skip-link-wrapper .skip-link:focus-visible{transform:translateX(0)}.socials p{margin-bottom:1rem;font-weight:500}.socials ul{list-style-type:none;display:flex;align-items:center;justify-content:flex-end}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.socials ul{justify-content:flex-start}}.socials li+li{margin-left:.8rem}.socials a{display:inline-block;text-decoration:none;transition:opacity .4s}.socials a:focus-visible{opacity:.6}.socials a:hover{opacity:.6}.tile h3,.tile .h3{margin-bottom:1.5rem;color:#000}@media(max-width: 1023px){.tile h3,.tile .h3{margin-bottom:1.2rem}}.tile p{letter-spacing:-0.01rem}.tile img{margin-bottom:1.6rem}@media(max-width: 1023px){.tile img{max-width:12.6rem;margin:0 auto 1.5rem}}.tile .tile__inner{height:100%;position:relative;padding:4.7rem 1.5rem 7.4rem;background:#fff;text-align:center}@media(max-width: 1023px){.tile .tile__inner{padding:4.2rem 1rem 9.4rem}}.tile .tile__btn{position:absolute;bottom:4.4rem;left:50%;transform:translateX(-50%);min-width:15rem}@media(max-width: 1023px){.tile .tile__btn{bottom:7.2rem;min-width:auto;padding:.4rem 1.1rem}}.tile h3,.tile h4,.tile h5{color:#e40521}.tile{border:.1rem solid #e40521;background:#fff;border-radius:.2rem;padding:4.4rem 5.8rem 4.6rem;margin-bottom:4rem}@media(max-width: 1023px){.tile{padding:2.4rem 1.4rem 2.7rem}}.tooltip{display:none;position:absolute;padding:.3rem 1.1rem;background:#fff;font-size:1.5rem;font-weight:bold;border:.1rem solid #98abbc;border-radius:.2rem;z-index:2}@media(max-width: 1399px){.tooltip{padding:.2rem .6rem;font-size:1.2rem}}@media(max-width: 767px),screen and (max-width: 812px)and (orientation: landscape){.tooltip{padding:.2rem .4rem .1rem;font-size:.9rem}}.wrapper{position:relative;min-height:100vh}.wrapper--alt .header .header__inner{border-bottom:.1rem solid #ccc}
