﻿@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular, 400);line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr video,.plyr audio,.plyr iframe{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui *::after,.plyr--full-ui *::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:var(--plyr-badge-background, hsl(216deg, 15%, 34%));border-radius:var(--plyr-badge-border-radius, 2px);color:var(--plyr-badge-text-color, #fff);font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small, 13px);left:0;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:var(--plyr-font-size-base, 15px);padding:calc(var(--plyr-control-spacing, 10px) * 2)}}@media(min-width: 768px){.plyr__captions{font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4))}.plyr__caption{background:var(--plyr-captions-background, rgba(0, 0, 0, 0.8));border-radius:2px;box-decoration-break:clone;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:rgba(0,0,0,0);border:0;border-radius:var(--plyr-control-radius, 3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px) * 0.7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__control.plyr__control--pressed .label--not-pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(var(--plyr-control-spacing, 10px) / 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=pip],.plyr [data-plyr=airplay],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--pip-supported [data-plyr=pip],.plyr--airplay-supported [data-plyr=airplay],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));border-radius:4px;bottom:100%;box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:var(--plyr-menu-arrow-size, 4px) solid rgba(0,0,0,0);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));content:"";height:0;position:absolute;right:calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));display:flex;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:var(--plyr-menu-item-arrow-size, 4px) solid rgba(0,0,0,0);content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular, 400);margin:calc(var(--plyr-control-spacing, 10px) * 0.7);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);position:relative;width:calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));left:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back::before{background:var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container .plyr__control[role=menuitemradio]::before,.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:var(--plyr-control-spacing, 10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2)*-1);overflow:hidden;padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px) * 2);color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));display:block;height:calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);transition:box-shadow .3s ease;user-select:none;background-image:linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);appearance:none;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1)}.plyr--full-ui input[type=range]::-moz-range-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);transition:box-shadow .3s ease;user-select:none;color:rgba(0,0,0,0)}.plyr--full-ui input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);transition:box-shadow .3s ease;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:"⁄";margin-right:var(--plyr-control-spacing, 10px)}@media(max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-small, 13px);font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);pointer-events:none;position:absolute;transform:translate(-50%, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0, 10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0, 10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px) * 0.5);margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px) * -0.5);margin-right:calc(var(--plyr-range-thumb-height, 13px) * -0.5);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:100px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc((var(--plyr-range-track-height, 5px) / 2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:rgba(0,0,0,0)}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:rgba(0,0,0,0)}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background, #fff);border-radius:1px;height:var(--plyr-range-track-height, 5px);position:absolute;top:50%;transform:translate(-50%, -50%);width:var(--plyr-progress-marker-width, 3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:calc(var(--plyr-control-spacing, 10px) / 2);margin-right:calc(var(--plyr-control-spacing, 10px) / 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr--video{background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio: 16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(var(--plyr-control-spacing, 10px) / 2);padding-top:calc(var(--plyr-control-spacing, 10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing, 10px);padding-top:calc(var(--plyr-control-spacing, 10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));border:0;border-radius:100%;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(var(--plyr-control-spacing, 10px) * 1.5);position:absolute;top:50%;transform:translate(-50%, -50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:hover,.plyr__control--overlaid:focus{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads:empty::after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height, 5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container::after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container::after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #CB333B;--bs-secondary: #FE8E3E;--bs-primary-rgb: 203, 51, 59;--bs-secondary-rgb: 254, 142, 62;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:0.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:0.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x, 0.5rem);padding-left:var(--bs-gutter-x, 0.5rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 1024px){.container-lg,.container-md,.container-sm,.container{max-width:980px}}@media(min-width: 1280px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1200px}}@media(min-width: 1440px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1440px}}.row{--bs-gutter-x: 1rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.5rem}.g-1,.gy-1{--bs-gutter-y: 0.5rem}.g-2,.gx-2{--bs-gutter-x: 1rem}.g-2,.gy-2{--bs-gutter-y: 1rem}.g-3,.gx-3{--bs-gutter-x: 2.5rem}.g-3,.gy-3{--bs-gutter-y: 2.5rem}.g-4,.gx-4{--bs-gutter-x: 3rem}.g-4,.gy-4{--bs-gutter-y: 3rem}.g-5,.gx-5{--bs-gutter-x: 4rem}.g-5,.gy-5{--bs-gutter-y: 4rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.5rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.5rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 1rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 1rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 2.5rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 2.5rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 3rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 3rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 4rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 4rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.5rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.5rem}.g-md-2,.gx-md-2{--bs-gutter-x: 1rem}.g-md-2,.gy-md-2{--bs-gutter-y: 1rem}.g-md-3,.gx-md-3{--bs-gutter-x: 2.5rem}.g-md-3,.gy-md-3{--bs-gutter-y: 2.5rem}.g-md-4,.gx-md-4{--bs-gutter-x: 3rem}.g-md-4,.gy-md-4{--bs-gutter-y: 3rem}.g-md-5,.gx-md-5{--bs-gutter-x: 4rem}.g-md-5,.gy-md-5{--bs-gutter-y: 4rem}}@media(min-width: 1024px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.5rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.5rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 1rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 1rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 2.5rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 2.5rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 3rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 3rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 4rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 4rem}}@media(min-width: 1280px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.5rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.5rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 1rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 1rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 2.5rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 2.5rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 3rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 3rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 4rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 4rem}}@media(min-width: 1440px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.5rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.5rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 1rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 1rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 2.5rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 2.5rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 3rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 3rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 4rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 4rem}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:rgba(0,0,0,0);appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-1rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-1rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1024px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1280px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1440px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:0.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#cb333b !important}.border-secondary{border-color:#fe8e3e !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:.5rem !important}.gap-2{gap:1rem !important}.gap-3{gap:2.5rem !important}.gap-4{gap:3rem !important}.gap-5{gap:4rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.5rem !important}.m-2{margin:1rem !important}.m-3{margin:2.5rem !important}.m-4{margin:3rem !important}.m-5{margin:4rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.5rem !important;margin-left:.5rem !important}.mx-2{margin-right:1rem !important;margin-left:1rem !important}.mx-3{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-4{margin-right:3rem !important;margin-left:3rem !important}.mx-5{margin-right:4rem !important;margin-left:4rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-2{margin-top:1rem !important;margin-bottom:1rem !important}.my-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-4{margin-top:3rem !important;margin-bottom:3rem !important}.my-5{margin-top:4rem !important;margin-bottom:4rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.5rem !important}.mt-2{margin-top:1rem !important}.mt-3{margin-top:2.5rem !important}.mt-4{margin-top:3rem !important}.mt-5{margin-top:4rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.5rem !important}.me-2{margin-right:1rem !important}.me-3{margin-right:2.5rem !important}.me-4{margin-right:3rem !important}.me-5{margin-right:4rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.5rem !important}.mb-2{margin-bottom:1rem !important}.mb-3{margin-bottom:2.5rem !important}.mb-4{margin-bottom:3rem !important}.mb-5{margin-bottom:4rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.5rem !important}.ms-2{margin-left:1rem !important}.ms-3{margin-left:2.5rem !important}.ms-4{margin-left:3rem !important}.ms-5{margin-left:4rem !important}.ms-auto{margin-left:auto !important}.m-n1{margin:-0.5rem !important}.m-n2{margin:-1rem !important}.m-n3{margin:-2.5rem !important}.m-n4{margin:-3rem !important}.m-n5{margin:-4rem !important}.mx-n1{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n2{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n3{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-n4{margin-right:-3rem !important;margin-left:-3rem !important}.mx-n5{margin-right:-4rem !important;margin-left:-4rem !important}.my-n1{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n2{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n3{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-n4{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-n5{margin-top:-4rem !important;margin-bottom:-4rem !important}.mt-n1{margin-top:-0.5rem !important}.mt-n2{margin-top:-1rem !important}.mt-n3{margin-top:-2.5rem !important}.mt-n4{margin-top:-3rem !important}.mt-n5{margin-top:-4rem !important}.me-n1{margin-right:-0.5rem !important}.me-n2{margin-right:-1rem !important}.me-n3{margin-right:-2.5rem !important}.me-n4{margin-right:-3rem !important}.me-n5{margin-right:-4rem !important}.mb-n1{margin-bottom:-0.5rem !important}.mb-n2{margin-bottom:-1rem !important}.mb-n3{margin-bottom:-2.5rem !important}.mb-n4{margin-bottom:-3rem !important}.mb-n5{margin-bottom:-4rem !important}.ms-n1{margin-left:-0.5rem !important}.ms-n2{margin-left:-1rem !important}.ms-n3{margin-left:-2.5rem !important}.ms-n4{margin-left:-3rem !important}.ms-n5{margin-left:-4rem !important}.p-0{padding:0 !important}.p-1{padding:.5rem !important}.p-2{padding:1rem !important}.p-3{padding:2.5rem !important}.p-4{padding:3rem !important}.p-5{padding:4rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.5rem !important;padding-left:.5rem !important}.px-2{padding-right:1rem !important;padding-left:1rem !important}.px-3{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-4{padding-right:3rem !important;padding-left:3rem !important}.px-5{padding-right:4rem !important;padding-left:4rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-2{padding-top:1rem !important;padding-bottom:1rem !important}.py-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-4{padding-top:3rem !important;padding-bottom:3rem !important}.py-5{padding-top:4rem !important;padding-bottom:4rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.5rem !important}.pt-2{padding-top:1rem !important}.pt-3{padding-top:2.5rem !important}.pt-4{padding-top:3rem !important}.pt-5{padding-top:4rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.5rem !important}.pe-2{padding-right:1rem !important}.pe-3{padding-right:2.5rem !important}.pe-4{padding-right:3rem !important}.pe-5{padding-right:4rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.5rem !important}.pb-2{padding-bottom:1rem !important}.pb-3{padding-bottom:2.5rem !important}.pb-4{padding-bottom:3rem !important}.pb-5{padding-bottom:4rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.5rem !important}.ps-2{padding-left:1rem !important}.ps-3{padding-left:2.5rem !important}.ps-4{padding-left:3rem !important}.ps-5{padding-left:4rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:.25rem !important}.rounded-3{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.5rem !important}.gap-sm-2{gap:1rem !important}.gap-sm-3{gap:2.5rem !important}.gap-sm-4{gap:3rem !important}.gap-sm-5{gap:4rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.5rem !important}.m-sm-2{margin:1rem !important}.m-sm-3{margin:2.5rem !important}.m-sm-4{margin:3rem !important}.m-sm-5{margin:4rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-2{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-3{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-4{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-5{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-2{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-4{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-5{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.5rem !important}.mt-sm-2{margin-top:1rem !important}.mt-sm-3{margin-top:2.5rem !important}.mt-sm-4{margin-top:3rem !important}.mt-sm-5{margin-top:4rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.5rem !important}.me-sm-2{margin-right:1rem !important}.me-sm-3{margin-right:2.5rem !important}.me-sm-4{margin-right:3rem !important}.me-sm-5{margin-right:4rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.5rem !important}.mb-sm-2{margin-bottom:1rem !important}.mb-sm-3{margin-bottom:2.5rem !important}.mb-sm-4{margin-bottom:3rem !important}.mb-sm-5{margin-bottom:4rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.5rem !important}.ms-sm-2{margin-left:1rem !important}.ms-sm-3{margin-left:2.5rem !important}.ms-sm-4{margin-left:3rem !important}.ms-sm-5{margin-left:4rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n1{margin:-0.5rem !important}.m-sm-n2{margin:-1rem !important}.m-sm-n3{margin:-2.5rem !important}.m-sm-n4{margin:-3rem !important}.m-sm-n5{margin:-4rem !important}.mx-sm-n1{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n2{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n3{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-sm-n4{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm-n5{margin-right:-4rem !important;margin-left:-4rem !important}.my-sm-n1{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n2{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n3{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-sm-n4{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm-n5{margin-top:-4rem !important;margin-bottom:-4rem !important}.mt-sm-n1{margin-top:-0.5rem !important}.mt-sm-n2{margin-top:-1rem !important}.mt-sm-n3{margin-top:-2.5rem !important}.mt-sm-n4{margin-top:-3rem !important}.mt-sm-n5{margin-top:-4rem !important}.me-sm-n1{margin-right:-0.5rem !important}.me-sm-n2{margin-right:-1rem !important}.me-sm-n3{margin-right:-2.5rem !important}.me-sm-n4{margin-right:-3rem !important}.me-sm-n5{margin-right:-4rem !important}.mb-sm-n1{margin-bottom:-0.5rem !important}.mb-sm-n2{margin-bottom:-1rem !important}.mb-sm-n3{margin-bottom:-2.5rem !important}.mb-sm-n4{margin-bottom:-3rem !important}.mb-sm-n5{margin-bottom:-4rem !important}.ms-sm-n1{margin-left:-0.5rem !important}.ms-sm-n2{margin-left:-1rem !important}.ms-sm-n3{margin-left:-2.5rem !important}.ms-sm-n4{margin-left:-3rem !important}.ms-sm-n5{margin-left:-4rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.5rem !important}.p-sm-2{padding:1rem !important}.p-sm-3{padding:2.5rem !important}.p-sm-4{padding:3rem !important}.p-sm-5{padding:4rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-2{padding-right:1rem !important;padding-left:1rem !important}.px-sm-3{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-4{padding-right:3rem !important;padding-left:3rem !important}.px-sm-5{padding-right:4rem !important;padding-left:4rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-2{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-4{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-5{padding-top:4rem !important;padding-bottom:4rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.5rem !important}.pt-sm-2{padding-top:1rem !important}.pt-sm-3{padding-top:2.5rem !important}.pt-sm-4{padding-top:3rem !important}.pt-sm-5{padding-top:4rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.5rem !important}.pe-sm-2{padding-right:1rem !important}.pe-sm-3{padding-right:2.5rem !important}.pe-sm-4{padding-right:3rem !important}.pe-sm-5{padding-right:4rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.5rem !important}.pb-sm-2{padding-bottom:1rem !important}.pb-sm-3{padding-bottom:2.5rem !important}.pb-sm-4{padding-bottom:3rem !important}.pb-sm-5{padding-bottom:4rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.5rem !important}.ps-sm-2{padding-left:1rem !important}.ps-sm-3{padding-left:2.5rem !important}.ps-sm-4{padding-left:3rem !important}.ps-sm-5{padding-left:4rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.5rem !important}.gap-md-2{gap:1rem !important}.gap-md-3{gap:2.5rem !important}.gap-md-4{gap:3rem !important}.gap-md-5{gap:4rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.5rem !important}.m-md-2{margin:1rem !important}.m-md-3{margin:2.5rem !important}.m-md-4{margin:3rem !important}.m-md-5{margin:4rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-2{margin-right:1rem !important;margin-left:1rem !important}.mx-md-3{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-4{margin-right:3rem !important;margin-left:3rem !important}.mx-md-5{margin-right:4rem !important;margin-left:4rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-2{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-4{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-5{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.5rem !important}.mt-md-2{margin-top:1rem !important}.mt-md-3{margin-top:2.5rem !important}.mt-md-4{margin-top:3rem !important}.mt-md-5{margin-top:4rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.5rem !important}.me-md-2{margin-right:1rem !important}.me-md-3{margin-right:2.5rem !important}.me-md-4{margin-right:3rem !important}.me-md-5{margin-right:4rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.5rem !important}.mb-md-2{margin-bottom:1rem !important}.mb-md-3{margin-bottom:2.5rem !important}.mb-md-4{margin-bottom:3rem !important}.mb-md-5{margin-bottom:4rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.5rem !important}.ms-md-2{margin-left:1rem !important}.ms-md-3{margin-left:2.5rem !important}.ms-md-4{margin-left:3rem !important}.ms-md-5{margin-left:4rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n1{margin:-0.5rem !important}.m-md-n2{margin:-1rem !important}.m-md-n3{margin:-2.5rem !important}.m-md-n4{margin:-3rem !important}.m-md-n5{margin:-4rem !important}.mx-md-n1{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n2{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n3{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-md-n4{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md-n5{margin-right:-4rem !important;margin-left:-4rem !important}.my-md-n1{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n2{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n3{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-md-n4{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md-n5{margin-top:-4rem !important;margin-bottom:-4rem !important}.mt-md-n1{margin-top:-0.5rem !important}.mt-md-n2{margin-top:-1rem !important}.mt-md-n3{margin-top:-2.5rem !important}.mt-md-n4{margin-top:-3rem !important}.mt-md-n5{margin-top:-4rem !important}.me-md-n1{margin-right:-0.5rem !important}.me-md-n2{margin-right:-1rem !important}.me-md-n3{margin-right:-2.5rem !important}.me-md-n4{margin-right:-3rem !important}.me-md-n5{margin-right:-4rem !important}.mb-md-n1{margin-bottom:-0.5rem !important}.mb-md-n2{margin-bottom:-1rem !important}.mb-md-n3{margin-bottom:-2.5rem !important}.mb-md-n4{margin-bottom:-3rem !important}.mb-md-n5{margin-bottom:-4rem !important}.ms-md-n1{margin-left:-0.5rem !important}.ms-md-n2{margin-left:-1rem !important}.ms-md-n3{margin-left:-2.5rem !important}.ms-md-n4{margin-left:-3rem !important}.ms-md-n5{margin-left:-4rem !important}.p-md-0{padding:0 !important}.p-md-1{padding:.5rem !important}.p-md-2{padding:1rem !important}.p-md-3{padding:2.5rem !important}.p-md-4{padding:3rem !important}.p-md-5{padding:4rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-2{padding-right:1rem !important;padding-left:1rem !important}.px-md-3{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-4{padding-right:3rem !important;padding-left:3rem !important}.px-md-5{padding-right:4rem !important;padding-left:4rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-2{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-4{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-5{padding-top:4rem !important;padding-bottom:4rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.5rem !important}.pt-md-2{padding-top:1rem !important}.pt-md-3{padding-top:2.5rem !important}.pt-md-4{padding-top:3rem !important}.pt-md-5{padding-top:4rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.5rem !important}.pe-md-2{padding-right:1rem !important}.pe-md-3{padding-right:2.5rem !important}.pe-md-4{padding-right:3rem !important}.pe-md-5{padding-right:4rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.5rem !important}.pb-md-2{padding-bottom:1rem !important}.pb-md-3{padding-bottom:2.5rem !important}.pb-md-4{padding-bottom:3rem !important}.pb-md-5{padding-bottom:4rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.5rem !important}.ps-md-2{padding-left:1rem !important}.ps-md-3{padding-left:2.5rem !important}.ps-md-4{padding-left:3rem !important}.ps-md-5{padding-left:4rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 1024px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.5rem !important}.gap-lg-2{gap:1rem !important}.gap-lg-3{gap:2.5rem !important}.gap-lg-4{gap:3rem !important}.gap-lg-5{gap:4rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.5rem !important}.m-lg-2{margin:1rem !important}.m-lg-3{margin:2.5rem !important}.m-lg-4{margin:3rem !important}.m-lg-5{margin:4rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-2{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-3{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-4{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-5{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-2{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-4{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-5{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.5rem !important}.mt-lg-2{margin-top:1rem !important}.mt-lg-3{margin-top:2.5rem !important}.mt-lg-4{margin-top:3rem !important}.mt-lg-5{margin-top:4rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.5rem !important}.me-lg-2{margin-right:1rem !important}.me-lg-3{margin-right:2.5rem !important}.me-lg-4{margin-right:3rem !important}.me-lg-5{margin-right:4rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.5rem !important}.mb-lg-2{margin-bottom:1rem !important}.mb-lg-3{margin-bottom:2.5rem !important}.mb-lg-4{margin-bottom:3rem !important}.mb-lg-5{margin-bottom:4rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.5rem !important}.ms-lg-2{margin-left:1rem !important}.ms-lg-3{margin-left:2.5rem !important}.ms-lg-4{margin-left:3rem !important}.ms-lg-5{margin-left:4rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n1{margin:-0.5rem !important}.m-lg-n2{margin:-1rem !important}.m-lg-n3{margin:-2.5rem !important}.m-lg-n4{margin:-3rem !important}.m-lg-n5{margin:-4rem !important}.mx-lg-n1{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n2{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n3{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-lg-n4{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg-n5{margin-right:-4rem !important;margin-left:-4rem !important}.my-lg-n1{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n2{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n3{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-lg-n4{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg-n5{margin-top:-4rem !important;margin-bottom:-4rem !important}.mt-lg-n1{margin-top:-0.5rem !important}.mt-lg-n2{margin-top:-1rem !important}.mt-lg-n3{margin-top:-2.5rem !important}.mt-lg-n4{margin-top:-3rem !important}.mt-lg-n5{margin-top:-4rem !important}.me-lg-n1{margin-right:-0.5rem !important}.me-lg-n2{margin-right:-1rem !important}.me-lg-n3{margin-right:-2.5rem !important}.me-lg-n4{margin-right:-3rem !important}.me-lg-n5{margin-right:-4rem !important}.mb-lg-n1{margin-bottom:-0.5rem !important}.mb-lg-n2{margin-bottom:-1rem !important}.mb-lg-n3{margin-bottom:-2.5rem !important}.mb-lg-n4{margin-bottom:-3rem !important}.mb-lg-n5{margin-bottom:-4rem !important}.ms-lg-n1{margin-left:-0.5rem !important}.ms-lg-n2{margin-left:-1rem !important}.ms-lg-n3{margin-left:-2.5rem !important}.ms-lg-n4{margin-left:-3rem !important}.ms-lg-n5{margin-left:-4rem !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.5rem !important}.p-lg-2{padding:1rem !important}.p-lg-3{padding:2.5rem !important}.p-lg-4{padding:3rem !important}.p-lg-5{padding:4rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-2{padding-right:1rem !important;padding-left:1rem !important}.px-lg-3{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-4{padding-right:3rem !important;padding-left:3rem !important}.px-lg-5{padding-right:4rem !important;padding-left:4rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-2{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-4{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-5{padding-top:4rem !important;padding-bottom:4rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.5rem !important}.pt-lg-2{padding-top:1rem !important}.pt-lg-3{padding-top:2.5rem !important}.pt-lg-4{padding-top:3rem !important}.pt-lg-5{padding-top:4rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.5rem !important}.pe-lg-2{padding-right:1rem !important}.pe-lg-3{padding-right:2.5rem !important}.pe-lg-4{padding-right:3rem !important}.pe-lg-5{padding-right:4rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.5rem !important}.pb-lg-2{padding-bottom:1rem !important}.pb-lg-3{padding-bottom:2.5rem !important}.pb-lg-4{padding-bottom:3rem !important}.pb-lg-5{padding-bottom:4rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.5rem !important}.ps-lg-2{padding-left:1rem !important}.ps-lg-3{padding-left:2.5rem !important}.ps-lg-4{padding-left:3rem !important}.ps-lg-5{padding-left:4rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1280px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.5rem !important}.gap-xl-2{gap:1rem !important}.gap-xl-3{gap:2.5rem !important}.gap-xl-4{gap:3rem !important}.gap-xl-5{gap:4rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.5rem !important}.m-xl-2{margin:1rem !important}.m-xl-3{margin:2.5rem !important}.m-xl-4{margin:3rem !important}.m-xl-5{margin:4rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-2{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-3{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-4{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-5{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-2{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-4{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-5{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.5rem !important}.mt-xl-2{margin-top:1rem !important}.mt-xl-3{margin-top:2.5rem !important}.mt-xl-4{margin-top:3rem !important}.mt-xl-5{margin-top:4rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.5rem !important}.me-xl-2{margin-right:1rem !important}.me-xl-3{margin-right:2.5rem !important}.me-xl-4{margin-right:3rem !important}.me-xl-5{margin-right:4rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.5rem !important}.mb-xl-2{margin-bottom:1rem !important}.mb-xl-3{margin-bottom:2.5rem !important}.mb-xl-4{margin-bottom:3rem !important}.mb-xl-5{margin-bottom:4rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.5rem !important}.ms-xl-2{margin-left:1rem !important}.ms-xl-3{margin-left:2.5rem !important}.ms-xl-4{margin-left:3rem !important}.ms-xl-5{margin-left:4rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n1{margin:-0.5rem !important}.m-xl-n2{margin:-1rem !important}.m-xl-n3{margin:-2.5rem !important}.m-xl-n4{margin:-3rem !important}.m-xl-n5{margin:-4rem !important}.mx-xl-n1{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n2{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n3{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xl-n4{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xl-n5{margin-right:-4rem !important;margin-left:-4rem !important}.my-xl-n1{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n2{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n3{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xl-n4{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xl-n5{margin-top:-4rem !important;margin-bottom:-4rem !important}.mt-xl-n1{margin-top:-0.5rem !important}.mt-xl-n2{margin-top:-1rem !important}.mt-xl-n3{margin-top:-2.5rem !important}.mt-xl-n4{margin-top:-3rem !important}.mt-xl-n5{margin-top:-4rem !important}.me-xl-n1{margin-right:-0.5rem !important}.me-xl-n2{margin-right:-1rem !important}.me-xl-n3{margin-right:-2.5rem !important}.me-xl-n4{margin-right:-3rem !important}.me-xl-n5{margin-right:-4rem !important}.mb-xl-n1{margin-bottom:-0.5rem !important}.mb-xl-n2{margin-bottom:-1rem !important}.mb-xl-n3{margin-bottom:-2.5rem !important}.mb-xl-n4{margin-bottom:-3rem !important}.mb-xl-n5{margin-bottom:-4rem !important}.ms-xl-n1{margin-left:-0.5rem !important}.ms-xl-n2{margin-left:-1rem !important}.ms-xl-n3{margin-left:-2.5rem !important}.ms-xl-n4{margin-left:-3rem !important}.ms-xl-n5{margin-left:-4rem !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.5rem !important}.p-xl-2{padding:1rem !important}.p-xl-3{padding:2.5rem !important}.p-xl-4{padding:3rem !important}.p-xl-5{padding:4rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-2{padding-right:1rem !important;padding-left:1rem !important}.px-xl-3{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-4{padding-right:3rem !important;padding-left:3rem !important}.px-xl-5{padding-right:4rem !important;padding-left:4rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-2{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-4{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-5{padding-top:4rem !important;padding-bottom:4rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.5rem !important}.pt-xl-2{padding-top:1rem !important}.pt-xl-3{padding-top:2.5rem !important}.pt-xl-4{padding-top:3rem !important}.pt-xl-5{padding-top:4rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.5rem !important}.pe-xl-2{padding-right:1rem !important}.pe-xl-3{padding-right:2.5rem !important}.pe-xl-4{padding-right:3rem !important}.pe-xl-5{padding-right:4rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.5rem !important}.pb-xl-2{padding-bottom:1rem !important}.pb-xl-3{padding-bottom:2.5rem !important}.pb-xl-4{padding-bottom:3rem !important}.pb-xl-5{padding-bottom:4rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.5rem !important}.ps-xl-2{padding-left:1rem !important}.ps-xl-3{padding-left:2.5rem !important}.ps-xl-4{padding-left:3rem !important}.ps-xl-5{padding-left:4rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1440px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.5rem !important}.gap-xxl-2{gap:1rem !important}.gap-xxl-3{gap:2.5rem !important}.gap-xxl-4{gap:3rem !important}.gap-xxl-5{gap:4rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.5rem !important}.m-xxl-2{margin:1rem !important}.m-xxl-3{margin:2.5rem !important}.m-xxl-4{margin:3rem !important}.m-xxl-5{margin:4rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-2{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-3{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-4{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-5{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-2{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-4{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-5{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.5rem !important}.mt-xxl-2{margin-top:1rem !important}.mt-xxl-3{margin-top:2.5rem !important}.mt-xxl-4{margin-top:3rem !important}.mt-xxl-5{margin-top:4rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.5rem !important}.me-xxl-2{margin-right:1rem !important}.me-xxl-3{margin-right:2.5rem !important}.me-xxl-4{margin-right:3rem !important}.me-xxl-5{margin-right:4rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.5rem !important}.mb-xxl-2{margin-bottom:1rem !important}.mb-xxl-3{margin-bottom:2.5rem !important}.mb-xxl-4{margin-bottom:3rem !important}.mb-xxl-5{margin-bottom:4rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.5rem !important}.ms-xxl-2{margin-left:1rem !important}.ms-xxl-3{margin-left:2.5rem !important}.ms-xxl-4{margin-left:3rem !important}.ms-xxl-5{margin-left:4rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n1{margin:-0.5rem !important}.m-xxl-n2{margin:-1rem !important}.m-xxl-n3{margin:-2.5rem !important}.m-xxl-n4{margin:-3rem !important}.m-xxl-n5{margin:-4rem !important}.mx-xxl-n1{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n2{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n3{margin-right:-2.5rem !important;margin-left:-2.5rem !important}.mx-xxl-n4{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxl-n5{margin-right:-4rem !important;margin-left:-4rem !important}.my-xxl-n1{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n2{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n3{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important}.my-xxl-n4{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxl-n5{margin-top:-4rem !important;margin-bottom:-4rem !important}.mt-xxl-n1{margin-top:-0.5rem !important}.mt-xxl-n2{margin-top:-1rem !important}.mt-xxl-n3{margin-top:-2.5rem !important}.mt-xxl-n4{margin-top:-3rem !important}.mt-xxl-n5{margin-top:-4rem !important}.me-xxl-n1{margin-right:-0.5rem !important}.me-xxl-n2{margin-right:-1rem !important}.me-xxl-n3{margin-right:-2.5rem !important}.me-xxl-n4{margin-right:-3rem !important}.me-xxl-n5{margin-right:-4rem !important}.mb-xxl-n1{margin-bottom:-0.5rem !important}.mb-xxl-n2{margin-bottom:-1rem !important}.mb-xxl-n3{margin-bottom:-2.5rem !important}.mb-xxl-n4{margin-bottom:-3rem !important}.mb-xxl-n5{margin-bottom:-4rem !important}.ms-xxl-n1{margin-left:-0.5rem !important}.ms-xxl-n2{margin-left:-1rem !important}.ms-xxl-n3{margin-left:-2.5rem !important}.ms-xxl-n4{margin-left:-3rem !important}.ms-xxl-n5{margin-left:-4rem !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.5rem !important}.p-xxl-2{padding:1rem !important}.p-xxl-3{padding:2.5rem !important}.p-xxl-4{padding:3rem !important}.p-xxl-5{padding:4rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-2{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-3{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-4{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-5{padding-right:4rem !important;padding-left:4rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-2{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-4{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-5{padding-top:4rem !important;padding-bottom:4rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.5rem !important}.pt-xxl-2{padding-top:1rem !important}.pt-xxl-3{padding-top:2.5rem !important}.pt-xxl-4{padding-top:3rem !important}.pt-xxl-5{padding-top:4rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.5rem !important}.pe-xxl-2{padding-right:1rem !important}.pe-xxl-3{padding-right:2.5rem !important}.pe-xxl-4{padding-right:3rem !important}.pe-xxl-5{padding-right:4rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.5rem !important}.pb-xxl-2{padding-bottom:1rem !important}.pb-xxl-3{padding-bottom:2.5rem !important}.pb-xxl-4{padding-bottom:3rem !important}.pb-xxl-5{padding-bottom:4rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.5rem !important}.ps-xxl-2{padding-left:1rem !important}.ps-xxl-3{padding-left:2.5rem !important}.ps-xxl-4{padding-left:3rem !important}.ps-xxl-5{padding-left:4rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-blue{--swiper-pagination-color: #0d6efd}.swiper-pagination-indigo{--swiper-pagination-color: #6610f2}.swiper-pagination-purple{--swiper-pagination-color: #6f42c1}.swiper-pagination-pink{--swiper-pagination-color: #d63384}.swiper-pagination-red{--swiper-pagination-color: #dc3545}.swiper-pagination-orange{--swiper-pagination-color: #fd7e14}.swiper-pagination-yellow{--swiper-pagination-color: #ffc107}.swiper-pagination-green{--swiper-pagination-color: #198754}.swiper-pagination-teal{--swiper-pagination-color: #20c997}.swiper-pagination-cyan{--swiper-pagination-color: #0dcaf0}.swiper-pagination-white{--swiper-pagination-color: #fff}.swiper-pagination-gray{--swiper-pagination-color: #6c757d}.swiper-pagination-gray-dark{--swiper-pagination-color: #343a40}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-prev.swiper-button-blue,.swiper-button-next.swiper-button-blue{--swiper-navigation-color: #0d6efd}.swiper-button-prev.swiper-button-indigo,.swiper-button-next.swiper-button-indigo{--swiper-navigation-color: #6610f2}.swiper-button-prev.swiper-button-purple,.swiper-button-next.swiper-button-purple{--swiper-navigation-color: #6f42c1}.swiper-button-prev.swiper-button-pink,.swiper-button-next.swiper-button-pink{--swiper-navigation-color: #d63384}.swiper-button-prev.swiper-button-red,.swiper-button-next.swiper-button-red{--swiper-navigation-color: #dc3545}.swiper-button-prev.swiper-button-orange,.swiper-button-next.swiper-button-orange{--swiper-navigation-color: #fd7e14}.swiper-button-prev.swiper-button-yellow,.swiper-button-next.swiper-button-yellow{--swiper-navigation-color: #ffc107}.swiper-button-prev.swiper-button-green,.swiper-button-next.swiper-button-green{--swiper-navigation-color: #198754}.swiper-button-prev.swiper-button-teal,.swiper-button-next.swiper-button-teal{--swiper-navigation-color: #20c997}.swiper-button-prev.swiper-button-cyan,.swiper-button-next.swiper-button-cyan{--swiper-navigation-color: #0dcaf0}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #fff}.swiper-button-prev.swiper-button-gray,.swiper-button-next.swiper-button-gray{--swiper-navigation-color: #6c757d}.swiper-button-prev.swiper-button-gray-dark,.swiper-button-next.swiper-button-gray-dark{--swiper-navigation-color: #343a40}.swiper-button-lock{display:none}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}a,button,input,textarea,select{outline:none}a:hover,a:focus,a:active,a:visited,button:hover,button:focus,button:active,button:visited,input:hover,input:focus,input:active,input:visited,textarea:hover,textarea:focus,textarea:active,textarea:visited,select:hover,select:focus,select:active,select:visited{outline:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}img[src$=".svg"]{width:16px;height:16px}img:not([src]):not([srcset]){visibility:hidden}a,a:hover{color:inherit;text-decoration:none}p,h1,h2,h3,h4,h5,h6{margin:0;padding:0}html{scroll-behavior:smooth}.generic-wrapper{width:calc(100% - 8rem);max-width:1440px;padding:0;margin:0 auto;position:relative}@media(max-width: 1023.98px){.generic-wrapper{width:calc(100% - 4rem)}}@media(max-width: 767.98px){.generic-wrapper{width:calc(100% - 2rem)}}@media(max-width: 767.98px){.generic-wrapper--mobile-full{width:100%}}.generic-wrapper--half{width:calc(100% - 4rem);max-width:720px}@media(max-width: 1023.98px){.generic-wrapper--half{max-width:100%}}@media(max-width: 1023.98px){.generic-wrapper--half{width:calc(100% - 2rem)}}.generic-wrapper--half--right{margin-left:0}@media(max-width: 1023.98px){.generic-wrapper--half--right{margin-left:1rem}}.generic-wrapper--half--left{margin-right:0}@media(max-width: 1023.98px){.generic-wrapper--half--left{margin-right:1rem}}@media(max-width: 767.98px){.generic-wrapper--half--mobile-full{margin-left:0;margin-right:0;width:100%}}section{position:relative}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.break-word{word-break:break-all;overflow-wrap:break-word}.margin-util-1440{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:1440px;padding:0;margin:0 auto;border-left:1px solid purple;border-right:1px solid purple;pointer-events:none;z-index:1000}.m-horizontal-scroll .horizontal-spacer{display:none}@media(max-width: 767.98px){.m-horizontal-scroll{max-width:100%;width:100%;margin-bottom:0;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.m-horizontal-scroll::-webkit-scrollbar{display:none}.m-horizontal-scroll>*{flex:0 0 auto}.m-horizontal-scroll>*.horizontal-spacer{display:block;width:.5rem !important}}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:auto 3px #212529;outline-offset:-1px}.color-primary{color:#cb333b}@media(hover: hover)and (pointer: fine){*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-thumb{background:#d84c53;border-radius:10px}*::-webkit-scrollbar-track{background:#f1f3f5;border-radius:10px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}*{scrollbar-face-color:#d84c53;scrollbar-track-color:#f1f3f5}}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:url("../fonts/notosans-regular-webfont.woff") format("woff"),url("../fonts/notosans-regular-webfont.woff2") format("woff2");font-display:swap}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:500;src:url("../fonts/notosans-medium-webfont.woff") format("woff"),url("../fonts/notosans-medium-webfont.woff2") format("woff2");font-display:swap}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:url("../fonts/notosans-bold-webfont.woff") format("woff"),url("../fonts/notosans-bold-webfont.woff2") format("woff2");font-display:swap}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:400;src:url("../fonts/notoserif-regular-webfont.woff") format("woff"),url("../fonts/notoserif-regular-webfont.woff2") format("woff2");font-display:swap}@font-face{font-family:"Noto Serif";font-style:normal;font-weight:700;src:url("../fonts/notoserif-bold-webfont.woff") format("woff"),url("../fonts/notoserif-bold-webfont.woff2") format("woff2");font-display:swap}html{line-height:1.4;font-size:16px}@media screen and (min-device-width: 1024px)and (max-device-width: 1920px)and (-webkit-min-device-pixel-ratio: 1.25)and (min-resolution: 120dpi){html{font-size:80%}}@media screen and (min-device-width: 1024px)and (max-device-width: 1920px)and (-webkit-min-device-pixel-ratio: 1.5)and (min-resolution: 144dpi){html{font-size:75%}}@media screen and (min-device-width: 1024px)and (max-device-width: 2560px)and (-webkit-min-device-pixel-ratio: 2)and (min-resolution: 192dpi){html{font-size:100%}}body{color:#100f0f;font-family:"Noto Sans",sans-serif;font-weight:400}h1,h2,h3,h4,h5,h6,.title{font-family:"Noto Serif",serif;font-weight:700;line-height:1.2}h1,.h1{font-size:3.375rem}@media(max-width: 1279.98px){h1,.h1{font-size:2.5rem}}@media(max-width: 767.98px){h1,.h1{font-size:2rem;line-height:1.3}}h2,.h2{font-size:2.5rem}@media(max-width: 1439.98px){h2,.h2{font-size:2rem}}@media(max-width: 767.98px){h2,.h2{font-size:1.625rem}}h3,.h3{font-size:2rem}@media(max-width: 1279.98px){h3,.h3{font-size:1.625rem}}@media(max-width: 767.98px){h3,.h3{font-size:1.375rem}}h4,.h4{font-size:1.625rem}@media(max-width: 1279.98px){h4,.h4{font-size:1.375rem}}@media(max-width: 767.98px){h4,.h4{font-size:1.25rem}}h5,.h5{font-size:1.5rem}@media(max-width: 1279.98px){h5,.h5{font-size:1.25rem}}@media(max-width: 767.98px){h5,.h5{font-size:1.125rem}}h6,.h6{font-size:1.25rem}@media(max-width: 1279.98px){h6,.h6{font-size:1.125rem}}@media(max-width: 767.98px){h6,.h6{font-size:1rem}}nav ul{margin:0;padding:0;list-style-type:none}@media(max-width: 767.98px){.text-center__mobile{text-align:center}}.text-left{text-align:left}.text-right{text-align:right}@media(min-width: 768px){.text-right__desktop{text-align:right}}.text-bigger{font-size:1.5rem}@media(max-width: 1279.98px){.text-bigger{font-size:1.375rem}}@media(max-width: 767.98px){.text-bigger{font-size:1.25rem}}.text-big{font-size:1.25rem}@media(max-width: 1279.98px){.text-big{font-size:1.125rem}}.text-default{font-size:1.125rem}@media(max-width: 767.98px){.text-default{font-size:1rem}}.text-small{font-size:1rem}@media(max-width: 767.98px){.text-small{font-size:.875rem}}.text-smaller{font-size:.875rem}@media(max-width: 1279.98px){.text-smaller{font-size:.8125rem}}.text-family-primary{font-family:"Noto Sans",sans-serif}.text-family-secondary{font-family:"Noto Serif",serif}.text-italic{font-style:italic}.text-uppercase{text-transform:uppercase}.text-underline{text-decoration:underline}.text-regular{font-weight:400}.text-medium{font-weight:500}.text-bold{font-weight:700}.text-subtitle{font-family:"Noto Sans",sans-serif;font-weight:500}.text-ellipsed{position:relative;display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding:0 0 .125em}.text-ellipsed--1-line{-webkit-line-clamp:1}.text-ellipsed--2-lines{-webkit-line-clamp:2}.text-ellipsed--3-lines{-webkit-line-clamp:3}.text-ellipsed--4-lines{-webkit-line-clamp:4}.text-ellipsed--5-lines{-webkit-line-clamp:5}.text-ellipsed--8-lines{-webkit-line-clamp:8}@media(max-width: 767.98px){.text-ellipsed--8-lines{-webkit-line-clamp:10}}.text-ellipsed--10-lines{-webkit-line-clamp:10}.text-ellipsed--initial{-webkit-line-clamp:initial}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.cms-txt h3,.cms-txt h4,.cms-txt h5,.cms-txt h6{font-family:"Noto Sans",sans-serif;font-weight:500}.cms-txt h3+p,.cms-txt h4+p,.cms-txt h5+p,.cms-txt h6+p{margin-top:1.125em}.cms-txt p{margin-bottom:1.125em}.cms-txt p:last-child{margin-bottom:0}.cms-txt ul{margin:1.125em 0;list-style-type:none;padding-left:1.5625rem}.cms-txt ul:first-child{margin-top:0}.cms-txt ul:last-child{margin-bottom:0}@media(min-width: 768px){.cms-txt ul.two-columns{columns:2}}.cms-txt ul li{position:relative;list-style:none;margin:0;padding:.375rem 0 .375rem .5rem}.cms-txt ul li::before{content:"";position:absolute;top:.75em;left:-1.15em;width:.85em;height:.85em;background-image:url("../img/icons/bullet-list-icon.svg");background-repeat:no-repeat;background-size:90%;background-position:center}.cms-txt ul li ul,.cms-txt ul li ol{margin:.375rem 0}.cms-txt ul li ul li::before{background-image:url("../img/icons/bullet-list-icon-second.svg")}.cms-txt ul li ul li ul li::before{top:.85em;left:-1em;width:.65em;height:.65em;background-image:url("../img/icons/bullet-list-icon.svg")}@media(min-width: 768px){.cms-txt ul.two-columns{columns:2}.cms-txt ul.two-columns li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;padding-right:1rem}}.cms-txt ol{margin:1.125em 0}.cms-txt ol li{margin:0;padding:.375rem 0 .375rem .5rem}.cms-txt p+ul,.cms-txt p+ol{margin-top:0}.cms-txt a{position:relative;color:#cb333b;text-decoration:underline;text-underline-offset:.25em;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.background__primary .cms-txt a{color:#fff}@media(hover: hover)and (pointer: fine){.cms-txt a:hover{color:#93252a}.background__primary .cms-txt a:hover{color:#fff}}.cms-txt.text-ellipsed p{display:contents}.cms-txt.text-ellipsed p::after,.cms-txt.text-ellipsed p::before{content:"\a";white-space:pre-line}.cms-txt.text-ellipsed p:first-child::before{content:none}.cms-txt.text-ellipsed p:last-child::after{content:none}.cms-txt.text-ellipsed p+ul{margin-top:1.125em}.cms-txt.text-ellipsed ul,.cms-txt.text-ellipsed ol{display:inline-block}.cms-txt.text-ellipsed ul ul,.cms-txt.text-ellipsed ul ol,.cms-txt.text-ellipsed ol ul,.cms-txt.text-ellipsed ol ol{display:block}.anchor-link{display:inline-flex;align-content:center;align-items:center;justify-content:space-between;border-radius:1rem;background-color:#fff;border:1px solid #949494;color:#100f0f;text-decoration:none;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%;padding:.75rem 1.5rem;min-height:3.25rem;position:relative}@media(max-width: 767.98px){.anchor-link{min-height:3.125rem;padding:.625rem 1.5rem}}.anchor-link:after{content:"";display:inline-block;background-image:url("../img/icons/arrow-show-more-positive.svg");background-size:contain;background-repeat:no-repeat;vertical-align:middle;width:1rem;height:1rem;margin-left:1rem;flex-shrink:0;transform:translateY(0);transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.anchor-link--gray{background-color:#f1f3f5}@media(max-width: 575.98px){.anchor-link--block{display:block}}@media(hover: hover)and (pointer: fine){.anchor-link:hover{color:#cb333b}.anchor-link:hover:after{transform:translateY(0.25em)}}.anchor-link--primary{color:#fff !important;background-color:#cb333b;border:none}.anchor-link--primary:after{transform:translateX(0);background-image:url("../img/icons/arrow-show-more-positive.svg")}@media(hover: hover)and (pointer: fine){.anchor-link--primary:hover{color:#fff;background-color:#93252a}}.anchor-link span{margin-top:-0.2em;display:inline-block}@supports(-moz-appearance: none){.anchor-link span{margin-top:0}}.anchor-link--button:after{background-image:url("../img/icons/arrow-right-positive.svg")}.anchor-link--button.anchor-link--primary:after{background-image:url("../img/icons/arrow-right-negative.svg")}.anchor-link--button.anchor-link--border{border:1px solid #949494}@media(hover: hover)and (pointer: fine){.anchor-link--button:hover:after{transform:translateX(0.25em)}}.anchor-link--search{padding-left:3rem}.anchor-link--search:before{content:"";display:inline-block;background-size:contain;background-repeat:no-repeat;vertical-align:middle;width:1rem;height:1rem;background-image:url("../img/icons/search-primary.svg");position:absolute;left:1rem}.anchor-link--search:after{display:none}.background-line-right-center{position:relative;z-index:1}.background-line-right-center::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center::before{display:none}}.background-line-right-center:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center:after{display:none}}.background-line-right-center::before{right:0;top:20%;width:25%;min-width:25rem;height:50%;min-height:10rem;max-height:35rem;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.background-line-right-center.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-right-center-bigger{position:relative;z-index:1}.background-line-right-center-bigger::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center-bigger::before{display:none}}.background-line-right-center-bigger:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center-bigger:after{display:none}}.background-line-right-center-bigger::before{right:0;top:20%;bottom:0;width:30%;min-width:25rem;height:90%;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.background-line-right-center-bigger.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-right-center-no-bottom{position:relative;z-index:1}.background-line-right-center-no-bottom::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center-no-bottom::before{display:none}}.background-line-right-center-no-bottom:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center-no-bottom:after{display:none}}.background-line-right-center-no-bottom::before{right:0;top:20%;bottom:0;width:35%;min-width:25rem;height:90%;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.background-line-right-center-no-bottom.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-right-center-no-bottom-small{position:relative;z-index:1}.background-line-right-center-no-bottom-small::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center-no-bottom-small::before{display:none}}.background-line-right-center-no-bottom-small:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-center-no-bottom-small:after{display:none}}.background-line-right-center-no-bottom-small::before{right:0;top:20%;bottom:0;width:35%;min-width:25rem;height:90%;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.background-line-right-center-no-bottom-small.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-right-center-no-bottom-small::before{width:calc((100vw - 1472px)/2);min-width:auto}.background-line-right-bottom{position:relative;z-index:1}.background-line-right-bottom::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-bottom::before{display:none}}.background-line-right-bottom:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-bottom:after{display:none}}.background-line-right-bottom:after{right:0;bottom:0;width:20%;min-width:25rem;height:25%;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-left-radius:3.75rem}.background-line-right-bottom.background__primary::after{border-color:rgba(147,37,42,.8) !important}.background-line-left-bottom{position:relative;z-index:1}.background-line-left-bottom::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-left-bottom::before{display:none}}.background-line-left-bottom:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-left-bottom:after{display:none}}.background-line-left-bottom:after{left:0;bottom:0;width:calc((100vw - 1472px)/2);height:45%;border-right:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-right-radius:3.75rem}.background-line-left-bottom.background__primary::after{border-color:rgba(147,37,42,.8) !important}.background-line-double-right-bottom{position:relative;z-index:1}.background-line-double-right-bottom::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-right-bottom::before{display:none}}.background-line-double-right-bottom:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-right-bottom:after{display:none}}.background-line-double-right-bottom::before{right:0;bottom:0;width:20%;height:50%;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-left-radius:3.75rem}.background-line-double-right-bottom:after{right:0;bottom:0;width:35%;height:30%;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-left-radius:3.75rem}.background-line-double-right-bottom.background__primary::before,.background-line-double-right-bottom.background__primary::after{border-color:rgba(147,37,42,.8) !important}.background-line-double-right-bottom-low{position:relative;z-index:1}.background-line-double-right-bottom-low::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-right-bottom-low::before{display:none}}.background-line-double-right-bottom-low:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-right-bottom-low:after{display:none}}.background-line-double-right-bottom-low::before{right:0;bottom:0;width:calc((100vw - 1500px)/2);min-width:5rem;height:60%;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-left-radius:3.75rem}.background-line-double-right-bottom-low:after{right:0;bottom:0;width:35%;height:10%;min-height:5rem;border-left:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-left-radius:3.75rem}.background-line-double-right-bottom-low.background__primary::before,.background-line-double-right-bottom-low.background__primary::after{border-color:rgba(147,37,42,.8) !important}.background-line-double-right-top{position:relative;z-index:1}.background-line-double-right-top::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-right-top::before{display:none}}.background-line-double-right-top:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-right-top:after{display:none}}.background-line-double-right-top::before{right:0;top:0;width:15%;min-width:18.75rem;height:60%;border-left:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-left-radius:3.75rem}.background-line-double-right-top:after{right:0;top:0;width:25%;min-width:28rem;height:45%;border-left:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-left-radius:3.75rem}.background-line-double-right-top.background__primary::before,.background-line-double-right-top.background__primary::after{border-color:rgba(147,37,42,.8) !important}.background-line-right-top{position:relative;z-index:1}.background-line-right-top::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-top::before{display:none}}.background-line-right-top:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-right-top:after{display:none}}.background-line-right-top::before{right:0;top:0;width:45%;min-width:18.75rem;height:30%;max-height:10.625rem;border-left:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-left-radius:3.75rem}.background-line-right-top.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-center-top{position:relative;z-index:1}.background-line-center-top::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-top::before{display:none}}.background-line-center-top:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-top:after{display:none}}.background-line-center-top::before{left:0;top:20%;width:7%;height:60%;max-height:45rem;border-top:2px solid #d9d9d9;border-right:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-right-radius:3.75rem;border-top-right-radius:3.75rem}@media(max-width: 1680px){.background-line-center-top::before{content:none}}.background-line-center-top.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-center-left{position:relative;z-index:1}.background-line-center-left::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-left::before{display:none}}.background-line-center-left:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-left:after{display:none}}.background-line-center-left::before{left:0;top:0;width:60%;height:100%;max-height:35rem;border-top:2px solid #d9d9d9;border-right:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-right-radius:3.75rem;border-top-right-radius:3.75rem}.background-line-center-left.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-center-right{position:relative;z-index:1}.background-line-center-right::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-right::before{display:none}}.background-line-center-right:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-right:after{display:none}}.background-line-center-right::before{right:0;top:0;width:40%;height:100%;max-height:41.25rem;border-top:2px solid #d9d9d9;border-left:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem}.background-line-center-right.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-double-left-bottom-low{position:relative;z-index:1}.background-line-double-left-bottom-low::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-left-bottom-low::before{display:none}}.background-line-double-left-bottom-low:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-double-left-bottom-low:after{display:none}}.background-line-double-left-bottom-low::before{left:0;bottom:0;width:calc((100vw - 1500px)/2);min-width:1.75rem;height:60%;border-right:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-right-radius:3.75rem}.background-line-double-left-bottom-low:after{left:0;bottom:0;top:90%;width:35%;border-right:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-top-right-radius:3.75rem}.background-line-double-left-bottom-low.background__primary::before,.background-line-double-left-bottom-low.background__primary::after{border-color:rgba(147,37,42,.8) !important}.background-line-center-left-full-height{position:relative;z-index:1}.background-line-center-left-full-height::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-left-full-height::before{display:none}}.background-line-center-left-full-height:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-left-full-height:after{display:none}}.background-line-center-left-full-height::after{content:none}.background-line-center-left-full-height::before{left:0;top:-2rem;width:55%;height:80%;border-top:2px solid #d9d9d9;border-right:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-right-radius:3.75rem;border-top-right-radius:3.75rem}@media(max-width: 1023.98px){.background-line-center-left-full-height::before{content:none}}.background-line-center-left-full-height.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background-line-center-right-full-height{position:relative;z-index:1}.background-line-center-right-full-height::before{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-right-full-height::before{display:none}}.background-line-center-right-full-height:after{content:"";position:absolute;pointer-events:none;z-index:-1}@media(max-width: 767.98px){.background-line-center-right-full-height:after{display:none}}.background-line-center-right-full-height::after{content:none}.background-line-center-right-full-height::before{right:0;top:-2rem;width:55%;height:80%;border-top:2px solid #d9d9d9;border-left:2px solid #d9d9d9;border-bottom:2px solid #d9d9d9;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem}@media(max-width: 1023.98px){.background-line-center-right-full-height::before{content:none}}.background-line-center-right-full-height.background__primary::before{border-color:rgba(147,37,42,.8) !important}.background__primary{color:#fff;background:linear-gradient(180deg, rgb(203, 51, 59) 0%, rgb(180, 45, 52) 100%)}.background__primary__flat{background:#cb333b}@media(min-width: 768px){.background__primary--mobile-only{background-color:rgba(0,0,0,0)}}.background__gray{background-color:#f1f3f5}.background__gray--hero{margin-top:-5.5rem;padding-top:5.5rem}@media(max-width: 1023.98px){.background__gray--hero{margin-top:-3.125rem;padding-top:3.125rem}}.background__white{background-color:#fff}.background__secondary{background:linear-gradient(180deg, rgb(254, 142, 62) 0%, rgb(254, 118, 62) 100%)}.background__radius{border-radius:2rem}@media(min-width: 768px){.background__radius--desktop-only{border-radius:2rem}}.background__with-lines{position:relative;overflow:hidden}.background__with-lines .background-line{display:block;position:absolute;pointer-events:none}@media(max-width: 767.98px){.background__with-lines .background-line{display:none}}.background__with-lines .background-line path{stroke-width:2}.background__with-lines .background-line__white path{stroke:#fff;opacity:.6}.background__with-lines .background-line__gray path{stroke:#d9d9d9}.background__with-lines .background-line__primary-dark path{stroke:#93252a}.background__with-lines .background-line--top-left{top:-2rem;left:-4rem;width:50%;max-width:48rem}.background__with-lines .background-line--top-right{top:-2rem;right:-4rem;width:50%;max-width:48rem}.background__with-lines .background-line--center-right{top:15%;right:-12.5rem;width:30%}.background__with-lines .background-line--center-right-big{top:15%;right:-3.125rem;width:35%}.background__with-lines .background-line--center-left{top:-13.75rem;left:-28.75rem;width:37.5rem}.background__with-lines .background-line--bottom-left-big{bottom:-20%;left:-13.375rem;width:50%;max-width:51.25rem}.background__with-lines .background-line--bottom-left-small{bottom:-5%;left:-2rem;width:60%;max-width:46rem}.background__with-lines .background-line--bottom-right-big{bottom:-25%;right:-3rem;width:50%;max-width:31.5rem}.background__with-lines .background-line--bottom-right-small{bottom:-5%;right:-2rem;width:60%;max-width:46rem}.background__with-lines .background-line svg{width:100%;height:inherit}.background__overlap{position:relative;margin-top:-15rem;transform:translateY(15rem);z-index:2}.background__overlap>*{overflow:hidden;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.background__overlap+*{padding-top:15rem}.background__overlap-absolute{position:relative}.background__overlap-absolute::before{content:"";position:absolute;left:0;right:0;bottom:0;height:50%}.background__overlap-absolute>*{position:relative;z-index:2}.background__overlap-absolute--gray::before{background-color:#f1f3f5}@media(max-width: 575.98px){.background__overlap-absolute--gray-mobile::before{background-color:#f1f3f5}}@media(min-width: 576px){.background__overlap-absolute--gray-desktop::before{background-color:#f1f3f5}}.background__overlap-absolute--white::before{background-color:#fff}@media(max-width: 575.98px){.background__overlap-absolute--white-mobile::before{background-color:#fff}}@media(min-width: 576px){.background__overlap-absolute--white-desktop::before{background-color:#fff}}@media(max-width: 575.98px){.background__overlap-absolute--transparent-mobile::before{background-color:rgba(0,0,0,0)}.background__overlap-absolute--transparent-mobile>*{background-color:rgba(0,0,0,0)}}.background__overlap-absolute--top::before{top:0;bottom:initial}.button-link{display:flex;justify-content:space-between;align-items:center;border-radius:2rem;background-color:#f1f3f5;border:1px solid #949494;color:#100f0f;text-decoration:none;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%;padding:.625rem 2rem;height:5.625rem;position:relative}@media(max-width: 767.98px){.button-link{border-radius:1rem;padding:.625rem 1rem;height:4rem}}.background__primary .button-link{border:none}.button-link--white{background-color:#fff}.button-link--gray{background-color:#f1f3f5}.button-link::after{content:"";display:inline-block;background-image:url("../img/icons/arrow-right-positive.svg");background-size:contain;background-repeat:no-repeat;vertical-align:middle;width:1rem;height:1rem;margin-left:.625rem;transform:translateX(0);flex-shrink:0;transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.button-link--primary{color:#fff;background-color:#cb333b;border:none}.button-link--primary::after{background-image:url("../img/icons/arrow-right-negative.svg")}@media(hover: hover)and (pointer: fine){.button-link:hover{color:#cb333b}.button-link:hover::after{transform:translateX(0.5rem)}.button-link--primary:hover{color:#fff;background-color:#93252a}.button-link--primary:hover::after{transform:translateX(0.5rem)}}.button-link span{margin-top:-0.1em;max-width:calc(100% - 2.5rem);display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;padding:.3125rem 0}.button-link span:first-letter{text-transform:capitalize}.button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:space-between;background-color:rgba(0,0,0,0);border:none;text-decoration:none;padding:.75rem 2rem;min-height:3.25rem;border-radius:1rem;text-align:center;overflow:hidden;cursor:pointer;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.button{min-height:3.125rem;padding:.625rem 1.5rem}}@media(max-width: 575.98px){.button{width:100%}}.button-label,.button span{margin-top:-0.2em;text-align:left}@supports(-moz-appearance: none){.button-label,.button span{margin-top:0}}.button::after{content:"";display:inline-block;background-size:contain;background-repeat:no-repeat;vertical-align:middle;flex-shrink:0;width:1rem;height:1rem;margin-left:.625rem;transform:translateX(0);transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.button svg path{transition:fill .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.button>*{position:relative;z-index:1}.button--round{padding:0;min-height:auto;width:3.125rem;height:3.125rem;border-radius:50%;justify-content:center}.button--round svg{width:1.5rem;height:1.5rem}.button--round::after{content:none}.button--round--bordered{border:1px solid currentColor}.button--with-icon{display:flex;justify-content:flex-start;padding:1rem 2rem;white-space:initial;min-height:5.625rem}@media(max-width: 1023.98px){.button--with-icon{padding:1rem 1.25rem;min-height:4.5rem}}@media(max-width: 767.98px){.button--with-icon{min-height:4rem}}.button--with-icon--inline-flex{display:inline-flex}.button--with-icon .button-icon{flex-shrink:0;position:relative;padding-right:1.125rem}@media(max-width: 1023.98px){.button--with-icon .button-icon{padding-right:1rem}}.button--with-icon .button-icon svg{width:2.5rem;height:2.5rem}@media(max-width: 1023.98px){.button--with-icon .button-icon svg{width:1.875rem;height:1.875rem}}.button--with-icon .button-icon svg path{fill:currentColor}.button--with-icon .button-icon::after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background-color:#c2c2c2}.button--with-icon .button-label{text-align:left;padding-left:1.125rem;line-height:1}@media(max-width: 1023.98px){.button--with-icon .button-label{padding-left:1rem}}.button--small{padding:.25rem .5rem}@media(max-width: 767.98px){.button--small{width:auto}}.button--style-1{color:#cb333b;background-color:#fff}.button--style-1::after{background-image:url("../img/icons/arrow-right-positive.svg")}@media(hover: hover)and (pointer: fine){.button--style-1:hover{color:#93252a}.button--style-1:hover::after{transform:translateX(0.5rem)}}.button--style-2{color:#fff;background-color:#cb333b}.button--style-2::after{background-image:url("../img/icons/arrow-right-negative.svg")}@media(hover: hover)and (pointer: fine){.button--style-2:hover{color:#fff;background-color:#93252a}.button--style-2:hover path{fill:#fff}.button--style-2:hover::after{transform:translateX(0.5rem)}}.background__primary .button--style-2{color:#100f0f;background-color:#fff}.background__primary .button--style-2::after{background-image:url("../img/icons/arrow-right-positive.svg")}@media(hover: hover)and (pointer: fine){.background__primary .button--style-2:hover{color:#cb333b;background-color:#fff}}.button--style-3{color:#100f0f;background-color:#fff}.button--style-3::after{background-image:url("../img/icons/arrow-right-positive.svg")}@media(hover: hover)and (pointer: fine){.button--style-3:hover{color:#cb333b}.button--style-3:hover::after{transform:translateX(0.5rem)}}.button--transparent{background-color:rgba(0,0,0,0);color:#100f0f}@media(hover: hover)and (pointer: fine){.button--transparent:hover{color:#93252a}}.button--no-shadow{box-shadow:none}.button--right-icon svg{margin-left:1rem;width:.75em;height:.75em}.button--no-arrow::after{content:none}.button--min-width{min-width:12.5rem}@media(max-width: 767.98px){.button--min-width{min-width:auto}}.button[href$=".pdf"]::after{transform:translateY(0);background-image:url("../img/icons/download.svg")}@media(hover: hover)and (pointer: fine){.button[href$=".pdf"]:hover::after{transform:translateY(0.25rem)}}.button:active{box-shadow:none}label.button::after{content:none}.card-simple{display:flex;flex-direction:column;overflow:hidden;border-radius:2rem;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1);background-color:#fff;height:auto;min-height:27.5rem;width:100%}@media(max-width: 1279.98px){.card-simple{min-height:25rem}}@media(max-width: 767.98px){.card-simple{min-height:23.125rem;width:18.75rem;margin-right:auto;margin-left:auto}}.card-simple__image{position:relative;max-height:17.125rem;background-size:cover;background-repeat:no-repeat;overflow:hidden;margin-bottom:0;transform:scale(1);transition:transform .5s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.card-simple__image{max-height:15.625rem}}.card-simple__image img{width:100%;opacity:0}@media(hover: hover)and (pointer: fine){.card-simple__image:hover{transform:scale(1.1)}}.card-simple__content{justify-self:flex-end;background-color:#fff;padding:1rem 1.25rem}@media(max-width: 1023.98px){.card-simple__content{padding:1rem}}[list]{padding-right:2rem}[list]::-webkit-calendar-picker-indicator{opacity:0}.data-list__custom-arrow{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.data-list__custom-arrow::after{content:"";position:absolute;top:calc(50% - .5rem);right:1rem;background-image:url("../img/icons/arrow-down-positive.svg");background-size:1rem 1rem;width:1rem;height:1rem}.label-with-icon{display:inline-flex;align-items:center;text-decoration:none;cursor:pointer;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.label-with-icon svg,.label-with-icon img{width:1em;height:1em;margin-left:.625rem}.label-with-icon--style-1{color:#100f0f}@media(hover: hover)and (pointer: fine){.label-with-icon--style-1:hover{color:#cb333b}}.letter-btn{background-color:#fff;color:#cb333b;border-radius:1rem;width:3.1875rem;height:3.1875rem;text-align:center;line-height:2.875rem;border:none;transition:background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1),color .2s cubic-bezier(0.645, 0.045, 0.355, 1);display:inline-block;cursor:pointer}.letter-btn:hover,.letter-btn.is-selected{background-color:#cb333b;color:#fff}.letter-btn.is-selected{box-shadow:none}@media(max-width: 575.98px){.letter-btn{width:2.625rem;height:2.625rem;line-height:2.625rem}}.letter-btn.letter-btn-large{width:5.175rem;height:5.175rem;line-height:4.75rem;font-size:1.875rem}@media(max-width: 1023.98px){.letter-btn.letter-btn-large{width:3.75rem;height:3.75rem;line-height:3.375rem;font-size:1.625rem}}@media(max-width: 575.98px){.letter-btn.letter-btn-large{width:2.625rem;height:2.625rem;line-height:2.375rem;font-size:1.25rem}}.letter-btn--disable{opacity:.4;pointer-events:none}.link{display:inline-flex;align-items:center;text-decoration:none;cursor:pointer;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.link::after{content:"";background-image:url("../img/icons/arrow-right-positive.svg");background-size:contain;background-repeat:no-repeat;width:.625em;height:.625em;min-width:.625em;margin-left:.75rem;margin-top:.2em;transform:translate3d(0, 0, 0);transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.link--style-1{color:#100f0f}@media(hover: hover)and (pointer: fine){.link--style-1:hover{color:#cb333b}.link--style-1:hover::after{transform:translate3d(0.5rem, 0, 0)}}.background__primary .link--style-1{color:#fff}.background__primary .link--style-1::after{background-image:url("../img/icons/arrow-right-negative.svg")}@media(hover: hover)and (pointer: fine){.background__primary .link--style-1:hover{color:#fff}}.link--style-2{color:#100f0f}.link--style-2::after{background-image:url("../img/icons/arrow-right-black.svg")}@media(hover: hover)and (pointer: fine){.link--style-2:hover{color:#cb333b}.link--style-2:hover::after{transform:translate3d(0.5rem, 0, 0)}}.background__primary .link--style-2{color:#fff}.background__primary .link--style-2::after{background-image:url("../img/icons/arrow-right-negative.svg")}@media(hover: hover)and (pointer: fine){.background__primary .link--style-2:hover{color:#fff}}.link--show-more{color:#100f0f !important;text-decoration:none !important;display:flex;width:100%}.link--show-more span{pointer-events:none}.link--show-more::after{transform:translate3d(0, 0, 0) scaleY(1);background-image:url("../img/icons/arrow-show-more-positive.svg")}@media(hover: hover)and (pointer: fine){.link--show-more:hover{color:#cb333b !important}.link--show-more:hover::after{transform:translate3d(0, 0.25rem, 0) scaleY(1)}}.link--show-more .label-show-less{display:none}.link--show-more .label-show-more{display:inline-block}.link--show-more.showing-more .label-show-less{display:inline-block}.link--show-more.showing-more .label-show-more{display:none}.link--show-more.showing-more::after{transform:translate3d(0, 0, 0) scaleY(-1)}@media(hover: hover)and (pointer: fine){.link--show-more.showing-more:hover::after{transform:translate3d(0, -0.25rem, 0) scaleY(-1)}}.link--download::after{content:"";background-image:url("../img/icons/download.svg");width:.75em;height:.75em;min-width:.75em;transform:translate3d(0, 0, 0)}@media(hover: hover)and (pointer: fine){.link--download:hover::after{transform:translate3d(0, 0.25rem, 0)}}.link__overlap-top{position:relative;z-index:2;margin-top:-1.5rem}@media(max-width: 767.98px){.link__overlap-top{margin-top:3rem}}@media(max-width: 1023.98px){.link--to-round-button{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#cb333b;justify-content:center;box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1)}.link--to-round-button::after{background-image:url("../img/icons/arrow-right-negative.svg");width:1rem;height:1rem;margin-left:0;margin-top:0;transition:none}.link--to-round-button span{display:none}}@media(max-width: 1023.98px)and (hover: hover)and (pointer: fine){.link--to-round-button:hover::after{transform:translateX(0)}}.link .ellipsed-link{display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;padding:.3125rem 0}button.link{background:rgba(0,0,0,0);border:none}button.link .spoken-languages{display:none}.links-dropdown-list{width:100%;max-width:26.25rem;position:relative;display:inline-block}.links-dropdown-list .data-list__custom-arrow:after{transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.links-dropdown-list button{text-align:left}.links-dropdown-list ul{position:absolute;height:0;opacity:0;overflow:hidden;transition:height .2s cubic-bezier(0.645, 0.045, 0.355, 1);list-style:none;margin:0;padding:0;width:100%;border:1px solid #f1f3f5;border-top:none !important}.links-dropdown-list ul li{display:block}.links-dropdown-list ul li a{display:block;padding:.5rem 1rem;text-decoration:none;background-color:#fff;color:#100f0f}@media(hover: hover)and (pointer: fine){.links-dropdown-list ul li a:hover{background-color:#f1f3f5;color:#93252a}}.links-dropdown-list.show ul{height:auto;opacity:1}.links-dropdown-list.show .data-list__custom-arrow:after{transform:rotate(180deg)}.links-dropdown-list .custom-select__placeholder{color:#5f5959}.links-dropdown-list .custom-select__menu{transform-origin:top;animation:animateList .1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards}@keyframes animateList{0%{opacity:0;transform:scaleY(0.2)}100%{opacity:1;transform:scaleY(1)}}.pin-location{display:flex;padding:.625rem 0;position:relative}.pin-location__wrapper{max-height:13.3125rem;overflow:auto;margin-right:-0.5rem;padding-right:1rem}.pin-location::after{content:"";height:1px;position:absolute;bottom:0;right:0;left:1.875rem;background-color:#c2c2c2}.pin-location__pin{width:1.25rem;margin-right:.625rem;line-height:2}.pin-location__pin svg{width:inherit;height:auto}.pin-location__text{width:calc(100% - 1.25rem)}.pin-location:last-child::after{content:none}.quick-link{display:flex;flex-direction:column;text-align:center;background-color:#fff;color:#cb333b;border-radius:2rem;padding:2rem 1rem;height:100%;box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1)}.quick-link svg{width:2.5rem;height:2.5rem;margin:0 auto 1rem}.quick-link-label{min-height:2.625rem}.show-more-max-height-animate{overflow:hidden;padding:0 0 .625rem;max-height:100%;transition:max-height .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.skip-link{display:block;position:fixed;top:0;left:50%;transform:translateX(-50%) translateY(-100%);border-radius:2rem;color:#fff;background-color:#cb333b;padding:.625rem 2rem;transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1),top .2s cubic-bezier(0.645, 0.045, 0.355, 1);z-index:9}@media(hover: hover)and (pointer: fine){.skip-link:hover{color:#fff}}.skip-link:focus{transform:translateX(-50%) translateY(-50%);top:calc(2.75rem + (2rem))}.spoken-languages{display:flex;flex-wrap:wrap;margin:1.25rem 0}.spoken-languages__language{display:flex;align-items:center;margin-top:.625rem;margin-right:1.25rem}.spoken-languages__language:last-child{margin-right:0}.spoken-languages__language>*{pointer-events:none}.spoken-languages__language.active-element{pointer-events:none;color:#fff;background-color:#93252a}.spoken-languages__language.active-element .spoken-languages__flag::before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:0;border-radius:50%;background-color:currentColor}.spoken-languages__flag{position:relative;line-height:1;width:1.5rem;margin-right:.625rem}.spoken-languages__flag svg,.spoken-languages__flag img{position:relative;z-index:1;width:inherit;height:auto}.spoken-languages__text{font-size:1.125rem}.tabs{width:100%;background-color:rgba(0,0,0,0);position:relative;display:flex;padding-bottom:.1875rem}.tabs::before{content:"";position:absolute;left:0;right:0;bottom:.125rem;height:1px;background-color:#c2c2c2}@media(max-width: 1023.98px){.tabs{max-width:100%;width:100%;margin-bottom:0;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow-x:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;scroll-snap-type:x proximity}.tabs::-webkit-scrollbar{display:none}.tabs>*{flex:0 0 auto;scroll-snap-align:center}}.tabs .tab{border:none;background-color:rgba(0,0,0,0);outline:none;position:relative;bottom:-2px;border-bottom:3px solid rgba(0,0,0,0);display:inline-block;margin:0 1.25rem;color:#cb333b;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1);text-align:center}@media(max-width: 767.98px){.tabs .tab{margin:0 .625rem}}.tabs .tab:first-child{margin-left:0}.tabs .tab:last-child{margin-right:0}.tabs .tab.is-selected{font-weight:700;border-bottom:3px solid #cb333b;color:#100f0f}.accordion{width:100%}.accordion__title{-webkit-appearance:none;cursor:pointer;border:none;text-align:left;background-color:rgba(0,0,0,0);width:100%;margin:0;position:relative;color:#100f0f;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.accordion__title:hover{color:#cb333b}}.accordion__title>*{pointer-events:none;vertical-align:middle}@media(min-width: 768px){.accordion__title--mobile{cursor:auto !important;color:#100f0f !important}}.accordion__title--footer{padding:0;margin-bottom:.625rem}@media(max-width: 767.98px){.accordion__title--footer::before{content:"";display:inline-block;background-image:url("../img/icons/arrow-down-positive.svg");background-size:contain;background-repeat:no-repeat;vertical-align:middle;width:1rem;height:1rem;margin-right:.625rem;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}}.accordion__title--with-icon{display:flex;align-items:center;justify-content:space-between}.accordion__title--with-icon svg{width:2rem;height:2rem}@media(max-width: 767.98px){.accordion__title--with-icon svg{width:1rem;height:1rem}}.accordion__title--with-icon svg path{transform-origin:center;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.accordion__title--with-arrow{display:flex;align-items:center;justify-content:space-between;padding:.625rem 0;border-bottom:1px solid #c2c2c2}.accordion__title--with-arrow svg{width:20px;height:20px;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.accordion__title--with-arrow svg{width:.875rem;height:.875rem}}.accordion__title--with-arrow svg path{transform-origin:center}.accordion__copy{overflow:hidden;padding:0 2.5rem;max-height:0;transition:max-height .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.accordion__copy{padding:0 1.5rem}}@media(min-width: 768px){.accordion__copy--mobile{max-height:100% !important}}.accordion__copy--footer{padding:0}@media(hover: hover)and (pointer: fine){.accordion__item-open .accordion__title:hover{color:#100f0f}}.accordion__item-open .accordion__title--with-icon .close-animation-1{transform:rotate(45deg)}.accordion__item-open .accordion__title--with-icon .close-animation-2{transform:rotate(45deg)}.accordion__item-open .accordion__title--with-arrow svg{transform:rotate(180deg)}.accordion__item-open .accordion__title--with-arrow .accordion__title--label{font-weight:bold}@media(max-width: 767.98px){.accordion__item-mobile-open .accordion__title--footer::before{transform:scaleY(-1)}}.accordion--folder-style__container{transform:scale(0.953)}.accordion--folder-style:first-child .accordion__item{border-top-left-radius:2rem;border-top-right-radius:2rem}.accordion--folder-style:last-child .accordion__item{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.accordion--folder-style:last-child .accordion__item::after{border-bottom:none}.accordion--folder-style .accordion__title{position:relative;z-index:1;padding:2rem 2.5rem;height:5.5rem;line-height:1;border-radius:inherit}@media(max-width: 767.98px){.accordion--folder-style .accordion__title{padding-left:1.5rem;padding-right:1.5rem;transform:translateY(0);transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}}.accordion--folder-style .accordion__title--label{font-weight:normal}.accordion--folder-style .accordion__copy{display:flex;flex-wrap:wrap;margin-top:-5.5rem;max-height:5.5rem;padding-right:0;border-radius:inherit}@media(max-width: 767.98px){.accordion--folder-style .accordion__copy{padding-left:0}}.accordion--folder-style .accordion__text{display:flex;flex-direction:column;width:50%;margin-top:5.5rem;padding-right:2.5rem}@media(max-width: 767.98px){.accordion--folder-style .accordion__text{padding-left:1.5rem;padding-right:1.5rem;width:100%;order:1}}.accordion--folder-style .accordion__image{width:50%;min-height:28.125rem;background-size:cover;background-repeat:no-repeat;background-position:center;opacity:0;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.accordion--folder-style .accordion__image{width:100%;min-height:initial;height:16.25rem;order:0}}.accordion--folder-style .accordion__item{position:relative;background-color:#fff;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1),border-radius .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.accordion--folder-style .accordion__item::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;border-radius:inherit;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1),0 .5rem 2rem 0 rgba(0,0,0,.1);opacity:0;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.accordion--folder-style .accordion__item::before{box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1)}}.accordion--folder-style .accordion__item::after{content:"";position:absolute;bottom:0;left:0;right:0;pointer-events:none;border-radius:inherit;border-bottom:1px solid #c2c2c2;opacity:1;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.accordion--folder-style .accordion__item-open{z-index:1;border-radius:2rem;transform:scale(1.05)}.accordion--folder-style .accordion__item-open::before{opacity:1}.accordion--folder-style .accordion__item-open::after{opacity:0}@media(max-width: 767.98px){.accordion--folder-style .accordion__item-open .accordion__title{transform:translateY(16.25rem)}}.accordion--folder-style .accordion__item-open .accordion__title--label{font-weight:bold}@media(min-width: 768px){.accordion--folder-style .accordion__item-open .accordion__title--label{width:50%}}@media(min-width: 768px){.accordion--folder-style .accordion__item-open .accordion__title--with-icon .close-animation-1,.accordion--folder-style .accordion__item-open .accordion__title--with-icon .close-animation-2{fill:#fff}}.accordion--folder-style .accordion__item-open .accordion__image{opacity:1}.accordion--folder-style--gray .accordion__item{background-color:#f1f3f5}.accordion__list--single-element{margin:1rem 0;padding:0}.all-conditions-a-z .all-conditions-a-z-letters{margin:0 -0.9375rem}.all-conditions-a-z .all-conditions-a-z-letters .letter-btn{margin:.9375rem;border:1px solid #949494}@media(max-width: 1279.98px){.all-conditions-a-z .all-conditions-a-z-letters{margin:0 -0.4375rem}.all-conditions-a-z .all-conditions-a-z-letters .letter-btn{margin:.4375rem}}.animate{opacity:0}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.animate{animation:none !important;opacity:1 !important;transform:none !important;clip-path:0 0 0 0 !important}}@media(prefers-reduced-motion: reduce){.animate{animation:none !important;opacity:1 !important;transform:none !important;clip-path:0 0 0 0 !important}}.animate--visible{opacity:1}@media(max-width: 1023.98px){.animate--no-desktop{animation:none !important;opacity:1 !important;transform:none !important;clip-path:0 0 0 0 !important}}.slide-in-bottom{animation:slide-in-bottom .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes slide-in-bottom{0%{transform:translateY(1.5rem);opacity:0}100%{transform:translateY(0);opacity:1}}.clip-in-bottom{opacity:1;animation:clip-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.clip-in-bottom-fast{opacity:1;animation:clip-in-bottom .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes clip-in-bottom{0%{transform:translateY(0.5rem);clip-path:inset(100% 0 0 0)}100%{transform:translateY(0);clip-path:inset(0 0 0 0)}}.clip-in-top{opacity:1;animation:clip-in-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}.clip-in-top-fast{opacity:1;animation:clip-in-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes clip-in-top{0%{transform:translateY(-0.5rem);clip-path:inset(0 0 100% 0)}100%{transform:translateY(0);clip-path:inset(0 0 0 0)}}.scale-in-top{opacity:1;transform-origin:top;animation:scale-in-top 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes scale-in-top{0%{transform:scaleY(0)}100%{transform:scaleY(1)}}.attention-slider{opacity:1;animation:attention-slider .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes attention-slider{0%{transform:translate3d(0, 0, 0)}35%{transform:translate3d(-1.5rem, 0, 0)}100%{transform:translate3d(0, 0, 0)}}.fade-out{animation:fade-out .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes fade-out{0%{opacity:1}100%{opacity:0}}.fade-in{animation:fade-in .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.animation-delay-0{animation-delay:0s}.animation-delay-1{animation-delay:0.1s}.animation-delay-2{animation-delay:0.2s}.animation-delay-3{animation-delay:0.3s}.animation-delay-4{animation-delay:0.4s}.animation-delay-5{animation-delay:0.5s}.animation-delay-static-0{animation-delay:0s}.animation-delay-static-1{animation-delay:0.1s}.animation-delay-static-2{animation-delay:0.2s}.animation-delay-static-3{animation-delay:0.3s}.animation-delay-static-4{animation-delay:0.4s}.animation-delay-static-5{animation-delay:0.5s}.animation-delay-static-6{animation-delay:0.6s}.animation-delay-static-7{animation-delay:0.7s}.animation-delay-static-8{animation-delay:0.8s}.animation-delay-static-9{animation-delay:0.9s}.animation-delay-static-10{animation-delay:1s}.animation-delay-default{animation-delay:.2s}.animation-duration-1{animation-duration:0.1s !important}.animation-duration-2{animation-duration:0.2s !important}.animation-duration-3{animation-duration:0.3s !important}.animation-duration-4{animation-duration:0.4s !important}.animation-duration-5{animation-duration:0.5s !important}.animation-duration-6{animation-duration:0.6s !important}.animation-duration-7{animation-duration:0.7s !important}.animation-duration-8{animation-duration:0.8s !important}.animation-duration-9{animation-duration:0.9s !important}.animation-duration-10{animation-duration:1s !important}.article-preview--title-section{font-weight:500}.article-preview--wrapper{border-bottom:1px solid #c2c2c2}.block-window-margin{width:100%}.block-window-margin>*{width:100%;max-width:calc((100% - 1540px)/2 + 1540px);box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1),0 .5rem 2rem 0 rgba(0,0,0,.1)}@media(max-width: 1570px){.block-window-margin>*{width:calc(100% - 2rem)}}@media(max-width: 1023.98px){.block-window-margin>*{width:calc(100% - 1rem);box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1)}}.block-window-margin__left>*{margin-left:0;margin-right:auto;border-top-right-radius:2rem;border-bottom-right-radius:2rem}.block-window-margin__left .block-window-margin__content{margin-right:3.125rem;margin-left:auto}@media(max-width: 1570px){.block-window-margin__left .block-window-margin__content{margin-right:1.875rem}}@media(max-width: 1023.98px){.block-window-margin__left .block-window-margin__content{margin-right:1rem}}.block-window-margin__right>*{margin-right:0;margin-left:auto;border-top-left-radius:2rem;border-bottom-left-radius:2rem}.block-window-margin__right .block-window-margin__content{margin-left:3.125rem;margin-right:auto}@media(max-width: 1570px){.block-window-margin__right .block-window-margin__content{margin-left:1.875rem}}@media(max-width: 1023.98px){.block-window-margin__right .block-window-margin__content{margin-left:1rem}}.block-window-margin__full-overlap{width:100%;margin-top:-5rem}.block-window-margin__full-overlap>*{padding-top:5rem;width:100%;max-width:100%;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.block-window-margin__full-overlap .block-window-margin__content{margin-left:auto;margin-right:auto}.block-window-margin__content{width:calc(100% - 8rem);max-width:1440px}@media(max-width: 1570px){.block-window-margin__content{width:calc(100% - 4rem - 30px)}}@media(max-width: 1023.98px){.block-window-margin__content{width:calc(100% - 3rem)}}@media(max-width: 767.98px){.block-window-margin__content{width:calc(100% - 2rem)}}@media(max-width: 575.98px){.block-window-margin.section-border-radius::before,.block-window-margin.section-border-radius::after{box-shadow:none}}#bookimed-widget>a{font-size:10px;float:right;margin-top:0}.bookimed-widget{padding:0 !important}.bookimed-widget .bookimed-widget__review-item .bookimed-widget__review-author{color:inherit}@media(min-width: 768px){.bookimed-widget .swiper{padding:0 .875rem}}.bookimed-widget .swiper-button-next,.bookimed-widget .swiper-button-prev{background-color:#fff}.bookimed-widget img[src$=".svg"]{width:100%;height:auto}.breadcrumbs__wrapper{width:calc(100% - 8rem);margin:0 auto 4.375rem;padding-top:3rem}@media(max-width: 1023.98px){.breadcrumbs__wrapper{width:calc(100% - 4rem);padding-top:2rem}}@media(max-width: 767.98px){.breadcrumbs__wrapper{width:calc(100% - 2rem);margin:0 auto 2.5rem;padding-top:1rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.breadcrumbs__wrapper::-webkit-scrollbar{display:none}.breadcrumbs__wrapper .breadcrumbs ul{padding-right:1rem;white-space:nowrap}.breadcrumbs__wrapper .breadcrumbs ul::after,.breadcrumbs__wrapper .breadcrumbs ul::before{content:"";display:inline-block;width:1rem}}@media(max-width: 767.98px){.hero__boxed .breadcrumbs__wrapper{margin-left:1rem;margin-right:1rem}}.breadcrumbs ul{list-style:none;margin:0;padding:0}.breadcrumbs ul li{display:inline-block;font-size:.9375rem;height:100%;line-height:0}@media(max-width: 767.98px){.breadcrumbs ul li{font-size:.8125rem}}.breadcrumbs ul li a{position:relative;color:#100f0f;text-decoration:none;display:inline-block;padding-left:.5em;padding-bottom:.4375rem}@media(max-width: 767.98px){.breadcrumbs ul li a{padding-left:.25em}}.breadcrumbs ul li a::before{content:"";position:absolute;bottom:0;left:.5em;right:.75em;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.breadcrumbs ul li a::after{content:"";border-right:1px solid rgba(16,15,15,.5);display:inline-block;height:1.25em;margin-left:.75em;margin-bottom:-0.25em;transform:rotate(20deg)}@media(max-width: 767.98px){.breadcrumbs ul li a::after{height:1.125em;margin-left:.5em}}@media(hover: hover)and (pointer: fine){.breadcrumbs ul li a:hover::before{transform:scaleX(1);transform-origin:left}}.breadcrumbs ul li:last-child{font-weight:bold}.breadcrumbs ul li:last-child a{pointer-events:none;cursor:default}.breadcrumbs ul li:last-child a::after{display:none}.breadcrumbs ul li:first-child a{padding-left:0}.breadcrumbs ul li:first-child a::before{left:0}.breadcrumbs--negative ul li a{color:#fff}.breadcrumbs--negative ul li a::after{border-right:1px solid rgba(255,255,255,.5)}.button-anchors-list ul{list-style:none;padding-left:0}.button-anchors-list ul li{width:auto}@media(max-width: 767.98px){.button-anchors-list ul li{width:100%}}.button-links-list--max-height{overflow:hidden;max-height:33.125rem}@media(max-width: 767.98px){.button-links-list--max-height{max-height:25rem}}.button-links-list ul{list-style:none;padding:0;margin-bottom:0}@media(min-width: 576px){.button-links-list-single-column ul li{width:100%}}.card{position:relative;z-index:1;background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;border-radius:2rem;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1);height:auto}.card--skeleton{min-height:31.25rem;background-color:#fff;padding:2rem;display:flex}@media(max-width: 767.98px){.card--skeleton{min-height:31.25rem}}.card--skeleton>div{flex-grow:1;align-self:flex-end}.card__image{display:none}.card__content{display:flex;flex-direction:column;height:21.875rem;background-color:#fff;padding:.5rem 1.25rem;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);transform-origin:bottom;transform:translateY(calc(100% - 7rem))}@media(max-width: 1279.98px){.card__content{transform:translateY(calc(100% - 6rem))}}@media(max-width: 767.98px){.card__content{padding:.875rem 1.25rem;transform:translateY(calc(100% - 6.25rem))}}@media(max-width: 575.98px){.card__content{padding:.625rem 1.25rem}}.card__content .pin-location__text{line-height:1.2}@media(max-width: 575.98px){.card__content .pin-location__wrapper{overflow:hidden}}.card__content .spoken-languages__text{font-size:.875rem}.card__header{height:auto;margin-bottom:1rem}@media(max-width: 767.98px){.card__header{margin-bottom:.8125rem}}.card__header__title{color:#3b3636;margin-bottom:.25rem}.card__header__text{margin-bottom:0;line-height:1.1}@media(max-width: 1439.98px){.card__header__text{max-width:85%}}@media(max-width: 575.98px){.card__header__text{line-height:1.2;max-width:100%}}.card__link{margin-top:auto}.card:hover .card__content{transform:translateY(0)}.card--no-hover{display:flex;min-height:25rem;width:20rem;background-position:50% -5rem}.card--no-hover .card__content{width:100%;align-self:flex-end;height:auto;padding:1rem 1.25rem;transition:none;transform:none;min-height:10.5rem}@media(max-width: 1279.98px){.card--no-hover .card__content{min-height:9.375rem}}@media(max-width: 767.98px){.card--no-hover .card__content{min-height:8.875rem}}.card--no-hover:hover .card__content{transform:none}.contributor-link{margin-bottom:1rem}.contributor-link:last-child{margin-bottom:0}.contributor-link__image{width:3.75rem;height:3.75rem;border-radius:50%;overflow:hidden;padding:0}.contributor-link__image img{width:100%;height:auto}.custom-select__value-container{overflow:visible !important;padding:0 !important}.custom-select__control,.custom-select__control--is-focused{position:relative;z-index:3;background:rgba(0,0,0,0) !important;cursor:pointer !important;border:none !important;border-radius:0 !important;outline:none !important;box-shadow:none !important;padding:.75em 0;transition:padding .3s cubic-bezier(0.645, 0.045, 0.355, 1) !important}.custom-select__control::after,.custom-select__control--is-focused::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#c2c2c2;margin:0;transition:margin .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.background__primary .custom-select__control::after,.background__primary .custom-select__control--is-focused::after{background-color:#fff}.custom-select__indicator-separator{display:none}.custom-select__clear-indicator{padding:0 10px !important;position:relative;top:1px}.custom-select__clear-indicator svg path{fill:#707070}.custom-select__clear-indicator:hover svg path{fill:#cb333b}.custom-select__placeholder{display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1}.custom-select__control .custom-select__placeholder{color:#5f5959}.background__primary .custom-select__control .custom-select__placeholder{color:#fff;opacity:.91}.custom-select__single-value{color:inherit !important}.custom-select__menu{margin-top:0 !important;border-top-left-radius:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:1rem !important;border-bottom-left-radius:1rem !important;box-shadow:none !important;z-index:2 !important;padding:1em .75em;animation:animateCustomSelect .3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards}.custom-select__menu::before{content:"";position:absolute;top:-3.25em;left:0;right:0;bottom:0;border:1px solid #c2c2c2;border-radius:1rem;pointer-events:none;background-color:inherit}.custom-select__menu>*{max-height:9em !important}.custom-select__menu .custom-select__option{cursor:pointer !important;background-color:#fff;color:#100f0f;border-radius:1rem;width:97%;font-size:85%;padding:.5em .75em;transition:background-color .1s cubic-bezier(0.645, 0.045, 0.355, 1),color .1s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.custom-select__menu .custom-select__option:hover{background-color:#f1f3f5;color:#cb333b}}.custom-select__menu .custom-select__option--is-focused{background-color:#f1f3f5;color:#cb333b}.custom-select__menu .custom-select__option--is-selected{background-color:rgba(0,0,0,0) !important;color:#100f0f !important;font-weight:700}@media(hover: hover)and (pointer: fine){.custom-select__menu .custom-select__option--is-selected:hover{background-color:rgba(0,0,0,0)}}.custom-select__control--is-focused{z-index:5 !important;padding:.75em}.custom-select__control--is-focused+.custom-select__menu{z-index:4 !important}.custom-select__dropdown-indicator{line-height:1;transition:transform .15s cubic-bezier(0.645, 0.045, 0.355, 1) .15s}.custom-select__dropdown-indicator svg{width:1.125em;height:1.125em}.custom-select__dropdown-indicator svg path{fill:#cb333b}.background__primary .custom-select__dropdown-indicator svg path{fill:#fff}.custom-select-container--search .custom-select__control{background:#fff !important;border-radius:1rem !important;padding:.75em}.custom-select-container--search .custom-select__control::after{content:none}.custom-select-container--search .custom-select__menu{margin-top:.5em !important;border-top-left-radius:1rem !important;border-top-right-radius:1rem !important}.custom-select-container--search .custom-select__menu::before{content:none}.custom-select-container--shadow .custom-select__control{box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1) !important}.custom-select-container--shadow .custom-select__menu{box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1) !important}.custom-select-container .custom-select__control--menu-is-open{padding:.75em}.custom-select-container .custom-select__control--menu-is-open .custom-select__dropdown-indicator{transform:scale(-1)}.custom-select-container .custom-select__control--menu-is-open .custom-select__dropdown-indicator path{fill:#cb333b}.background__primary .custom-select-container .custom-select__control--menu-is-open .custom-select__placeholder{color:#5f5959}.custom-select-container .custom-select__control--menu-is-open .custom-select__single-value{color:#100f0f !important}.custom-select-container .custom-select__control--menu-is-open::after{margin:0 .75em;background-color:#c2c2c2}.custom-select-container--magnifer .custom-select__placeholder+*,.custom-select-container--magnifer .custom-select__single-value+*{margin:0 !important;padding:0 !important}.custom-select-container--magnifer .custom-select__control--menu-is-open .custom-select__dropdown-indicator{transform:scale(1)}.custom-select-container--magnifer .custom-select__control--menu-is-open .custom-select__dropdown-indicator path{fill:#cb333b}.button-custom-select .custom-select__placeholder{color:#5f5959}.background__primary .button-custom-select .custom-select__placeholder{color:#5f5959}.button-custom-select .custom-select__control .custom-select__placeholder{color:#5f5959}.background__primary .button-custom-select .custom-select__control .custom-select__placeholder{color:#5f5959}.darker-custom-select .custom-select__control::after,.darker-custom-select .custom-select__control--is-focused::after{background-color:#100f0f}.darker-custom-select .custom-select__placeholder{color:#5f5959}.darker-custom-select .custom-select__option{background-color:rgba(0,0,0,0)}.button-custom-select .custom-select__control,.button-custom-select .custom-select__control--is-focused{color:#100f0f;background:#fff !important;border-radius:1rem !important;padding:.75em !important;border:1px solid rgba(0,0,0,0) !important}.button-custom-select .custom-select__control::after,.button-custom-select .custom-select__control--is-focused::after{margin:0 .75em;background-color:rgba(0,0,0,0)}.button-custom-select .custom-select__placeholder{color:#5f5959}.button-custom-select .custom-select__option{background-color:#fff}.button-custom-select .custom-select__dropdown-indicator path{fill:#cb333b !important}.button-custom-select .custom-select-container .custom-select__control--menu-is-open{border:1px solid #c2c2c2 !important;border-bottom-color:rgba(0,0,0,0) !important;border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}.button-custom-select .custom-select-container .custom-select__control--menu-is-open::after{background-color:#c2c2c2}.button-custom-select .custom-select__placeholder{color:#5f5959}.background__primary .button-custom-select .custom-select__placeholder{color:#5f5959}.button-custom-select .custom-select__control .custom-select__placeholder{color:#5f5959}.background__primary .button-custom-select .custom-select__control .custom-select__placeholder{color:#5f5959}@keyframes animateCustomSelect{0%{opacity:0}100%{opacity:1}}.doctor-card{position:relative;z-index:1;background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;border-radius:2rem;height:32rem}.doctor-card__wrapper{position:relative}.doctor-card__wrapper::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;border-radius:2rem;opacity:0;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1);pointer-events:none;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1),0 .5rem 2rem 0 rgba(0,0,0,.1)}@media(max-width: 767.98px){.doctor-card__wrapper::after{box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1)}}.doctor-card__wrapper:hover::after{opacity:1}@media(max-width: 767.98px){.doctor-card{height:30rem}}.doctor-card--skeleton{min-height:31.25rem;background-color:#fff;padding:2rem;display:flex}@media(max-width: 767.98px){.doctor-card--skeleton{min-height:31.25rem}}.doctor-card--skeleton>div{flex-grow:1;align-self:flex-end}.doctor-card__image{position:absolute;top:0;left:0;right:0;z-index:1;overflow:hidden;border-radius:2rem;opacity:1;transform:translateY(0);transform-origin:top;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1),transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.doctor-card__image img{width:100%;height:auto}.doctor-card__content{position:relative;z-index:2;display:flex;flex-direction:column;height:32rem;background-color:#fff;padding:2rem 1.5rem;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);transform-origin:bottom;transform:translateY(calc(100% - 9.75rem))}@media(max-width: 767.98px){.doctor-card__content{height:30rem;padding:1.5rem;transform:translateY(calc(100% - 8.5rem))}}.doctor-card__header{height:6.875rem;margin-bottom:1rem}@media(max-width: 767.98px){.doctor-card__header{height:5.625rem;margin-bottom:.5rem}}.doctor-card__header__title{color:#3b3636}.doctor-card__header__text{margin-bottom:0}.doctor-card__link{margin-top:auto}@media(hover: hover)and (pointer: fine){.doctor-card:hover .doctor-card__image{opacity:0;transform:translateY(-1rem)}.doctor-card:hover .doctor-card__content{transform:translateY(0)}}@media(hover: none)and (pointer: coarse){.doctor-card.active .doctor-card__image{opacity:0;transform:translateY(-1rem)}.doctor-card.active .doctor-card__content{transform:translateY(0)}}.editmode_tabs{width:100%;display:flex;flex-flow:column;justify-content:flex-start;align-items:center}.editmode_tabs>*{width:100%;max-width:1200px;margin:0 auto}.editmode_tabs .editmode_tabs--list{max-width:100%;z-index:1}.editmode_tabs .editmode_tabs--list>ul{width:100%;display:flex;flex-flow:row wrap;align-items:baseline;justify-content:center;margin:0;padding:0;border-bottom:1px solid #c2c2c2;position:relative;z-index:2}.editmode_tabs .editmode_tabs--list>ul>li{min-width:30px;text-align:center;cursor:pointer;padding:.25rem .5rem;list-style-type:none}.editmode_tabs .editmode_tabs--list>ul>li:before{display:none}.editmode_tabs .editmode_tabs--list>.editmode_tabs--tab-highlight{display:block;width:100px;height:4px;border-radius:4px;background-color:#cb333b;position:relative;bottom:0;top:-2px;transform-origin:top left;transition:transform .15s ease-in;z-index:-1}.editmode_tabs .editmode_tabs--panels{width:100%;padding:0;margin:0 auto;max-width:1200px;list-style:none}.editmode_tabs .editmode_tabs--panels li{display:none}.editmode_tabs .editmode_tabs--panels li.active{display:block}.editmode_tabs .editmode_tabs--panels li:before{display:none}.footer{width:calc(100% - 8rem);max-width:1440px;padding:0;margin:0 auto;position:relative;padding:2rem 0}.footer__wrapper{position:relative;background-color:#fff;color:#100f0f;overflow:hidden;z-index:5}@media(max-width: 1023.98px){.footer{width:calc(100% - 4rem)}}@media(max-width: 767.98px){.footer{width:calc(100% - 2rem)}}@media(max-width: 575.98px){.footer{padding-top:0}}.footer-item{color:#100f0f;text-decoration:none;padding:0;border:none;background:rgba(0,0,0,0)}@media(hover: hover)and (pointer: fine){.footer-item:hover{color:#cb333b}}.footer-item--logo .brand-logo{width:12.5rem;height:auto}@media(max-width: 1023.98px){.footer-item--logo .brand-logo{width:10rem}}.footer-item--logo .brand-logo .logo-background{fill:#cb333b}.footer-item--logo .brand-logo .logo-copy{fill:#fff}.footer-item--logo .brand-logo .logo-copy-extended{fill:#cb333b}.footer__social{display:flex;align-items:center}@media(max-width: 1279.98px){.footer__social{flex-wrap:wrap}}.footer__social--mobile{position:relative;padding-top:2rem;padding-bottom:3rem;margin-bottom:3rem}.footer__social--mobile::before{content:"";position:absolute;top:0;left:-0.5rem;right:-0.5rem;bottom:0;z-index:0;background-color:#f1f3f5;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.footer__social li{margin-right:1rem;margin-bottom:1rem}@media(max-width: 575.98px){.footer__social li{margin-right:0}}.footer__social li:last-child{margin-right:0}.footer__social li a{display:block}@media(max-width: 575.98px){.footer__social li a{background-color:#fff;border-radius:2rem;padding:1.75rem;box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1)}}.footer__social svg{width:1.875rem;height:1.875rem}@media(max-width: 575.98px){.footer__social svg{width:2.5rem;height:2.5rem}}.footer__quick-links{background-color:#f1f3f5;padding-left:1rem;padding-right:1rem;width:calc(100% + 1rem);max-width:calc(100% + 1rem);margin-left:-0.5rem}@media(min-width: 768px){.footer--bottom nav{text-align:right}}@media(min-width: 768px){.footer--bottom nav ul li{display:inline-block;margin-left:1rem}}.form-label--padding{padding-left:.75rem;padding-right:.75rem}.form-control{position:relative;font-size:inherit;padding:.75em}.background__primary .form-control{color:#fff}.form-control::placeholder{color:#5f5959}.background__primary .form-control::placeholder{color:#fff;opacity:.91}.form-control:focus{box-shadow:none;border-color:currentColor}.form-control--transparent{background-color:rgba(0,0,0,0);border-color:#c2c2c2}.background__primary .form-control--transparent{border-color:#fff}.form-control--transparent:focus{color:currentColor;background-color:rgba(0,0,0,0)}.form-control--rounded{border-radius:1rem}.form-control--top-rounded{border-radius:1rem 1rem 0 0;border-bottom-width:2px}.form-control--underline{padding-right:0;padding-left:0;border-radius:0;border-left:none;border-top:none;border-right:none}.form-control--big-input{border-width:2px;padding:1.5625rem 6.25rem 1.5625rem 2rem}@media(max-width: 1023.98px){.form-control--big-input{padding:1.1875rem 5rem 1.1875rem 1.25rem}}@media(max-width: 767.98px){.form-control--big-input{padding-top:.9375rem;padding-bottom:.9375rem}}.form-label-fixed-width{width:27.1875rem;margin-right:4.25rem}@media(max-width: 767.98px){.form-label-fixed-width{width:100%;margin-right:0}}textarea.form-control{border-radius:1rem}form .input-button-label[type=radio]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;width:100%;height:100%;opacity:0;cursor:pointer}form .input-button-label[type=radio]:checked+label.button--style-1,form .input-button-label[type=radio]:hover+label.button--style-1{color:#fff;background-color:#93252a;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}form .input-button-label[type=radio]:checked+label.button--style-1 path,form .input-button-label[type=radio]:hover+label.button--style-1 path{fill:#fff}form .input-button-label[type=radio]:checked+label.button--style-1::after,form .input-button-label[type=radio]:hover+label.button--style-1::after{opacity:1;transform:translateX(0)}form .input-button-label[type=radio]:checked+label.button--style-2,form .input-button-label[type=radio]:hover+label.button--style-2{color:#93252a;background-color:#fff;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}form .input-button-label[type=radio]:checked+label.button--style-2 path,form .input-button-label[type=radio]:hover+label.button--style-2 path{fill:#93252a}form .input-button-label[type=radio]:checked+label.button--style-2::after,form .input-button-label[type=radio]:hover+label.button--style-2::after{opacity:1;transform:translateX(0)}form .input-button-label[type=radio]:checked+label{box-shadow:none}form input[type=checkbox].custom-checkbox{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}form input[type=checkbox].custom-checkbox+label{position:relative;padding-left:1.75em;display:inline-block;cursor:pointer}form input[type=checkbox].custom-checkbox+label::before,form input[type=checkbox].custom-checkbox+label::after{content:"";position:absolute}form input[type=checkbox].custom-checkbox+label::before{width:1rem;height:1rem;top:.35em;left:.25em;border-radius:.25rem;border:1px solid #100f0f}form input[type=checkbox].custom-checkbox+label::after{border-radius:.1875rem;height:1rem;width:.5rem;left:.625em;top:.2em;border-bottom:.25rem solid #cb333b;border-right:.25rem solid #cb333b;transform:scale(0) rotate(45deg);transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.background__primary form input[type=checkbox].custom-checkbox+label::before{background-color:rgba(255,255,255,.1);border:1px solid #fff}.background__primary form input[type=checkbox].custom-checkbox+label::after{border-color:#fff}form input[type=checkbox].custom-checkbox:checked+label::after{transform:scale(1) rotate(45deg)}form input[type=checkbox].custom-checkbox:focus+label::before{box-shadow:0 0 3px 1px #cb333b}form input[type=checkbox].custom-checkbox:disabled+label::before,form input[type=checkbox].custom-checkbox:disabled+label::after{opacity:.5 !important;pointer-events:none;cursor:not-allowed}.form-floating--big>.form-control,.form-floating--big>.form-select{height:calc(4.7rem + 2px)}.form-floating--big>.form-control:focus~label,.form-floating--big>.form-control:not(:placeholder-shown)~label,.form-floating--big>.form-select~label{transform:scale(0.65) translateY(-1rem) translateX(0.35rem)}input:disabled,button:disabled{opacity:.5 !important;pointer-events:none;cursor:not-allowed}.full-image-text__section{min-width:100%;display:flex;flex-direction:row}@media(max-width: 1023.98px){.full-image-text__section{flex-direction:column}}@media(min-width: 1024px){.full-image-text__section__right .full-image-text__image{order:1;border-top-right-radius:2rem;border-bottom-right-radius:2rem}}@media(min-width: 1024px){.full-image-text__section__right .full-image-text__content{order:2}}@media(min-width: 1024px){.full-image-text__section__right .full-image-text__content__text{padding-left:5rem}}@media(min-width: 1024px){.full-image-text__section__left .full-image-text__image{order:2;border-top-left-radius:2rem;border-bottom-left-radius:2rem}}@media(min-width: 1024px){.full-image-text__section__left .full-image-text__content__text{padding-right:5rem}}.full-image-text__image{width:50%;position:relative;background-size:cover !important;background-repeat:no-repeat !important}@media(max-width: 1023.98px){.full-image-text__image{width:100%}}.full-image-text__image img{z-index:-1;opacity:0;width:100%;max-height:550px}@media(max-width: 1023.98px){.full-image-text__image img{max-height:300px}}.full-image-text__content{width:50%;display:flex;flex-direction:column;justify-content:center}@media(max-width: 1023.98px){.full-image-text__content{width:100%}}@media(max-width: 1023.98px){.full-image-text__content__title{display:none}}@media(min-width: 1024px){.full-image-text__content__title-mobile{display:none}}.full-width-image__image{background-size:cover;background-position:center;background-repeat:no-repeat}@media(max-width: 767.98px){.full-width-image__image{min-height:50vh}}.full-width-image__image img{opacity:0;width:100%}.full-width-video{position:relative}.full-width-video__image{position:relative;z-index:1}.full-width-video__image img{max-width:100%;border-radius:2rem}.full-width-video__video{cursor:pointer}.full-width-video__video img{width:100%;height:auto;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.full-width-video__video a{position:relative;height:100%;width:100%;display:inline-block}.full-width-video__video a:after{content:"";position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);width:6.25rem;height:6.25rem;background:rgba(0,0,0,0) url("../img/icons/play.svg") no-repeat 50% 50%;background-size:contain}@media(hover: hover)and (pointer: fine){.full-width-video__video a:hover img{opacity:.9}}#cc_div *,#cc_div :before,#cc_div :after{-webkit-box-sizing:border-box;box-sizing:border-box;float:none;font-style:inherit;font-variant:normal;font-weight:inherit;font-family:inherit;line-height:1.2;font-size:1em;transition:none;animation:none;margin:0;padding:0;text-transform:none;letter-spacing:unset;color:inherit;background:none;border:none;box-shadow:none;text-decoration:none;text-align:left}#cc_div{font-size:16px;font-weight:400;font-family:inherit;color:#100f0f}#cc_div .c_button,#cc_div .b_title,#cc_div #cs_title,#cc_div #cm_title,#cc_div #cs_blocks table td:before{font-weight:bold}#cc_div #cm,#cc_div #cs_inner,#cc_div #cs_blocks .cs_block,#cc_div #cs_cont .block_button .b_title{border-radius:.25em}#cc_div input,#cc_div button,#cc_div a{-webkit-appearance:none;-moz-appearance:none;appearance:none}.c--anim #cc_div #cm,.c--anim #cc_div #cs,.c--anim #cc_div #cs_cont{transition:visibility .25s cubic-bezier(0.645, 0.045, 0.355, 1),opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1),transform .25s cubic-bezier(0.645, 0.045, 0.355, 1) !important}.c--anim #cc_div .c_button{transition:background-color .25s cubic-bezier(0.645, 0.045, 0.355, 1) !important}.show--consent .c--anim #cc_div #cm,.show--settings .c--anim #cc_div #cs,.show--settings .c--anim #cc_div #cs_cont{opacity:1;visibility:visible !important;transform:scale(1)}#cc_div #cm{font-family:inherit;padding:1.2em 2.2em 1.825em 2.2em;position:fixed;z-index:100;background:#fff;max-width:35em;width:100%;bottom:1.25em;left:1.25em;box-shadow:0 .625em 1.875em rgba(2,2,3,.28);opacity:0;visibility:hidden;transform:scale(0.95);line-height:initial}#cc_div #cm_title{margin:0 0 .6em 0;font-size:1.4em}#cc_div #cm_text{margin-bottom:1.625em;font-size:.9em;line-height:1.45em}#cc_div .c_button{color:#100f0f;background:#f1f3f5;padding:1em 1.6em;display:inline-block;cursor:pointer;font-size:.85em;user-select:none;text-align:center;border-radius:4px}#cc_div #cm .c_button{width:48.5%}#cc_div #cm_btns button+button,#cc_div #cs_cont button+button,#cc_div #cs_close_btn{float:right}#cc_div #cm .c_link:active,#cc_div #cm .c_link:hover,#cc_div #cs_cont button+button:active,#cc_div #cs_cont button+button:hover,#cc_div #cs_close_btn:active,#cc_div #cs_close_btn:hover{background:#e5e7e8}#cc_div #cs_cont{position:fixed;top:0;left:0;width:100%;z-index:101;background:rgba(0,0,0,.5);display:table;height:100%;visibility:hidden;opacity:0;transition:none !important}#cc_div #cs_blocks{outline:none}#cc_div #cs_blocks .title{margin-top:1.4em}#cc_div #cs_blocks .title:first-child{margin-top:0}#cc_div #cs_blocks .b_title{font-size:1.1em}#cc_div #cs_blocks .block_button{margin-top:0}#cc_div #cs_blocks .accordion{margin-bottom:0}#cc_div #cs_blocks .accordion .p{margin-top:0;padding:1em}#cc_div #cs_cont .block_button .b_title{display:block;font-family:inherit;font-size:1em;width:100%;cursor:pointer;position:relative;padding:1.4em 6em 1.4em 2.7em;background:none;transition:background-color .25s cubic-bezier(0.645, 0.045, 0.355, 1)}#cc_div #cs_cont ._active .block_button .b_title{border-bottom-right-radius:0;border-bottom-left-radius:0}#cc_div #cs_cont .block_button .b_title:active,#cc_div #cs_cont .block_button .b_title:hover{background:#e5e7e8}#cc_div #cs_blocks .block_button{position:relative}#cc_div #cs_blocks .cs_block:last-child{margin-bottom:.5em}#cc_div #cs_blocks .cs_block:first-child{transition:none;padding:0;margin-top:0;border:none;margin-bottom:2em}#cc_div #cs_blocks .cs_block:first-child:hover{background:rgba(0,0,0,0);background:unset}#cc_div #cs_blocks .cs_block.block__expand{margin-top:2em;padding:0;border:1px solid #fff;background:#f1f3f5;transition:none}#cc_div #cs_blocks .cs_block.block__expand+.cs_block{margin-top:2em}#cc_div #cs_blocks .cs_block.block__expand+.cs_block.block__expand{margin-top:0}#cc_div #cs_blocks .cs_block.block__expand:first-child{margin-bottom:1em}#cc_div #cs_blocks .cs_block.block__expand:first-child{margin-bottom:.5em}#cc_div #cs_blocks .accordion{max-height:0;overflow:hidden;padding-top:0}#cc_div #cs_blocks ._active .accordion{max-height:100%}#cc_div #cs_cont .p{font-size:.9em;line-height:1.3em;margin-top:1em}#cc_div #cs_cont input{-webkit-appearance:none}#cc_div .c_b_toggle input:disabled{cursor:not-allowed}#cc_div #cs_valign{display:table-cell;vertical-align:middle;position:relative}#cc_div #cs{padding:0 1.7em;width:100%;position:fixed;left:0;right:0;top:0;bottom:0;height:100%;overflow:hidden;visibility:hidden;opacity:0;transform:scale(0.96);transition:none}#cc_div #cs_inner{padding-top:4.9375em;padding-bottom:4.9375em;height:100%;position:relative;max-width:49em;margin:0 auto;overflow:hidden;box-shadow:rgba(3,6,9,.26) 0 13px 27px -5px}#cc_div #cs_inner,#cc_div #cs_header,#cc_div #cs_buttons{background:#fff}#cc_div #cs_blocks{overflow-y:auto;overflow-x:hidden;height:100%;padding:1.5em 2.5em .5em 2.5em;display:block;width:100%}#cc_div #cs_buttons{position:absolute;bottom:0;left:0;right:0;padding:1em 2.5em;border-top:1px solid #cb333b;height:4.9375em}#cc_div .cc-link{color:#cb333b;border-bottom:1px solid #cb333b;display:inline;padding-bottom:0;text-decoration:none;cursor:pointer;font-weight:bold}#cc_div #cm_btns button:first-child,#cc_div #cs_buttons button:first-child{color:#fff;background:#cb333b}#cc_div .c_b_toggle input:checked~.sc_toggle{background:#cb333b}#cc_div #cm_btns button:first-child:active,#cc_div #cm_btns button:first-child:hover,#cc_div #cs_buttons button:first-child:active,#cc_div #cs_buttons button:first-child:hover{background:#b2232b}#cc_div #cs_header{position:absolute;top:0;width:100%;display:table;padding:1.2em 2.5em;vertical-align:middle;z-index:2;border-bottom:1px solid #cb333b}#cc_div #cs_title{display:table-cell;vertical-align:middle;font-size:1em}#cc_div #cs_close_btn{padding:0;width:1.7em;height:1.7em;font-size:1.6em;margin:0;font-weight:initial;position:relative}#cc_div #cs_close_btn_cont{display:table-cell;vertical-align:middle}#cc_div span.toggle_label{position:absolute;top:0;z-index:-1;opacity:0;width:0;height:0;pointer-events:none}#cc_div #c_policy__text{height:31.25em;overflow-y:auto;margin-top:1.25em}#cc_div #cs_cont_inner{position:relative;transform:translateY(-50%);top:50%;height:calc(100% - 2.5em);max-height:37.5em}#cc_div .c_b_toggle{position:absolute;top:0;bottom:0;display:inline-block;margin:auto;right:1.2em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}#cc_div .c_b_toggle input{position:absolute;cursor:pointer;display:block}#cc_div .c_b_toggle .sc_toggle{position:absolute;border-radius:4em;overflow:hidden;background:#939191;transition:background-color .25s cubic-bezier(0.645, 0.045, 0.355, 1);pointer-events:none}#cc_div .c_b_toggle,#cc_div .c_b_toggle .sc_toggle,#cc_div .c_b_toggle input{width:3.6em;height:1.6em;border-radius:4em}#cc_div .c_b_toggle .sc_toggle.sc_readonly{cursor:not-allowed}#cc_div .c_b_toggle input~.sc_toggle.sc_readonly{background:#d5dee2}#cc_div .c_b_toggle input~.sc_toggle.sc_readonly:after{box-shadow:none}#cc_div .c_b_toggle .sc_toggle:after{content:"";position:absolute;left:.22em;top:.2em;width:1.2em;height:1.2em;border:none;box-sizing:content-box;background:#fff;box-shadow:0 1px 2px 0 rgba(24,32,35,.3);transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);border-radius:100%}#cc_div .c_b_toggle input:checked~.sc_toggle:after{transform:translateX(1.95em)}#cc_div #cs_blocks table,#cc_div #cs_blocks table th,#cc_div #cs_blocks table td{border:none}#cc_div #cs_blocks table tbody tr{transition:background-color .25s cubic-bezier(0.645, 0.045, 0.355, 1)}#cc_div #cs_blocks table{text-align:left;border-collapse:collapse;width:100%;padding:0;margin:0;overflow:hidden}#cc_div #cs_blocks table td,#cc_div #cs_blocks table th{padding:.8em .625em .8em 1.2em;text-align:left;vertical-align:top;font-size:.8em}#cc_div #cs_blocks table th{font-family:inherit;padding:1.2em 1.2em}#cc_div #cs_blocks thead tr:first-child{border-bottom:1px solid #cb333b}html.force--consent #cc_div #cm{width:100vw;max-width:100vw;left:0;right:0;padding:2em;bottom:0;border-radius:0;position:absolute}html.force--consent #cc_div #cs_cont,html.force--consent #cc_div #cs{width:100vw}html.force--consent #cc_div{width:100vw;max-width:100vw;position:fixed;left:0;right:0;top:0;bottom:0;min-height:100vh;visibility:hidden;transition:none;opacity:0;background:#000;background:rgba(20,21,22,.55)}html.force--consent .c--anim #cc_div{transition:opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1),visibility .25s cubic-bezier(0.645, 0.045, 0.355, 1)}html.force--consent #cc_div #cm_inner{max-width:500px;margin:0 auto}html.force--consent.show--consent #cc_div,html.force--consent.show--settings #cc_div{opacity:1;visibility:visible}html.show--consent,html.show--settings,html.force--consent.show--consent,html.force--consent.show--settings{overflow-y:hidden !important}#cc_div .block_button .b_title::before,#cc_div ._active .block_button .b_title::before{border-width:0 2px 2px 0;border-style:solid;border-color:#100f0f;padding:.2em;display:inline-block;position:absolute;content:"";margin-right:15px;transform:translateY(-0.2em) rotate(45deg);left:1.2em;top:1.85em}#cc_div ._active .block_button .b_title::before{transform:translateY(0.05em) rotate(225deg)}#cc_div .c_on_icon::before{border-width:0 2px 2px 0;border-style:solid;border-color:#f1f3f5;padding:.13em .13em .55em;display:inline-block;content:"";margin:.31em auto .31em .1em;transform:rotate(45deg)}#cc_div #cs_close_btn::before,#cc_div #cs_close_btn::after{content:"";position:absolute;left:.83em;top:.55em;height:17px;width:1.5px;background:#100f0f;transform:rotate(45deg);border-radius:1em;margin:0 auto}#cc_div #cs_close_btn::after{transform:rotate(-45deg)}#cc_div .c_off_icon,#cc_div .c_on_icon{height:100%;width:50%;position:absolute;right:0;display:block;text-align:center;transition:opacity .25s cubic-bezier(0.645, 0.045, 0.355, 1)}#cc_div .c_on_icon{left:0;opacity:0}#cc_div .c_off_icon::before,#cc_div .c_off_icon::after{right:.84em;top:.4em;content:" ";height:.85em;width:.09375em;display:block;background:#f1f3f5;margin:0 auto;position:absolute;transform-origin:center}#cc_div .c_off_icon::before{transform:rotate(45deg)}#cc_div .c_off_icon::after{transform:rotate(-45deg)}#cc_div .c_b_toggle input:checked~.sc_toggle .c_on_icon{opacity:1}#cc_div .c_b_toggle input:checked~.sc_toggle .c_off_icon{opacity:0}@media screen and (max-width: 900px){#cc_div #cm{width:auto;max-width:100%;margin:0;padding:1.875rem 1.5rem;right:0;bottom:0;left:0;display:block}}@media screen and (max-width: 688px){#cc_div #cs{border-radius:0;padding:0}#cc_div #cs_cont_inner{max-height:100%;height:100%;top:0;transform:none}#cc_div .c_b_toggle{font-size:1.25em;right:.9em}#cc_div #cs_inner{margin:0;padding-bottom:8.1em;border-radius:unset}#cc_div #cs_blocks{padding:1.3em 1em}#cc_div #cs_header{padding:1.2em 1em}#cc_div #cs_buttons{height:8.1em;padding:1em}#cc_div #cs_blocks table{width:100%}#cc_div #cs_blocks table,#cc_div #cs_blocks table thead,#cc_div #cs_blocks table tbody,#cc_div #cs_blocks table th,#cc_div #cs_blocks table td,#cc_div #cs_blocks table tr,#cc_div #cs_cont{display:block}#cc_div #cs_blocks table thead tr{position:absolute;top:-9999px;left:-9999px}#cc_div #cs_blocks table tr{border-top:1px solid #cb333b}#cc_div #cs_blocks table td{border:none;position:relative;padding-left:40%}#cc_div #cs_blocks table td:before{position:absolute;left:1em;width:43%;padding-right:.625em;white-space:nowrap;content:attr(data-column);color:#100f0f;overflow:hidden;text-overflow:ellipsis}#cc_div #cm .c_button,#cc_div .c_button{width:100%;margin-right:0}#cc_div #cm_btns button+button,#cc_div #cs_cont button+button{margin-top:.625em;float:unset}}#cc_div.ie #cs_valign{height:100%;padding-top:5.62em}#cc_div.ie #cs{max-height:37.5em;position:relative;top:0;margin-top:-5.625em}#cc_div.ie #cm{border:1px solid #dee6e9}#cc_div.ie #cs_cont_inner{top:0}#cc_div.ie .c_b_toggle{padding-left:1em;margin-bottom:.7em}#cc_div.ie .c_b_toggle input:checked~.sc_toggle:after{left:1.95em}#cc_div.ie #cs_blocks table{overflow:auto}#cc_div.ie .c_b_toggle .sc_toggle{display:none}#cc_div.ie .c_b_toggle input{position:relative;display:inline-block;vertical-align:middle;margin-bottom:.2em;height:auto}#cc_div.ie .c_b_toggle .toggle_label{filter:alpha(opacity=0)}#cc_div.ie #cs_cont .block_button .b_title{padding:1.4em 6em 1.4em 1.4em}.global-search-results{padding-bottom:4rem}@media(max-width: 767.98px){.global-search-results{padding-bottom:0}}.global-search-results-group{margin-bottom:1.875rem}.global-search-results-group>div{padding-right:2rem}.global-search-results-group ul{list-style:none;margin:2em 0 1em 0;padding:0}.global-search-results-group ul li{margin:0 0 1em 0;padding:0}.global-search-results-group a{cursor:pointer}.global-search-results-group .global-search-results-group-see-all{color:#cb333b}.search-results-list{padding:0 0 1.875rem 0}@media(max-width: 767.98px){.search-results-list{padding-bottom:0}}.search-results-list.no-results{padding-bottom:5.625rem}.search-results-list h3{padding-bottom:1em}.search-results-list__header{margin:0 0 1.25rem 0}.search-results-list__item{margin:0 0 1.875rem 0;position:relative}@media(max-width: 1023.98px){.search-results-list__item{background-color:#fff;border-radius:2rem;padding:1.25rem}}.search-results-list__image{margin-right:.9375rem}@media(min-width: 1024px){.search-results-list__image{width:10.9375rem}}.search-results-list__image img{width:100%;max-width:10rem;height:auto;border-radius:2rem}.search-results-list__content-wrapper{height:100%}@media(min-width: 1024px){.search-results-list__content-wrapper{width:calc(100% - 11.875rem);padding-left:2.8125rem;padding-right:2.8125rem}}@media(min-width: 1024px){.search-results-list__content-wrapper--with-bg{background-color:#fff;border-radius:2rem}}.search-results-list__content{height:100%}.search-results-list__content>.row{min-height:160px}.search-results-list__content>div{padding-top:1em;padding-bottom:1em}.search-results-list__content [data-title]{padding-top:1.25rem;padding-bottom:1.25rem}@media(max-width: 1023.98px){.search-results-list__content [data-title]{padding-top:0;padding-bottom:0;margin-bottom:1rem}.search-results-list__content [data-title]::before{content:attr(data-title);font-family:"Noto Serif",serif;font-weight:700;display:block;margin-bottom:.5rem}}.search-results-list__content h6{margin:1em 0 0 0}.search-results-list__accordion{overflow:hidden;max-height:4.5em;transition:max-height .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.search-results-list__accordion.is-open{max-height:15em}.search-results-list__accordion--number{display:inline-block;color:#cb333b;cursor:pointer;overflow:hidden;max-height:1.4em;transition:color .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.search-results-list__accordion--number:hover{color:#93252a}}.search-results-list__more{text-align:right}@media(max-width: 1023.98px){.search-results-list__more{position:absolute;top:1.25rem;right:1.25rem}}.global-search{min-height:calc(100vh - 5.5rem - 1.5rem)}.global-search .global-search-results{padding-bottom:0}.global-search .global-search-title h1{text-align:center}.global-search .global-search-input{position:relative;margin:2rem auto;width:100%;max-width:940px}.global-search .global-search-input input{width:100%;border:none;background-color:#fff}.global-search .global-search-input button{position:absolute;box-shadow:none;top:0;right:0}.global-search .global-search-input button.button--round{padding:0;width:5.375rem;height:5.375rem}@media(max-width: 1023.98px){.global-search .global-search-input button.button--round{width:4.5rem;height:4.5rem}}.global-search .global-search-input button.button--round svg{width:2rem;height:2rem}.global-search .global-search-input button.button--round svg path{fill:#cb333b}@media(max-width: 1023.98px){.global-search .global-search-input button.button--round svg{width:1.5rem;height:1.5rem}}.global-search .global-search-input button.button--round:hover svg path{fill:#93252a}.global-search .global-search-input button.button--round[disabled] svg{opacity:.2}.global-search .global-search-tabs{margin:4rem 0;padding:0 0 3px 0;overflow-x:scroll;white-space:nowrap;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.global-search .global-search-tabs::-webkit-scrollbar{display:none}.global-search .global-search-tabs ul{list-style:none;margin:0;padding:0;border-bottom:1px solid #c2c2c2}.global-search .global-search-tabs ul li{position:relative;bottom:-2px;display:inline-block;margin:0 1.5rem;font-size:1.25rem}.global-search .global-search-tabs ul li:first-child{margin-left:0}.global-search .global-search-tabs ul li button{border:none;background:none;padding:0}.global-search .global-search-tabs ul li button span{color:#100f0f;transition:color .2s}.global-search .global-search-tabs ul li button:hover span{color:#cb333b}.global-search .global-search-tabs ul li.selected{border-bottom:3px solid #cb333b}.global-search .global-search-tabs ul li.selected button{text-align:center;cursor:default}.global-search .global-search-tabs ul li.selected button span{color:#100f0f;font-weight:bold}.global-search .global-search-tabs ul li.selected button:hover span{color:#cb333b}.global-search .loading{display:block;margin:0 auto;position:relative;left:auto;top:auto;transform:none}.global-search .load-more{text-align:center;vertical-align:middle;display:flex;align-content:center;align-items:center;height:80px}.global-search .load-more>div{display:inline-block;width:auto;margin:0 auto}.global-search .load-more a{display:inline-flex;width:auto}.global-search .global-search__suggestions{background:#fff;z-index:2;border:none;max-height:calc(45vh - 6rem)}.global-search .global-search__suggestions li{color:#100f0f}.global-search .global-search-input.global-search-input-has-suggestions input{border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.global-search .global-search-no-results{padding-top:4rem;padding-bottom:4rem;background:#fff;min-height:calc(100vh - 200px)}.global-search .global-search-no-results:before{width:calc(100vw - 32px)}.global-search .global-search-search-suggestions{padding-top:4rem}.gray-box-text-image{background-color:#f1f3f5;overflow:hidden;border-radius:2rem;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1)}.gray-box-text-image::after{content:"";display:table;clear:both}.gray-box-text-image__text{padding:2.5rem}@media(max-width: 767.98px){.gray-box-text-image__text{padding:1.25rem}}.gray-box-text-image__text ul{display:inline-block}.gray-box-text-image__text ul ul{display:block}.gray-box-text-image__text .link--show-more{display:block}.gray-box-text-image__text .link--show-more::after{display:inline-block}.gray-box-text-image__text .show-more-max-height-animate{display:inline}.gray-box-text-image__image{float:left;text-align:center;position:relative;margin:0 2.5rem 0 0;width:50%}.gray-box-text-image__image::after{content:"";display:table;clear:both}@media(max-width: 1023.98px){.gray-box-text-image__image{width:100%;margin-right:0;margin-bottom:1.25rem}}.gray-box-text-image__image img{max-width:100%;transform-origin:bottom right;transition:transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),border-radius .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}@media(max-width: 767.98px){.gray-box-text-image__image img{transform-origin:bottom center}}.gray-box-text-image--right .gray-box-text-image__image{float:right;margin:0 0 0 2.5rem}@media(max-width: 1023.98px){.gray-box-text-image--right .gray-box-text-image__image{margin-left:0;margin-bottom:1.25rem}}.gray-box-text-image--right .gray-box-text-image__image img{transform-origin:bottom left}@media(max-width: 767.98px){.gray-box-text-image--right .gray-box-text-image__image img{transform-origin:bottom center}}@media(min-width: 1024px){.gray-box-text-image.show-more-open .gray-box-text-image__image img{transform:scale(0.95);border-radius:1rem}}#gsd-in-the-world{display:flex}@media(max-width: 767.98px){#gsd-in-the-world{flex-wrap:wrap}}#gsd-in-the-world>ul{height:0;overflow:hidden;visibility:hidden}#gsd-in-the-world #gsd-in-the-world-projects-list{width:40%;padding:2.5rem 2.5rem 2.5rem 0}@media(max-width: 767.98px){#gsd-in-the-world #gsd-in-the-world-projects-list{width:100%;padding:1.875rem 0rem 1.875rem 0}}#gsd-in-the-world #gsd-in-the-world-projects-list h2{display:flex;align-items:center;opacity:0;animation:worldListAppear .3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;line-height:.9em}#gsd-in-the-world #gsd-in-the-world-projects-list h2 img{width:1em;height:1em;margin-right:1rem}#gsd-in-the-world #gsd-in-the-world-projects-list ul{list-style:none;margin:0;padding:1.875rem 0;opacity:0;animation:worldListAppear .3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards .2s}#gsd-in-the-world #gsd-in-the-world-projects-list ul li{margin:0;padding:1.875rem 0;border-bottom:1px solid #c2c2c2}@media(max-width: 767.98px){#gsd-in-the-world #gsd-in-the-world-projects-list ul li{padding:1rem 0}}#gsd-in-the-world #gsd-in-the-world-projects-list ul li h3{padding:0 0 1.875rem 0;font-family:"Noto Sans",sans-serif}#gsd-in-the-world #gsd-in-the-world-projects-list ul li p{padding:0 0 1rem 0}#gsd-in-the-world #gsd-in-the-world-projects-list ul li p:first-of-type{padding:0 0 .625rem 0}#gsd-in-the-world #gsd-in-the-world-projects-list address{margin-top:1.875rem;margin-bottom:0}#gsd-in-the-world #gsd-in-the-world-projects-list address p{margin:0 0 1.25rem 0}#gsd-in-the-world #gsd-in-the-world-projects-list address p a:hover{color:#cb333b;text-decoration:underline}#gsd-in-the-world #gsd-in-the-world-projects-list address img{width:24px;height:auto;margin:0 .9375rem 0 0}#gsd-in-the-world #gsd-in-the-world-earth{width:60%;transform:scale(1) translateX(-35%);transition:transform 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);position:sticky;top:0}@media(max-width: 767.98px){#gsd-in-the-world #gsd-in-the-world-earth{width:100%;position:relative;transform:scale(1) translateX(0)}}#gsd-in-the-world.country-is-selected #gsd-in-the-world-earth{transform:scale(1) translateX(0)}#gsd-in-the-world .earth-container{opacity:0;transition:opacity .75s cubic-bezier(0.645, 0.045, 0.355, 1)}#gsd-in-the-world .earth-container:after{content:"";position:absolute;top:12%;bottom:12%;left:12%;right:12%;border:1px #707070 solid;border-radius:50%;box-sizing:border-box}#gsd-in-the-world .earth-container.earth-ready{opacity:1}#gsd-in-the-world .earth-overlay{opacity:1;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)}#gsd-in-the-world .earth-overlay.earth-occluded{opacity:.3}@media(max-width: 767.98px){.gsd-in-the-world-container{overflow:hidden}}.gsd-in-the-world-marker{width:84px;height:84px}.gsd-in-the-world-marker a{border:none;background-color:rgba(0,0,0,0);position:absolute;width:84px;height:84px;transform:translateX(-50%) translateY(-50%) scale(0.4);transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.gsd-in-the-world-marker a:hover{transform:translateX(-50%) translateY(-50%) scale(0.65)}}.gsd-in-the-world-marker.is-active a{transform:translateX(-50%) translateY(-50%) scale(0.6)}@media(max-width: 767.98px){.gsd-in-the-world-marker.is-active a{transform:translateX(-50%) translateY(-50%) scale(0.5)}}.gsd-in-the-world-marker img{width:84px;height:106px;position:absolute;top:-64px;left:0}.gsd-in-the-world-marker span{position:absolute;top:-40px;left:0;display:block;width:84px;text-align:center;pointer-events:none;font-size:24px;font-weight:bold}@keyframes worldListAppear{0%{opacity:0;transform:translate3d(0, 1rem, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}.header-banner{display:none;align-items:center;height:4.5rem;position:relative;z-index:5}.header-banner-visible{display:flex}.header-banner-content{display:flex;justify-content:center;padding-right:2rem}@media(max-width: 767.98px){.header-banner-content{justify-content:flex-start;overflow-y:auto;max-height:calc(4.5rem - 1rem)}}.header-banner-alert{width:1.375rem;height:1.375rem;margin-right:.5rem;flex-shrink:0}@media(max-width: 767.98px){.header-banner-alert{width:1rem;height:1rem}}.header-banner-close{position:absolute;right:0;top:.5rem;width:2rem;height:2rem;border:none}.header-banner-close svg{width:.875rem;height:.875rem}@media(max-width: 767.98px){.header-banner .text-small{font-size:.75rem}}.header-banner-visible-body .navbar-level-1{margin-top:calc(5.5rem + 4.5rem + 1.5rem);height:calc(100% - 5.5rem - 4.5rem - 3rem)}@media(max-width: 1023.98px){.header-banner-visible-body .navbar-level-1{height:calc(100% - 3.125rem);margin-top:3.125rem}}.header-banner-visible-body .navbar-level-2{top:3.125rem}.header-banner-visible-body main{padding-top:calc(5.5rem + 4.5rem)}@media(max-width: 1023.98px){.header-banner-visible-body main{padding-top:calc(3.125rem + 4.5rem)}}.hero-search__wrapper{width:100%}@media(max-width: 1023.98px){.hero-search__wrapper{position:relative}}.hero-search__content{position:relative;z-index:1}@media(min-width: 576px){.hero-search__content{max-width:31.25rem}}.hero-search__content input{border-color:#fff;padding:.75rem 3rem}@media(max-width: 767.98px){.hero-search__content input{min-height:3.125rem;padding-top:.625rem;padding-bottom:.625rem;padding-left:1.5rem}}.hero-search__content input:focus{border-color:#fff}.hero-search__search{position:relative}.hero-search__search::before{content:"";position:absolute;top:.875em;left:.875em;z-index:1;background-size:contain;background-repeat:no-repeat;vertical-align:middle;background-image:url("../img/icons/plus.svg");width:1.25em;height:1.25em}@media(max-width: 767.98px){.hero-search__search::before{content:none}}.hero-search__search button{width:auto;height:auto;position:absolute;top:.875em;right:.875em;padding:0;border-radius:0;min-height:auto}.hero-search__search button svg{width:1.25em;height:1.25em}.hero-search__search button path{fill:#cb333b}.hero-search__background.hero__background::before{opacity:.7;animation:none;clip-path:inset(0 0 0 0);transition:opacity .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.hero-search-dark-background .hero-search__background.hero__background::before{opacity:1;mix-blend-mode:normal}.hero-search__suggestions{position:absolute;top:calc(100% - 3px);background:#fff;list-style:none;padding:0;width:100%;border:2px solid #fff;border-top:none;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;overflow:auto;max-height:calc(25vh - 6rem);transform-origin:top;animation:animateList .1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards}.hero-search__suggestions::before{content:"";position:absolute;top:0;left:1rem;right:1rem;z-index:1;height:1px;background-color:#c2c2c2}@media(min-width: 768px){.hero-search__suggestions{border-bottom-right-radius:0}}@media(max-width: 767.98px){.hero-search__suggestions{position:relative;max-height:25vh}}.hero-search__suggestions li{margin:0 .5rem;padding:.5rem;text-align:initial;width:calc(100% - 1rem);line-height:1.8;cursor:pointer;background-color:rgba(255,255,255,0);color:#100f0f;border-radius:1rem;transition:background-color .1s cubic-bezier(0.645, 0.045, 0.355, 1),color .1s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.hero-search__suggestions li{margin:0 .75rem;padding:.5rem .75rem;width:calc(100% - 1.5rem)}}@media(hover: hover)and (pointer: fine){.hero-search__suggestions li:hover{background-color:rgba(255,255,255,.8);color:#cb333b}}.hero-search__suggestions li:active{background-color:#fff;color:#93252a}.hero{position:relative;z-index:1;display:flex;align-items:flex-start;flex-wrap:wrap;min-height:28.125rem;margin-top:-5.5rem}@media(max-width: 1023.98px){.hero{margin-top:-3.125rem}}@media(max-width: 767.98px){.hero{min-height:21.875rem}}.hero>div{z-index:2}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1 !important}.hero__background::before,.hero__background::after{position:absolute;top:0;left:0;right:0;bottom:0;content:""}.hero__background::before{background-color:#192a51;opacity:.5;mix-blend-mode:hard-light;clip-path:inset(0 0 100% 0);animation:heroShow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards .5s}@media(prefers-reduced-motion: reduce){.hero__background::before{animation:none;clip-path:inset(0 0 0 0)}}.hero__background::after{background:linear-gradient(90deg, rgba(25, 42, 81, 0.35) 0%, rgba(25, 42, 81, 0) 75%)}.hero__boxed .hero__background{top:2rem;right:2rem;left:2rem;border-radius:2rem;overflow:hidden}@media(max-width: 1023.98px){.hero__boxed .hero__background{top:calc(1rem + 3.125rem);right:1rem;left:1rem}}.hero__background--color-only{overflow:hidden}.hero__background--color-only::after,.hero__background--color-only::before{content:none}.hero__background--color-only .hero__inner-lines{position:absolute;top:0;left:0;right:0;bottom:0}.hero .breadcrumbs__wrapper{margin-top:calc(5.5rem + 1rem);margin-bottom:0}@media(max-width: 1023.98px){.hero .breadcrumbs__wrapper{margin-top:calc(3.125rem + 1rem);margin-bottom:0}}@media(max-width: 767.98px){.hero .breadcrumbs__wrapper{margin-top:calc(1rem + 3.125rem)}}.hero__content{color:#fff;text-align:left;width:calc(100% - 8rem);max-width:1440px;padding:0;margin:0 auto;position:relative}@media(max-width: 1023.98px){.hero__content{width:calc(100% - 4rem)}}@media(max-width: 767.98px){.hero__content{width:calc(100% - 2rem)}}.hero__content>*{margin-top:-1em}.hero--no-image{min-height:20rem;flex-direction:column;z-index:3}@media(max-width: 767.98px){.hero--no-image{min-height:13.75rem}}.hero--no-image .hero__content{color:#100f0f}.hero--no-image .hero__content>*{margin-top:.75em;margin-bottom:.75em}@media(max-width: 767.98px){.hero--no-image .hero__content>*{margin-top:1.125em;margin-bottom:1.125em}}.hero--landing-page{align-items:center;min-height:720px;margin-top:0}@media(min-width: 1920px){.hero--landing-page{min-height:75vh}}@media(max-width: 767.98px){.hero--landing-page{margin-top:0;min-height:720px}}.hero--landing-page .hero__background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-size:cover;background-repeat:no-repeat;z-index:1;background-position:75% center}@media(max-width: 1023.98px){.hero--landing-page .hero__background{position:relative;height:50vh;background-position:95% center}}.hero--landing-page .hero__background::before,.hero--landing-page .hero__background::after{content:none}.hero--landing-page .hero__content{z-index:2;width:calc(40% - 4rem);max-width:720px;margin-left:0;padding:2rem 0}@media(max-width: 1023.98px){.hero--landing-page .hero__content{max-width:100%;width:calc(100% - 4rem)}}.hero--landing-page .hero__content--color-white{color:#fff}.hero--landing-page .hero__content--color-black{color:#100f0f}.hero--landing-page .hero__content>*{margin-top:0}.hero__boxed{border-radius:2rem;overflow:hidden}@media(max-width: 767.98px){.hero__boxed .hero__content{margin-left:2rem;margin-right:2rem;width:calc(100% - 4rem)}}@media(max-width: 767.98px){.hero__boxed .button-anchors-list{margin-left:1rem;margin-right:1rem;width:calc(100% - 2rem)}}@media(min-width: 768px){.hero+.hero-homepage-overlap{margin-top:.9375rem;padding-top:5rem}}@keyframes heroShow{0%{clip-path:inset(0 0 100% 0)}100%{clip-path:inset(0 0 0 0)}}.hospital-map{width:100%;min-height:50rem;height:50rem}@media(max-width: 767.98px){.hospital-map{min-height:31.25rem}}.hospital-map>div{height:50rem}.hospital-map .hospital-map-content{position:relative}.hospital-map button.hospital-map-pin{background:rgba(0,0,0,0);border:none;width:4rem;height:4rem;transform:translateX(-50%) translateY(-100%)}.hospital-map button.hospital-map-pin svg{width:100%;height:100%;fill:#cb333b;transition:fill .2s cubic-bezier(0.645, 0.045, 0.355, 1),transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.hospital-map button.hospital-map-pin:hover svg{fill:#93252a;transform:scale(1.2) translateY(-10%)}}.hospital-map .BMap_Marker img{width:inherit;height:inherit}.hospital-map .hospital-map-infowindow{position:absolute;left:3rem;top:-5.625rem;visibility:hidden;width:18.75rem}@media(max-width: 767.98px){.hospital-map .hospital-map-infowindow{left:-9.375rem;top:-12.5rem}}.hospital-map .hospital-map-infowindow>div{transform:translateY(-50%);opacity:0;transition:all .2s cubic-bezier(0.645, 0.045, 0.355, 1);background-color:#fff;border-radius:1rem;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1);padding:1rem}.hospital-map .hospital-map-infowindow>div p{margin:0 0 .5em 0;padding:0}.hospital-map .hospital-map-infowindow>div address{margin:0 0 1em 0;padding:0}.hospital-map .hospital-map-infowindow.visible{visibility:visible}.hospital-map .hospital-map-infowindow.visible>div{opacity:1;transform:translateY(0)}.hospital-map .BMap_shadow{opacity:0}.hospital-map .BMap_pop div{border-color:rgba(0,0,0,0) !important}.hospital-map .hospital-map-infolabel{position:absolute;left:-9.375rem;top:-6.25rem;width:18.75rem;color:#cb333b;text-shadow:2px 2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,-2px -2px 0 #fff,2px 0px 0 #fff,0px 2px 0 #fff,-2px 0px 0 #fff,0px -2px 0 #fff;opacity:0;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.hospital-map .hospital-map-infolabel.visible{opacity:1}.hospital-map .BMapLabel{border:none !important;background-color:rgba(0,0,0,0) !important;font-family:"Noto Sans",sans-serif;color:#cb333b;transform:translate(-50%, -6rem);text-shadow:2px 2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,-2px -2px 0 #fff,2px 0px 0 #fff,0px 2px 0 #fff,-2px 0px 0 #fff,0px -2px 0 #fff}@media(max-width: 767.98px){.hospital-map--overlap-top{padding-top:0}}.hospital-map--overlap-top>div{height:50rem;margin-top:-15rem}@media(max-width: 767.98px){.hospital-map--overlap-top>div{height:31.25rem;margin-top:10rem}}.hospital-map--smaller{min-height:40.625rem;height:75vh}@media(max-width: 767.98px){.hospital-map--smaller{min-height:31.25rem}}.hospital-map--smaller>div{margin-top:-2rem;height:inherit;border-radius:2rem;overflow:hidden}.hospital-map__window{width:100%;min-height:37.5rem;height:50vh}@media(max-width: 767.98px){.hospital-map__window{min-height:31.25rem}}.hospital-map__window>div{height:inherit;border-radius:2rem;overflow:hidden}.hospital-map__window .hospital-map-content{position:absolute}.hospital-map__window button.hospital-map-pin{width:2rem;height:2rem}.hospital-map__window .hospital-map-sidebar{position:absolute;left:1rem;top:1rem;bottom:1rem;width:40%;max-width:22.5rem;border-radius:0;overflow:initial;z-index:7;visibility:hidden}@media(max-width: 767.98px){.hospital-map__window .hospital-map-sidebar{left:0;top:calc(50% + 1rem);bottom:0;right:0;width:100%}}.hospital-map__window .hospital-map-sidebar__content{transform:translate(-2rem, 0);opacity:0;transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1);background-color:#fff;border-radius:1rem;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1);padding:1rem 0}@media(max-width: 767.98px){.hospital-map__window .hospital-map-sidebar__content{transform:translate(0, 2rem)}}.hospital-map__window .hospital-map-sidebar__content .sidebar-content{height:33.25rem;padding:0 1rem;overflow-y:auto}@media(max-width: 767.98px){.hospital-map__window .hospital-map-sidebar__content .sidebar-content{height:12.75rem}}.hospital-map__window .hospital-map-sidebar__content .sidebar-close{position:absolute;top:.5rem;right:.5rem;background-color:#fff;border-radius:50%;padding:.5rem;z-index:2;line-height:0}.hospital-map__window .hospital-map-sidebar__content .sidebar-gallery img{max-width:100%;border-radius:1rem;overflow:hidden}.hospital-map__window .hospital-map-sidebar.visible{visibility:visible}.hospital-map__window .hospital-map-sidebar.visible>div{opacity:1;transform:translate(0, 0)}.icon-text-flex__icon{display:flex;align-items:center;background-color:#fe7c43;border-radius:2rem;padding:1.25rem;width:10rem;height:10rem}@media(min-width: 1024px)and (max-width: 1279.98px){.icon-text-flex__icon{width:7.5rem;height:7.5rem}}.icon-text-flex__icon img{max-width:100%}.image-paragraph{overflow:hidden}.image-paragraph__section{min-width:100%;position:relative}.image-paragraph__section__right .image-paragraph__image{margin-bottom:1.5rem}@media(min-width: 1024px){.image-paragraph__section__right .image-paragraph__image{float:left;margin-right:3.75rem;margin-bottom:2.5rem}}.image-paragraph__section__left .image-paragraph__image{margin-bottom:1.5rem}@media(min-width: 1024px){.image-paragraph__section__left .image-paragraph__image{float:right;margin-left:3.75rem;margin-bottom:2.5rem}}.image-paragraph__image{border-radius:2rem;position:relative;background-size:cover !important;background-repeat:no-repeat !important}.image-paragraph__image__full{width:100%}.image-paragraph__image__medium{width:50%}@media(max-width: 1023.98px){.image-paragraph__image__medium{width:100%}}.image-paragraph__image__small{width:33%}@media(max-width: 1023.98px){.image-paragraph__image__small{width:100%}}.image-paragraph__image img{z-index:-1;opacity:0;width:100%}@media(max-width: 1023.98px){.image-paragraph__image img{max-height:300px}}.image-paragraph__content{display:inline}.image-text-flex-landing{position:relative}.image-text-flex-landing__image{position:relative}.image-text-flex-landing__image img{display:block;max-width:100%}@media(max-width: 1023.98px){.image-text-flex-landing__image img{max-height:calc(50vh - 3rem);margin:0 auto}}.image-text-flex-landing__background{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;background-repeat:no-repeat;background-size:45%}@media(max-width: 1023.98px){.image-text-flex-landing__background{bottom:initial;height:50vh;background-size:100%}}.image-text-flex-landing--left .image-text-flex-landing__background{background-position:center left;right:initial}.image-text-flex-landing--right .image-text-flex-landing__background{background-position:center right;left:initial}@media(min-width: 1024px){.image-text-flex-landing--right .image-text-flex-landing__image{order:3}}@media(min-width: 1024px){.image-text-flex-landing--right .image-text-flex-landing__divider{order:2}}@media(min-width: 1024px){.image-text-flex-landing--right .image-text-flex-landing__text{order:1}}.image-text-flex{position:relative}.image-text-flex__image{position:relative;z-index:1}.image-text-flex__image img{width:100%;max-width:100%;border-radius:2rem}@media(max-width: 1023.98px){.image-text-flex__image img{display:none}}.image-text-flex__image-mobile{background-size:cover !important;background-repeat:no-repeat !important;background-position:center center !important;overflow:hidden;border-radius:2rem;height:20.625rem;width:100%}@media(min-width: 1024px){.image-text-flex__image-mobile{height:0}}@media(max-width: 1023.98px){.image-text-flex__video{display:none}}@media(min-width: 1024px){.image-text-flex__video-mobile{display:none}}.image-text-flex__video,.image-text-flex__video-mobile{cursor:pointer}.image-text-flex__video img,.image-text-flex__video-mobile img{width:100%;height:auto;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.image-text-flex__video a,.image-text-flex__video-mobile a{position:relative;height:100%;width:100%;display:inline-block}.image-text-flex__video a:after,.image-text-flex__video-mobile a:after{content:"";position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);width:6.25rem;height:6.25rem;background:rgba(0,0,0,0) url("../img/icons/play.svg") no-repeat 50% 50%;background-size:contain}@media(hover: hover)and (pointer: fine){.image-text-flex__video a:hover img,.image-text-flex__video-mobile a:hover img{opacity:.8}}@media(min-width: 1024px){.image-text-flex--right .image-text-flex__image{order:3}}@media(min-width: 1024px){.image-text-flex--right .image-text-flex__divider{order:2}}@media(min-width: 1024px){.image-text-flex--right .image-text-flex__text{order:1}}.info-details{position:relative;min-height:620px}@media(max-width: 1279.98px){.info-details{min-height:460px}}.info-details--small{min-height:420px}.info-details__title{min-height:2.4em}.info-details__list{margin-bottom:1rem}.info-details__list:last-child{margin-bottom:0 !important}@media(max-width: 1023.98px){.info-details__list{flex-wrap:wrap}}.info-details__list--language-list .spoken-languages{margin:0}@media(max-width: 1023.98px){.info-details__list--language-list .spoken-languages{margin-top:.5rem}}.info-details__list--language-list .spoken-languages__language{margin-top:0}@media(min-width: 1024px){.info-details__image{position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:column}}.info-details__image--small .swiper-slide__info-details{max-width:calc(754px - 56%)}.info-details__section{position:relative;background-color:#fff;border-bottom-right-radius:2rem;border-top-right-radius:2rem;padding:3.125rem 1.875rem 3.125rem 0rem;margin-right:2.5rem}@media(max-width: 1023.98px){.info-details__section{width:90%;margin-right:0;padding-top:1.875rem;padding-bottom:1.875rem}}.info-details__section .generic-wrapper--half{max-width:calc(720px - 1.875rem - 2.5rem)}@media(max-width: 1023.98px){.info-details__section .generic-wrapper--half{max-width:100%}}.info-details__section .info-details__section{padding:0 !important;margin:0 !important}.info-details--right .generic-wrapper--half--left{margin-right:auto;margin-left:0}@media(max-width: 1023.98px){.info-details--right .generic-wrapper--half--left{margin-left:auto}}.info-details--right .info-details__title{margin-left:auto}@media(max-width: 1023.98px){.info-details--right .info-details__title{margin-left:0}}.info-details--right .info-details__title>*{padding-left:4.375rem}@media(max-width: 1023.98px){.info-details--right .info-details__title>*{padding-left:0}}@media(min-width: 1024px){.info-details--right .info-details__image{right:auto;left:0}}.info-details--right .info-details__section{padding:3.125rem 0rem 3.125rem 3.125rem;margin-left:1.25rem;margin-right:auto}.info-details--right .info-details__section--wrapper{margin-left:auto}@media(min-width: 1024px){.info-details--right .info-details__section{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:2rem;border-top-left-radius:2rem}}@media(max-width: 1023.98px){.info-details--right .info-details__section{margin-left:0;padding-top:1.875rem;padding-bottom:1.875rem;padding-left:0}}.info-details--gray .info-details__section{background-color:#f1f3f5}.info-details__accordion{overflow:hidden;max-height:5.1em;transition:max-height .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.info-details__accordion.is-open{max-height:15em}.info-details__accordion--number{display:inline-block;color:#cb333b;cursor:pointer;overflow:hidden;max-height:1.4em;transition:color .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.info-details__accordion--number:hover{color:#93252a}}.cta-details-dropdown{display:inline-block;width:100%;position:relative}.cta-details-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.9rem 1.2rem;border-radius:1rem;cursor:pointer;user-select:none;background-color:#fff !important;width:60%;box-sizing:border-box}.cta-details-menu{position:absolute;left:0;top:calc(100% + 8px);width:60%;min-width:0;list-style:none;margin:0;padding:.25rem 0;background:#f2f3f5;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.12);z-index:1200;display:none;box-sizing:border-box}.cta-details-dropdown[open] .cta-details-menu{display:block}.cta-details-item{display:block;padding:12px 18px;color:#111;text-decoration:none;white-space:normal;box-sizing:border-box}.cta-details-item:hover,.cta-details-item:focus{color:#c30000;background:rgba(0,0,0,.03);outline:none}.w-60{width:60%}.w-33{width:33%}.row.align-items-center .cta-details-dropdown{margin-right:1rem;vertical-align:middle}.button--style-3.cta-details-toggle::after{content:"";display:inline-block;width:1rem;height:1rem;margin-left:.625rem;background-image:url("../img/icons/arrow-down-positive.svg");background-repeat:no-repeat;background-size:contain;vertical-align:middle;flex-shrink:0;transform:translateX(0);transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.cta-details-dropdown[open] .button--style-3.cta-details-toggle::after{transform:rotate(180deg)}@media(max-width: 767px){.cta-details-menu{top:calc(100% + 6px);width:100%}.cta-details-toggle{padding:.7rem 1rem}.cta-resp{width:100%;margin-top:2%}.w-60{width:100%}.cta-details-toggle{width:100%}}.international-office-slider .swiper-container{padding-top:2.5rem;padding-bottom:5rem}@media(max-width: 767.98px){.international-office-slider .swiper-container{padding-top:.5rem;padding-bottom:2.5rem}}.international-office-slider .swiper-container .swiper-pagination{position:absolute;bottom:0;top:auto;left:50%;transform:translateX(-50%)}.international-office-slider .swiper-slide{width:18.125rem}.international-office-slider .swiper-slide .card{background-size:cover;background-position:top center}.international-office-slider .swiper-slide .card__content{height:21.875rem}@media(max-width: 767.98px){.international-office-slider .swiper-slide .card__content{transform:translateY(calc(100% - 5.85rem));padding:.5rem 1.25rem}}.international-office-slider .swiper-slide .card__header{height:5.5rem}.international-office-slider .swiper-slide .card__header__title{color:#3b3636;font-size:1.25rem}@media(max-width: 1279.98px){.international-office-slider .swiper-slide .card__header__title{font-size:1.125rem}}.international-office-slider .swiper-slide .card__header__title br{display:none}.international-office-slider .swiper-slide .card__header__text{line-height:1.3}@media(max-width: 1439.98px){.international-office-slider .swiper-slide .card__header__text{max-width:100%}}.international-office-slider .swiper-slide .card:hover .card__content{transform:translateY(0);padding:1.5rem}.landing-page-hero{position:relative}.landing-page-hero img{width:100%;height:auto}.landing-page-hero .landing-page-hero-content>div{padding:15px}@media(min-width: 576px){.landing-page-hero .landing-page-hero-content{position:absolute;width:100%;max-width:1440px;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);margin:0 auto;border:1px solid red}.landing-page-hero .landing-page-hero-content>div{width:50%}}.links-list{width:100%;max-width:43.75rem;margin:0;padding:0;list-style:none}.links-list--max-height{overflow:hidden;max-height:33em}@media(max-width: 767.98px){.links-list--max-height{max-height:34.8em}}.links-list li{position:relative;padding:1rem 0;display:block;border-bottom:1px solid #c2c2c2}.links-list--2-columns{max-width:100%}@media(min-width: 768px){.links-list--2-columns{columns:2;column-gap:2rem}.links-list--2-columns li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}}.links-list--no-border li{padding:.5rem 0;border-bottom:none}.location-finder .load-more,.news-finder .load-more,.doctors-finder .load-more{align-content:center;align-items:center}.location-finder .load-more>div,.news-finder .load-more>div,.doctors-finder .load-more>div{width:100%;text-align:center}.location-finder .load-more a,.news-finder .load-more a,.doctors-finder .load-more a{display:inline-flex;margin:0 auto;width:auto}.loading{display:inline-block;position:absolute;left:50%;top:50%;transform:translate(-40px, -40px);width:80px;height:80px}.loading div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#cb333b;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.loading div:nth-child(1){left:8px;animation:loading1 .6s infinite}.loading div:nth-child(2){left:8px;animation:loading2 .6s infinite}.loading div:nth-child(3){left:32px;animation:loading2 .6s infinite}.loading div:nth-child(4){left:56px;animation:loading3 .6s infinite}@keyframes loading1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes loading3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes loading2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}.location-finder{min-height:360px}.location-finder-filters{position:relative}.location-finder-filters>div{height:100%;background-color:#fff;border-radius:1.875rem;padding:1.875rem 1.875rem 2.5rem 1.875rem}@media(max-width: 767.98px){.location-finder-filters>div{padding:1.25rem 1.25rem 1.875rem}}.location-finder-filters--news>div{background-color:rgba(0,0,0,0);padding-left:0;padding-right:0}@media(max-width: 767.98px){.location-finder-filters--news>div{padding-left:0;padding-right:0}}.location-finder-buttons button{margin-top:2.5rem;margin-right:1.25rem}@media(max-width: 767.98px){.location-finder-buttons button{margin-top:1.875rem;margin-right:0}}.navbar-button{position:relative;display:flex;align-items:center;justify-content:center;color:#cb333b;background:radial-gradient(circle, #93252A 0%, #93252A 25%, #FFFFFF 25%, #FFFFFF 100%);background-size:400%;background-position:100% 50%;background-repeat:no-repeat;cursor:pointer;height:calc(5.5rem - 2.25rem);width:calc(5.5rem - 2.25rem);margin-left:1.5rem;overflow:hidden;border-radius:50%;border:none;z-index:3;box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1);user-select:none;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1),background-position .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 1023.98px){.navbar-button{color:#100f0f;height:3.125rem;width:3.125rem;margin-left:1.25rem;background:rgba(0,0,0,0);box-shadow:none}}@media(max-width: 575.98px){.navbar-button{margin-left:0}}.navbar-button>*{z-index:1;pointer-events:none}.navbar-button svg{height:calc(5.5rem - 3.75rem);width:calc(5.5rem - 3.75rem)}@media(max-width: 1023.98px){.navbar-button svg{height:calc(3.125rem - 1.25rem);width:calc(3.125rem - 1.25rem)}}.navbar-button svg path{fill:currentColor;transform-origin:center;transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1),opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.navbar-button .status-close{opacity:0;transform:scale(0.8)}@media(min-width: 1024px){.navbar-button:hover{color:#fff;background-position:50% 50%}}@media(max-width: 767.98px){.navbar-button__burger{margin-left:0;margin-right:auto;order:1}}.navbar-button__burger span{background-color:currentColor;display:block;height:3px;border-radius:3px;left:calc(50% - .938rem);position:absolute;transform-origin:center;transition-duration:.2s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);width:1.875rem}.navbar-button__burger span:nth-child(1){top:calc(50% - .625rem)}.navbar-button__burger span:nth-child(2){top:calc(50% - .125rem)}.navbar-button__burger span:nth-child(3){top:calc(50% + .375rem)}.navbar-button__burger.is-active{color:#fff}.navbar-button__burger.is-active span:nth-child(1){transform:translateY(0.5rem) rotate(45deg)}.navbar-button__burger.is-active span:nth-child(2){opacity:0}.navbar-button__burger.is-active span:nth-child(3){transform:translateY(-0.5rem) rotate(-45deg)}@media(max-width: 767.98px){.navbar-button__language{order:3}}@media(max-width: 767.98px){.navbar-button__search{order:4}}.navbar-button.is-active{overflow:initial;color:#fff;background-position:50% 50%}@media(max-width: 1023.98px){.navbar-button.is-active{color:#100f0f}}.navbar-button.is-active .status-close{opacity:1;transform:scale(1)}.navbar-button.is-active .status-neutral{opacity:0;transform:scale(0.8)}@media(max-width: 1023.98px){.header-background .navbar-button{color:#100f0f}.header-background .navbar-button:hover{color:#3b3636}}.navbar.is-active .navbar-button.is-active{color:#fff}@media(max-width: 1023.98px){.navbar.is-active .navbar-button{color:#fff;transition:color .3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,border-color .3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s}.navbar.is-active .navbar-button:hover{color:#fff}}.navbar-dropdown{top:100%;right:0;color:#100f0f;background-color:#fff;border-radius:1rem;margin-top:2rem;margin-right:50%;padding:1rem;position:absolute;box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1);z-index:2;pointer-events:none;animation:close-navbar-dropdown .2s cubic-bezier(0.645, 0.045, 0.355, 1) both}@media(max-width: 1023.98px){.navbar-dropdown{margin-top:1rem;padding:.5rem;max-width:95vw;margin-right:0;animation:close-navbar-dropdown-mobile .2s cubic-bezier(0.645, 0.045, 0.355, 1) both}}.navbar-dropdown.is-menu-open{pointer-events:auto;animation:open-navbar-dropdown .2s cubic-bezier(0.645, 0.045, 0.355, 1) both}@media(max-width: 1023.98px){.navbar-dropdown.is-menu-open{animation:open-navbar-dropdown-mobile .2s cubic-bezier(0.645, 0.045, 0.355, 1) both}}.navbar-dropdown a{display:block;padding:1rem;text-align:center;white-space:nowrap;border-bottom:1px solid #c2c2c2;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.navbar-dropdown a:hover{color:#cb333b}.navbar-dropdown li:last-child a{border-color:rgba(0,0,0,0)}@keyframes close-navbar-dropdown{0%{display:block;opacity:1;transform:translate(50%, 0)}99%{display:block;opacity:0;transform:translate(50%, -0.5rem)}100%{display:none;opacity:0;transform:translate(50%, -0.5rem)}}@keyframes open-navbar-dropdown{0%{display:none;opacity:0;transform:translate(50%, -0.5rem)}1%{display:block;opacity:0;transform:translate(50%, -0.5rem)}100%{display:block;opacity:1;transform:translate(50%, 0)}}@keyframes close-navbar-dropdown-mobile{0%{display:block;opacity:1;transform:translate(3.5rem, 0)}99%{display:block;opacity:0;transform:translate(3.5rem, -0.5rem)}100%{display:none;opacity:0;transform:translate(3.5rem, -0.5rem)}}@keyframes open-navbar-dropdown-mobile{0%{display:none;opacity:0;transform:translate(3.5rem, -0.5rem)}1%{display:block;opacity:0;transform:translate(3.5rem, -0.5rem)}100%{display:block;opacity:1;transform:translate(3.5rem, 0)}}.navbar{display:flex;align-items:center;height:5.5rem;width:calc(100% - 8rem);margin:0 auto;padding:0;transition:margin .2s cubic-bezier(0.645, 0.045, 0.355, 1);animation:avoidMenuFlash 1s linear forwards}.navbar__wrapper{position:fixed;top:0;left:0;right:0;z-index:10;background-color:rgba(255,255,255,0);transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1),background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1) .2s}.navbar__wrapper.header-unpin{transform:translateY(-110%)}.navbar__wrapper.header-pin{transform:translateY(0)}.navbar__wrapper.header-top-pin .navbar{margin-top:2rem}@media(max-width: 1023.98px){.navbar__wrapper.header-top-pin .navbar{margin-top:0}}.navbar__wrapper.header-top-pin .navbar.is-active,.landing-page .navbar__wrapper.header-top-pin .navbar{margin-top:0}.navbar__wrapper.header-background{background-color:#fff;box-shadow:0 .3rem .3rem -0.313rem rgba(0,0,0,.08),0 .625rem .625rem -0.313rem rgba(0,0,0,.08);border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.navbar__wrapper.header-background .navbar-brand .brand-logo .logo-copy-extended{fill:#100f0f}.navbar__wrapper.header-background .navbar.is-active .navbar-brand .brand-logo .logo-copy-extended{fill:#fff}@media(max-width: 1023.98px){.navbar__wrapper.header-background{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}}@media(max-width: 1023.98px){.navbar{height:3.125rem;width:calc(100% - 4rem)}}@media(max-width: 767.98px){.navbar{width:calc(100% - 2rem)}}.navbar-brand{width:100%;display:flex;align-items:center;padding:0}.navbar-brand .brand-logo{width:auto;height:calc(5.5rem - 2.25rem)}@media(max-width: 1023.98px){.navbar-brand .brand-logo{height:calc(3.125rem - 1rem)}}.navbar-brand .brand-logo .logo-background{fill:#cb333b}.navbar-brand .brand-logo .logo-copy{fill:#fff}.navbar-brand .brand-logo .logo-copy-extended{fill:#100f0f;transition:fill .3s cubic-bezier(0.645, 0.045, 0.355, 1) .3s}@media(max-width: 767.98px){.navbar-brand .brand-logo .logo-copy-extended{display:none}}.navbar-brand img{visibility:hidden}.navbar-menu{height:100%;min-height:100vh;width:100%;position:fixed;z-index:2;top:0;right:0;margin:0;background-color:#192a51;pointer-events:none;overflow:hidden;animation:close-navbar .3s cubic-bezier(0.645, 0.045, 0.355, 1) both}.navbar-inner{position:relative;width:inherit;height:inherit;display:flex;opacity:0;transform:translateY(-1rem);transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s}.navbar-level-1{width:calc(100% - 8rem);max-width:1440px;padding:0;margin:0 auto;position:relative;display:flex;flex-direction:column;margin-top:calc(5.5rem + 1.5rem);height:calc(100% - 5.5rem - 3rem);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}@media(max-width: 1023.98px){.navbar-level-1{width:calc(100% - 4rem)}}@media(max-width: 767.98px){.navbar-level-1{width:calc(100% - 2rem)}}@media(max-width: 1023.98px){.navbar-level-1{height:100%;margin-top:0;width:100%;padding-top:calc(3.125rem*2);padding-bottom:calc(3.125rem*2);padding-left:2rem;padding-right:2rem}}@media(max-width: 767.98px){.navbar-level-1{padding-left:1rem;padding-right:1rem}}.navbar-level-1 .navbar-item{width:28%;max-width:27rem;margin-bottom:1.25rem}.navbar-level-1 .navbar-item--less-margin{margin-bottom:1rem}@media(max-width: 767.98px){.navbar-level-1 .navbar-item{width:100%;margin-bottom:1.125rem}}.navbar-level-2{position:fixed;top:0;right:0;bottom:0;z-index:0;width:calc(70% - (100vw - 1440px)/4);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#192a51;animation:close-navbar-level .3s cubic-bezier(0.645, 0.045, 0.355, 1) both .3s}@media(max-width: 1549.98px){.navbar-level-2{width:65%}}@media(max-width: 767.98px){.navbar-level-2{animation:none;width:100%;clip-path:inset(0 100% 0 0);transform:translate3d(-2rem, 0, 0);transition:clip-path .5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,transform .5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,z-index .1s linear .5s;z-index:-10}}.navbar-level-2 .navbar-item{font-size:1rem;width:auto;max-width:none;margin-bottom:1rem;margin-right:0}@media(max-width: 767.98px){.navbar-level-2 .navbar-item{margin-bottom:.75rem;pointer-events:none}}.navbar-level-2-inner{width:calc(100% - 2rem);padding-left:6.25rem;margin-right:auto;max-width:67.25rem;height:100%;margin-top:calc(5.5rem + 0.5rem)}@media(max-width: 1023.98px){.navbar-level-2-inner{margin-top:calc(3.125rem*2);padding-left:2rem;margin-left:auto}}@media(max-width: 767.98px){.navbar-level-2-inner{padding-left:0}}.navbar-bottom-links{margin-top:auto}@media(max-width: 767.98px){.navbar-bottom-links{margin-top:1.25rem}}.navbar-bottom-links li:first-child .navbar-item{position:relative}.navbar-bottom-links li:first-child .navbar-item::before{content:"";position:absolute;top:-0.625rem;left:0;width:calc(85% + 1.375em);height:1px;background-color:#fff}@media(max-width: 767.98px){.navbar-bottom-links li:first-child .navbar-item::before{top:-1.25rem;width:100%}}.navbar-bottom-links--no-divider li:first-child .navbar-item::before{content:none}.navbar-bottom-links--quicklinks{margin-top:1.25rem}.navbar-bottom-links--quicklinks li:first-child .navbar-item::before{top:-1.25rem}.navbar-bottom-links--quicklinks li .navbar-item svg{width:1.25em;height:1.25em;margin-left:0;margin-right:1rem}.navbar-item{position:relative;display:flex;align-items:center;color:#fff;margin-right:1rem;cursor:pointer;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.navbar-item--logo{position:relative;display:flex;align-items:center;padding-left:0;padding-right:0;margin:0 auto 0 0;z-index:3}@media(max-width: 767.98px){.navbar-item--logo{order:2;position:absolute;left:50%;margin-left:-1.25rem}}.navbar-item>*{pointer-events:none}.navbar-item>span{display:block;width:85%}@media(max-width: 767.98px){.navbar-item>span{width:calc(100% + 1.375em)}}.navbar-item svg{width:.625em;height:.625em;min-width:.625em;margin-left:.75rem}.navbar-item svg path{fill:#fff;transition:fill .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.navbar-item.active-menu-item,.navbar-item:hover{color:#cb333b}.navbar-item--level-1{font-family:"Noto Serif",serif}.navbar-item--level-1.active-menu-item svg path{fill:#cb333b}.navbar-item--level-1.active-menu-item+.navbar-level-2{z-index:1;animation:open-navbar-level .3s cubic-bezier(0.645, 0.045, 0.355, 1) both 0s}@media(max-width: 767.98px){.navbar-item--level-1.active-menu-item+.navbar-level-2{animation:none;clip-path:inset(0);transform:translate3d(0, 0, 0);transition:clip-path .5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,transform .5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,z-index .1s linear 0s}.navbar-item--level-1.active-menu-item+.navbar-level-2 .navbar-item{pointer-events:auto}}@media(min-width: 768px){.navbar-item--back{display:none}}.navbar-item--back svg{margin-left:0;margin-right:.75rem}.navbar-item.navbar-item-title{display:inline-flex;color:#fff;font-weight:400;font-family:"Noto Serif",serif;font-size:2.5rem}@media(max-width: 1279.98px){.navbar-item.navbar-item-title{font-size:2rem}}@media(max-width: 767.98px){.navbar-item.navbar-item-title{font-size:1.625rem}}.navbar-item.navbar-item-title.active-menu-item,.navbar-item.navbar-item-title:hover{color:#cb333b}.navbar-scrollable{height:calc(90% - 5.5rem - 3.125rem);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}@media(max-width: 767.98px){.navbar-scrollable{padding-bottom:5.5rem}}.navbar-multi-column{columns:3}@media(max-width: 1279.98px){.navbar-multi-column{columns:2}}@media(max-width: 767.98px){.navbar-multi-column{columns:1}}.navbar-multi-column>*{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;padding:1px 0}@media not all and (min-resolution: 0.001dpcm){@supports(-webkit-appearance: none){.navbar-multi-column>*{display:flex}}}.navbar-multi-column>* a{display:block}.navbar.is-active .navbar-brand .brand-logo .logo-copy-extended{fill:#fff;transition:fill .3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s}.navbar.is-active .navbar-menu.is-menu-selected{pointer-events:all;animation:open-navbar .3s cubic-bezier(0.645, 0.045, 0.355, 1) both}.navbar.is-active .navbar-menu.is-menu-selected .navbar-inner{transform:translateY(0);opacity:1;transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1) .3s,opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1) .3s}@media(min-width: 1024px){.navbar-menu--landing-page{position:relative;height:auto;min-height:auto;background-color:rgba(0,0,0,0);pointer-events:all;opacity:1}}@media(min-width: 1024px){.navbar-menu--landing-page .navbar-inner{opacity:1;transform:none}}@media(min-width: 1024px){.navbar-menu--landing-page .navbar-level-1{margin-top:0;width:calc(100% - 2rem);margin-right:0;flex-direction:row;justify-content:flex-end;height:auto;overflow:hidden}}@media(min-width: 1024px){.navbar-menu--landing-page .navbar-level-1 .navbar-item{font-family:"Noto Sans",sans-serif;width:auto;max-width:none;margin-bottom:0;margin-right:0;margin-left:1.5rem;color:#100f0f}}@media(min-width: 1024px)and (hover: hover)and (pointer: fine){.navbar-menu--landing-page .navbar-level-1 .navbar-item:hover{color:#cb333b}}.navbar-menu--landing-page .navbar-level-1 .navbar-item span{width:100%}body.transparent-header .navbar__wrapper{background-color:rgba(255,255,255,0)}body.transparent-header .navbar__wrapper.header-background{background-color:#fff}body.transparent-header .navbar-brand .brand-logo .logo-copy-extended{fill:#fff}@media(max-width: 1023.98px){body.transparent-header .navbar-brand .brand-logo .logo-copy-extended{fill:#100f0f}}html.no-overflow{overflow-y:hidden}@media(hover: hover)and (pointer: fine){html.no-overflow .navbar__wrapper{padding-right:.5rem}}main{padding-top:5.5rem;min-height:calc(100vh - 5.5rem - 1.5rem)}@media(max-width: 1023.98px){main{padding-top:3.125rem}}@keyframes avoidMenuFlash{0%{visibility:hidden}99%{visibility:hidden}100%{visibility:visible}}@keyframes close-navbar{0%{opacity:1}99%{opacity:0}100%{opacity:0}}@keyframes open-navbar{0%{opacity:0}1%{opacity:0}100%{opacity:1}}@keyframes close-navbar-level{0%{display:block;clip-path:inset(0);transform:translate3d(0, 0, 0)}99%{display:block;clip-path:inset(0 100% 0 0);transform:translate3d(2rem, 0, 0)}100%{display:none;clip-path:inset(0 100% 0 0);transform:translate3d(2rem, 0, 0)}}@keyframes open-navbar-level{0%{display:none;clip-path:inset(0 100% 0 0);transform:translate3d(2rem, 0, 0)}1%{display:block;clip-path:inset(0 100% 0 0);transform:translate3d(2rem, 0, 0)}100%{display:block;clip-path:inset(0);transform:translate3d(0, 0, 0)}}.news-card{position:relative;height:auto;max-width:430px;margin-bottom:1rem;transform:scale(1) translateY(0)}.news-card--small{max-width:20.625rem}.news-card>*{display:flex;flex-direction:column;height:100%;position:relative;z-index:1}.news-card>*::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;border-radius:2rem;opacity:0;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1),transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);pointer-events:none;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1),0 .5rem 2rem 0 rgba(0,0,0,.1)}@media(hover: none)and (pointer: coarse){.news-card>*::after{border-width:1px;opacity:1;box-shadow:0 0 .5rem 0 rgba(0,0,0,.1),0 .25rem 1rem 0 rgba(0,0,0,.1)}}@media(max-width: 1023.98px){.news-card{max-width:none}}@media(min-width: 1024px){.news-card:nth-child(2){transform:translateY(-5rem)}.news-card:nth-child(3n+5){transform:translateY(-5rem)}}@media(max-width: 767.98px){.news-card{margin-left:auto;margin-right:auto;max-height:none}}@media(min-width: 1024px){.news-card-research .news-card:nth-child(2){transform:translateY(0)}.news-card-research .news-card:nth-child(3n+5){transform:translateY(0)}}.news-card-background{background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:2rem;margin-bottom:0;transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: none)and (pointer: coarse){.news-card-background{transform:scale(0.93)}}.news-card-image{opacity:0;max-width:75%;width:75%}.news-card-content{transition:padding .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.news-card-content{padding:0}.news-card-content h3{padding-right:3rem;transition:padding-right .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.news-card--small .news-card-content h3{padding-right:2rem}}@media(hover: none)and (pointer: coarse){.news-card-content{padding:0 1.5rem}.news-card--small .news-card-content{padding:0 1rem}.news-card-content h3{padding-right:0}}.news-card-type{margin-right:1rem}.news-card-date{margin-left:auto}.news-card-link{padding:0 1.5rem 1.5rem}.news-card--small .news-card-link{padding:0 1rem 1.5rem}@media(hover: hover)and (pointer: fine){.news-card-link{opacity:0;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)}}@media(hover: hover)and (pointer: fine){.news-card:hover .news-card-background{transform:scale(0.93)}.news-card:hover .news-card-content{padding:0 1.5rem}.news-card:hover .news-card-content h3{padding-right:0}.news-card:hover .news-card--small-content{padding:0 1rem}.news-card:hover .news-card-link{opacity:1}.news-card:hover>*::after{opacity:1;transform:scale(1)}}@media(hover: hover)and (pointer: fine){.news-card--small:hover .news-card-content{padding:0 1rem}}.news-card--ghost{pointer-events:none;visibility:hidden;opacity:0}.news-card .card-hidden{display:none}.patient-care-a-z .sticky{z-index:1}.patient-care-a-z .patient-care-a-z-tabs-letters{transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1);transform:translateY(0)}.patient-care-a-z .patient-care-a-z-letters{margin:.46875rem -0.46875rem;width:auto}.patient-care-a-z .patient-care-a-z-letters--container{position:relative;z-index:1}.patient-care-a-z .patient-care-a-z-letters .letter-btn{margin:.46875rem;border:1px solid #949494}.patient-care-a-z .patient-care-a-z-letters .letter-btn--selected{background-color:#cb333b;color:#fff}.patient-care-a-z .patient-care-a-z-letters .custom-select-container{margin-top:1.875rem;margin-left:.46875rem;margin-right:.46875rem}.patient-care-a-z-scrollable .patient-care-a-z .patient-care-a-z-items{max-height:50vh;min-height:31.25rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}@media(hover: hover)and (pointer: fine){.patient-care-a-z-scrollable .patient-care-a-z .patient-care-a-z-items{padding-right:.625rem}}.patient-care-a-z .patient-care-a-z-items .patient-care-a-z-items-letter{position:relative}.patient-care-a-z .patient-care-a-z-items .patient-care-a-z-items-letter--disable{display:none}.patient-care-a-z .patient-care-a-z-items .patient-care-a-z-items-initial{font-size:3.75rem}@media(max-width: 1279.98px){.patient-care-a-z .patient-care-a-z-items .patient-care-a-z-items-initial{font-size:2.8125rem}}@media(max-width: 767.98px){.patient-care-a-z .patient-care-a-z-items .patient-care-a-z-items-initial{font-size:2rem}}.patient-care-a-z .patient-care-a-z-items a[name]{position:relative;top:-100px}.header-pin+main .sticky .patient-care-a-z-tabs-letters{transform:translateY(5.5rem)}[data-react-component]{visibility:hidden}[data-react-component].is-ready{visibility:visible}body.request-appointment-form-open{height:100%;overflow:hidden}#request-appointment-portal{position:fixed;top:0;left:0;width:100%;height:100%;overflow-y:auto;z-index:999999;background-color:#f1f3f5;display:none}#request-appointment-portal.is-open{display:block}#request-appointment-portal .request-appointment-form-app{padding:0;font-size:1.25rem}@media(max-width: 1279.98px){#request-appointment-portal .request-appointment-form-app{font-size:1.125rem}}#request-appointment-portal .request-appointment-container{display:flex}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-container{display:block}}#request-appointment-portal .request-appointment-container .request-appointment-completion-status-wrapper{position:fixed;width:28.5%;min-width:400px;height:100vh;background:rgba(0,0,0,0) url("../img/request-appointment/request-appointment-bg.png") no-repeat 50% 50%;background-size:cover;background-attachment:fixed;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-container .request-appointment-completion-status-wrapper{position:relative;width:100%;min-width:100%;height:auto;background-image:none}}#request-appointment-portal .request-appointment-container .request-appointment-page-wrapper{position:relative;left:28.5%;width:71.5%}@media(max-width: 1440px){#request-appointment-portal .request-appointment-container .request-appointment-page-wrapper{left:400px;width:calc(100% - 400px)}}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-container .request-appointment-page-wrapper{left:0;width:100%}}#request-appointment-portal .request-appointment-close-btn{position:fixed;z-index:2;right:1.875rem;top:1.875rem;padding:0;border:none;background-color:#f1f3f5;border-radius:50%;font-size:0}#request-appointment-portal .request-appointment-close-btn span{display:none}#request-appointment-portal .request-appointment-close-btn svg{width:3.25rem;height:3.25rem}#request-appointment-portal .request-appointment-close-btn svg path{transition:all .2s}#request-appointment-portal .request-appointment-close-btn.request-appointment-close-btn-small{right:1.25rem;top:1.25rem}#request-appointment-portal .request-appointment-close-btn.request-appointment-close-btn-small svg{width:3rem;height:3rem}#request-appointment-portal .request-appointment-close-btn:hover svg>g>path{fill:#cb333b}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-close-btn{top:.625rem;right:.625rem}#request-appointment-portal .request-appointment-close-btn svg{height:calc(3.125rem - 1.25rem);width:calc(3.125rem - 1.25rem)}}#request-appointment-portal .request-appointment-gsd-logo{display:none}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-gsd-logo{text-align:center;display:flex;align-items:center;align-content:center;position:fixed;left:0;top:0;width:100%;height:3.125rem;background-color:#f1f3f5;z-index:2}#request-appointment-portal .request-appointment-gsd-logo svg{height:calc(3.125rem - 1.25rem);width:calc(3.125rem - 1.25rem);margin:0 auto}}#request-appointment-portal .request-appointment-mandatory-fields{position:absolute;left:3.125rem;top:2.5rem;padding:0}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-mandatory-fields{top:.625rem;left:1.25rem}}#request-appointment-portal .request-appointment-page{position:relative;padding:7.5rem 3.125rem 3.125rem 3.125rem;max-width:65.625rem;margin:0 auto}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-page{padding:3.125rem 1.25rem}}#request-appointment-portal .request-appointment-intro-text{margin:0 0 2rem 0}#request-appointment-portal .request-appointment-intro-text h3{margin:0;font-size:1.875rem}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-intro-text h3{font-size:1.5rem}}#request-appointment-portal .request-appointment-intro-text p{margin:1rem 0 0}#request-appointment-portal .request-appointment-sections-list{margin:0 0 1.875rem 0}#request-appointment-portal input:-webkit-autofill{color:inherit !important;background:red !important;appearance:inherit !important}#request-appointment-portal .request-appointment-fieldtype-options label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}#request-appointment-portal .request-appointment-fieldtype-options button{width:100%;height:100%;text-align:left}@media(min-width: 1024px){#request-appointment-portal .request-appointment-fieldtype-text{flex:0 0 auto;width:50%}}#request-appointment-portal .request-appointment-fieldtype-text input,#request-appointment-portal .request-appointment-fieldtype-email input,#request-appointment-portal .request-appointment-fieldtype-date input,#request-appointment-portal .request-appointment-fieldtype-phone input{width:100%;border:none;border-bottom:1px solid #c2c2c2;background:rgba(0,0,0,0);padding:.625rem 0;height:100%}#request-appointment-portal .request-appointment-fieldtype-text input::placeholder,#request-appointment-portal .request-appointment-fieldtype-email input::placeholder,#request-appointment-portal .request-appointment-fieldtype-date input::placeholder,#request-appointment-portal .request-appointment-fieldtype-phone input::placeholder{color:#5f5959}#request-appointment-portal .request-appointment-fieldtype-text label,#request-appointment-portal .request-appointment-fieldtype-email label{display:block}#request-appointment-portal .request-appointment-fieldtype-date label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker{transform:scale(1.5) translate(20%, 20%)}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker-popper{z-index:2}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__navigation--years-upcoming,#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__navigation--years-previous{display:none}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__triangle{transform:translate(30px, 0) !important}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__close-icon:after{background-color:#cb333b}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__day--today{background-color:rgba(0,0,0,0);color:#100f0f}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__day--today:hover{border-radius:.3rem;background-color:#f0f0f0}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__day--selected{background-color:#cb333b;color:#fff}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__month-select,#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__year-select{appearance:auto}#request-appointment-portal .request-appointment-fieldtype-date .react-datepicker__current-month.react-datepicker__current-month--hasYearDropdown.react-datepicker__current-month--hasMonthDropdown{display:none}#request-appointment-portal .request-appointment-fieldtype-textarea label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}#request-appointment-portal .request-appointment-fieldtype-textarea textarea{width:100%;height:12.5rem;border:1px solid #c2c2c2;border-radius:1rem;background:rgba(0,0,0,0);padding:1.875rem;font-size:1.125rem}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-fieldtype-textarea textarea{padding:1rem;height:9.375rem}}#request-appointment-portal .request-appointment-fieldtype-textarea textarea::placeholder{color:#5f5959}#request-appointment-portal .request-appointment-fieldtype-phone label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}#request-appointment-portal .request-appointment-fieldtype-phone input{padding:.625rem 0;-moz-appearance:textfield}#request-appointment-portal .request-appointment-fieldtype-phone input::-webkit-outer-spin-button,#request-appointment-portal .request-appointment-fieldtype-phone input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#request-appointment-portal .request-appointment-fieldtype-phone .custom-select__control,#request-appointment-portal .request-appointment-fieldtype-phone .custom-select__control--is-focused{padding:.625rem}#request-appointment-portal .request-appointment-fieldtype-phone .custom-select__menu{padding:.625rem}#request-appointment-portal .request-appointment-fieldtype-phone .custom-select__menu .custom-select__option{padding:.625rem}#request-appointment-portal .request-appointment-fieldtype-phone .custom-select__placeholder{color:#5f5959}#request-appointment-portal .request-appointment-fieldtype-phone .request-appointment-fieldtype-phone-row{width:100%;display:flex}#request-appointment-portal .request-appointment-fieldtype-phone .request-appointment-fieldtype-phone-row>div:first-child{width:250px;flex-grow:1;max-width:50%}#request-appointment-portal .request-appointment-fieldtype-phone .request-appointment-fieldtype-phone-row>div:last-child{padding-left:1.875rem;width:50%;flex-grow:1}#request-appointment-portal .request-appointment-fieldtype-file{position:relative}#request-appointment-portal .request-appointment-fieldtype-file .loading{left:auto;right:0;transform:translate(-20px, -40px)}#request-appointment-portal .request-appointment-fieldtype-file label{display:flex;padding:.9375rem 2rem;align-content:center;align-items:center;border-radius:1rem;background-color:#fff;color:#100f0f;text-decoration:none;border:none;transition:all .2s;cursor:pointer}#request-appointment-portal .request-appointment-fieldtype-file label>span::after{content:"";background-image:url("../img/icons/upload.svg");background-size:contain;background-repeat:no-repeat;width:.625em;height:.625em;min-width:.625em;margin-left:.75rem;margin-top:.2em;transform:translate3d(0, 0, 0);transition:transform .2s ease;display:inline-block}#request-appointment-portal .request-appointment-fieldtype-file input,#request-appointment-portal .request-appointment-fieldtype-file input::-webkit-file-upload-button{position:absolute;left:0;top:0;bottom:auto;color:rgba(0,0,0,0);width:100%;height:4rem;outline:0;border-radius:1rem;border:none;opacity:0;cursor:pointer}#request-appointment-portal .request-appointment-fieldtype-file input:hover~label{box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1);background:red}#request-appointment-portal .request-appointment-fieldtype-file input:active{outline:0}#request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list{list-style:none;margin:5px 0 0 0;padding:0}#request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li{margin:0;padding:5px 0 5px 1.5rem}#request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li a{display:flex;border-radius:0;background-color:rgba(0,0,0,0);padding:0;cursor:pointer}#request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li a svg{width:24px;height:24px}#request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li a svg path{transition:fill .2s}#request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li a span{padding:0 0 0 .5em;font-size:1.125rem}#request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li a:hover svg path{fill:#cb333b}html[lang=en] .request-appointment-fieldtype-file input::before{content:"Add file"}html[lang=fr] .request-appointment-fieldtype-file input::before{content:"Add file"}html[lang=ru] .request-appointment-fieldtype-file input::before{content:"Add file"}#request-appointment-portal .request-appointment-form-confirm-exit-wrapper{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(15,15,15,.9)}#request-appointment-portal .request-appointment-form-confirm-exit-wrapper .request-appointment-form-confirm-exit{width:100%;max-width:860px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);background:#fff;padding:3.75rem 3.75rem 9.375rem 3.75rem;text-align:center;border-radius:1.875rem}@media(max-width: 1023.98px){#request-appointment-portal .request-appointment-form-confirm-exit-wrapper .request-appointment-form-confirm-exit{max-width:738px}}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-form-confirm-exit-wrapper .request-appointment-form-confirm-exit{max-width:calc(100% - 30px)}}#request-appointment-portal .request-appointment-form-confirm-exit-wrapper .request-appointment-form-confirm-exit h6{font-size:1.875rem;margin:0 0 1.875rem 0}#request-appointment-portal .request-appointment-form-confirm-exit-wrapper .request-appointment-form-confirm-exit p{font-size:1.25rem}#request-appointment-portal .request-appointment-form-confirm-exit-wrapper .request-appointment-form-confirm-exit footer{position:absolute;left:0;bottom:0;width:100%;background-color:#cb333b;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;padding:1.875rem}#request-appointment-portal ul.request-appointment-button-list{list-style:none;margin-top:0;margin-bottom:0;padding:0}#request-appointment-portal li{margin:0 0 1rem}#request-appointment-portal li>a,#request-appointment-portal li>button,#request-appointment-portal li>span{display:flex;padding:.9375rem 2rem;align-content:center;align-items:center;border-radius:1rem;background-color:#fff;color:#100f0f;text-decoration:none;border:none;transition:all .2s}#request-appointment-portal li>a>span.request-appointment-button-list-with-arrow::after,#request-appointment-portal li>button>span.request-appointment-button-list-with-arrow::after,#request-appointment-portal li>span>span.request-appointment-button-list-with-arrow::after{content:"";background-image:url("../img/icons/arrow-right-positive.svg");background-size:contain;background-repeat:no-repeat;width:.625em;height:.625em;min-width:.625em;margin-left:.75rem;margin-top:.2em;transform:translate3d(0, 0, 0);transition:transform .2s ease;display:inline-block}#request-appointment-portal li .request-appointment-button-list-disabled{opacity:.5 !important;box-shadow:none}#request-appointment-portal li .request-appointment-button-list-selected{opacity:1;box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1)}#request-appointment-portal li .request-appointment-button-list-letter{color:#cb333b;display:inline-block;margin-right:1.875rem;text-transform:uppercase}#request-appointment-portal .request-appointment-completion-status{top:1.875rem;background:rgba(0,0,0,0) url("../img/icons/logo-gsd.svg") no-repeat 1.875rem 1.875rem;background-size:13rem 3.5rem;padding-top:7.9375rem;padding-left:2.5rem;padding-right:1.875rem;color:#fff;user-select:none}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-completion-status{background:none;color:#707070;padding:4.375rem 1.25rem 0 1.25rem}}#request-appointment-portal .request-appointment-completion-status .request-appointment-completion-status-current-section{height:3em}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-completion-status .request-appointment-completion-status-current-section{height:auto}}#request-appointment-portal .request-appointment-completion-status .request-appointment-completion-status-current-section p{font-size:1.25rem}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-completion-status .request-appointment-completion-status-current-section p{font-size:.9375rem}}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-completion-status .request-appointment-completion-status-current-section.request-appointment-completion-status-current-section-void{display:none}}#request-appointment-portal .request-appointment-completion-status ul{list-style:none;margin:0;padding:0}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-completion-status ul{display:none}}#request-appointment-portal .request-appointment-completion-status ul li{margin:.625rem 0;padding:0 0 2.8125rem 1.875rem;position:relative}@media(max-height: 730px){#request-appointment-portal .request-appointment-completion-status ul li{padding-bottom:1.25rem !important}}#request-appointment-portal .request-appointment-completion-status ul li:before{content:"";width:15px;height:15px;border-radius:50%;background-color:#fe7c43;display:block;position:absolute;left:0;top:3px}#request-appointment-portal .request-appointment-completion-status ul li.section-completed:before{background:rgba(0,0,0,0) url("../img/icons/check-light.svg") no-repeat 50% 50%}#request-appointment-portal .request-appointment-completion-status ul li:after{content:"";width:1px;height:calc(100% - 20px);background-color:#fff;display:block;position:absolute;left:7px;top:24px}#request-appointment-portal .request-appointment-completion-status ul li.section-current:before{width:25px;height:25px;left:-5px;top:-2px}#request-appointment-portal .request-appointment-completion-status ul li.section-current:after{top:29px;height:calc(100% - 25px)}#request-appointment-portal .request-appointment-completion-status ul li.request-appointment-completion-status-form-sections:before{display:none}#request-appointment-portal .request-appointment-completion-status ul li.request-appointment-completion-status-form-sections:after{top:48px;height:calc(100% - 44px)}#request-appointment-portal .request-appointment-completion-status ul li.request-appointment-completion-status-form-sections h3{font-size:1.125rem}#request-appointment-portal .request-appointment-completion-status ul li.request-appointment-completion-status-form-sections div{font-size:.875rem}#request-appointment-portal .request-appointment-completion-status ul li.section-item-wrapup:after{display:none}#request-appointment-portal .request-appointment-completion-status ul li h4{font-size:1.25rem;font-family:"Noto Sans",sans-serif;font-weight:400;padding-right:1.875rem;opacity:.6}#request-appointment-portal .request-appointment-completion-status ul li div,#request-appointment-portal .request-appointment-completion-status ul li a{font-size:.875rem}#request-appointment-portal .request-appointment-completion-status ul li.section-completed a{text-decoration:underline;text-transform:capitalize}#request-appointment-portal .request-appointment-completion-status ul li.section-completed h4{opacity:1}#request-appointment-portal .request-appointment-completion-status ul li.section-current h4{opacity:1}#request-appointment-portal .request-appointment-completion-status .circular-perc-indicator{position:absolute;left:-17px;top:-4px;width:48px;height:48px}#request-appointment-portal .request-appointment-completion-status .circular-perc-indicator svg{width:auto;height:auto}#request-appointment-portal .request-appointment-completion-status .circular-perc-indicator .Donut__text-container{display:none}#request-appointment-portal .request-appointment-step-page .request-appointment-field{margin:0 auto 3rem auto}#request-appointment-portal .request-appointment-step-page .request-appointment-field .request-appointment-field-wrapper{position:relative}#request-appointment-portal .request-appointment-step-page .request-appointment-field .request-appointment-field-note{font-size:1rem;padding:1rem 0}#request-appointment-portal .request-appointment-step-page .request-appointment-step-page-continue{margin-top:0}#request-appointment-portal .request-appointment-wrapup-accordion{border-radius:1rem;background-color:#fff;margin:0 0 1.875rem 0}#request-appointment-portal .request-appointment-wrapup-accordion button{display:flex;padding:.9375rem 2rem;align-content:center;background-color:rgba(0,0,0,0);color:#100f0f;text-decoration:none;border:none;transition:all .2s;width:100%}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-wrapup-accordion button{padding:.9375rem 1rem}}#request-appointment-portal .request-appointment-wrapup-accordion button>span{width:100%;position:relative;text-align:left;padding-right:1.5rem}#request-appointment-portal .request-appointment-wrapup-accordion button>span::after{content:"";background-image:url("../img/icons/arrow-down-positive.svg");background-size:contain;background-repeat:no-repeat;width:1rem;height:1rem;transform:translateY(-50%) rotate(0deg);transition:transform .2s ease;display:inline-block;position:absolute;right:0;top:50%}#request-appointment-portal .request-appointment-wrapup-page>button{margin-top:2rem}#request-appointment-portal .request-appointment-wrapup-section{max-height:0;overflow:hidden;transition:max-height .5s;margin:0 2rem}@media(max-width: 767.98px){#request-appointment-portal .request-appointment-wrapup-section{margin:0 1rem}}#request-appointment-portal .request-appointment-wrapup-section hr{border:none;width:100%;height:1px;background:#707070;margin:.3125rem auto}#request-appointment-portal .request-appointment-wrapup-section>div:last-child{margin-bottom:2rem}#request-appointment-portal .request-appointment-wrapup-accordion-is-open button>span::after{transform:translateY(-50%) rotate(180deg)}#request-appointment-portal .request-appointment-wrapup-accordion-is-open .request-appointment-wrapup-section{max-height:3000px}#request-appointment-portal .request-appointment-wrapup-field>div{position:relative}#request-appointment-portal .request-appointment-wrapup-field>div h6{font-weight:400;font-size:.8125rem;font-family:"Noto Sans",sans-serif;margin:1rem 0 0 0}#request-appointment-portal .request-appointment-wrapup-field>div a{position:absolute;right:0;top:0;color:#cb333b;text-transform:capitalize;font-size:1.125rem}#request-appointment-portal .request-appointment-wrapup-field>div a:hover{text-decoration:underline}#request-appointment-portal .request-appointment-privacy-consent{margin:0 2rem 2rem 2rem}#request-appointment-portal .request-appointment-privacy-consent h4{font-family:"Noto Sans",sans-serif;font-weight:400;font-size:1.375rem}#request-appointment-portal .request-appointment-privacy-consent textarea{font-size:.8125rem;width:100%;height:100px;overflow-y:scroll;margin:1rem 0;border:none;background:rgba(0,0,0,0)}#request-appointment-portal .request-appointment-privacy-consent p{font-size:.8125rem}#request-appointment-portal .request-appointment-privacy-consent a{text-decoration:underline}#request-appointment-portal .request-appointment-privacy-consent hr{border:none;width:100%;height:1px;background:#707070;margin:.9375rem auto}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons{display:flex;margin:1rem 0}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label{font-size:1.125rem;position:relative;cursor:pointer}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label:last-child{margin-left:2rem}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label>input[type=radio]{display:none;width:1.5rem;height:1.5rem}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label>input[type=radio]+*::before,#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label>input[type=radio]+*::after{content:"";display:inline-block;vertical-align:bottom;border-radius:50%;position:absolute}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label>input[type=radio]+*::before{width:1.5rem;height:1.5rem;border:1px solid #d9d9d9;background:#fff;left:0;top:0}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label input[type=radio]+*::after{width:.625rem;height:.625rem;left:.4375rem;top:.4375rem}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label>input[type=radio]:checked+*::after{background:#cb333b}#request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label span{margin-left:2.25rem}#request-appointment-portal .request-appointment-thank-you__recap{border-radius:1rem;background-color:#fff;margin:0 0 1.875rem 0}.section-border-radius{position:relative}.section-border-radius::before,.section-border-radius::after{content:"";position:absolute;z-index:1;top:-4rem;width:2rem;height:4rem;overflow:hidden;background-color:rgba(0,0,0,0)}.section-border-radius::before{left:0;border-bottom-left-radius:2rem}.section-border-radius::after{right:0;border-bottom-right-radius:2rem}.section-border-radius.section-border-radius-landing::before,.section-border-radius.section-border-radius-landing::after{content:none}.section-border-radius.section-border-radius-landing .section-border-radius-landing{position:relative}.section-border-radius.section-border-radius-landing .section-border-radius-landing::before,.section-border-radius.section-border-radius-landing .section-border-radius-landing::after{content:"";position:absolute;z-index:1;top:-4rem;width:2rem;height:4rem;overflow:hidden;background-color:rgba(0,0,0,0)}.section-border-radius.section-border-radius-landing .section-border-radius-landing::before{left:0;border-bottom-left-radius:2rem}.section-border-radius.section-border-radius-landing .section-border-radius-landing::after{right:0;border-bottom-right-radius:2rem}.section-border-radius--white::before,.section-border-radius--white::after{box-shadow:0 2rem 0 0 #fff}.section-border-radius--gray::before,.section-border-radius--gray::after{box-shadow:0 2rem 0 0 #f1f3f5}.section-border-radius--primary::before,.section-border-radius--primary::after{box-shadow:0 2rem 0 0 #cb333b}.section-border-radius:last-of-type>div{padding-bottom:7.5rem}.section-border-radius:last-of-type+.block-window-margin{margin-top:-7.5rem}.sticky-button-banner-cta{position:fixed;bottom:5.3125rem;right:1.25rem;z-index:5}@media(max-width: 1023.98px){.sticky-button-banner-cta{bottom:4.0625rem;right:.625rem}}.sticky-button-banner-cta__container{position:absolute;bottom:-2.8125rem;right:4.0625rem;border-radius:2rem;border:1px solid #fff;width:100vw;max-width:40.625rem;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,visibility 0s linear .2s}@media(max-width: 1023.98px){.sticky-button-banner-cta__container{bottom:-0.9375rem}}@media(max-width: 767.98px){.sticky-button-banner-cta__container{padding:1rem;width:calc(100vw - 6.75rem)}}.sticky-button-banner-cta__content{height:100%;display:flex;flex-direction:column}.sticky-button-banner-cta--is-open .sticky-button-banner-cta__container{opacity:1;visibility:visible;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,visibility 0s linear 0s}.sticky-button-banner-cta--is-open .button--round{background-color:#93252a}.swiper-container__bottom-white::after{content:"";position:absolute;left:0;right:0;bottom:0;height:50%;background-color:#fff}.swiper-wrapper__max-width{width:calc(100% - 8rem);max-width:1440px;padding:0;margin:0 auto;position:relative}@media(max-width: 1023.98px){.swiper-wrapper__max-width{width:calc(100% - 4rem)}}@media(max-width: 767.98px){.swiper-wrapper__max-width{width:calc(100% - 2rem)}}@media(max-width: 575.98px){.swiper-wrapper__max-width{width:100%}}.swiper-wrapper__padding{padding:2rem 0 3rem}.swiper-wrapper__padding-bottom{padding:0 0 3rem}@media(max-width: 1023.98px){.swiper-wrapper__padding-bottom{padding-bottom:2rem}}.swiper-wrapper__padding-top{padding-top:2rem}@media(min-width: 768px){.swiper-wrapper__md-centered{justify-content:center}}@media(min-width: 1024px){.swiper-wrapper__lg-centered{justify-content:center}}@media(min-width: 1280px){.swiper-wrapper__xl-centered{justify-content:center;margin-left:-2rem}}@media(min-width: 1568px){.swiper-wrapper__xl-centered{margin-left:calc((1500px - 100vw)/2)}}@media(min-width: 1440px){.swiper-wrapper__xxl-centered{justify-content:center}}.swiper-wrapper__fixed-height{height:33.125rem}@media(max-width: 767.98px){.swiper-wrapper__fixed-height{height:25rem}}.swiper-wrapper__no-transform{transform:initial !important}.swiper-container-horizontal>.swiper-pagination-progressbar{position:relative;max-width:13.75rem;width:calc(100% - 3rem);margin:0 auto;height:.4375rem;border-radius:.625rem;overflow:hidden}.swiper-container-horizontal>.swiper-pagination.swiper-pagination-progressbar{background-color:rgba(203,51,59,.25)}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-progressbar-fill{background-color:#cb333b;border-radius:inherit}.swiper-container-horizontal>.swiper-pagination-bullets{position:relative;bottom:initial}.swiper-container-horizontal>.swiper-pagination--positive.swiper-pagination-progressbar{background-color:rgba(203,51,59,.25)}.swiper-container-horizontal>.swiper-pagination--positive .swiper-pagination-progressbar-fill{background-color:#cb333b}.swiper-container-horizontal>.swiper-pagination--positive .swiper-pagination-bullet{width:2.5rem;height:.4375rem;border-radius:.625rem;background:#cb333b}.swiper-container-horizontal>.swiper-pagination--positive .swiper-pagination-bullet-active{background:#cb333b}.swiper-container-horizontal>.swiper-pagination--negative.swiper-pagination-progressbar{background-color:rgba(255,255,255,.5)}.swiper-container-horizontal>.swiper-pagination--negative .swiper-pagination-progressbar-fill{background-color:#fff}@media(min-width: 1440px){.swiper-container-horizontal>.swiper-pagination--not-centered.swiper-pagination-progressbar{margin-left:calc((507px - 22.5%)/2)}}.swiper-button-container{display:flex;align-items:center;justify-content:space-between}.swiper-button-container .swiper-button-disabled{opacity:.2;pointer-events:none}.swiper-button-container .button::after{transform:none}.swiper-button-container .swiper-button-prev--custom-button{margin-right:.5rem}.swiper-button-container .swiper-button-prev--custom-button.button{flex-direction:row-reverse}.swiper-button-container .swiper-button-prev--custom-button.button::after{background-image:url("../img/icons/arrow-left-positive.svg");margin-left:0;margin-right:.625rem}.swiper-button-container .swiper-button-next--custom-button{margin-left:.5rem}.swiper-container-fade .swiper-slide{opacity:0 !important}.swiper-container-fade .swiper-slide-active{opacity:1 !important}.doctors-slider .swiper-container{padding-top:2.5rem;padding-bottom:5rem}@media(max-width: 767.98px){.doctors-slider .swiper-container{padding-top:.5rem;padding-bottom:2.5rem}}.doctors-slider .swiper-container .swiper-pagination{position:absolute;bottom:0;top:auto;left:50%;transform:translateX(-50%)}.doctors-slider .swiper-slide{width:21.25rem}@media(max-width: 767.98px){.doctors-slider .swiper-slide{width:20rem}}.swiper-container .swiper-slide__goals{position:relative;z-index:0;background-color:#fff;color:#100f0f;border-radius:2rem;width:43.75rem;padding:2rem;height:auto;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1);overflow:hidden}@media(max-width: 767.98px){.swiper-container .swiper-slide__goals{width:17.5rem;flex-direction:column;justify-content:space-between}}@media(max-width: 575.98px){.swiper-container .swiper-slide__goals{opacity:.7;animation:none}}.swiper-container .swiper-slide__goals>.row{height:100%}.swiper-container .swiper-slide__goals .swiper-content{display:flex;flex-direction:column}.swiper-container .swiper-slide__goals .swiper-image{position:relative;display:flex;align-items:center;justify-content:flex-end}@media(max-width: 767.98px){.swiper-container .swiper-slide__goals .swiper-image{padding-top:5rem;justify-content:center}}.swiper-container .swiper-slide__goals .swiper-image img{position:relative;z-index:2;width:12.5rem}@media(max-width: 1023.98px){.swiper-container .swiper-slide__goals .swiper-image img{width:10rem}}.swiper-container .swiper-slide__goals .swiper-image .round-background{position:absolute;top:calc(50% - 6.25rem);right:-15%;z-index:0;border-radius:50%;width:12.5rem;height:12.5rem;background-color:#fe7c43;transform:scale(2)}@media(max-width: 767.98px){.swiper-container .swiper-slide__goals .swiper-image .round-background{top:75%;right:calc(50% - 6.25rem)}}.swiper-container .swiper-slide__goals .swiper-image .round-background::before,.swiper-container .swiper-slide__goals .swiper-image .round-background::after{content:"";position:absolute;top:inherit;border-radius:inherit;width:inherit;height:inherit;transition:transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)}@media(max-width: 767.98px){.swiper-container .swiper-slide__goals .swiper-image .round-background::before,.swiper-container .swiper-slide__goals .swiper-image .round-background::after{top:0}}.swiper-container .swiper-slide__goals .swiper-image .round-background::before{transform:scale(1.2);background-color:rgba(254,124,67,.5)}@media(max-width: 767.98px){.swiper-container .swiper-slide__goals .swiper-image .round-background::before{transform:scale(1.1)}}.swiper-container .swiper-slide__goals .swiper-image .round-background::after{transform:scale(1.4);background-color:rgba(254,124,67,.25)}@media(max-width: 767.98px){.swiper-container .swiper-slide__goals .swiper-image .round-background::after{transform:scale(1.2)}}.swiper-container .swiper-slide__goals .swiper-image-max-height{display:inline-flex;align-items:center;margin-bottom:1rem;max-height:4.375rem}.swiper-container .swiper-slide__goals .swiper-image-max-height .swiper-image{padding-top:0;width:auto;max-height:inherit}.swiper-container .swiper-slide__goals .swiper-title{font-family:"Noto Sans",sans-serif;line-height:1.2}.swiper-container .swiper-slide__goals .swiper-text{color:#3b3636}.swiper-container .swiper-slide__goals .swiper-link{margin-top:auto;color:#100f0f}.swiper-container .swiper-slide__goals .swiper-link::after{background-image:url("../img/icons/arrow-right-positive.svg")}@media(hover: hover)and (pointer: fine){.swiper-container .swiper-slide__goals .swiper-link:hover{color:#cb333b}}.swiper-container .swiper-slide__goals--square{display:flex;flex-direction:column;justify-content:stretch;background:linear-gradient(130deg, #FE7C43 0%, #FE763E 100%);width:15rem;height:15rem}.swiper-container .swiper-slide__goals--square .swiper-title{margin-top:0;margin-bottom:1rem}@media(hover: hover)and (pointer: fine){.swiper-container .swiper-slide__goals--square .swiper-link:hover{color:#100f0f}}@media(hover: hover)and (pointer: fine){.swiper-container .swiper-slide__goals:hover .swiper-image .round-background::before{transform:scale(1.4)}}@media(hover: hover)and (pointer: fine)and (max-width: 767.98px){.swiper-container .swiper-slide__goals:hover .swiper-image .round-background::before{transform:scale(1.2)}}@media(hover: hover)and (pointer: fine){.swiper-container .swiper-slide__goals:hover .swiper-image .round-background::after{transform:scale(1.8)}}@media(hover: hover)and (pointer: fine)and (max-width: 767.98px){.swiper-container .swiper-slide__goals:hover .swiper-image .round-background::after{transform:scale(1.4)}}.swiper-container .swiper-slide__goals.swiper-slide-active{opacity:1}.swiper-container--hero-homepage{width:100%}.swiper-container--hero-homepage .swiper-button-prev,.swiper-container--hero-homepage .swiper-button-next{color:#fff}@media(max-width: 1023.98px){.swiper-container--hero-homepage .swiper-button-prev,.swiper-container--hero-homepage .swiper-button-next{display:none}}.swiper-container--hero-homepage .swiper-button-next{right:3rem}.swiper-container--hero-homepage .swiper-button-prev{left:3rem}.swiper-container--hero-homepage .swiper-pagination-bullets{position:absolute;bottom:5rem}@media(max-width: 767.98px){.swiper-container--hero-homepage .swiper-pagination-bullets{position:relative;bottom:initial;margin-bottom:1rem}}.swiper-container--hero-homepage .swiper-pagination .swiper-pagination-bullet{width:1.25rem;height:1.25rem;border-radius:1.25rem;margin:0 .5rem;background:#fff;transition:transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .2s cubic-bezier(0.25, 0.46, 0.45, 0.94)}@media(max-width: 767.98px){.swiper-container--hero-homepage .swiper-pagination .swiper-pagination-bullet{width:.625rem;height:.625rem;background:#cb333b}}.swiper-container--hero-homepage .swiper-pagination .swiper-pagination-bullet-active{background:#fff}@media(max-width: 767.98px){.swiper-container--hero-homepage .swiper-pagination .swiper-pagination-bullet-active{transform:scale(2);background:#cb333b}}.swiper-container--hero-homepage .swiper-slide{width:100%}@media(max-width: 767.98px){.swiper-container--hero-homepage .swiper-slide{width:90%}}@media(max-width: 767.98px){.swiper-container--hero-homepage.single-slide .swiper-slide{width:calc(100% - 1rem)}}.swiper-container--hero-homepage.single-slide .swiper-slide .swiper-button-prev,.swiper-container--hero-homepage.single-slide .swiper-slide .swiper-button-next{display:none}.swiper-slide__hero-homepage{min-height:calc(100vh - 6rem);position:relative;display:flex;align-items:center;color:#fff;border-radius:2rem;overflow:hidden;margin:calc(1rem)}@media(max-width: 1023.98px){.swiper-slide__hero-homepage{min-height:calc(100vh - 3.125rem - 3rem);margin-top:calc(3.125rem + 1rem)}}@media(max-width: 767.98px){.swiper-slide__hero-homepage{border-radius:1rem;margin-left:1rem;margin-right:0;margin-bottom:1rem;min-height:calc(100vh - 6.25rem - 2rem);align-items:stretch}}.swiper-slide__hero-homepage .swiper-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background-size:cover;background-repeat:no-repeat;background-position:right center}@media(max-width: 767.98px){.swiper-slide__hero-homepage .swiper-background{background-position:center}}.swiper-slide__hero-homepage .swiper-content{height:100%;padding-top:5.5rem;padding-bottom:5.5rem;padding-left:2.5rem}@media(max-width: 1023.98px){.swiper-slide__hero-homepage .swiper-content{padding-left:0}}@media(max-width: 767.98px){.swiper-slide__hero-homepage .swiper-content{padding-top:3.125rem;padding-bottom:1rem;display:flex;flex-direction:column}}.swiper-slide__hero-homepage .swiper-text{max-width:33.125rem}.swiper-slide__hero-homepage .swiper-actions{display:flex;flex-direction:column}@media(max-width: 767.98px){.swiper-slide__hero-homepage .swiper-actions{margin-top:auto}}@media(min-width: 576px){.swiper-slide__hero-homepage .button-links-list .button-services:nth-child(2){flex:1 1 60%}}.swiper-hospital-map-gallery{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem)}.swiper-hospital-map-gallery .swiper-container{padding-top:0;padding-bottom:1rem}.swiper-hospital-map-gallery .swiper-container .swiper-pagination{position:absolute;bottom:0;top:auto;left:50%;transform:translateX(-50%)}.swiper-container .swiper-slide__image-gallery{width:27.1875rem;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.swiper-container .swiper-slide__image-gallery{width:20rem;opacity:.7;animation:none}}.swiper-container .swiper-slide__image-gallery .swiper-image{max-width:100%;border-radius:2rem}@media(max-width: 767.98px){.swiper-container .swiper-slide__image-gallery.swiper-slide-active{opacity:1}}.swiper-container .swiper-slide__info-details{width:calc(100% - 64px);max-width:calc(754px - 24.73333%);transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 1023.98px){.swiper-container .swiper-slide__info-details{width:80%;opacity:.7;animation:none}}.swiper-container .swiper-slide__info-details .swiper-image{max-width:100%;border-radius:2rem}@media(max-width: 1023.98px){.swiper-container .swiper-slide__info-details.swiper-slide-active{opacity:1}}.info-details-bottom-cta{width:calc(100% - 64px);max-width:calc(754px - 24.73333%)}.swiper-container .swiper-slide__multimedia-gallery.news-card{max-width:20rem;max-height:36.25rem;margin-bottom:0;height:auto}@media(min-width: 1024px){.swiper-container .swiper-slide__multimedia-gallery.news-card:nth-child(2){transform:scale(1) translateY(0)}.swiper-container .swiper-slide__multimedia-gallery.news-card:nth-child(3n+5){transform:scale(1) translateY(0)}}.swiper-container .swiper-slide__multimedia-gallery.news-card a{cursor:pointer}.swiper-container .swiper-slide__multimedia-gallery.news-card-content{padding:0 1.5rem}.swiper-container .swiper-slide__multimedia-gallery.news-card .news-card-background--video{position:relative}.swiper-container .swiper-slide__multimedia-gallery.news-card .news-card-background--video:after{content:"";position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%);width:6.25rem;height:6.25rem;background:rgba(0,0,0,0) url("../img/icons/play.svg") no-repeat 50% 50%;background-size:contain}.swiper-container .swiper-slide__multimedia-gallery.news-card .news-card-link{opacity:1}.swiper-container .swiper-slide__news{position:relative;padding:1rem 0 1rem 2rem;overflow:hidden}.swiper-container .swiper-slide__news::before{content:"";position:absolute;top:0;left:0;bottom:0;width:.4375rem;background-color:#cb333b}.swiper-container .swiper-slide__news::before{opacity:.4}.swiper-container .swiper-slide__news:first-child::before{border-top-left-radius:.625rem;border-top-right-radius:.625rem}.swiper-container .swiper-slide__news:last-child::before{border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}.swiper-container .swiper-slide__news .swiper-absolute-link{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.swiper-container .swiper-slide__news .swiper-date{color:#797272;transition:color .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__news .swiper-type{color:#797272;transition:color .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__news .swiper-title{color:#928b8b;transition:color .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__news.swiper-slide-active .swiper-absolute-link{pointer-events:auto}.swiper-container .swiper-slide__news.swiper-slide-active .swiper-date{color:#3b3636}.swiper-container .swiper-slide__news.swiper-slide-active .swiper-type{color:#cb333b}.swiper-container .swiper-slide__news.swiper-slide-active .swiper-title{color:#100f0f}.swiper-container .swiper-slide__news-thumb img{max-width:100%;border-radius:2rem}.swiper-glider{position:absolute;top:0;left:0;bottom:0;height:33.33%;width:.4375rem;background-color:#cb333b;transform:translateY(0);border-radius:.625rem;transition:transform .5s cubic-bezier(0.645, 0.045, 0.355, 1)}#slider-news[data-glider=active-1] .swiper-glider{transform:translateY(100%)}#slider-news[data-glider=active-2] .swiper-glider{transform:translateY(200%)}.swiper-container .swiper-slide__numbers{background-color:rgba(0,0,0,0);border-radius:2rem;border:1px solid #fff;width:15rem;padding:2rem 1.5rem 2.5rem;height:15rem;overflow:hidden;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.swiper-container .swiper-slide__numbers{padding:1.5rem 1rem 2rem}}@media(max-width: 575.98px){.swiper-container .swiper-slide__numbers{opacity:.7;animation:none}}.swiper-container .swiper-slide__numbers>*{width:100%}.swiper-container .swiper-slide__numbers .swiper-title{font-size:4.375rem;font-weight:400;clip-path:inset(0 0 0 0);transition:clip-path .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__numbers .swiper-title--4{font-size:4rem}.swiper-container .swiper-slide__numbers .swiper-title--5{font-size:3.5rem}.swiper-container .swiper-slide__numbers .swiper-title--6{font-size:3rem}.swiper-container .swiper-slide__numbers .swiper-title--7{font-size:2.5rem}.swiper-container .swiper-slide__numbers .swiper-title--8{font-size:2rem}.swiper-container .swiper-slide__numbers .swiper-text{font-size:1.1875rem;margin-top:1rem;height:3.45em;transition:height .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__numbers .swiper-arrow-more{position:absolute;bottom:-1.25rem;left:calc(50% - .5rem);transform:translateY(0);transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__numbers .swiper-arrow-more svg{width:1rem;height:1rem}.swiper-container .swiper-slide__numbers.show-more-on-hover:hover .swiper-title{clip-path:inset(0 0 100% 0)}.swiper-container .swiper-slide__numbers.show-more-on-hover:hover .swiper-text{-webkit-line-clamp:initial;height:10.9375rem}.swiper-container .swiper-slide__numbers.show-more-on-hover:hover .swiper-arrow-more{transform:translateY(3rem)}.swiper-container .swiper-slide__numbers.swiper-slide-active{opacity:1}.swiper-numbers-framed{width:calc(100% - 8rem);max-width:1440px;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:3.75rem}@media(max-width: 1439.98px){.swiper-numbers-framed{width:100%;border-radius:0}}.swiper-container .swiper-slide__other-news.news-card{max-width:26.875rem;margin-bottom:0}.background__gray .swiper-container .swiper-slide__other-news.news-card::after{background-color:#fff}@media(max-width: 1439.98px){.swiper-container .swiper-slide__other-news.news-card{max-width:26.875rem}}@media(max-width: 1023.98px){.swiper-container .swiper-slide__other-news.news-card{max-width:20rem}}@media(min-width: 1024px){.swiper-container .swiper-slide__other-news.news-card:nth-child(2){transform:translateY(0)}.swiper-container .swiper-slide__other-news.news-card:nth-child(3n+5){transform:translateY(0)}}@media(max-width: 767.98px){.swiper-container .swiper-slide__other-news.news-card{margin-left:initial}}.swiper-container .swiper-slide__other-news.news-card--small{max-width:20.625rem}@media(max-width: 1439.98px){.swiper-container .swiper-slide__other-news.news-card--small{max-width:20.625rem}}@media(hover: hover)and (pointer: fine)and (min-width: 1024px){.swiper-container .swiper-slide__other-news.news-card:hover:nth-child(2){transform:translateY(0)}.swiper-container .swiper-slide__other-news.news-card:hover:nth-child(3n+5){transform:translateY(0)}}.swiper-container .swiper-slide__research{width:20.625rem;transition:opacity .5s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.swiper-container .swiper-slide__research{width:18.75rem;opacity:.7}}.swiper-container .swiper-slide__research.swiper-slide-active{opacity:1}.swiper-slide-peek .swiper-slide{transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-slide-peek .swiper-slide>div{transform-origin:inherit}.swiper-slide-peek .swiper-slide>div>div{transition:transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);transform-origin:inherit}@media(hover: hover)and (pointer: fine){.swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-next{transform:scaleX(0.85)}.swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-next>div{transform-origin:inherit}.swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-next>div>div{transform:scaleX(1.17);transform-origin:inherit}}@media(hover: hover)and (pointer: fine){.swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-prev{transform:scaleX(0.85)}.swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-prev>div{transform-origin:inherit}.swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-prev>div>div{transform:scaleX(1.17) translateX(15%);transform-origin:inherit}.swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-prev>div>div.swiper-background{transform:scaleX(1.17) translateX(0)}}@media(hover: hover)and (pointer: fine){.swiper-slide-peek .swiper-slide-active:first-child.swiper-slide-peek-active-prev{transform:none !important}.swiper-slide-peek .swiper-slide-active:first-child.swiper-slide-peek-active-prev>div>div{transform:none !important}}@media(hover: hover)and (pointer: fine){.swiper-slide-peek .swiper-slide-active:last-child.swiper-slide-peek-active-next{transform:none !important}.swiper-slide-peek .swiper-slide-active:last-child.swiper-slide-peek-active-next>div>div{transform:none !important}}@media(hover: hover)and (pointer: fine){.swiper-slide-peek .swiper-slide-next.swiper-slide-peek-next{transform:translateX(calc(-15% - 2rem))}}@media(hover: hover)and (pointer: fine){.swiper-slide-peek .swiper-slide-prev.swiper-slide-peek-prev{transform:translateX(calc(15% + 2rem))}}@media(max-width: 767.98px){#slider-specialties{margin-left:16px}}.swiper-container .swiper-slide__specialties{width:28.125rem}@media(max-width: 767.98px){.swiper-container .swiper-slide__specialties{width:20rem}}@media(max-width: 575.98px){.swiper-container .swiper-slide__specialties{width:calc(100% - 72px)}}.swiper-container .swiper-slide__specialties a{margin-bottom:1rem}.swiper-container--negative{color:#fff}.swiper-container--positive{color:#100f0f}.swiper-container .swiper-slide__story{position:relative;width:calc(100% - 8rem);max-width:1440px;height:auto;border-radius:2rem}@media(max-width: 767.98px){.swiper-container .swiper-slide__story{width:calc(100% - 2rem)}}.swiper-container .swiper-slide__story::before{content:"";position:absolute;right:-3rem;top:0;bottom:0;width:5rem;background-color:inherit}.swiper-container .swiper-slide__story:nth-child(odd){background-color:#cb333b;color:#fff}.swiper-container .swiper-slide__story:nth-child(even){background-color:#f1f3f5;color:#100f0f}.swiper-container .swiper-slide__story:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.swiper-container .swiper-slide__story:last-child::before{content:none}.swiper-container .swiper-slide__story--inner{position:relative;z-index:1;width:100%;height:100%;padding:6.25rem 3.75rem 9.375rem;min-height:37.5rem}@media(max-width: 1023.98px){.swiper-container .swiper-slide__story--inner{padding:3.75rem 2rem 9.375rem;min-height:auto}}.swiper-container .swiper-slide__story-pagination{width:6.25rem;position:relative;display:flex;flex-direction:column;text-align:center;cursor:pointer;transition:width .5s cubic-bezier(0.645, 0.045, 0.355, 1),margin .5s cubic-bezier(0.645, 0.045, 0.355, 1),color .5s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.swiper-container .swiper-slide__story-pagination{width:3.125rem}}.swiper-container .swiper-slide__story-pagination::before{content:"";position:absolute;top:0;left:50%;width:1.5rem;height:1.5rem;border-radius:50%;margin-left:-0.75rem;background-color:#fe7c43;transition:transform .5s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){.swiper-container .swiper-slide__story-pagination::before{width:1.25rem;height:1.25rem;margin-left:-0.625rem}}.swiper-container .swiper-slide__story-pagination .swiper-title{margin-top:2rem}@media(min-width: 1024px){.swiper-container .swiper-slide__story-pagination.swiper-slide-active{width:12.5rem;margin:0 6.25rem 0 0}}.swiper-container .swiper-slide__story-pagination.swiper-slide-active::before{transform:scale(1.5)}@media(min-width: 1024px){.swiper-container .swiper-slide__story-pagination:last-child.swiper-slide-active{width:12.5rem;margin:0 0 0 6.25rem}}.swiper-container .swiper-slide__story-pagination:last-child.swiper-slide-active::before{transform:scale(1.5)}.swiper-pagination__timeline{position:relative;padding-top:1.5rem;justify-content:space-around;width:calc(100% - 8rem - (3.75rem*2));max-width:1200px;margin:0 auto;color:currentColor}.swiper-pagination__timeline--container{position:relative;z-index:1;margin-top:-12.5rem}@media(max-width: 767.98px){.swiper-pagination__timeline{width:calc(100% - 4rem)}}.swiper-pagination__timeline::before{content:"";position:absolute;top:2.25rem;left:0;right:0;height:1px;background-color:currentColor;transition:background-color .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__vision-mission{position:relative}.swiper-container .swiper-slide__vision-mission .swiper-content{opacity:0;transition:opacity .5s cubic-bezier(0.645, 0.045, 0.355, 1)}.swiper-container .swiper-slide__vision-mission.swiper-slide-active .swiper-content{opacity:1}.swiper-container .swiper-slide__vision-mission-thumb img{max-width:100%;width:100%;border-radius:2rem}@media(max-width: 767.98px){.swiper-container .swiper-slide__vision-mission-thumb img{max-width:20rem;margin:0 auto;display:block}}.talking-about-us__result{border-bottom:1px solid #f1f3f5}.timeline-vertical{display:flex;position:relative}.timeline-vertical__line{display:block;position:absolute;top:0;bottom:0;left:calc(12.495% - 6px);width:1px;background-color:#c2c2c2}@media(max-width: 1023.98px){.timeline-vertical__line{left:calc(4.165% - 7px)}}.timeline-vertical__bullet{position:relative;display:flex;justify-content:center;padding:2rem 0}@media(min-width: 1024px){.timeline-vertical__bullet{position:absolute;top:0;left:0;bottom:0}}@media(max-width: 767.98px){.timeline-vertical__bullet{padding:1.875rem 0}}.timeline-vertical__bullet::before{content:none;position:absolute;top:0;bottom:0;left:calc(50% - 2px);width:4px;background-color:#fff}.timeline-vertical__bullet::after{content:"";position:relative;width:.9375rem;height:.9375rem;background-color:#fe7c43;border-radius:50%;margin-top:-0.3125rem}@media(max-width: 767.98px){.timeline-vertical__bullet::after{width:.8125rem;height:.8125rem}}.timeline-vertical__content{padding-top:1.25rem;padding-bottom:1.25rem}.timeline-vertical__title{line-height:1}@media(max-width: 767.98px){.timeline-vertical__title{margin-bottom:1.25rem}}.timeline-vertical:first-of-type .timeline-vertical__bullet::before{content:"";bottom:initial;height:2rem}.timeline-vertical:last-of-type .timeline-vertical__bullet::before{content:"";top:2rem}html[lang=ar] .training-card-date{margin-left:0 !important;margin-right:auto}html[lang=ar] .training-card .overlay-image{right:0}html[lang=ar] .training-card .overlay-image img{margin-right:0px;margin-left:12px}html[lang=ar] .training-card .overlay-image::after{right:122px;mask-image:radial-gradient(circle at top left, transparent 0px, transparent 18px, black 10px)}html[lang=ar] .training-card .doctor-label-solo{left:auto;right:14px}@media(min-width: 992px){body.italian-visiting-doctors .training-card .doctor-label{max-width:240px}}@media(min-width: 992px){body.italian-visiting-doctors .training-card .doctor-label-solo{max-width:365px}}@media(max-width: 992px){body.italian-visiting-doctors .training-card .overlay-image{width:160px}body.italian-visiting-doctors .training-card .doctor-label{font-size:16px;max-width:380px}}@media(max-width: 992px)and (max-width: 992px){body.italian-visiting-doctors .training-card .doctor-label{max-width:280px}}@media(max-width: 992px){body.italian-visiting-doctors .training-card .doctor-label-solo{max-width:446px}}.training-card{background-color:inherit;position:relative;height:auto;max-width:430px;margin-bottom:1rem;padding-top:20px;padding-bottom:20px;transform:scale(1) translateY(0)}.training-card--small{max-width:20.625rem}.training-card-white{background-color:#fff !important}.training-card-gray{background-color:#f1f3f5 !important}.training-card>*{display:flex;flex-direction:column;position:relative;height:100%;border-radius:2rem;padding:12px;padding-bottom:24px;z-index:1}.training-card>*::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;border-radius:2rem;opacity:0;transition:opacity .3s cubic-bezier(0.645, 0.045, 0.355, 1),transform .3s cubic-bezier(0.645, 0.045, 0.355, 1);pointer-events:none;box-shadow:0 0 .5rem 0 rgba(212,153,130,.3),0 .25rem 1rem 0 rgba(212,153,130,.3),0 .5rem 2rem 0 rgba(212,153,130,.3)}@media(hover: none)and (pointer: coarse){.training-card>*::after{border-width:1px;opacity:1;box-shadow:0 0 .5rem 0 rgba(212,153,130,.3),0 .25rem 1rem 0 rgba(212,153,130,.3)}}@media(max-width: 1023.98px){.training-card{max-width:none}}@media(max-width: 767.98px){.training-card{margin-left:auto;margin-right:auto;max-height:none}}@media(min-width: 1024px){.training-card-research .training-card:nth-child(2){transform:translateY(0)}.training-card-research .training-card:nth-child(3n+5){transform:translateY(0)}}.training-card-background{background-color:inherit;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:2rem;margin-bottom:0;transition:transform .2s cubic-bezier(0.645, 0.045, 0.355, 1);max-height:259px}@media(hover: none)and (pointer: coarse){.training-card-background{transform:scale(0.93)}}.training-card-image{opacity:0;max-width:75%;width:75%}.training-card-content{padding:12px;transition:padding .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(hover: hover)and (pointer: fine){.training-card-content h3{transition:padding-right .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.news-card--small .training-card-content h3{padding-right:2rem}}@media(hover: none)and (pointer: coarse){.news-card--small .training-card-content{padding:0 1rem}.training-card-content h3{padding-right:0}}.training-card-type{margin-right:1rem}.training-card-date{margin-left:auto}@media(hover: hover)and (pointer: fine){.training-card-link{opacity:0;transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1)}}@media(hover: hover)and (pointer: fine){.training-card:hover .training-card-link{opacity:1}.training-card:hover>*::after{opacity:1;transform:scale(1)}}.training-card--small:hover .training-card-content{padding:0 1rem}.training-card--ghost{pointer-events:none;visibility:hidden;opacity:0}.training-card .card-hidden{display:none}.training-card .overlay-image{position:absolute;bottom:0;left:0;width:124px;padding:5px;background-color:inherit;border-radius:2rem;border-bottom-right-radius:0;border-bottom-left-radius:0;z-index:2}.training-card .overlay-image img{background-color:inherit;width:100%;height:auto;display:block;border-radius:1.5rem;margin-right:12px;box-shadow:0 2px 8px rgba(0,0,0,.25)}.training-card .overlay-image::after{content:"";position:absolute;width:20px;height:20px;background-color:inherit;bottom:-2.5px;right:-17px;mask-image:radial-gradient(circle at top right, transparent 0px, transparent 18px, black 10px)}.training-card .doctor-box{display:flex;align-items:flex-end}.training-card .doctor-label{white-space:nowrap;display:inline-block;border-radius:5px;font-size:14px;font-weight:500;padding:4px 14px;background-color:#fff;max-width:146px}.training-card .doctor-label-solo{position:absolute;bottom:10px;left:12px;white-space:nowrap;display:inline-block;border-radius:5px;font-size:14px;font-weight:500;padding:4px 14px;background-color:#fff;max-width:268px}@media(min-width: 992px){.training-card .doctor-label-solo{max-width:380px}}.training-card .doctor-label-solo p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.training-card .doctor-label p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width: 992px){.training-card .doctor-label{max-width:256px}}.swiper-wrapper .training-card{max-width:20rem !important}@media(min-width: 992px){.swiper-wrapper .training-card{max-width:27rem !important}}.swiper-wrapper .training-card>*{min-height:240px}.swiper-wrapper .training-card-background{min-height:240px !important}.swiper-wrapper .training-card .doctor-solo{bottom:8px;margin-left:1rem}.card-border-radius{border-radius:2rem}@media(max-width: 575.98px){.trustpilot-widget{max-width:260px}}@media(min-width: 1024px){.trustpilot-widget{max-width:200px}}@media(min-width: 1280px){.trustpilot-widget{max-width:260px}}.trustpilot-widget__wrapper{margin-top:1.5rem}@media(max-width: 767.98px){.trustpilot-widget__wrapper{margin-top:2.5rem}}@media(max-width: 575.98px){.trustpilot-widget__wrapper{margin-top:1.5rem;margin-bottom:-2rem}}#yt-video-layer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;background-color:rgba(0,0,0,.5);padding:3rem;display:none;align-items:center;justify-content:center}@media(max-width: 767.98px){#yt-video-layer{padding:1rem}}#yt-video-layer.is-open{display:flex}#yt-video-layer button#yt-video-layer-close{z-index:200;position:absolute;right:-2rem;top:-2rem;color:#fff;border:0 none;width:4.6875rem;height:4.6875rem;border-radius:50%;background-color:#fff;transition:background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){#yt-video-layer button#yt-video-layer-close{width:2.5rem;height:2.5rem;right:-1rem;top:-1rem}}#yt-video-layer button#yt-video-layer-close:after{display:inline-block;content:"✕";color:#cb333b;font-size:1.875rem;line-height:1;transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1)}@media(max-width: 767.98px){#yt-video-layer button#yt-video-layer-close:after{font-size:1.25rem}}@media(hover: hover)and (pointer: fine){#yt-video-layer button#yt-video-layer-close:hover{background-color:#f1f3f5}#yt-video-layer button#yt-video-layer-close:hover:after{color:#93252a}}#yt-video-layer #yt-iframe-wrapper{position:relative;width:90%;max-width:1440px;max-height:90vh}@media(max-width: 767.98px){#yt-video-layer #yt-iframe-wrapper{width:100%}}#yt-video-layer #yt-iframe-wrapper .plyr{max-height:inherit}#yt-video-layer #yt-iframe-wrapper .spoken-languages{text-align:center;position:absolute;bottom:calc(100% - 3.125rem);right:4.6875rem;left:4.6875rem;z-index:1}@media(max-width: 767.98px){#yt-video-layer #yt-iframe-wrapper .spoken-languages{right:.5rem;left:.5rem;bottom:100%}}#yt-video-layer #yt-iframe-wrapper .spoken-languages--inner{display:inline-flex;margin-left:auto;margin-right:auto;padding:.5rem 1rem;background-color:#f1f3f5;border-radius:1rem}@media(max-width: 767.98px){#yt-video-layer #yt-iframe-wrapper .spoken-languages--inner{width:100%}}@media(max-width: 767.98px){#yt-video-layer #yt-iframe-wrapper .spoken-languages--inner .m-horizontal-scroll{margin:0 -1rem;width:calc(100% + 2rem);max-width:calc(100% + 2rem)}}#yt-video-layer #yt-iframe-wrapper .spoken-languages__title{margin-right:.5rem}@media(max-width: 767.98px){#yt-video-layer #yt-iframe-wrapper .spoken-languages__title{margin-right:0;margin-bottom:.5rem;width:100%}}#yt-video-layer #yt-iframe-wrapper .spoken-languages__language{margin:.3125rem}:root{--plyr-color-main: #dc3545}.lock-body{overflow:hidden;display:block}body.error-page main{background-color:#f1f3f5}body.error-page .generic-wrapper{padding-bottom:7.5rem}.find-location-page{background-color:#f1f3f5}.find-location-page .text-module:first-of-type{padding-top:0}.international-office__container{display:flex;flex-wrap:wrap}@media(min-width: 576px){.international-office__page .card{background-size:cover;background-position:top center}}@media(max-width: 575.98px){.international-office__page .card{box-shadow:0 0 .25rem 0 rgba(0,0,0,.1),0 .25rem .5rem 0 rgba(0,0,0,.1);border-radius:1rem;background:#fff !important;display:flex;flex-direction:row}}.international-office__page .card__header{min-height:5.5rem}@media(max-width: 575.98px){.international-office__page .card__header{min-height:auto}}.international-office__page .card__header__title{color:#3b3636;font-size:1.25rem}@media(max-width: 1279.98px){.international-office__page .card__header__title{font-size:1.125rem}}.international-office__page .card__header__text{display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}@media(max-width: 1439.98px){.international-office__page .card__header__text{max-width:100%}}@media(max-width: 575.98px){.international-office__page .card__header__text{display:block;-webkit-line-clamp:initial}}.international-office__page .card__image{background-size:cover;background-repeat:no-repeat;background-position:top;min-width:50%}@media(max-width: 575.98px){.international-office__page .card__image{display:block}}.international-office__page .card__content{position:relative}@media(max-width: 575.98px){.international-office__page .card__content{width:100%;height:auto;transform:translateY(0);padding:1rem 1.25rem}}@media(max-width: 575.98px){.international-office__page .card__content .pin-location{padding:0}.international-office__page .card__content .pin-location__wrapper{min-height:auto}}@media(max-width: 575.98px){.international-office__page .card__content .spoken-languages{margin:.625rem 0}}@media(max-width: 575.98px){.international-office__page .card__content .spoken-languages__language{margin-top:.3125rem;margin-right:.75rem}}@media(max-width: 575.98px){.international-office__page .card__content .spoken-languages__flag{width:1rem;margin-right:.5rem}}@media(max-width: 575.98px){.international-office__page .card__content .spoken-languages__text{font-size:.875rem}}.international-office__page .card:hover .card__header__text{-webkit-line-clamp:initial}@media(min-width: 1440px){.international-office__element{flex:0 0 auto;width:20%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}}@media screen and (min-width: 1150px)and (max-width: 1280px){.international-office__element{flex:0 0 auto;width:25%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}}.international-office__filters{margin:3rem 0}.cky-btn-revisit-wrapper.cky-revisit-bottom-right{bottom:20px;right:20px}@media(max-width: 1023.98px){.cky-btn-revisit-wrapper.cky-revisit-bottom-right{bottom:0;right:10px}}.cky-btn-revisit-wrapper.cky-revisit-bottom-left{bottom:20px;left:20px}@media(max-width: 1023.98px){.cky-btn-revisit-wrapper.cky-revisit-bottom-left{bottom:0;left:10px}}.cky-consent-container .cky-consent-bar .cky-banner-btn-close{right:.75rem;top:.5rem;padding:.375rem}.cky-consent-container .cky-consent-bar .cky-banner-btn-close img{width:.75rem;height:.75rem}.cky-consent-container .cky-notice .cky-title{margin-right:.75rem}.cky-consent-container .cky-btn{border-radius:1rem}.cky-audit-table-element{padding-bottom:1rem}.cky-audit-table-element h3{margin:1.5rem 0 1rem 0;font-size:1.125rem;font-weight:700}.cky-audit-table-element .cky-table-wrapper{margin-top:1rem}html[dir=rtl] .offset-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-0,html[dir=rtl] .gx-0{--bs-gutter-x: 0}html[dir=rtl] .g-0,html[dir=rtl] .gy-0{--bs-gutter-y: 0}html[dir=rtl] .g-1,html[dir=rtl] .gx-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-1,html[dir=rtl] .gy-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-2,html[dir=rtl] .gx-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-2,html[dir=rtl] .gy-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-3,html[dir=rtl] .gx-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-3,html[dir=rtl] .gy-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-4,html[dir=rtl] .gx-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-4,html[dir=rtl] .gy-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-5,html[dir=rtl] .gx-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-5,html[dir=rtl] .gy-5{--bs-gutter-y: 4rem}@media(min-width: 576px){html[dir=rtl] .offset-sm-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-sm-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-sm-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-sm-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-sm-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-sm-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-sm-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-sm-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-sm-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-sm-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-sm-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-sm-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-sm-0,html[dir=rtl] .gx-sm-0{--bs-gutter-x: 0}html[dir=rtl] .g-sm-0,html[dir=rtl] .gy-sm-0{--bs-gutter-y: 0}html[dir=rtl] .g-sm-1,html[dir=rtl] .gx-sm-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-sm-1,html[dir=rtl] .gy-sm-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-sm-2,html[dir=rtl] .gx-sm-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-sm-2,html[dir=rtl] .gy-sm-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-sm-3,html[dir=rtl] .gx-sm-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-sm-3,html[dir=rtl] .gy-sm-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-sm-4,html[dir=rtl] .gx-sm-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-sm-4,html[dir=rtl] .gy-sm-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-sm-5,html[dir=rtl] .gx-sm-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-sm-5,html[dir=rtl] .gy-sm-5{--bs-gutter-y: 4rem}}@media(min-width: 768px){html[dir=rtl] .offset-md-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-md-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-md-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-md-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-md-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-md-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-md-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-md-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-md-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-md-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-md-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-md-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-md-0,html[dir=rtl] .gx-md-0{--bs-gutter-x: 0}html[dir=rtl] .g-md-0,html[dir=rtl] .gy-md-0{--bs-gutter-y: 0}html[dir=rtl] .g-md-1,html[dir=rtl] .gx-md-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-md-1,html[dir=rtl] .gy-md-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-md-2,html[dir=rtl] .gx-md-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-md-2,html[dir=rtl] .gy-md-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-md-3,html[dir=rtl] .gx-md-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-md-3,html[dir=rtl] .gy-md-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-md-4,html[dir=rtl] .gx-md-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-md-4,html[dir=rtl] .gy-md-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-md-5,html[dir=rtl] .gx-md-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-md-5,html[dir=rtl] .gy-md-5{--bs-gutter-y: 4rem}}@media(min-width: 1024px){html[dir=rtl] .offset-lg-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-lg-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-lg-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-lg-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-lg-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-lg-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-lg-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-lg-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-lg-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-lg-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-lg-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-lg-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-lg-0,html[dir=rtl] .gx-lg-0{--bs-gutter-x: 0}html[dir=rtl] .g-lg-0,html[dir=rtl] .gy-lg-0{--bs-gutter-y: 0}html[dir=rtl] .g-lg-1,html[dir=rtl] .gx-lg-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-lg-1,html[dir=rtl] .gy-lg-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-lg-2,html[dir=rtl] .gx-lg-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-lg-2,html[dir=rtl] .gy-lg-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-lg-3,html[dir=rtl] .gx-lg-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-lg-3,html[dir=rtl] .gy-lg-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-lg-4,html[dir=rtl] .gx-lg-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-lg-4,html[dir=rtl] .gy-lg-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-lg-5,html[dir=rtl] .gx-lg-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-lg-5,html[dir=rtl] .gy-lg-5{--bs-gutter-y: 4rem}}@media(min-width: 1280px){html[dir=rtl] .offset-xl-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-xl-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-xl-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-xl-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-xl-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-xl-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-xl-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-xl-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-xl-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-xl-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-xl-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-xl-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-xl-0,html[dir=rtl] .gx-xl-0{--bs-gutter-x: 0}html[dir=rtl] .g-xl-0,html[dir=rtl] .gy-xl-0{--bs-gutter-y: 0}html[dir=rtl] .g-xl-1,html[dir=rtl] .gx-xl-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-xl-1,html[dir=rtl] .gy-xl-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-xl-2,html[dir=rtl] .gx-xl-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-xl-2,html[dir=rtl] .gy-xl-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-xl-3,html[dir=rtl] .gx-xl-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-xl-3,html[dir=rtl] .gy-xl-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-xl-4,html[dir=rtl] .gx-xl-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-xl-4,html[dir=rtl] .gy-xl-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-xl-5,html[dir=rtl] .gx-xl-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-xl-5,html[dir=rtl] .gy-xl-5{--bs-gutter-y: 4rem}}@media(min-width: 1440px){html[dir=rtl] .offset-xxl-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-xxl-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-xxl-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-xxl-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-xxl-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-xxl-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-xxl-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-xxl-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-xxl-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-xxl-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-xxl-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-xxl-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-xxl-0,html[dir=rtl] .gx-xxl-0{--bs-gutter-x: 0}html[dir=rtl] .g-xxl-0,html[dir=rtl] .gy-xxl-0{--bs-gutter-y: 0}html[dir=rtl] .g-xxl-1,html[dir=rtl] .gx-xxl-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-xxl-1,html[dir=rtl] .gy-xxl-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-xxl-2,html[dir=rtl] .gx-xxl-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-xxl-2,html[dir=rtl] .gy-xxl-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-xxl-3,html[dir=rtl] .gx-xxl-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-xxl-3,html[dir=rtl] .gy-xxl-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-xxl-4,html[dir=rtl] .gx-xxl-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-xxl-4,html[dir=rtl] .gy-xxl-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-xxl-5,html[dir=rtl] .gx-xxl-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-xxl-5,html[dir=rtl] .gy-xxl-5{--bs-gutter-y: 4rem}}html[dir=rtl] .m-0{margin:0 !important}html[dir=rtl] .m-1{margin:.5rem !important}html[dir=rtl] .m-2{margin:1rem !important}html[dir=rtl] .m-3{margin:2.5rem !important}html[dir=rtl] .m-4{margin:3rem !important}html[dir=rtl] .m-5{margin:4rem !important}html[dir=rtl] .m-auto{margin:auto !important}html[dir=rtl] .mx-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-0{margin-top:0 !important}html[dir=rtl] .mt-1{margin-top:.5rem !important}html[dir=rtl] .mt-2{margin-top:1rem !important}html[dir=rtl] .mt-3{margin-top:2.5rem !important}html[dir=rtl] .mt-4{margin-top:3rem !important}html[dir=rtl] .mt-5{margin-top:4rem !important}html[dir=rtl] .mt-auto{margin-top:auto !important}html[dir=rtl] .me-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-0{margin-bottom:0 !important}html[dir=rtl] .mb-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-2{margin-bottom:1rem !important}html[dir=rtl] .mb-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-4{margin-bottom:3rem !important}html[dir=rtl] .mb-5{margin-bottom:4rem !important}html[dir=rtl] .mb-auto{margin-bottom:auto !important}html[dir=rtl] .ms-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-0{padding:0 !important}html[dir=rtl] .p-1{padding:.5rem !important}html[dir=rtl] .p-2{padding:1rem !important}html[dir=rtl] .p-3{padding:2.5rem !important}html[dir=rtl] .p-4{padding:3rem !important}html[dir=rtl] .p-5{padding:4rem !important}html[dir=rtl] .px-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-0{padding-top:0 !important}html[dir=rtl] .pt-1{padding-top:.5rem !important}html[dir=rtl] .pt-2{padding-top:1rem !important}html[dir=rtl] .pt-3{padding-top:2.5rem !important}html[dir=rtl] .pt-4{padding-top:3rem !important}html[dir=rtl] .pt-5{padding-top:4rem !important}html[dir=rtl] .pe-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-0{padding-bottom:0 !important}html[dir=rtl] .pb-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-2{padding-bottom:1rem !important}html[dir=rtl] .pb-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-4{padding-bottom:3rem !important}html[dir=rtl] .pb-5{padding-bottom:4rem !important}html[dir=rtl] .ps-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-5{padding-left:0 !important;padding-right:4rem !important}@media(min-width: 576px){html[dir=rtl] .m-sm-0{margin:0 !important}html[dir=rtl] .m-sm-1{margin:.5rem !important}html[dir=rtl] .m-sm-2{margin:1rem !important}html[dir=rtl] .m-sm-3{margin:2.5rem !important}html[dir=rtl] .m-sm-4{margin:3rem !important}html[dir=rtl] .m-sm-5{margin:4rem !important}html[dir=rtl] .m-sm-auto{margin:auto !important}html[dir=rtl] .mx-sm-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-sm-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-sm-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-sm-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-sm-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-sm-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-sm-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-sm-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-sm-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-sm-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-sm-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-sm-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-sm-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-sm-0{margin-top:0 !important}html[dir=rtl] .mt-sm-1{margin-top:.5rem !important}html[dir=rtl] .mt-sm-2{margin-top:1rem !important}html[dir=rtl] .mt-sm-3{margin-top:2.5rem !important}html[dir=rtl] .mt-sm-4{margin-top:3rem !important}html[dir=rtl] .mt-sm-5{margin-top:4rem !important}html[dir=rtl] .mt-sm-auto{margin-top:auto !important}html[dir=rtl] .me-sm-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-sm-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-sm-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-sm-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-sm-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-sm-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-sm-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-sm-0{margin-bottom:0 !important}html[dir=rtl] .mb-sm-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-sm-2{margin-bottom:1rem !important}html[dir=rtl] .mb-sm-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-sm-4{margin-bottom:3rem !important}html[dir=rtl] .mb-sm-5{margin-bottom:4rem !important}html[dir=rtl] .mb-sm-auto{margin-bottom:auto !important}html[dir=rtl] .ms-sm-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-sm-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-sm-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-sm-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-sm-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-sm-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-sm-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-sm-0{padding:0 !important}html[dir=rtl] .p-sm-1{padding:.5rem !important}html[dir=rtl] .p-sm-2{padding:1rem !important}html[dir=rtl] .p-sm-3{padding:2.5rem !important}html[dir=rtl] .p-sm-4{padding:3rem !important}html[dir=rtl] .p-sm-5{padding:4rem !important}html[dir=rtl] .px-sm-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-sm-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-sm-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-sm-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-sm-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-sm-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-sm-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-sm-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-sm-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-sm-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-sm-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-sm-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-sm-0{padding-top:0 !important}html[dir=rtl] .pt-sm-1{padding-top:.5rem !important}html[dir=rtl] .pt-sm-2{padding-top:1rem !important}html[dir=rtl] .pt-sm-3{padding-top:2.5rem !important}html[dir=rtl] .pt-sm-4{padding-top:3rem !important}html[dir=rtl] .pt-sm-5{padding-top:4rem !important}html[dir=rtl] .pe-sm-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-sm-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-sm-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-sm-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-sm-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-sm-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-sm-0{padding-bottom:0 !important}html[dir=rtl] .pb-sm-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-sm-2{padding-bottom:1rem !important}html[dir=rtl] .pb-sm-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-sm-4{padding-bottom:3rem !important}html[dir=rtl] .pb-sm-5{padding-bottom:4rem !important}html[dir=rtl] .ps-sm-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-sm-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-sm-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-sm-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-sm-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-sm-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 768px){html[dir=rtl] .m-md-0{margin:0 !important}html[dir=rtl] .m-md-1{margin:.5rem !important}html[dir=rtl] .m-md-2{margin:1rem !important}html[dir=rtl] .m-md-3{margin:2.5rem !important}html[dir=rtl] .m-md-4{margin:3rem !important}html[dir=rtl] .m-md-5{margin:4rem !important}html[dir=rtl] .m-md-auto{margin:auto !important}html[dir=rtl] .mx-md-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-md-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-md-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-md-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-md-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-md-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-md-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-md-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-md-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-md-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-md-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-md-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-md-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-md-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-md-0{margin-top:0 !important}html[dir=rtl] .mt-md-1{margin-top:.5rem !important}html[dir=rtl] .mt-md-2{margin-top:1rem !important}html[dir=rtl] .mt-md-3{margin-top:2.5rem !important}html[dir=rtl] .mt-md-4{margin-top:3rem !important}html[dir=rtl] .mt-md-5{margin-top:4rem !important}html[dir=rtl] .mt-md-auto{margin-top:auto !important}html[dir=rtl] .me-md-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-md-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-md-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-md-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-md-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-md-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-md-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-md-0{margin-bottom:0 !important}html[dir=rtl] .mb-md-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-md-2{margin-bottom:1rem !important}html[dir=rtl] .mb-md-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-md-4{margin-bottom:3rem !important}html[dir=rtl] .mb-md-5{margin-bottom:4rem !important}html[dir=rtl] .mb-md-auto{margin-bottom:auto !important}html[dir=rtl] .ms-md-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-md-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-md-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-md-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-md-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-md-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-md-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-md-0{padding:0 !important}html[dir=rtl] .p-md-1{padding:.5rem !important}html[dir=rtl] .p-md-2{padding:1rem !important}html[dir=rtl] .p-md-3{padding:2.5rem !important}html[dir=rtl] .p-md-4{padding:3rem !important}html[dir=rtl] .p-md-5{padding:4rem !important}html[dir=rtl] .px-md-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-md-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-md-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-md-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-md-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-md-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-md-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-md-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-md-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-md-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-md-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-md-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-md-0{padding-top:0 !important}html[dir=rtl] .pt-md-1{padding-top:.5rem !important}html[dir=rtl] .pt-md-2{padding-top:1rem !important}html[dir=rtl] .pt-md-3{padding-top:2.5rem !important}html[dir=rtl] .pt-md-4{padding-top:3rem !important}html[dir=rtl] .pt-md-5{padding-top:4rem !important}html[dir=rtl] .pe-md-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-md-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-md-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-md-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-md-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-md-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-md-0{padding-bottom:0 !important}html[dir=rtl] .pb-md-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-md-2{padding-bottom:1rem !important}html[dir=rtl] .pb-md-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-md-4{padding-bottom:3rem !important}html[dir=rtl] .pb-md-5{padding-bottom:4rem !important}html[dir=rtl] .ps-md-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-md-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-md-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-md-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-md-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-md-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 1024px){html[dir=rtl] .m-lg-0{margin:0 !important}html[dir=rtl] .m-lg-1{margin:.5rem !important}html[dir=rtl] .m-lg-2{margin:1rem !important}html[dir=rtl] .m-lg-3{margin:2.5rem !important}html[dir=rtl] .m-lg-4{margin:3rem !important}html[dir=rtl] .m-lg-5{margin:4rem !important}html[dir=rtl] .m-lg-auto{margin:auto !important}html[dir=rtl] .mx-lg-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-lg-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-lg-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-lg-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-lg-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-lg-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-lg-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-lg-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-lg-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-lg-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-lg-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-lg-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-lg-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-lg-0{margin-top:0 !important}html[dir=rtl] .mt-lg-1{margin-top:.5rem !important}html[dir=rtl] .mt-lg-2{margin-top:1rem !important}html[dir=rtl] .mt-lg-3{margin-top:2.5rem !important}html[dir=rtl] .mt-lg-4{margin-top:3rem !important}html[dir=rtl] .mt-lg-5{margin-top:4rem !important}html[dir=rtl] .mt-lg-auto{margin-top:auto !important}html[dir=rtl] .me-lg-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-lg-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-lg-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-lg-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-lg-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-lg-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-lg-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-lg-0{margin-bottom:0 !important}html[dir=rtl] .mb-lg-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-lg-2{margin-bottom:1rem !important}html[dir=rtl] .mb-lg-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-lg-4{margin-bottom:3rem !important}html[dir=rtl] .mb-lg-5{margin-bottom:4rem !important}html[dir=rtl] .mb-lg-auto{margin-bottom:auto !important}html[dir=rtl] .ms-lg-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-lg-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-lg-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-lg-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-lg-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-lg-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-lg-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-lg-0{padding:0 !important}html[dir=rtl] .p-lg-1{padding:.5rem !important}html[dir=rtl] .p-lg-2{padding:1rem !important}html[dir=rtl] .p-lg-3{padding:2.5rem !important}html[dir=rtl] .p-lg-4{padding:3rem !important}html[dir=rtl] .p-lg-5{padding:4rem !important}html[dir=rtl] .px-lg-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-lg-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-lg-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-lg-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-lg-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-lg-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-lg-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-lg-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-lg-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-lg-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-lg-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-lg-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-lg-0{padding-top:0 !important}html[dir=rtl] .pt-lg-1{padding-top:.5rem !important}html[dir=rtl] .pt-lg-2{padding-top:1rem !important}html[dir=rtl] .pt-lg-3{padding-top:2.5rem !important}html[dir=rtl] .pt-lg-4{padding-top:3rem !important}html[dir=rtl] .pt-lg-5{padding-top:4rem !important}html[dir=rtl] .pe-lg-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-lg-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-lg-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-lg-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-lg-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-lg-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-lg-0{padding-bottom:0 !important}html[dir=rtl] .pb-lg-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-lg-2{padding-bottom:1rem !important}html[dir=rtl] .pb-lg-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-lg-4{padding-bottom:3rem !important}html[dir=rtl] .pb-lg-5{padding-bottom:4rem !important}html[dir=rtl] .ps-lg-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-lg-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-lg-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-lg-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-lg-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-lg-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 1280px){html[dir=rtl] .m-xl-0{margin:0 !important}html[dir=rtl] .m-xl-1{margin:.5rem !important}html[dir=rtl] .m-xl-2{margin:1rem !important}html[dir=rtl] .m-xl-3{margin:2.5rem !important}html[dir=rtl] .m-xl-4{margin:3rem !important}html[dir=rtl] .m-xl-5{margin:4rem !important}html[dir=rtl] .m-xl-auto{margin:auto !important}html[dir=rtl] .mx-xl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-xl-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-xl-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-xl-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-xl-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-xl-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-xl-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-xl-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-xl-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-xl-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-xl-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-xl-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-xl-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-xl-0{margin-top:0 !important}html[dir=rtl] .mt-xl-1{margin-top:.5rem !important}html[dir=rtl] .mt-xl-2{margin-top:1rem !important}html[dir=rtl] .mt-xl-3{margin-top:2.5rem !important}html[dir=rtl] .mt-xl-4{margin-top:3rem !important}html[dir=rtl] .mt-xl-5{margin-top:4rem !important}html[dir=rtl] .mt-xl-auto{margin-top:auto !important}html[dir=rtl] .me-xl-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-xl-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-xl-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-xl-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-xl-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-xl-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-xl-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-xl-0{margin-bottom:0 !important}html[dir=rtl] .mb-xl-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-xl-2{margin-bottom:1rem !important}html[dir=rtl] .mb-xl-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-xl-4{margin-bottom:3rem !important}html[dir=rtl] .mb-xl-5{margin-bottom:4rem !important}html[dir=rtl] .mb-xl-auto{margin-bottom:auto !important}html[dir=rtl] .ms-xl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-xl-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-xl-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-xl-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-xl-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-xl-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-xl-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-xl-0{padding:0 !important}html[dir=rtl] .p-xl-1{padding:.5rem !important}html[dir=rtl] .p-xl-2{padding:1rem !important}html[dir=rtl] .p-xl-3{padding:2.5rem !important}html[dir=rtl] .p-xl-4{padding:3rem !important}html[dir=rtl] .p-xl-5{padding:4rem !important}html[dir=rtl] .px-xl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-xl-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-xl-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-xl-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-xl-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-xl-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-xl-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-xl-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-xl-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-xl-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-xl-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-xl-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-xl-0{padding-top:0 !important}html[dir=rtl] .pt-xl-1{padding-top:.5rem !important}html[dir=rtl] .pt-xl-2{padding-top:1rem !important}html[dir=rtl] .pt-xl-3{padding-top:2.5rem !important}html[dir=rtl] .pt-xl-4{padding-top:3rem !important}html[dir=rtl] .pt-xl-5{padding-top:4rem !important}html[dir=rtl] .pe-xl-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-xl-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-xl-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-xl-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-xl-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-xl-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-xl-0{padding-bottom:0 !important}html[dir=rtl] .pb-xl-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-xl-2{padding-bottom:1rem !important}html[dir=rtl] .pb-xl-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-xl-4{padding-bottom:3rem !important}html[dir=rtl] .pb-xl-5{padding-bottom:4rem !important}html[dir=rtl] .ps-xl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-xl-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-xl-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-xl-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-xl-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-xl-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 1440px){html[dir=rtl] .m-xxl-0{margin:0 !important}html[dir=rtl] .m-xxl-1{margin:.5rem !important}html[dir=rtl] .m-xxl-2{margin:1rem !important}html[dir=rtl] .m-xxl-3{margin:2.5rem !important}html[dir=rtl] .m-xxl-4{margin:3rem !important}html[dir=rtl] .m-xxl-5{margin:4rem !important}html[dir=rtl] .m-xxl-auto{margin:auto !important}html[dir=rtl] .mx-xxl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-xxl-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-xxl-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-xxl-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-xxl-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-xxl-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-xxl-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-xxl-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-xxl-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-xxl-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-xxl-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-xxl-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-xxl-0{margin-top:0 !important}html[dir=rtl] .mt-xxl-1{margin-top:.5rem !important}html[dir=rtl] .mt-xxl-2{margin-top:1rem !important}html[dir=rtl] .mt-xxl-3{margin-top:2.5rem !important}html[dir=rtl] .mt-xxl-4{margin-top:3rem !important}html[dir=rtl] .mt-xxl-5{margin-top:4rem !important}html[dir=rtl] .mt-xxl-auto{margin-top:auto !important}html[dir=rtl] .me-xxl-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-xxl-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-xxl-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-xxl-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-xxl-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-xxl-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-xxl-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-xxl-0{margin-bottom:0 !important}html[dir=rtl] .mb-xxl-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-xxl-2{margin-bottom:1rem !important}html[dir=rtl] .mb-xxl-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-xxl-4{margin-bottom:3rem !important}html[dir=rtl] .mb-xxl-5{margin-bottom:4rem !important}html[dir=rtl] .mb-xxl-auto{margin-bottom:auto !important}html[dir=rtl] .ms-xxl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-xxl-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-xxl-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-xxl-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-xxl-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-xxl-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-xxl-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-xxl-0{padding:0 !important}html[dir=rtl] .p-xxl-1{padding:.5rem !important}html[dir=rtl] .p-xxl-2{padding:1rem !important}html[dir=rtl] .p-xxl-3{padding:2.5rem !important}html[dir=rtl] .p-xxl-4{padding:3rem !important}html[dir=rtl] .p-xxl-5{padding:4rem !important}html[dir=rtl] .px-xxl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-xxl-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-xxl-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-xxl-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-xxl-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-xxl-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-xxl-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-xxl-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-xxl-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-xxl-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-xxl-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-xxl-0{padding-top:0 !important}html[dir=rtl] .pt-xxl-1{padding-top:.5rem !important}html[dir=rtl] .pt-xxl-2{padding-top:1rem !important}html[dir=rtl] .pt-xxl-3{padding-top:2.5rem !important}html[dir=rtl] .pt-xxl-4{padding-top:3rem !important}html[dir=rtl] .pt-xxl-5{padding-top:4rem !important}html[dir=rtl] .pe-xxl-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-xxl-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-xxl-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-xxl-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-xxl-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-xxl-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-xxl-0{padding-bottom:0 !important}html[dir=rtl] .pb-xxl-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-xxl-2{padding-bottom:1rem !important}html[dir=rtl] .pb-xxl-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-xxl-4{padding-bottom:3rem !important}html[dir=rtl] .pb-xxl-5{padding-bottom:4rem !important}html[dir=rtl] .ps-xxl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-xxl-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-xxl-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-xxl-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-xxl-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-xxl-5{padding-left:0 !important;padding-right:4rem !important}}html[dir=rtl] .offset-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-0,html[dir=rtl] .gx-0{--bs-gutter-x: 0}html[dir=rtl] .g-0,html[dir=rtl] .gy-0{--bs-gutter-y: 0}html[dir=rtl] .g-1,html[dir=rtl] .gx-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-1,html[dir=rtl] .gy-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-2,html[dir=rtl] .gx-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-2,html[dir=rtl] .gy-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-3,html[dir=rtl] .gx-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-3,html[dir=rtl] .gy-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-4,html[dir=rtl] .gx-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-4,html[dir=rtl] .gy-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-5,html[dir=rtl] .gx-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-5,html[dir=rtl] .gy-5{--bs-gutter-y: 4rem}@media(min-width: 576px){html[dir=rtl] .offset-sm-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-sm-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-sm-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-sm-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-sm-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-sm-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-sm-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-sm-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-sm-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-sm-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-sm-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-sm-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-sm-0,html[dir=rtl] .gx-sm-0{--bs-gutter-x: 0}html[dir=rtl] .g-sm-0,html[dir=rtl] .gy-sm-0{--bs-gutter-y: 0}html[dir=rtl] .g-sm-1,html[dir=rtl] .gx-sm-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-sm-1,html[dir=rtl] .gy-sm-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-sm-2,html[dir=rtl] .gx-sm-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-sm-2,html[dir=rtl] .gy-sm-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-sm-3,html[dir=rtl] .gx-sm-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-sm-3,html[dir=rtl] .gy-sm-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-sm-4,html[dir=rtl] .gx-sm-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-sm-4,html[dir=rtl] .gy-sm-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-sm-5,html[dir=rtl] .gx-sm-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-sm-5,html[dir=rtl] .gy-sm-5{--bs-gutter-y: 4rem}}@media(min-width: 768px){html[dir=rtl] .offset-md-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-md-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-md-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-md-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-md-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-md-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-md-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-md-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-md-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-md-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-md-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-md-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-md-0,html[dir=rtl] .gx-md-0{--bs-gutter-x: 0}html[dir=rtl] .g-md-0,html[dir=rtl] .gy-md-0{--bs-gutter-y: 0}html[dir=rtl] .g-md-1,html[dir=rtl] .gx-md-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-md-1,html[dir=rtl] .gy-md-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-md-2,html[dir=rtl] .gx-md-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-md-2,html[dir=rtl] .gy-md-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-md-3,html[dir=rtl] .gx-md-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-md-3,html[dir=rtl] .gy-md-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-md-4,html[dir=rtl] .gx-md-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-md-4,html[dir=rtl] .gy-md-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-md-5,html[dir=rtl] .gx-md-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-md-5,html[dir=rtl] .gy-md-5{--bs-gutter-y: 4rem}}@media(min-width: 1024px){html[dir=rtl] .offset-lg-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-lg-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-lg-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-lg-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-lg-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-lg-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-lg-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-lg-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-lg-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-lg-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-lg-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-lg-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-lg-0,html[dir=rtl] .gx-lg-0{--bs-gutter-x: 0}html[dir=rtl] .g-lg-0,html[dir=rtl] .gy-lg-0{--bs-gutter-y: 0}html[dir=rtl] .g-lg-1,html[dir=rtl] .gx-lg-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-lg-1,html[dir=rtl] .gy-lg-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-lg-2,html[dir=rtl] .gx-lg-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-lg-2,html[dir=rtl] .gy-lg-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-lg-3,html[dir=rtl] .gx-lg-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-lg-3,html[dir=rtl] .gy-lg-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-lg-4,html[dir=rtl] .gx-lg-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-lg-4,html[dir=rtl] .gy-lg-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-lg-5,html[dir=rtl] .gx-lg-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-lg-5,html[dir=rtl] .gy-lg-5{--bs-gutter-y: 4rem}}@media(min-width: 1280px){html[dir=rtl] .offset-xl-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-xl-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-xl-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-xl-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-xl-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-xl-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-xl-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-xl-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-xl-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-xl-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-xl-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-xl-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-xl-0,html[dir=rtl] .gx-xl-0{--bs-gutter-x: 0}html[dir=rtl] .g-xl-0,html[dir=rtl] .gy-xl-0{--bs-gutter-y: 0}html[dir=rtl] .g-xl-1,html[dir=rtl] .gx-xl-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-xl-1,html[dir=rtl] .gy-xl-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-xl-2,html[dir=rtl] .gx-xl-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-xl-2,html[dir=rtl] .gy-xl-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-xl-3,html[dir=rtl] .gx-xl-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-xl-3,html[dir=rtl] .gy-xl-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-xl-4,html[dir=rtl] .gx-xl-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-xl-4,html[dir=rtl] .gy-xl-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-xl-5,html[dir=rtl] .gx-xl-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-xl-5,html[dir=rtl] .gy-xl-5{--bs-gutter-y: 4rem}}@media(min-width: 1440px){html[dir=rtl] .offset-xxl-0{margin-left:0;margin-right:0}html[dir=rtl] .offset-xxl-1{margin-left:0;margin-right:8.33333333%}html[dir=rtl] .offset-xxl-2{margin-left:0;margin-right:16.66666667%}html[dir=rtl] .offset-xxl-3{margin-left:0;margin-right:25%}html[dir=rtl] .offset-xxl-4{margin-left:0;margin-right:33.33333333%}html[dir=rtl] .offset-xxl-5{margin-left:0;margin-right:41.66666667%}html[dir=rtl] .offset-xxl-6{margin-left:0;margin-right:50%}html[dir=rtl] .offset-xxl-7{margin-left:0;margin-right:58.33333333%}html[dir=rtl] .offset-xxl-8{margin-left:0;margin-right:66.66666667%}html[dir=rtl] .offset-xxl-9{margin-left:0;margin-right:75%}html[dir=rtl] .offset-xxl-10{margin-left:0;margin-right:83.33333333%}html[dir=rtl] .offset-xxl-11{margin-left:0;margin-right:91.66666667%}html[dir=rtl] .g-xxl-0,html[dir=rtl] .gx-xxl-0{--bs-gutter-x: 0}html[dir=rtl] .g-xxl-0,html[dir=rtl] .gy-xxl-0{--bs-gutter-y: 0}html[dir=rtl] .g-xxl-1,html[dir=rtl] .gx-xxl-1{--bs-gutter-x: 0.5rem}html[dir=rtl] .g-xxl-1,html[dir=rtl] .gy-xxl-1{--bs-gutter-y: 0.5rem}html[dir=rtl] .g-xxl-2,html[dir=rtl] .gx-xxl-2{--bs-gutter-x: 1rem}html[dir=rtl] .g-xxl-2,html[dir=rtl] .gy-xxl-2{--bs-gutter-y: 1rem}html[dir=rtl] .g-xxl-3,html[dir=rtl] .gx-xxl-3{--bs-gutter-x: 2.5rem}html[dir=rtl] .g-xxl-3,html[dir=rtl] .gy-xxl-3{--bs-gutter-y: 2.5rem}html[dir=rtl] .g-xxl-4,html[dir=rtl] .gx-xxl-4{--bs-gutter-x: 3rem}html[dir=rtl] .g-xxl-4,html[dir=rtl] .gy-xxl-4{--bs-gutter-y: 3rem}html[dir=rtl] .g-xxl-5,html[dir=rtl] .gx-xxl-5{--bs-gutter-x: 4rem}html[dir=rtl] .g-xxl-5,html[dir=rtl] .gy-xxl-5{--bs-gutter-y: 4rem}}html[dir=rtl] .m-0{margin:0 !important}html[dir=rtl] .m-1{margin:.5rem !important}html[dir=rtl] .m-2{margin:1rem !important}html[dir=rtl] .m-3{margin:2.5rem !important}html[dir=rtl] .m-4{margin:3rem !important}html[dir=rtl] .m-5{margin:4rem !important}html[dir=rtl] .m-auto{margin:auto !important}html[dir=rtl] .mx-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-0{margin-top:0 !important}html[dir=rtl] .mt-1{margin-top:.5rem !important}html[dir=rtl] .mt-2{margin-top:1rem !important}html[dir=rtl] .mt-3{margin-top:2.5rem !important}html[dir=rtl] .mt-4{margin-top:3rem !important}html[dir=rtl] .mt-5{margin-top:4rem !important}html[dir=rtl] .mt-auto{margin-top:auto !important}html[dir=rtl] .me-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-0{margin-bottom:0 !important}html[dir=rtl] .mb-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-2{margin-bottom:1rem !important}html[dir=rtl] .mb-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-4{margin-bottom:3rem !important}html[dir=rtl] .mb-5{margin-bottom:4rem !important}html[dir=rtl] .mb-auto{margin-bottom:auto !important}html[dir=rtl] .ms-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-0{padding:0 !important}html[dir=rtl] .p-1{padding:.5rem !important}html[dir=rtl] .p-2{padding:1rem !important}html[dir=rtl] .p-3{padding:2.5rem !important}html[dir=rtl] .p-4{padding:3rem !important}html[dir=rtl] .p-5{padding:4rem !important}html[dir=rtl] .px-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-0{padding-top:0 !important}html[dir=rtl] .pt-1{padding-top:.5rem !important}html[dir=rtl] .pt-2{padding-top:1rem !important}html[dir=rtl] .pt-3{padding-top:2.5rem !important}html[dir=rtl] .pt-4{padding-top:3rem !important}html[dir=rtl] .pt-5{padding-top:4rem !important}html[dir=rtl] .pe-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-0{padding-bottom:0 !important}html[dir=rtl] .pb-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-2{padding-bottom:1rem !important}html[dir=rtl] .pb-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-4{padding-bottom:3rem !important}html[dir=rtl] .pb-5{padding-bottom:4rem !important}html[dir=rtl] .ps-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-5{padding-left:0 !important;padding-right:4rem !important}@media(min-width: 576px){html[dir=rtl] .m-sm-0{margin:0 !important}html[dir=rtl] .m-sm-1{margin:.5rem !important}html[dir=rtl] .m-sm-2{margin:1rem !important}html[dir=rtl] .m-sm-3{margin:2.5rem !important}html[dir=rtl] .m-sm-4{margin:3rem !important}html[dir=rtl] .m-sm-5{margin:4rem !important}html[dir=rtl] .m-sm-auto{margin:auto !important}html[dir=rtl] .mx-sm-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-sm-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-sm-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-sm-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-sm-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-sm-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-sm-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-sm-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-sm-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-sm-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-sm-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-sm-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-sm-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-sm-0{margin-top:0 !important}html[dir=rtl] .mt-sm-1{margin-top:.5rem !important}html[dir=rtl] .mt-sm-2{margin-top:1rem !important}html[dir=rtl] .mt-sm-3{margin-top:2.5rem !important}html[dir=rtl] .mt-sm-4{margin-top:3rem !important}html[dir=rtl] .mt-sm-5{margin-top:4rem !important}html[dir=rtl] .mt-sm-auto{margin-top:auto !important}html[dir=rtl] .me-sm-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-sm-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-sm-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-sm-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-sm-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-sm-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-sm-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-sm-0{margin-bottom:0 !important}html[dir=rtl] .mb-sm-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-sm-2{margin-bottom:1rem !important}html[dir=rtl] .mb-sm-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-sm-4{margin-bottom:3rem !important}html[dir=rtl] .mb-sm-5{margin-bottom:4rem !important}html[dir=rtl] .mb-sm-auto{margin-bottom:auto !important}html[dir=rtl] .ms-sm-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-sm-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-sm-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-sm-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-sm-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-sm-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-sm-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-sm-0{padding:0 !important}html[dir=rtl] .p-sm-1{padding:.5rem !important}html[dir=rtl] .p-sm-2{padding:1rem !important}html[dir=rtl] .p-sm-3{padding:2.5rem !important}html[dir=rtl] .p-sm-4{padding:3rem !important}html[dir=rtl] .p-sm-5{padding:4rem !important}html[dir=rtl] .px-sm-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-sm-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-sm-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-sm-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-sm-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-sm-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-sm-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-sm-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-sm-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-sm-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-sm-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-sm-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-sm-0{padding-top:0 !important}html[dir=rtl] .pt-sm-1{padding-top:.5rem !important}html[dir=rtl] .pt-sm-2{padding-top:1rem !important}html[dir=rtl] .pt-sm-3{padding-top:2.5rem !important}html[dir=rtl] .pt-sm-4{padding-top:3rem !important}html[dir=rtl] .pt-sm-5{padding-top:4rem !important}html[dir=rtl] .pe-sm-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-sm-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-sm-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-sm-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-sm-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-sm-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-sm-0{padding-bottom:0 !important}html[dir=rtl] .pb-sm-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-sm-2{padding-bottom:1rem !important}html[dir=rtl] .pb-sm-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-sm-4{padding-bottom:3rem !important}html[dir=rtl] .pb-sm-5{padding-bottom:4rem !important}html[dir=rtl] .ps-sm-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-sm-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-sm-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-sm-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-sm-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-sm-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 768px){html[dir=rtl] .m-md-0{margin:0 !important}html[dir=rtl] .m-md-1{margin:.5rem !important}html[dir=rtl] .m-md-2{margin:1rem !important}html[dir=rtl] .m-md-3{margin:2.5rem !important}html[dir=rtl] .m-md-4{margin:3rem !important}html[dir=rtl] .m-md-5{margin:4rem !important}html[dir=rtl] .m-md-auto{margin:auto !important}html[dir=rtl] .mx-md-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-md-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-md-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-md-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-md-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-md-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-md-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-md-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-md-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-md-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-md-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-md-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-md-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-md-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-md-0{margin-top:0 !important}html[dir=rtl] .mt-md-1{margin-top:.5rem !important}html[dir=rtl] .mt-md-2{margin-top:1rem !important}html[dir=rtl] .mt-md-3{margin-top:2.5rem !important}html[dir=rtl] .mt-md-4{margin-top:3rem !important}html[dir=rtl] .mt-md-5{margin-top:4rem !important}html[dir=rtl] .mt-md-auto{margin-top:auto !important}html[dir=rtl] .me-md-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-md-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-md-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-md-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-md-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-md-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-md-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-md-0{margin-bottom:0 !important}html[dir=rtl] .mb-md-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-md-2{margin-bottom:1rem !important}html[dir=rtl] .mb-md-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-md-4{margin-bottom:3rem !important}html[dir=rtl] .mb-md-5{margin-bottom:4rem !important}html[dir=rtl] .mb-md-auto{margin-bottom:auto !important}html[dir=rtl] .ms-md-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-md-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-md-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-md-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-md-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-md-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-md-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-md-0{padding:0 !important}html[dir=rtl] .p-md-1{padding:.5rem !important}html[dir=rtl] .p-md-2{padding:1rem !important}html[dir=rtl] .p-md-3{padding:2.5rem !important}html[dir=rtl] .p-md-4{padding:3rem !important}html[dir=rtl] .p-md-5{padding:4rem !important}html[dir=rtl] .px-md-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-md-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-md-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-md-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-md-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-md-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-md-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-md-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-md-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-md-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-md-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-md-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-md-0{padding-top:0 !important}html[dir=rtl] .pt-md-1{padding-top:.5rem !important}html[dir=rtl] .pt-md-2{padding-top:1rem !important}html[dir=rtl] .pt-md-3{padding-top:2.5rem !important}html[dir=rtl] .pt-md-4{padding-top:3rem !important}html[dir=rtl] .pt-md-5{padding-top:4rem !important}html[dir=rtl] .pe-md-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-md-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-md-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-md-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-md-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-md-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-md-0{padding-bottom:0 !important}html[dir=rtl] .pb-md-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-md-2{padding-bottom:1rem !important}html[dir=rtl] .pb-md-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-md-4{padding-bottom:3rem !important}html[dir=rtl] .pb-md-5{padding-bottom:4rem !important}html[dir=rtl] .ps-md-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-md-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-md-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-md-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-md-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-md-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 1024px){html[dir=rtl] .m-lg-0{margin:0 !important}html[dir=rtl] .m-lg-1{margin:.5rem !important}html[dir=rtl] .m-lg-2{margin:1rem !important}html[dir=rtl] .m-lg-3{margin:2.5rem !important}html[dir=rtl] .m-lg-4{margin:3rem !important}html[dir=rtl] .m-lg-5{margin:4rem !important}html[dir=rtl] .m-lg-auto{margin:auto !important}html[dir=rtl] .mx-lg-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-lg-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-lg-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-lg-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-lg-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-lg-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-lg-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-lg-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-lg-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-lg-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-lg-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-lg-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-lg-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-lg-0{margin-top:0 !important}html[dir=rtl] .mt-lg-1{margin-top:.5rem !important}html[dir=rtl] .mt-lg-2{margin-top:1rem !important}html[dir=rtl] .mt-lg-3{margin-top:2.5rem !important}html[dir=rtl] .mt-lg-4{margin-top:3rem !important}html[dir=rtl] .mt-lg-5{margin-top:4rem !important}html[dir=rtl] .mt-lg-auto{margin-top:auto !important}html[dir=rtl] .me-lg-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-lg-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-lg-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-lg-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-lg-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-lg-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-lg-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-lg-0{margin-bottom:0 !important}html[dir=rtl] .mb-lg-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-lg-2{margin-bottom:1rem !important}html[dir=rtl] .mb-lg-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-lg-4{margin-bottom:3rem !important}html[dir=rtl] .mb-lg-5{margin-bottom:4rem !important}html[dir=rtl] .mb-lg-auto{margin-bottom:auto !important}html[dir=rtl] .ms-lg-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-lg-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-lg-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-lg-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-lg-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-lg-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-lg-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-lg-0{padding:0 !important}html[dir=rtl] .p-lg-1{padding:.5rem !important}html[dir=rtl] .p-lg-2{padding:1rem !important}html[dir=rtl] .p-lg-3{padding:2.5rem !important}html[dir=rtl] .p-lg-4{padding:3rem !important}html[dir=rtl] .p-lg-5{padding:4rem !important}html[dir=rtl] .px-lg-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-lg-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-lg-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-lg-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-lg-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-lg-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-lg-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-lg-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-lg-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-lg-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-lg-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-lg-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-lg-0{padding-top:0 !important}html[dir=rtl] .pt-lg-1{padding-top:.5rem !important}html[dir=rtl] .pt-lg-2{padding-top:1rem !important}html[dir=rtl] .pt-lg-3{padding-top:2.5rem !important}html[dir=rtl] .pt-lg-4{padding-top:3rem !important}html[dir=rtl] .pt-lg-5{padding-top:4rem !important}html[dir=rtl] .pe-lg-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-lg-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-lg-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-lg-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-lg-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-lg-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-lg-0{padding-bottom:0 !important}html[dir=rtl] .pb-lg-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-lg-2{padding-bottom:1rem !important}html[dir=rtl] .pb-lg-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-lg-4{padding-bottom:3rem !important}html[dir=rtl] .pb-lg-5{padding-bottom:4rem !important}html[dir=rtl] .ps-lg-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-lg-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-lg-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-lg-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-lg-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-lg-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 1280px){html[dir=rtl] .m-xl-0{margin:0 !important}html[dir=rtl] .m-xl-1{margin:.5rem !important}html[dir=rtl] .m-xl-2{margin:1rem !important}html[dir=rtl] .m-xl-3{margin:2.5rem !important}html[dir=rtl] .m-xl-4{margin:3rem !important}html[dir=rtl] .m-xl-5{margin:4rem !important}html[dir=rtl] .m-xl-auto{margin:auto !important}html[dir=rtl] .mx-xl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-xl-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-xl-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-xl-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-xl-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-xl-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-xl-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-xl-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-xl-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-xl-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-xl-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-xl-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-xl-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-xl-0{margin-top:0 !important}html[dir=rtl] .mt-xl-1{margin-top:.5rem !important}html[dir=rtl] .mt-xl-2{margin-top:1rem !important}html[dir=rtl] .mt-xl-3{margin-top:2.5rem !important}html[dir=rtl] .mt-xl-4{margin-top:3rem !important}html[dir=rtl] .mt-xl-5{margin-top:4rem !important}html[dir=rtl] .mt-xl-auto{margin-top:auto !important}html[dir=rtl] .me-xl-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-xl-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-xl-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-xl-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-xl-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-xl-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-xl-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-xl-0{margin-bottom:0 !important}html[dir=rtl] .mb-xl-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-xl-2{margin-bottom:1rem !important}html[dir=rtl] .mb-xl-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-xl-4{margin-bottom:3rem !important}html[dir=rtl] .mb-xl-5{margin-bottom:4rem !important}html[dir=rtl] .mb-xl-auto{margin-bottom:auto !important}html[dir=rtl] .ms-xl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-xl-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-xl-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-xl-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-xl-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-xl-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-xl-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-xl-0{padding:0 !important}html[dir=rtl] .p-xl-1{padding:.5rem !important}html[dir=rtl] .p-xl-2{padding:1rem !important}html[dir=rtl] .p-xl-3{padding:2.5rem !important}html[dir=rtl] .p-xl-4{padding:3rem !important}html[dir=rtl] .p-xl-5{padding:4rem !important}html[dir=rtl] .px-xl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-xl-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-xl-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-xl-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-xl-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-xl-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-xl-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-xl-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-xl-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-xl-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-xl-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-xl-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-xl-0{padding-top:0 !important}html[dir=rtl] .pt-xl-1{padding-top:.5rem !important}html[dir=rtl] .pt-xl-2{padding-top:1rem !important}html[dir=rtl] .pt-xl-3{padding-top:2.5rem !important}html[dir=rtl] .pt-xl-4{padding-top:3rem !important}html[dir=rtl] .pt-xl-5{padding-top:4rem !important}html[dir=rtl] .pe-xl-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-xl-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-xl-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-xl-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-xl-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-xl-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-xl-0{padding-bottom:0 !important}html[dir=rtl] .pb-xl-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-xl-2{padding-bottom:1rem !important}html[dir=rtl] .pb-xl-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-xl-4{padding-bottom:3rem !important}html[dir=rtl] .pb-xl-5{padding-bottom:4rem !important}html[dir=rtl] .ps-xl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-xl-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-xl-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-xl-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-xl-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-xl-5{padding-left:0 !important;padding-right:4rem !important}}@media(min-width: 1440px){html[dir=rtl] .m-xxl-0{margin:0 !important}html[dir=rtl] .m-xxl-1{margin:.5rem !important}html[dir=rtl] .m-xxl-2{margin:1rem !important}html[dir=rtl] .m-xxl-3{margin:2.5rem !important}html[dir=rtl] .m-xxl-4{margin:3rem !important}html[dir=rtl] .m-xxl-5{margin:4rem !important}html[dir=rtl] .m-xxl-auto{margin:auto !important}html[dir=rtl] .mx-xxl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .mx-xxl-1{margin-left:.5rem !important;margin-right:.5rem !important}html[dir=rtl] .mx-xxl-2{margin-left:1rem !important;margin-right:1rem !important}html[dir=rtl] .mx-xxl-3{margin-left:2.5rem !important;margin-right:2.5rem !important}html[dir=rtl] .mx-xxl-4{margin-left:3rem !important;margin-right:3rem !important}html[dir=rtl] .mx-xxl-5{margin-left:4rem !important;margin-right:4rem !important}html[dir=rtl] .mx-xxl-auto{margin-left:auto !important;margin-right:auto !important}html[dir=rtl] .my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}html[dir=rtl] .my-xxl-1{margin-top:.5rem !important;margin-bottom:.5rem !important}html[dir=rtl] .my-xxl-2{margin-top:1rem !important;margin-bottom:1rem !important}html[dir=rtl] .my-xxl-3{margin-top:2.5rem !important;margin-bottom:2.5rem !important}html[dir=rtl] .my-xxl-4{margin-top:3rem !important;margin-bottom:3rem !important}html[dir=rtl] .my-xxl-5{margin-top:4rem !important;margin-bottom:4rem !important}html[dir=rtl] .my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}html[dir=rtl] .mt-xxl-0{margin-top:0 !important}html[dir=rtl] .mt-xxl-1{margin-top:.5rem !important}html[dir=rtl] .mt-xxl-2{margin-top:1rem !important}html[dir=rtl] .mt-xxl-3{margin-top:2.5rem !important}html[dir=rtl] .mt-xxl-4{margin-top:3rem !important}html[dir=rtl] .mt-xxl-5{margin-top:4rem !important}html[dir=rtl] .mt-xxl-auto{margin-top:auto !important}html[dir=rtl] .me-xxl-0{margin-right:0 !important;margin-left:0 !important}html[dir=rtl] .me-xxl-1{margin-right:0 !important;margin-left:.5rem !important}html[dir=rtl] .me-xxl-2{margin-right:0 !important;margin-left:1rem !important}html[dir=rtl] .me-xxl-3{margin-right:0 !important;margin-left:2.5rem !important}html[dir=rtl] .me-xxl-4{margin-right:0 !important;margin-left:3rem !important}html[dir=rtl] .me-xxl-5{margin-right:0 !important;margin-left:4rem !important}html[dir=rtl] .me-xxl-auto{margin-right:0 !important;margin-left:auto !important}html[dir=rtl] .mb-xxl-0{margin-bottom:0 !important}html[dir=rtl] .mb-xxl-1{margin-bottom:.5rem !important}html[dir=rtl] .mb-xxl-2{margin-bottom:1rem !important}html[dir=rtl] .mb-xxl-3{margin-bottom:2.5rem !important}html[dir=rtl] .mb-xxl-4{margin-bottom:3rem !important}html[dir=rtl] .mb-xxl-5{margin-bottom:4rem !important}html[dir=rtl] .mb-xxl-auto{margin-bottom:auto !important}html[dir=rtl] .ms-xxl-0{margin-left:0 !important;margin-right:0 !important}html[dir=rtl] .ms-xxl-1{margin-left:0 !important;margin-right:.5rem !important}html[dir=rtl] .ms-xxl-2{margin-left:0 !important;margin-right:1rem !important}html[dir=rtl] .ms-xxl-3{margin-left:0 !important;margin-right:2.5rem !important}html[dir=rtl] .ms-xxl-4{margin-left:0 !important;margin-right:3rem !important}html[dir=rtl] .ms-xxl-5{margin-left:0 !important;margin-right:4rem !important}html[dir=rtl] .ms-xxl-auto{margin-left:0 !important;margin-right:auto !important}html[dir=rtl] .p-xxl-0{padding:0 !important}html[dir=rtl] .p-xxl-1{padding:.5rem !important}html[dir=rtl] .p-xxl-2{padding:1rem !important}html[dir=rtl] .p-xxl-3{padding:2.5rem !important}html[dir=rtl] .p-xxl-4{padding:3rem !important}html[dir=rtl] .p-xxl-5{padding:4rem !important}html[dir=rtl] .px-xxl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .px-xxl-1{padding-left:.5rem !important;padding-right:.5rem !important}html[dir=rtl] .px-xxl-2{padding-left:1rem !important;padding-right:1rem !important}html[dir=rtl] .px-xxl-3{padding-left:2.5rem !important;padding-right:2.5rem !important}html[dir=rtl] .px-xxl-4{padding-left:3rem !important;padding-right:3rem !important}html[dir=rtl] .px-xxl-5{padding-left:4rem !important;padding-right:4rem !important}html[dir=rtl] .py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}html[dir=rtl] .py-xxl-1{padding-top:.5rem !important;padding-bottom:.5rem !important}html[dir=rtl] .py-xxl-2{padding-top:1rem !important;padding-bottom:1rem !important}html[dir=rtl] .py-xxl-3{padding-top:2.5rem !important;padding-bottom:2.5rem !important}html[dir=rtl] .py-xxl-4{padding-top:3rem !important;padding-bottom:3rem !important}html[dir=rtl] .py-xxl-5{padding-top:4rem !important;padding-bottom:4rem !important}html[dir=rtl] .pt-xxl-0{padding-top:0 !important}html[dir=rtl] .pt-xxl-1{padding-top:.5rem !important}html[dir=rtl] .pt-xxl-2{padding-top:1rem !important}html[dir=rtl] .pt-xxl-3{padding-top:2.5rem !important}html[dir=rtl] .pt-xxl-4{padding-top:3rem !important}html[dir=rtl] .pt-xxl-5{padding-top:4rem !important}html[dir=rtl] .pe-xxl-0{padding-right:0 !important;padding-left:0 !important}html[dir=rtl] .pe-xxl-1{padding-right:0 !important;padding-left:.5rem !important}html[dir=rtl] .pe-xxl-2{padding-right:0 !important;padding-left:1rem !important}html[dir=rtl] .pe-xxl-3{padding-right:0 !important;padding-left:2.5rem !important}html[dir=rtl] .pe-xxl-4{padding-right:0 !important;padding-left:3rem !important}html[dir=rtl] .pe-xxl-5{padding-right:0 !important;padding-left:4rem !important}html[dir=rtl] .pb-xxl-0{padding-bottom:0 !important}html[dir=rtl] .pb-xxl-1{padding-bottom:.5rem !important}html[dir=rtl] .pb-xxl-2{padding-bottom:1rem !important}html[dir=rtl] .pb-xxl-3{padding-bottom:2.5rem !important}html[dir=rtl] .pb-xxl-4{padding-bottom:3rem !important}html[dir=rtl] .pb-xxl-5{padding-bottom:4rem !important}html[dir=rtl] .ps-xxl-0{padding-left:0 !important;padding-right:0 !important}html[dir=rtl] .ps-xxl-1{padding-left:0 !important;padding-right:.5rem !important}html[dir=rtl] .ps-xxl-2{padding-left:0 !important;padding-right:1rem !important}html[dir=rtl] .ps-xxl-3{padding-left:0 !important;padding-right:2.5rem !important}html[dir=rtl] .ps-xxl-4{padding-left:0 !important;padding-right:3rem !important}html[dir=rtl] .ps-xxl-5{padding-left:0 !important;padding-right:4rem !important}}html[dir=rtl] .inner-forced-ltr .forced-ltr{text-align:left;unicode-bidi:embed;direction:ltr}html[dir=rtl] .generic-wrapper--half--right{margin-right:0;margin-left:auto}@media(max-width: 767.98px){html[dir=rtl] .generic-wrapper--half--right{margin-right:1rem}}html[dir=rtl] .generic-wrapper--half--left{margin-left:0;margin-right:auto}@media(max-width: 767.98px){html[dir=rtl] .generic-wrapper--half--left{margin-left:1rem}}@media(max-width: 767.98px){html[dir=rtl] .generic-wrapper .generic-wrapper--half--right{margin-right:0}}@media(max-width: 767.98px){html[dir=rtl] .generic-wrapper .generic-wrapper--half--left{margin-left:0}}@media(max-width: 767.98px){html[dir=rtl] .navbar-brand{flex-direction:row-reverse}}html[dir=rtl] .navbar-level-2{right:initial;left:0;clip-path:inset(0 100% 0 0);transform:translate3d(2rem, 0, 0);transform-origin:right}@media(max-width: 767.98px){html[dir=rtl] .navbar-level-2{transform:translate3d(-2rem, 0, 0)}}html[dir=rtl] .navbar-level-2 .navbar-item{margin-left:0}html[dir=rtl] .navbar-level-2-inner{padding-left:initial;padding-right:6.25rem;margin-right:initial;margin-left:auto}@media(max-width: 1023.98px){html[dir=rtl] .navbar-level-2-inner{padding-left:initial;padding-right:2rem;margin-left:initial;margin-right:auto}}@media(max-width: 767.98px){html[dir=rtl] .navbar-level-2-inner{padding-left:0;padding-right:0}}html[dir=rtl] .navbar-bottom-links li:first-child .navbar-item::before{left:initial;right:0}html[dir=rtl] .navbar-bottom-links li .navbar-item svg{transform:rotate(0deg)}html[dir=rtl] .navbar-bottom-links--quicklinks li .navbar-item svg{margin-right:0;margin-left:1rem;transform:rotate(0deg)}@media(max-width: 767.98px){html[dir=rtl] .navbar-item{margin-right:0;margin-left:1rem}}html[dir=rtl] .navbar-item--logo{margin:0 0 0 auto;flex-direction:row-reverse}@media(max-width: 767.98px){html[dir=rtl] .navbar-item--logo{order:3;margin-left:-1.25rem}}html[dir=rtl] .navbar-item svg{margin-left:0;margin-right:.75rem;transform:rotate(180deg)}html[dir=rtl] .navbar-item--back svg{margin-right:0;margin-left:.75rem}html[dir=rtl] .navbar-button{margin-left:0;margin-right:1.5rem}@media(max-width: 1023.98px){html[dir=rtl] .navbar-button{margin-right:1.25rem}}@media(max-width: 575.98px){html[dir=rtl] .navbar-button{margin-right:0}}@media(max-width: 767.98px){html[dir=rtl] .navbar-button__burger{margin-left:0;margin-right:auto}}html[dir=rtl] .header-banner-content{padding-right:0;padding-left:1.5rem}@media(max-width: 767.98px){html[dir=rtl] .header-banner-content{padding-right:0;padding-left:1.375rem}}html[dir=rtl] .header-banner-alert{margin-right:0;margin-left:.5rem}html[dir=rtl] .header-banner-close{right:initial;left:0}html[dir=rtl] .hero-search__search::before{left:initial;right:.875em}html[dir=rtl] .hero-search__search button{right:initial;left:.875em}@media(min-width: 768px){html[dir=rtl] .hero-search__suggestions{border-bottom-left-radius:0;border-bottom-right-radius:1rem}}html[dir=rtl] .hero__content{text-align:initial}html[dir=rtl] .swiper-container--hero-homepage{margin-left:0;margin-right:1rem}html[dir=rtl] .swiper-container--hero-homepage .swiper-button-next{right:initial;left:3rem}html[dir=rtl] .swiper-container--hero-homepage .swiper-button-prev{left:initial;right:3rem}@media(hover: hover)and (pointer: fine){html[dir=rtl] .swiper-slide-peek .swiper-slide-active.swiper-slide-peek-active-prev>div>div{transform:scaleX(1.17) translateX(-15%)}}@media(hover: hover)and (pointer: fine){html[dir=rtl] .swiper-slide-peek .swiper-slide-next.swiper-slide-peek-next{transform:translateX(calc(15% + 2rem))}}@media(hover: hover)and (pointer: fine){html[dir=rtl] .swiper-slide-peek .swiper-slide-prev.swiper-slide-peek-prev{transform:translateX(calc(-15% - 2rem))}}html[dir=rtl] .swiper-slide__goals .swiper-image .round-background{right:initial;left:-15%}@media(max-width: 767.98px){html[dir=rtl] .swiper-slide__goals .swiper-image .round-background{top:75%;left:initial;right:calc(50% - 6.25rem)}}html[dir=rtl] .form-control--big-input{padding:1.5625rem 2rem 1.5625rem 6.25rem}@media(max-width: 1023.98px){html[dir=rtl] .form-control--big-input{padding:1.1875rem 1.25rem 1.1875rem 5rem}}@media(max-width: 767.98px){html[dir=rtl] .form-control--big-input{padding-top:.9375rem;padding-bottom:.9375rem}}html[dir=rtl] .form-label-fixed-width{margin-right:0;margin-left:4.25rem}@media(max-width: 767.98px){html[dir=rtl] .form-label-fixed-width{margin-left:0}}html[dir=rtl] form input[type=checkbox].custom-checkbox+label{padding-right:1.75em;padding-left:0}html[dir=rtl] form input[type=checkbox].custom-checkbox+label::before{left:0;right:.25rem}html[dir=rtl] form input[type=checkbox].custom-checkbox+label::after{left:initial;right:.375rem}html[dir=rtl] .button::after{margin-left:0;margin-right:.625rem}html[dir=rtl] .button--style-1::after{background-image:url("../img/icons/arrow-left-positive.svg")}@media(hover: hover)and (pointer: fine){html[dir=rtl] .button--style-1:hover::after{transform:translateX(-0.5rem)}}html[dir=rtl] .button--style-2::after{background-image:url("../img/icons/arrow-left-negative.svg")}@media(hover: hover)and (pointer: fine){html[dir=rtl] .button--style-2:hover::after{transform:translateX(-0.5rem)}}.background__primary html[dir=rtl] .button--style-2::after{background-image:url("../img/icons/arrow-left-positive.svg")}html[dir=rtl] .button--style-3::after{background-image:url("../img/icons/arrow-left-positive.svg")}@media(hover: hover)and (pointer: fine){html[dir=rtl] .button--style-3:hover::after{transform:translateX(-0.5rem)}}html[dir=rtl] .button--with-icon .button-icon{padding-left:1.125rem;padding-right:0}@media(max-width: 1023.98px){html[dir=rtl] .button--with-icon .button-icon{padding-left:1rem;padding-right:0}}html[dir=rtl] .button--with-icon .button-icon::after{right:initial;left:0}html[dir=rtl] .button--with-icon .button-label{text-align:initial;padding-left:0;padding-right:1.125rem}@media(max-width: 1023.98px){html[dir=rtl] .button--with-icon .button-label{padding-left:0;padding-right:1rem}}html[dir=rtl] .button--right-icon svg{margin-left:0;margin-right:1rem}html[dir=rtl] .link::after{background-image:url("../img/icons/arrow-left-positive.svg");margin-left:0;margin-right:.75rem}@media(hover: hover)and (pointer: fine){html[dir=rtl] .link--style-1:hover::after{transform:translate3d(-0.5rem, 0, 0)}}.background__primary html[dir=rtl] .link--style-1::after{background-image:url("../img/icons/arrow-left-negative.svg")}html[dir=rtl] .link--style-2::after{background-image:url("../img/icons/arrow-left-black.svg")}@media(hover: hover)and (pointer: fine){html[dir=rtl] .link--style-2:hover::after{transform:translate3d(-0.5rem, 0, 0)}}.background__primary html[dir=rtl] .link--style-2::after{background-image:url("../img/icons/arrow-left-negative.svg")}html[dir=rtl] .link--show-more::after{background-image:url("../img/icons/arrow-show-more-positive.svg")}html[dir=rtl] .button-link::after{background-image:url("../img/icons/arrow-left-positive.svg");margin-left:0;margin-right:.625rem}@media(hover: hover)and (pointer: fine){html[dir=rtl] .button-link:hover::after{transform:translateX(-0.5rem)}}html[dir=rtl] .anchor-link:after{margin-left:0;margin-right:.625rem}html[dir=rtl] .anchor-link--button:after{background-image:url("../img/icons/arrow-left-positive.svg")}html[dir=rtl] .anchor-link--button.anchor-link--primary:after{background-image:url("../img/icons/arrow-left-negative.svg")}@media(hover: hover)and (pointer: fine){html[dir=rtl] .anchor-link--button:hover:after{transform:translateX(-0.25em)}}html[dir=rtl] .button-anchors-list ul{padding-left:initial;padding-right:0}html[dir=rtl] .button-anchors-list ul li{width:auto}html[dir=rtl] .pin-location__wrapper{margin-right:0;margin-left:-0.5rem;padding-right:0;padding-left:1rem}html[dir=rtl] .pin-location::after{right:1.875rem;left:0}html[dir=rtl] .pin-location__pin{margin-right:0;margin-left:.625rem}html[dir=rtl] .spoken-languages__language{margin-right:0;margin-left:1.25rem}html[dir=rtl] .spoken-languages__language:last-child{margin-left:0}html[dir=rtl] .spoken-languages__flag{margin-right:0;margin-left:.625rem}html[dir=rtl] .accordion__title{text-align:initial}html[dir=rtl] .accordion__title--footer{padding:0;margin-bottom:.625rem}@media(max-width: 767.98px){html[dir=rtl] .accordion__title--footer::before{margin-right:0;margin-left:.625rem}}html[dir=rtl] .accordion--folder-style .accordion__copy{padding-right:2.5rem;padding-left:0}@media(max-width: 767.98px){html[dir=rtl] .accordion--folder-style .accordion__copy{padding-right:0}}html[dir=rtl] .accordion--folder-style .accordion__text{padding-right:0;padding-left:2.5rem}@media(max-width: 767.98px){html[dir=rtl] .accordion--folder-style .accordion__text{padding-left:1.5rem;padding-right:1.5rem}}@media(max-width: 767.98px){html[dir=rtl] .breadcrumbs__wrapper .breadcrumbs ul{padding-right:0;padding-left:1rem}}html[dir=rtl] .breadcrumbs ul li a{padding-left:0;padding-right:.5em}@media(max-width: 767.98px){html[dir=rtl] .breadcrumbs ul li a{padding-left:0;padding-right:.25em}}html[dir=rtl] .breadcrumbs ul li a::before{right:.5em;left:.75em;transform-origin:left}html[dir=rtl] .breadcrumbs ul li a::after{margin-left:0;margin-right:.75em}@media(max-width: 767.98px){html[dir=rtl] .breadcrumbs ul li a::after{margin-left:0;margin-right:.5em}}@media(hover: hover)and (pointer: fine){html[dir=rtl] .breadcrumbs ul li a:hover::before{transform-origin:right}}html[dir=rtl] .breadcrumbs ul li:first-child a{padding-right:0}html[dir=rtl] .breadcrumbs ul li:first-child a::before{right:0}html[dir=rtl] #cc_div *,html[dir=rtl] #cc_div ::before,html[dir=rtl] #cc_div ::after{text-align:initial}html[dir=rtl] #cc_div #cm{left:initial;right:1.25em}html[dir=rtl] #cc_div .c_button{text-align:center}html[dir=rtl] #cc_div #cm_btns button+button,html[dir=rtl] #cc_div #cs_cont button+button,html[dir=rtl] #cc_div #cs_close_btn{float:left}html[dir=rtl] #cc_div .c_b_toggle{right:initial;left:1.2em}@media screen and (max-width: 688px){html[dir=rtl] #cc_div .c_b_toggle{left:.9em}}html[dir=rtl] #cc_div #cs_cont .block_button .b_title{padding:1.4em 2.7em 1.4em 6em}html[dir=rtl] #cc_div #cs_blocks table{text-align:initial}html[dir=rtl] #cc_div #cs_blocks table td,html[dir=rtl] #cc_div #cs_blocks table th{padding:.8em 1.2em .8em .625em;text-align:initial}@media screen and (max-width: 688px){html[dir=rtl] #cc_div #cs_blocks table td{padding-left:0;padding-right:40%}html[dir=rtl] #cc_div #cs_blocks table td::before{left:initial;right:1em;padding-right:0;padding-left:.625em}}html[dir=rtl] #cc_div .block_button .b_title::before,html[dir=rtl] #cc_div ._active .block_button .b_title::before{margin-right:0;margin-left:15px;left:initial;right:1.2em}html[dir=rtl] #cc_div .c_on_icon{right:initial}html[dir=rtl] #cc_div .c_on_icon::before{margin:.31em .65em .31em auto}html[dir=rtl] #cc_div #cs_close_btn::before,html[dir=rtl] #cc_div #cs_close_btn::after{left:initial;right:.83em}html[dir=rtl] #cc_div .c_off_icon::before,html[dir=rtl] #cc_div .c_off_icon::after{right:initial;left:.84em}html[dir=rtl] .cms-txt ul{padding-left:initial;padding-right:1.5625rem}html[dir=rtl] .cms-txt ul li{padding:.375rem .5rem .375rem 0}html[dir=rtl] .cms-txt ul li::before{left:initial;right:-1.15em}html[dir=rtl] .cms-txt ol li{padding:.375rem .5rem .375rem 0}html[dir=rtl] .background__with-lines .background-line--top-left{left:initial;right:-4rem}html[dir=rtl] .background__with-lines .background-line--top-right{top:-2rem;right:initial;left:-4rem}html[dir=rtl] .background__with-lines .background-line--center-right{right:initial;left:-12.5rem}html[dir=rtl] .background__with-lines .background-line--center-right-big{right:initial;left:-3.125rem}html[dir=rtl] .background__with-lines .background-line--center-left{left:initial;right:-28.75rem}html[dir=rtl] .background__with-lines .background-line--bottom-left-big{left:initial;right:-13.375rem}html[dir=rtl] .background__with-lines .background-line--bottom-left-small{left:initial;right:-2rem}html[dir=rtl] .background__with-lines .background-line--bottom-right-big{right:initial;left:-3rem}html[dir=rtl] .background__with-lines .background-line--bottom-right-small{right:initial;left:-2rem}html[dir=rtl] .background-line-right-center-no-bottom::before{right:initial;left:0;border-left:none;border-right:2px solid #d9d9d9;border-top:2px solid #d9d9d9;border-radius:0 3.75rem 3.75rem 0}html[dir=rtl] .background-line-double-right-bottom-low::before{right:initial;left:0;border-left:none;border-right:2px solid #d9d9d9;border-top-left-radius:0;border-top-right-radius:3.75rem}html[dir=rtl] .background-line-double-right-bottom-low:after{right:initial;left:0;border-left:none;border-right:2px solid #d9d9d9;border-top-left-radius:0;border-top-right-radius:3.75rem}html[dir=rtl] .background-line-right-top::before{right:initial;left:0;border-left:none;border-right:2px solid #d9d9d9;border-bottom-left-radius:0;border-bottom-right-radius:3.75rem}html[dir=rtl] .background-line-double-right-bottom::before{right:initial;left:0;border-left:none;border-right:2px solid #d9d9d9;border-top-left-radius:0;border-top-right-radius:3.75rem}html[dir=rtl] .background-line-double-right-bottom:after{right:initial;left:0;border-left:none;border-right:2px solid #d9d9d9;border-top-left-radius:0;border-top-right-radius:3.75rem}html[dir=rtl] .news-card-content header{flex-direction:row-reverse}@media(hover: hover)and (pointer: fine){html[dir=rtl] .news-card-content h3{padding-right:0;padding-left:3rem;transition:padding-left .2s cubic-bezier(0.645, 0.045, 0.355, 1)}.news-card--small html[dir=rtl] .news-card-content h3{padding-right:0;padding-left:2rem}}@media(hover: hover)and (pointer: fine){html[dir=rtl] .news-card:hover .news-card-content h3{padding-right:initial;padding-left:0}}@media(min-width: 1024px){html[dir=rtl] .info-details__image{right:initial;left:0}}html[dir=rtl] .info-details__section{border-radius:2rem 0 0 2rem;padding:3.125rem 0 3.125rem 1.875rem;margin-right:0;margin-left:2.5rem}@media(max-width: 1023.98px){html[dir=rtl] .info-details__section{margin-left:0}}html[dir=rtl] .info-details--right .generic-wrapper--half--left{margin-right:0;margin-left:auto}@media(max-width: 1023.98px){html[dir=rtl] .info-details--right .generic-wrapper--half--left{margin-right:auto}}html[dir=rtl] .info-details--right .info-details__title{margin-left:0;margin-right:auto}@media(max-width: 1023.98px){html[dir=rtl] .info-details--right .info-details__title{margin-right:0}}html[dir=rtl] .info-details--right .info-details__title>*{padding-left:0;padding-right:4.375rem}@media(max-width: 1023.98px){html[dir=rtl] .info-details--right .info-details__title>*{padding-right:0}}@media(min-width: 1024px){html[dir=rtl] .info-details--right .info-details__image{right:0;left:auto}}html[dir=rtl] .info-details--right .info-details__section{padding:3.125rem 3.125rem 3.125rem 0;margin-left:auto;margin-right:1.25rem}html[dir=rtl] .info-details--right .info-details__section--wrapper{margin-left:0;margin-right:auto}@media(min-width: 1024px){html[dir=rtl] .info-details--right .info-details__section{border-radius:0 2rem 2rem 0}}@media(max-width: 1023.98px){html[dir=rtl] .info-details--right .info-details__section{margin-right:0;padding-right:0}}html[dir=rtl] #yt-video-layer button#yt-video-layer-close{right:initial;left:-2rem}@media(max-width: 767.98px){html[dir=rtl] #yt-video-layer button#yt-video-layer-close{right:initial;left:-1rem}}html[dir=rtl] .bookimed-widget{text-align:initial}html[dir=rtl] .bookimed-widget .b-w-name{margin:0 0 0 8px}html[dir=rtl] .bookimed-widget .b-w-r-bottom .b-w-flex{margin-right:0;margin-left:22px}html[dir=rtl] .global-search-input button{right:initial;left:0}html[dir=rtl] .search-results-list__image{margin-right:0;margin-left:.9375rem}@media(min-width: 1024px){html[dir=rtl] .search-results-list__image{width:10.9375rem}}@media(min-width: 1024px){html[dir=rtl] .search-results-list__content-wrapper{width:calc(100% - 11.875rem)}}html[dir=rtl] #gsd-in-the-world #gsd-in-the-world-projects-list{padding:2.5rem 0 2.5rem 2.5rem}@media(max-width: 767.98px){html[dir=rtl] #gsd-in-the-world #gsd-in-the-world-projects-list{padding:1.875rem 0}}html[dir=rtl] #gsd-in-the-world #gsd-in-the-world-projects-list h2 img{margin-right:0;margin-left:1rem}html[dir=rtl] #gsd-in-the-world #gsd-in-the-world-projects-list address img{margin:0 0 0 .9375rem}html[dir=rtl] #gsd-in-the-world #gsd-in-the-world-earth{transform:scale(1) translateX(35%)}html[dir=rtl] #gsd-in-the-world.country-is-selected #gsd-in-the-world-earth{transform:scale(1) translateX(0)}@media(max-width: 575.98px){html[dir=rtl] .international-office__page .card__content .spoken-languages__language{margin-right:0}}@media(max-width: 575.98px){html[dir=rtl] .international-office__page .card__content .spoken-languages__flag{margin-right:0}}html[dir=rtl] .contributor-link__image{width:3.75rem}html[dir=rtl] .timeline-vertical__line{left:initial;right:calc(12.1% - 1px)}@media(min-width: 1024px){html[dir=rtl] .timeline-vertical__bullet{left:initial;right:3px}}html[dir=rtl] .timeline-vertical__bullet::before{left:initial;right:calc(50% - 2px)}@media(min-width: 1024px){html[dir=rtl] .full-image-text__section__right .full-image-text__image{order:1;border-radius:2rem 0 0 2rem}}@media(min-width: 1024px){html[dir=rtl] .full-image-text__section__right .full-image-text__content__text{padding-left:0;padding-right:5rem}}@media(min-width: 1024px){html[dir=rtl] .full-image-text__section__left .full-image-text__image{border-radius:0 2rem 2rem 0}}@media(min-width: 1024px){html[dir=rtl] .full-image-text__section__left .full-image-text__content__text{padding-right:0;padding-left:5rem}}html[dir=rtl] .hospital-map .hospital-map-infowindow{left:0}@media(max-width: 767.98px){html[dir=rtl] .hospital-map .hospital-map-infowindow{left:-9.375rem}}html[dir=rtl] .hospital-map .hospital-map-infolabel{left:-13.375rem}html[dir=rtl] .hospital-map__window .hospital-map-sidebar{left:initial;right:1rem}@media(max-width: 767.98px){html[dir=rtl] .hospital-map__window .hospital-map-sidebar{left:0;right:0}}html[dir=rtl] .hospital-map__window .hospital-map-sidebar__content{transform:translate(2rem, 0)}html[dir=rtl] .hospital-map__window .hospital-map-sidebar__content .sidebar-close{right:initial;left:.5rem}html[dir=rtl] #request-appointment-portal .request-appointment-container .request-appointment-completion-status-wrapper{border-radius:1.875rem 0 0 1.875rem}html[dir=rtl] #request-appointment-portal .request-appointment-container .request-appointment-page-wrapper{left:initial;right:28.5%}@media(max-width: 1440px){html[dir=rtl] #request-appointment-portal .request-appointment-container .request-appointment-page-wrapper{left:initial;right:400px}}@media(max-width: 767.98px){html[dir=rtl] #request-appointment-portal .request-appointment-container .request-appointment-page-wrapper{left:initial;right:0}}html[dir=rtl] #request-appointment-portal .request-appointment-close-btn{right:initial;left:1.875rem}html[dir=rtl] #request-appointment-portal .request-appointment-close-btn.request-appointment-close-btn-small{right:initial;left:1.25rem}@media(max-width: 767.98px){html[dir=rtl] #request-appointment-portal .request-appointment-close-btn{right:initial;left:.625rem}}html[dir=rtl] #request-appointment-portal .request-appointment-mandatory-fields{left:initial;right:3.125rem}@media(max-width: 767.98px){html[dir=rtl] #request-appointment-portal .request-appointment-mandatory-fields{left:initial;right:1.25rem}}html[dir=rtl] #request-appointment-portal .request-appointment-fieldtype-file label>span::after{margin-left:initial;margin-right:.75rem}html[dir=rtl] #request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li{padding:5px 1.5rem 5px 0}html[dir=rtl] #request-appointment-portal .request-appointment-fieldtype-file .request-appointment-uploaded-files-list li a span{padding:0 .5em 0 0}@media(min-width: 768px){html[dir=rtl] #request-appointment-portal .request-appointment-completion-status{background:rgba(0,0,0,0) url("../img/icons/logo-gsd.svg") no-repeat 85% 1.875rem}}html[dir=rtl] #request-appointment-portal .request-appointment-completion-status ul li h4{padding-right:initial;padding-left:1.875rem}html[dir=rtl] #request-appointment-portal li>a>span.request-appointment-button-list-with-arrow::after,html[dir=rtl] #request-appointment-portal li>button>span.request-appointment-button-list-with-arrow::after,html[dir=rtl] #request-appointment-portal li>span>span.request-appointment-button-list-with-arrow::after{background-image:url("../img/icons/arrow-left-positive.svg");margin-left:initial;margin-right:.75rem}html[dir=rtl] #request-appointment-portal li .request-appointment-button-list-letter{margin-right:0;margin-left:1.875rem}html[dir=rtl] #request-appointment-portal .request-appointment-wrapup-accordion button>span{text-align:initial;padding-right:0;padding-left:1.5rem}html[dir=rtl] #request-appointment-portal .request-appointment-wrapup-accordion button>span::after{right:initial;left:0}html[dir=rtl] #request-appointment-portal .request-appointment-wrapup-field>div a{right:initial;left:0}html[dir=rtl] #request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label:last-child{margin-left:initial;margin-right:2rem}html[dir=rtl] #request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label>input[type=radio]+*::before{left:initial;right:0}html[dir=rtl] #request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label input[type=radio]+*::after{left:initial;right:.4375rem}html[dir=rtl] #request-appointment-portal .request-appointment-privacy-consent .request-appointment-privacy-consent-buttons label span{margin-left:initial;margin-right:2.25rem}html[dir=rtl] .footer__social li{margin-right:0;margin-left:1rem}@media(max-width: 575.98px){html[dir=rtl] .footer__social li{margin-left:0}}html[dir=rtl] .footer__social li:last-child{margin-left:0}html[dir=rtl] .footer__quick-links{margin-left:0;margin-right:-0.5rem}@media(min-width: 768px){html[dir=rtl] .footer--bottom nav ul li{margin-left:0;margin-right:1rem}}html[dir=rtl] .attention-slider{opacity:1;animation:attention-slider-rtl .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes attention-slider-rtl{0%{transform:translate3d(0, 0, 0)}35%{transform:translate3d(1.5rem, 0, 0)}100%{transform:translate3d(0, 0, 0)}}