/*!
 * jQuery UI Slider 1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

: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: #365dcc;--bs-secondary: #51c11c;--bs-info: #ccdffb;--bs-dark: #13202c;--bs-dark-gray: #31363a;--bs-white: #ffffff;--bs-black: #212227;--bs-success: #51c11c;--bs-primary-rgb: 54, 93, 204;--bs-secondary-rgb: 81, 193, 28;--bs-info-rgb: 204, 223, 251;--bs-dark-rgb: 19, 32, 44;--bs-dark-gray-rgb: 49, 54, 58;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 33, 34, 39;--bs-success-rgb: 81, 193, 28;--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,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.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,.small{font-size:0.875em}mark,.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:#365dcc;text-decoration:none}a:hover{color:#2b4aa3}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}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);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: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1160px}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:4px;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(54,93,204,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^=top]{padding:.4rem 0}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^=right]{padding:0 .4rem}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^=left]{padding:0 .4rem}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:4px}.toast{width:350px;max-width:100%;font-size:0.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:4px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:3px;border-top-right-radius:3px}.toast-header .btn-close{margin-right:-0.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.row{--bs-gutter-x: 1.5rem;--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.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@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.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@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.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.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.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.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.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1400px){.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.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:8px;padding-bottom:8px;margin-bottom:0;font-size:inherit;line-height:1.33}.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:7px 15px;font-size:1.125rem;font-weight:300;line-height:1.33;color:#31363a;background-color:#fff;background-clip:padding-box;border:1px solid #fff;appearance:none;border-radius:4px;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:#31363a;background-color:#fff;border-color:#9baee6;outline:0;box-shadow:none}.form-control::-webkit-date-and-time-value{height:1.33em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:7px 15px;margin:-7px -15px;margin-inline-end:15px;color:#31363a;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:7px 15px;margin:-7px -15px;margin-inline-end:15px;color:#31363a;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:7px 0;margin-bottom:0;line-height:1.33;color:#212529;background-color:transparent;border:solid transparent;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.33em + 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.33em + 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:40px}textarea.form-control-sm{min-height:calc(1.33em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.33em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:7px}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.33em;border-radius:4px}.form-control-color::-webkit-color-swatch{height:1.33em;border-radius:4px}.form-select{display:block;width:100%;padding:7px 45px 7px 15px;-moz-padding-start:12px;font-size:1.125rem;font-weight:300;line-height:1.33;color:#31363a;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 15px center;background-size:16px 12px;border:1px solid #fff;border-radius:4px;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:#9baee6;outline:0;box-shadow:0 0 0 .25rem rgba(54,93,204,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:15px;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #31363a}.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:#9baee6;outline:0;box-shadow:none}.form-check-input:checked{background-color:#ccdffb;border-color:#ccdffb}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath d='M0.839808 8.23618L5.32877 12.453L12.946 1.57073' stroke='%23365dcc' stroke-width='2'/%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='%23365dcc'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#365dcc;border-color:#365dcc;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='%239baee6'/%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:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#365dcc;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:#c3cef0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#365dcc;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:#c3cef0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;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 15px;pointer-events:none;border:1px solid transparent;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 15px}.form-floating>.form-control::placeholder{color:transparent}.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(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.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:7px 15px;font-size:1.125rem;font-weight:300;line-height:1.33;color:#31363a;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #fff;border-radius:4px}.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:60px}.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:4px}.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.33em + 14px);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.3325em + 3.5px) center;background-size:calc(0.665em + 7px) calc(0.665em + 7px)}.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.33em + 14px);background-position:top calc(0.3325em + 3.5px) right calc(0.3325em + 3.5px)}.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:82.5px;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 15px center,center right 45px;background-size:16px 12px,calc(0.665em + 7px) calc(0.665em + 7px)}.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:4px}.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.33em + 14px);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.3325em + 3.5px) center;background-size:calc(0.665em + 7px) calc(0.665em + 7px)}.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.33em + 14px);background-position:top calc(0.3325em + 3.5px) right calc(0.3325em + 3.5px)}.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:82.5px;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 15px center,center right 45px;background-size:16px 12px,calc(0.665em + 7px) calc(0.665em + 7px)}.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}.btn{display:inline-block;font-weight:400;line-height:19px;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:10px 25px;font-size:1rem;border-radius:4px;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){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:none}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#365dcc;border-color:#365dcc}.btn-primary:hover{color:#fff;background-color:#2e4fad;border-color:#2b4aa3}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#2e4fad;border-color:#2b4aa3;box-shadow:0 0 0 0 rgba(84,117,212,.5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#2b4aa3;border-color:#294699}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(84,117,212,.5)}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#365dcc;border-color:#365dcc}.btn-secondary{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-secondary:hover{color:#000;background-color:#6bca3e;border-color:#62c733}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#000;background-color:#6bca3e;border-color:#62c733;box-shadow:0 0 0 0 rgba(69,164,24,.5)}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#000;background-color:#74cd49;border-color:#62c733}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(69,164,24,.5)}.btn-secondary:disabled,.btn-secondary.disabled{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-info{color:#000;background-color:#ccdffb;border-color:#ccdffb}.btn-info:hover{color:#000;background-color:#d4e4fc;border-color:#d1e2fb}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#d4e4fc;border-color:#d1e2fb;box-shadow:0 0 0 0 rgba(173,190,213,.5)}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#d6e5fc;border-color:#d1e2fb}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(173,190,213,.5)}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#ccdffb;border-color:#ccdffb}.btn-dark{color:#fff;background-color:#13202c;border-color:#13202c}.btn-dark:hover{color:#fff;background-color:#101b25;border-color:#0f1a23}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#101b25;border-color:#0f1a23;box-shadow:0 0 0 0 rgba(54,65,76,.5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#0f1a23;border-color:#0e1821}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(54,65,76,.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#13202c;border-color:#13202c}.btn-dark-gray{color:#fff;background-color:#31363a;border-color:#31363a}.btn-dark-gray:hover{color:#fff;background-color:#2a2e31;border-color:#272b2e}.btn-check:focus+.btn-dark-gray,.btn-dark-gray:focus{color:#fff;background-color:#2a2e31;border-color:#272b2e;box-shadow:0 0 0 0 rgba(80,84,88,.5)}.btn-check:checked+.btn-dark-gray,.btn-check:active+.btn-dark-gray,.btn-dark-gray:active,.btn-dark-gray.active,.show>.btn-dark-gray.dropdown-toggle{color:#fff;background-color:#272b2e;border-color:#25292c}.btn-check:checked+.btn-dark-gray:focus,.btn-check:active+.btn-dark-gray:focus,.btn-dark-gray:active:focus,.btn-dark-gray.active:focus,.show>.btn-dark-gray.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(80,84,88,.5)}.btn-dark-gray:disabled,.btn-dark-gray.disabled{color:#fff;background-color:#31363a;border-color:#31363a}.btn-white{color:#000;background-color:#fff;border-color:#fff}.btn-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-white,.btn-white:focus{color:#000;background-color:#fff;border-color:#fff;box-shadow:0 0 0 0 rgba(217,217,217,.5)}.btn-check:checked+.btn-white,.btn-check:active+.btn-white,.btn-white:active,.btn-white.active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:checked+.btn-white:focus,.btn-check:active+.btn-white:focus,.btn-white:active:focus,.btn-white.active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(217,217,217,.5)}.btn-white:disabled,.btn-white.disabled{color:#000;background-color:#fff;border-color:#fff}.btn-black{color:#fff;background-color:#212227;border-color:#212227}.btn-black:hover{color:#fff;background-color:#1c1d21;border-color:#1a1b1f}.btn-check:focus+.btn-black,.btn-black:focus{color:#fff;background-color:#1c1d21;border-color:#1a1b1f;box-shadow:0 0 0 0 rgba(66,67,71,.5)}.btn-check:checked+.btn-black,.btn-check:active+.btn-black,.btn-black:active,.btn-black.active,.show>.btn-black.dropdown-toggle{color:#fff;background-color:#1a1b1f;border-color:#191a1d}.btn-check:checked+.btn-black:focus,.btn-check:active+.btn-black:focus,.btn-black:active:focus,.btn-black.active:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(66,67,71,.5)}.btn-black:disabled,.btn-black.disabled{color:#fff;background-color:#212227;border-color:#212227}.btn-success{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-success:hover{color:#000;background-color:#6bca3e;border-color:#62c733}.btn-check:focus+.btn-success,.btn-success:focus{color:#000;background-color:#6bca3e;border-color:#62c733;box-shadow:0 0 0 0 rgba(69,164,24,.5)}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#74cd49;border-color:#62c733}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(69,164,24,.5)}.btn-success:disabled,.btn-success.disabled{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-outline-primary{color:#365dcc;border-color:#365dcc}.btn-outline-primary:hover{color:#fff;background-color:#365dcc;border-color:#365dcc}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 0 rgba(54,93,204,.5)}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#365dcc;border-color:#365dcc}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(54,93,204,.5)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#365dcc;background-color:transparent}.btn-outline-secondary{color:#51c11c;border-color:#51c11c}.btn-outline-secondary:hover{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 0 rgba(81,193,28,.5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(81,193,28,.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#51c11c;background-color:transparent}.btn-outline-info{color:#ccdffb;border-color:#ccdffb}.btn-outline-info:hover{color:#000;background-color:#ccdffb;border-color:#ccdffb}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 0 rgba(204,223,251,.5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#ccdffb;border-color:#ccdffb}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(204,223,251,.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#ccdffb;background-color:transparent}.btn-outline-dark{color:#13202c;border-color:#13202c}.btn-outline-dark:hover{color:#fff;background-color:#13202c;border-color:#13202c}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 0 rgba(19,32,44,.5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#13202c;border-color:#13202c}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(19,32,44,.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#13202c;background-color:transparent}.btn-outline-dark-gray{color:#31363a;border-color:#31363a}.btn-outline-dark-gray:hover{color:#fff;background-color:#31363a;border-color:#31363a}.btn-check:focus+.btn-outline-dark-gray,.btn-outline-dark-gray:focus{box-shadow:0 0 0 0 rgba(49,54,58,.5)}.btn-check:checked+.btn-outline-dark-gray,.btn-check:active+.btn-outline-dark-gray,.btn-outline-dark-gray:active,.btn-outline-dark-gray.active,.btn-outline-dark-gray.dropdown-toggle.show{color:#fff;background-color:#31363a;border-color:#31363a}.btn-check:checked+.btn-outline-dark-gray:focus,.btn-check:active+.btn-outline-dark-gray:focus,.btn-outline-dark-gray:active:focus,.btn-outline-dark-gray.active:focus,.btn-outline-dark-gray.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(49,54,58,.5)}.btn-outline-dark-gray:disabled,.btn-outline-dark-gray.disabled{color:#31363a;background-color:transparent}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 0 rgba(255,255,255,.5)}.btn-check:checked+.btn-outline-white,.btn-check:active+.btn-outline-white,.btn-outline-white:active,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show{color:#000;background-color:#fff;border-color:#fff}.btn-check:checked+.btn-outline-white:focus,.btn-check:active+.btn-outline-white:focus,.btn-outline-white:active:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(255,255,255,.5)}.btn-outline-white:disabled,.btn-outline-white.disabled{color:#fff;background-color:transparent}.btn-outline-black{color:#212227;border-color:#212227}.btn-outline-black:hover{color:#fff;background-color:#212227;border-color:#212227}.btn-check:focus+.btn-outline-black,.btn-outline-black:focus{box-shadow:0 0 0 0 rgba(33,34,39,.5)}.btn-check:checked+.btn-outline-black,.btn-check:active+.btn-outline-black,.btn-outline-black:active,.btn-outline-black.active,.btn-outline-black.dropdown-toggle.show{color:#fff;background-color:#212227;border-color:#212227}.btn-check:checked+.btn-outline-black:focus,.btn-check:active+.btn-outline-black:focus,.btn-outline-black:active:focus,.btn-outline-black.active:focus,.btn-outline-black.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(33,34,39,.5)}.btn-outline-black:disabled,.btn-outline-black.disabled{color:#212227;background-color:transparent}.btn-outline-success{color:#51c11c;border-color:#51c11c}.btn-outline-success:hover{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 0 rgba(81,193,28,.5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#000;background-color:#51c11c;border-color:#51c11c}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 0 rgba(81,193,28,.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#51c11c;background-color:transparent}.btn-link{font-weight:400;color:#365dcc;text-decoration:none}.btn-link:hover{color:#2b4aa3}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-0.5rem -0.5rem -0.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#f4f4f4;background-clip:border-box;border:0 solid rgba(0,0,0,.125);border-radius:4px}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:4px;border-top-right-radius:4px}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-0.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:4px 4px 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:0 solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 4px 4px}.card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.card-header-tabs .nav-link.active{background-color:#f4f4f4;border-bottom-color:#f4f4f4}.card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:4px}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:4px;border-top-right-radius:4px}.card-img,.card-img-bottom{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.card-group>.card{margin-bottom:.75rem}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#365dcc;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:#2b4aa3}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:0 solid #dee2e6}.nav-tabs .nav-link{margin-bottom:0;background:none;border:0 solid transparent;border-top-left-radius:4px;border-top-right-radius:4px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#365dcc}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.table{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #212529;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #212529;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #212529;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #d7dff5;--bs-table-striped-bg: #ccd4e9;--bs-table-striped-color: #000;--bs-table-active-bg: #c2c9dd;--bs-table-active-color: #000;--bs-table-hover-bg: #c7cee3;--bs-table-hover-color: #000;color:#000;border-color:#c2c9dd}.table-secondary{--bs-table-bg: #dcf3d2;--bs-table-striped-bg: #d1e7c8;--bs-table-striped-color: #000;--bs-table-active-bg: #c6dbbd;--bs-table-active-color: #000;--bs-table-hover-bg: #cce1c2;--bs-table-hover-color: #000;color:#000;border-color:#c6dbbd}.table-success{--bs-table-bg: #d1e7dd;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg: #cff4fc;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg: #fff3cd;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg: #f8d7da;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg: #f8f9fa;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg: #212529;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.alert{position:relative;padding:14px 18px;margin-bottom:50px;border:1px solid transparent;border-radius:10px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:54px}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:17.5px 18px}.alert-primary{color:#20387a;background-color:#d7dff5;border-color:#c3cef0}.alert-primary .alert-link{color:#1a2d62}.alert-secondary{color:#317411;background-color:#dcf3d2;border-color:#cbecbb}.alert-secondary .alert-link{color:#275d0e}.alert-info{color:#525964;background-color:#f5f9fe;border-color:#f0f5fe}.alert-info .alert-link{color:#424750}.alert-dark{color:#0b131a;background-color:#d0d2d5;border-color:#b8bcc0}.alert-dark .alert-link{color:#090f15}.alert-dark-gray{color:#1d2023;background-color:#d6d7d8;border-color:#c1c3c4}.alert-dark-gray .alert-link{color:#171a1c}.alert-white{color:#666;background-color:#fff;border-color:#fff}.alert-white .alert-link{color:#525252}.alert-black{color:#141417;background-color:#d3d3d4;border-color:#bcbdbe}.alert-black .alert-link{color:#101012}.alert-success{color:#317411;background-color:#dcf3d2;border-color:#cbecbb}.alert-success .alert-link{color:#275d0e}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#365dcc}.link-primary:hover,.link-primary:focus{color:#2b4aa3}.link-secondary{color:#51c11c}.link-secondary:hover,.link-secondary:focus{color:#74cd49}.link-info{color:#ccdffb}.link-info:hover,.link-info:focus{color:#d6e5fc}.link-dark{color:#13202c}.link-dark:hover,.link-dark:focus{color:#0f1a23}.link-dark-gray{color:#31363a}.link-dark-gray:hover,.link-dark-gray:focus{color:#272b2e}.link-white{color:#fff}.link-white:hover,.link-white:focus{color:#fff}.link-black{color:#212227}.link-black:hover,.link-black:focus{color:#1a1b1f}.link-success{color:#51c11c}.link-success:hover,.link-success:focus{color:#74cd49}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.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:#365dcc !important}.border-secondary{border-color:#51c11c !important}.border-info{border-color:#ccdffb !important}.border-dark{border-color:#13202c !important}.border-dark-gray{border-color:#31363a !important}.border-white{border-color:#fff !important}.border-black{border-color:#212227 !important}.border-success{border-color:#51c11c !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:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !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:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !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:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.m-n1{margin:-0.25rem !important}.m-n2{margin:-0.5rem !important}.m-n3{margin:-1rem !important}.m-n4{margin:-1.5rem !important}.m-n5{margin:-3rem !important}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-n3{margin-top:-1rem !important}.mt-n4{margin-top:-1.5rem !important}.mt-n5{margin-top:-3rem !important}.me-n1{margin-right:-0.25rem !important}.me-n2{margin-right:-0.5rem !important}.me-n3{margin-right:-1rem !important}.me-n4{margin-right:-1.5rem !important}.me-n5{margin-right:-3rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-n3{margin-bottom:-1rem !important}.mb-n4{margin-bottom:-1.5rem !important}.mb-n5{margin-bottom:-3rem !important}.ms-n1{margin-left:-0.25rem !important}.ms-n2{margin-left:-0.5rem !important}.ms-n3{margin-left:-1rem !important}.ms-n4{margin-left:-1.5rem !important}.ms-n5{margin-left:-3rem !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !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-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-dark-gray{--bs-text-opacity: 1;color:rgba(var(--bs-dark-gray-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-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-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-dark-gray{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-gray-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-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-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:transparent !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:4px !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:4px !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:4px !important;border-top-right-radius:4px !important}.rounded-end{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.rounded-bottom{border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-start{border-bottom-left-radius:4px !important;border-top-left-radius:4px !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:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !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:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !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:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n1{margin:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-sm-n1{margin-top:-0.25rem !important}.mt-sm-n2{margin-top:-0.5rem !important}.mt-sm-n3{margin-top:-1rem !important}.mt-sm-n4{margin-top:-1.5rem !important}.mt-sm-n5{margin-top:-3rem !important}.me-sm-n1{margin-right:-0.25rem !important}.me-sm-n2{margin-right:-0.5rem !important}.me-sm-n3{margin-right:-1rem !important}.me-sm-n4{margin-right:-1.5rem !important}.me-sm-n5{margin-right:-3rem !important}.mb-sm-n1{margin-bottom:-0.25rem !important}.mb-sm-n2{margin-bottom:-0.5rem !important}.mb-sm-n3{margin-bottom:-1rem !important}.mb-sm-n4{margin-bottom:-1.5rem !important}.mb-sm-n5{margin-bottom:-3rem !important}.ms-sm-n1{margin-left:-0.25rem !important}.ms-sm-n2{margin-left:-0.5rem !important}.ms-sm-n3{margin-left:-1rem !important}.ms-sm-n4{margin-left:-1.5rem !important}.ms-sm-n5{margin-left:-3rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !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:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !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:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !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:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n1{margin:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.m-md-n3{margin:-1rem !important}.m-md-n4{margin:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-md-n1{margin-top:-0.25rem !important}.mt-md-n2{margin-top:-0.5rem !important}.mt-md-n3{margin-top:-1rem !important}.mt-md-n4{margin-top:-1.5rem !important}.mt-md-n5{margin-top:-3rem !important}.me-md-n1{margin-right:-0.25rem !important}.me-md-n2{margin-right:-0.5rem !important}.me-md-n3{margin-right:-1rem !important}.me-md-n4{margin-right:-1.5rem !important}.me-md-n5{margin-right:-3rem !important}.mb-md-n1{margin-bottom:-0.25rem !important}.mb-md-n2{margin-bottom:-0.5rem !important}.mb-md-n3{margin-bottom:-1rem !important}.mb-md-n4{margin-bottom:-1.5rem !important}.mb-md-n5{margin-bottom:-3rem !important}.ms-md-n1{margin-left:-0.25rem !important}.ms-md-n2{margin-left:-0.5rem !important}.ms-md-n3{margin-left:-1rem !important}.ms-md-n4{margin-left:-1.5rem !important}.ms-md-n5{margin-left:-3rem !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !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: 992px){.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:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !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:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !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:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n1{margin:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-lg-n1{margin-top:-0.25rem !important}.mt-lg-n2{margin-top:-0.5rem !important}.mt-lg-n3{margin-top:-1rem !important}.mt-lg-n4{margin-top:-1.5rem !important}.mt-lg-n5{margin-top:-3rem !important}.me-lg-n1{margin-right:-0.25rem !important}.me-lg-n2{margin-right:-0.5rem !important}.me-lg-n3{margin-right:-1rem !important}.me-lg-n4{margin-right:-1.5rem !important}.me-lg-n5{margin-right:-3rem !important}.mb-lg-n1{margin-bottom:-0.25rem !important}.mb-lg-n2{margin-bottom:-0.5rem !important}.mb-lg-n3{margin-bottom:-1rem !important}.mb-lg-n4{margin-bottom:-1.5rem !important}.mb-lg-n5{margin-bottom:-3rem !important}.ms-lg-n1{margin-left:-0.25rem !important}.ms-lg-n2{margin-left:-0.5rem !important}.ms-lg-n3{margin-left:-1rem !important}.ms-lg-n4{margin-left:-1.5rem !important}.ms-lg-n5{margin-left:-3rem !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !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: 1200px){.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:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !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:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !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:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n1{margin:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xl-n1{margin-top:-0.25rem !important}.mt-xl-n2{margin-top:-0.5rem !important}.mt-xl-n3{margin-top:-1rem !important}.mt-xl-n4{margin-top:-1.5rem !important}.mt-xl-n5{margin-top:-3rem !important}.me-xl-n1{margin-right:-0.25rem !important}.me-xl-n2{margin-right:-0.5rem !important}.me-xl-n3{margin-right:-1rem !important}.me-xl-n4{margin-right:-1.5rem !important}.me-xl-n5{margin-right:-3rem !important}.mb-xl-n1{margin-bottom:-0.25rem !important}.mb-xl-n2{margin-bottom:-0.5rem !important}.mb-xl-n3{margin-bottom:-1rem !important}.mb-xl-n4{margin-bottom:-1.5rem !important}.mb-xl-n5{margin-bottom:-3rem !important}.ms-xl-n1{margin-left:-0.25rem !important}.ms-xl-n2{margin-left:-0.5rem !important}.ms-xl-n3{margin-left:-1rem !important}.ms-xl-n4{margin-left:-1.5rem !important}.ms-xl-n5{margin-left:-3rem !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !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: 1400px){.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:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !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:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !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:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n1{margin:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.mt-xxl-n1{margin-top:-0.25rem !important}.mt-xxl-n2{margin-top:-0.5rem !important}.mt-xxl-n3{margin-top:-1rem !important}.mt-xxl-n4{margin-top:-1.5rem !important}.mt-xxl-n5{margin-top:-3rem !important}.me-xxl-n1{margin-right:-0.25rem !important}.me-xxl-n2{margin-right:-0.5rem !important}.me-xxl-n3{margin-right:-1rem !important}.me-xxl-n4{margin-right:-1.5rem !important}.me-xxl-n5{margin-right:-3rem !important}.mb-xxl-n1{margin-bottom:-0.25rem !important}.mb-xxl-n2{margin-bottom:-0.5rem !important}.mb-xxl-n3{margin-bottom:-1rem !important}.mb-xxl-n4{margin-bottom:-1.5rem !important}.mb-xxl-n5{margin-bottom:-3rem !important}.ms-xxl-n1{margin-left:-0.25rem !important}.ms-xxl-n2{margin-left:-0.5rem !important}.ms-xxl-n3{margin-left:-1rem !important}.ms-xxl-n4{margin-left:-1.5rem !important}.ms-xxl-n5{margin-left:-3rem !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !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}}:root{--bs-gutter-x: 24px;--df-primary: #365dcc;--df-secondary: #51c11c;--df-info: #ccdffb;--df-white: #ffffff;--df-black: #212227;--df-light-gray: #4d5154;--df-dark-gray: #31363a;--df-gray: #13202c;--df-gray-1: #4b5c6c;--df-gray-2: #758da3;--df-gray-3: #b2c7db;--df-gray-4: #a0a0a2;--df-gray-5: #f4f4f4;--df-gray-6: #f2f2f2;--df-blue-3: #56ccf2;--df-blue-5: #e5f1fa;--df-transition-color: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;--df-transition-rotate: transform 0.15s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.df-owl{position:relative}.df-owl__nav{position:absolute;top:calc(50% - 41px);left:-42px;width:calc(100% + 84px);height:2px;display:flex;justify-content:space-between}.df-owl__nav--secondary{left:-34px;width:calc(100% + 68px)}.df-owl__nav.disabled{display:none}.df-owl__nav__prev,.df-owl__nav__next{width:42px;height:42px;transition:var(--df-transition-color);opacity:.5;color:var(--df-gray-2);border-radius:50%;background-color:var(--df-blue-5);background-repeat:no-repeat;background-position:center;cursor:pointer}.df-owl__nav__prev--secondary,.df-owl__nav__next--secondary{background-color:rgba(127,130,132,.2)}.df-owl__nav__prev:hover,.df-owl__nav__prev:focus,.df-owl__nav__next:hover,.df-owl__nav__next:focus{opacity:1}.df-owl__nav__prev{background-image:url(/assets/icons/prev.svg)}.df-owl__nav__next{background-image:url(/assets/icons/next.svg)}.df-owl__dots{width:100%;margin:0;padding:16px 0 14px;display:flex;align-items:center;justify-content:center}.df-owl__dots.disabled{display:none}.df-owl__dots__item{background-color:transparent;border:none;outline:none;padding:0}.df-owl__dots__item--secondary span{background-color:#e0e0e0 !important}.df-owl__dots__item--secondary.active span{background-color:#758da3 !important}.df-owl__dots__item:hover,.df-owl__dots__item:focus{outline:none}.df-owl__dots__item:not(:last-child){margin-right:5px}.df-owl__dots__item span{display:inline-block;background-color:var(--df-gray-2);border-radius:50%;width:8px;height:8px;transition:var(--df-transition-color)}.df-owl__dots__item.active span{background-color:var(--df-white)}@media(min-width: 1200px){.df-owl__nav--secondary{left:-47px;width:calc(100% + 94px)}}@media(min-width: 1400px){.df-owl__nav--secondary{left:-52px;width:calc(100% + 104px)}}@font-face{font-family:"Inter";font-style:normal;font-weight:100;font-display:swap;src:url(/assets/fonts/Inter-Thin.fff2a096db014f6239d4bb753655882d.woff2) format("woff2"),url(/assets/fonts/Inter-Thin.29b9c616a95a912abf738b3449836608.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:100;font-display:swap;src:url(/assets/fonts/Inter-ThinItalic.bf213704dce6b437ede470c606b849a2.woff2) format("woff2"),url(/assets/fonts/Inter-ThinItalic.bae95eb2f889c797e43509dbc8f9b439.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:200;font-display:swap;src:url(/assets/fonts/Inter-ExtraLight.72505e6a122c6acd5471dbc0cb28e12e.woff2) format("woff2"),url(/assets/fonts/Inter-ExtraLight.c4248615291a9e8f1fb7004c57ba6b24.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:200;font-display:swap;src:url(/assets/fonts/Inter-ExtraLightItalic.5c7d7d6deb1d2ec8d48c4aba5aa30ee4.woff2) format("woff2"),url(/assets/fonts/Inter-ExtraLightItalic.170dddfca278d3c2ad4a977922707d70.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:300;font-display:swap;src:url(/assets/fonts/Inter-Light.2d5198822ab091ce430554a436cdf53c.woff2) format("woff2"),url(/assets/fonts/Inter-Light.994e34451cc19ede31d30802a480542b.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:300;font-display:swap;src:url(/assets/fonts/Inter-LightItalic.f86952265d7b0f02c92113735856b0a4.woff2) format("woff2"),url(/assets/fonts/Inter-LightItalic.ef9f65d91d2b0ba9b2e491e2726e2de1.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/Inter-Regular.c8ba52b05a9ef10f47584d08ece2ec5c.woff2) format("woff2"),url(/assets/fonts/Inter-Regular.8c206db99195777c67691cbba9d64393.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:400;font-display:swap;src:url(/assets/fonts/Inter-Italic.cb10ffd7684cd9836a055a6afad8ffcc.woff2) format("woff2"),url(/assets/fonts/Inter-Italic.890025e726861dba417f85c17596da95.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/Inter-Medium.293fd13dbca5a3e450ef1ebfb232a299.woff2) format("woff2"),url(/assets/fonts/Inter-Medium.9053572c46aeb4b16caafd643a543b8d.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:500;font-display:swap;src:url(/assets/fonts/Inter-MediumItalic.085cb93e613ba3d40d2b7b7df71371fa.woff2) format("woff2"),url(/assets/fonts/Inter-MediumItalic.3d0107dd43d0101274d38543b52c6ffa.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/Inter-SemiBold.b5f0f109bc88052d4000c58ca615671d.woff2) format("woff2"),url(/assets/fonts/Inter-SemiBold.cca62d21c8c555c392e580a52e0d4426.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:600;font-display:swap;src:url(/assets/fonts/Inter-SemiBoldItalic.d9467ee321a8f38aefffb511625622b3.woff2) format("woff2"),url(/assets/fonts/Inter-SemiBoldItalic.463bdbfb28abad0fa6df67a935760d33.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/Inter-Bold.ec64ea577b0349e055ad6646c1d8797a.woff2) format("woff2"),url(/assets/fonts/Inter-Bold.93c1301bd9f486c573b3d9001c6ec0e4.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:700;font-display:swap;src:url(/assets/fonts/Inter-BoldItalic.2d26c56a606662486796f6adffeeb0a2.woff2) format("woff2"),url(/assets/fonts/Inter-BoldItalic.b376885042f6c961a5419d10d0bd3bf4.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;src:url(/assets/fonts/Inter-ExtraBold.cbe0ae49c52c920fd563b5f3633b5553.woff2) format("woff2"),url(/assets/fonts/Inter-ExtraBold.d0fa3bb2b7c9063dc59428c0d71fdf40.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:800;font-display:swap;src:url(/assets/fonts/Inter-ExtraBoldItalic.535a6cf662596b3bd6a6e5b877286df5.woff2) format("woff2"),url(/assets/fonts/Inter-ExtraBoldItalic.6ab17abedc4d3f14095334d496c7f0dd.woff) format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:900;font-display:swap;src:url(/assets/fonts/Inter-Black.15ca31c0a2a68f76d2d12055bdf97bd0.woff2) format("woff2"),url(/assets/fonts/Inter-Black.c6938660eec019fefd684894b6d00900.woff) format("woff")}@font-face{font-family:"Inter";font-style:italic;font-weight:900;font-display:swap;src:url(/assets/fonts/Inter-BlackItalic.cb2a7335650c690077fef78a44129e1b.woff2) format("woff2"),url(/assets/fonts/Inter-BlackItalic.ca1e738e4f349f27514d329d755c429c.woff) format("woff")}@font-face{font-family:"Inter var";font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/assets/fonts/Inter-roman.var.ba4caefcdf5b36b438db92786991c845.woff2) format("woff2")}@font-face{font-family:"Inter var";font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/assets/fonts/Inter-italic.var.30807be7abc48ba8c73c5e971fc46438.woff2) format("woff2")}@font-face{font-family:"Inter var experimental";font-weight:100 900;font-display:swap;font-style:oblique 0deg 10deg;src:url(/assets/fonts/Inter.var.c2fe3cb2b7c746f7966a973d869d21c3.woff2) format("woff2")}@font-face{font-family:"Roboto Condensed";font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/RobotoCondensed-Bold.c5fe6deebafaec078e64904b81f9ae60.ttf) format("opentype")}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;font-display:swap;src:url(/assets/fonts/Roboto-Bold.35eab922fdbe4b5324d4071c752dfcf2.ttf) format("opentype")}body{overflow-x:hidden;overflow-y:overlay;font-family:-apple-system,BlinkMacSystemFont,Roboto,"Open Sans","Inter",sans-serif;color:var(--df-dark-gray)}@supports(font-variation-settings: normal){body{font-family:-apple-system,BlinkMacSystemFont,Roboto,"Open Sans","Inter",sans-serif}}.df-rotate--90{transform:rotate(90deg) !important}.df-rotate--180{transform:rotate(180deg) !important}.df-rotate--n90{transform:rotate(-90deg) !important}.cursor{cursor:pointer}.df-wrapper{display:flex;flex-direction:column;width:100vw;min-height:100vh}.df-page{flex:1;padding:70px 0 90px}.df-page__back{font-weight:300;margin-bottom:30px}.df-page__title{font-size:32px;line-height:32px;font-weight:700;color:var(--df-gray);margin-bottom:30px}.df-page__subtitle{font-weight:500;font-size:24px;line-height:36px;margin-bottom:35px}.df-page__heading{font-weight:500;font-size:24px;line-height:29px;margin-bottom:40px}.df-page__text{font-weight:300;font-size:16px;line-height:20px;margin-bottom:15px}.df-page__breadcrumbs{list-style:none;display:flex;font-size:16px;line-height:19px;color:var(--df-primary);padding:0;margin-bottom:60px}.df-page__breadcrumbs__item:not(:last-child)::after{content:"/";padding:0 5px}.df-section{margin-top:55px}.df-section__title{font-weight:700;font-size:16px;line-height:19px;margin-bottom:10px}.df-section__text{font-size:16px;line-height:19px}.df-not-found{font-weight:500;font-size:16px;line-height:19px;color:#c7d0da}@media(min-width: 768px){.df-page__subtitle{font-size:30px;line-height:36px;margin-bottom:40px}.df-not-found{font-size:20px;line-height:28px}}@media(min-width: 992px){.df-page__subtitle{font-size:36px}}@media(min-width: 1200px){.df-page__text{font-size:18px;line-height:22px}}.df-modal__content{border:none;border-radius:23px;padding:17px 21px;background-color:var(--df-gray-5)}.df-modal__header{padding:0;border:none;margin-bottom:15px}.df-modal__body{position:relative;padding:0}.df-modal__close{cursor:pointer;transition:var(--df-transition-color);color:var(--df-dark-gray);opacity:.25;width:22px;height:22px}.df-modal__close:hover,.df-modal__close:focus{opacity:.5;color:#1a1c1e}.df-modal__close svg{max-width:100%;height:auto}@media(min-width: 992px){.df-modal__dialog{max-width:850px;margin:1.75rem auto;padding:0 15px}.df-modal__content{padding:48px 75px 41px 36px}.df-modal__header{position:absolute;top:22px;right:20px;margin:0}.df-modal__close{width:34px;height:34px}}@media(min-width: 1200px){.df-modal__dialog{max-width:1070px}.df-modal__content{padding:48px 120px 41px 76px}}.btn-rounded{border-radius:100px}.btn-secondary{color:var(--df-white)}.btn-secondary:hover,.btn-secondary:focus{color:var(--df-white)}.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary:active{color:var(--df-white);background-color:var(--df-secondary)}.form-legend{font-weight:500;font-size:24px;line-height:29px;margin-top:25px;margin-bottom:15px}.form-text{font-weight:300;color:var(--df-gray-4)}.form-check{margin-bottom:7px}.form-check-input{margin-top:1.5px}.form-check-label{font-size:16px;line-height:19px}.form-group{margin-bottom:15px}.form-control{min-height:40px}.form-control::placeholder{font-weight:300;font-size:16px;line-height:24px;color:var(--df-gray-4)}.form-control--bordered{border-color:var(--df-gray-4)}.custom-control{display:flex;align-items:flex-start}.custom-control-input{position:relative;width:14px;height:14px;border-radius:2px;margin-right:10px}.custom-control-input:checked{border:none;border-radius:2px;appearance:none;background-color:#ccdffb}.custom-control-input:checked::before{content:"";position:absolute;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3e%3cpath d='M0.839808 8.23618L5.32877 12.453L12.946 1.57073' stroke='%23365dcc' stroke-width='2'/%3e%3c/svg%3e");width:14px;height:14px;bottom:4px;left:2px}.custom-control-input--lg{width:22px;height:22px;margin-right:15px;margin-top:1px}.custom-control-input--lg:checked{border:none;border-radius:2px;appearance:none;background-color:#ccdffb}.custom-control-input--lg:checked::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.749951 10.4157L6.92228 16.2139L17.3959 1.25069' stroke='%23365DCC' stroke-width='2'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;width:22px;height:22px;bottom:0px;left:2px}.custom-control-label{font-size:14px;line-height:17px}.custom-control-label--lg{font-weight:300;font-size:16px;line-height:24px}input:-webkit-autofill,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:hover{background-color:#e8f0fe;border-color:#e8f0fe}.df-header{border-bottom:11px solid var(--df-dark-gray)}.df-header__main{padding:66px 0 30px 0}.df-header__burger{color:var(--df-gray-3);width:auto;height:24px;margin-right:20px;margin-bottom:auto;cursor:pointer;transition:var(--df-transition-color)}.df-header__burger:hover,.df-header__burger:focus{color:#8faecb}.df-header__logotype{color:var(--df-primary);width:auto;height:24px;cursor:pointer}.df-header__logotype:hover,.df-header__logotype:focus{color:var(--df-primary)}.df-header__link{position:relative;text-decoration:none;font-weight:bold;font-size:14px;line-height:17px;cursor:pointer;transition:var(--df-transition-color)}.df-header__link:not(:last-child){margin-right:10px}.df-header__link--catalog{background-image:url(/assets/icons/arrow.svg);background-repeat:no-repeat;background-position:center right;padding-right:21px}.df-header__link--black{font-weight:500;color:var(--df-dark-gray)}.df-header__link--black:hover,.df-header__link--black:focus{color:#1a1c1e}.df-header__link__value{color:var(--df-secondary);font-weight:600}.df-header__icon{width:auto;height:29px;position:relative;display:flex;align-items:flex-end;justify-content:center;cursor:pointer;transition:var(--df-transition-color)}.df-header__icon:not(:last-child){margin-right:10px}.df-header__icon--primary{color:var(--df-primary)}.df-header__icon--primary:hover,.df-header__icon--primary:focus{color:#2a4aa5}.df-header__icon--primary:hover .df-header__icon__value,.df-header__icon--primary:focus .df-header__icon__value{color:#3e9416}.df-header__icon--secondary{color:var(--df-secondary)}.df-header__icon--secondary:hover,.df-header__icon--secondary:focus{color:#3e9416}.df-header__icon__svg{display:block;height:100%;width:auto;max-width:100%}.df-header__icon__svg--sm{max-width:25px}.df-header__icon__value{position:absolute;color:var(--df-secondary);width:22px;text-align:center}.df-header__icon__value--cart{top:-4px;left:calc(50% - 10px);font-weight:600;font-size:14px;line-height:17px}.df-header__preview{background-color:#f8493e;color:#fff;font-weight:600;padding:5px 0}.df-header__nav{padding:10px 0;background-color:var(--df-dark-gray)}.df-header__nav__link{color:var(--df-gray-4);cursor:pointer;font-weight:500;font-size:14px;line-height:20px;transition:var(--df-transition-color)}.df-header__nav__link:not(:last-child){margin-right:15px}.df-header__nav__link:hover,.df-header__nav__link:focus{color:#bababb}.df-header__nav__link svg{margin-right:18px}.df-header__nav__btn{border-radius:100px;line-height:30px;padding:0 25px;background-color:var(--df-secondary);color:var(--df-white);cursor:pointer;transition:var(--df-transition-color);margin-right:28px}.df-header__nav__btn:hover,.df-header__nav__btn:focus{background-color:#3e9416;color:var(--df-white)}.df-header__nav__icon{color:var(--df-white);width:auto;height:30px;display:flex;align-items:flex-end;justify-content:center;cursor:pointer;transition:var(--df-transition-color)}.df-header__nav__icon:hover,.df-header__nav__icon:focus{color:#e6e6e6}.df-header__nav__icon__svg{display:block;height:100%;width:auto;max-width:100%}@media(min-width: 768px){.df-header{border-bottom:none}.df-header__main{padding:38px 0 25px 0}.df-header__burger{margin-right:33px}.df-header__logotype{height:38px;margin-right:50px}}@media(min-width: 992px){.df-header__logotype{margin-right:25px}.df-header__burger{margin-right:40px}}@media(min-width: 1200px){.df-header__logotype{margin-right:50px}.df-header__link:not(:last-child){margin-right:20px}.df-header__icon:not(:last-child){margin-right:20px}}@media(min-width: 1400px){.df-header__burger{position:absolute;top:0;left:-40px}}.df-footer{background-color:var(--df-black);padding:36px 0 25px 0;color:var(--df-gray-4);position:relative}.df-footer__logotype{color:var(--df-white);max-width:160px;margin-bottom:38px;cursor:pointer;transition:var(--df-transition-color)}.df-footer__logotype:hover,.df-footer__logotype:focus{color:var(--df-white)}.df-footer__socials{position:absolute;top:36px;right:30px}.df-footer__socials__item{color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-footer__socials__item:not(:last-child){margin-bottom:20px}.df-footer__socials__item:hover,.df-footer__socials__item:focus{color:#e6e6e6}.df-footer__nav{font-size:14px;line-height:24px;margin-bottom:54px}.df-footer__nav__item__link{color:var(--df-gray-4);cursor:pointer;transition:var(--df-transition-color)}.df-footer__nav__item__link:hover,.df-footer__nav__item__link:focus{color:#868689}.df-footer__contacts{margin-bottom:115px}.df-footer__contacts__link{color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-footer__contacts__link:not(:last-child){margin-bottom:15px}.df-footer__contacts__link:hover,.df-footer__contacts__link:focus{color:#e6e6e6}.df-footer__contacts__link__svg{width:33px;margin-right:21px}.df-footer__contacts__link__text{font-weight:500;font-size:18px;line-height:32px}.df-footer__contacts__link__text--sm{font-size:14px;line-height:24px}.df-footer__copyright{font-size:10px;line-height:24px}@media(min-width: 768px){.df-footer__logotype{margin-bottom:28px}.df-footer__socials__item:not(:last-child){margin-bottom:28px}.df-footer__nav{margin-bottom:38px}.df-footer__contacts{margin-bottom:60px}.df-footer__contacts__link:not(:last-child){margin-bottom:28px}.df-footer__contacts__link__svg{margin-right:16px}.df-footer__contacts__link__text{font-size:25px}.df-footer__contacts__link__text--sm{font-size:14px}.df-footer__copyright{font-size:14px}}@media(min-width: 992px){.df-footer__logotype{margin-bottom:34px}.df-footer__nav{margin-bottom:58px;margin-left:95px}.df-footer__socials{position:initial;max-width:160px}.df-footer__socials__item{margin-bottom:0}}.df-menu{background-color:var(--df-dark-gray);width:100vw;height:100vh;display:flex;left:-100vw}.df-menu__inner{background-image:url(/assets/img/menu-bg.494d213b39efaa7ddcf105310e0446ab.png);background-repeat:no-repeat;background-position:top right;background-size:40% auto;flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:60px 15px 30px 15px}.df-menu__inner::-webkit-scrollbar{display:none}.df-menu__close{position:absolute;top:25px;right:25px;width:25px;height:25px;opacity:.25;color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-menu__close:hover,.df-menu__close:focus{opacity:1;color:#e6e6e6}.df-menu__logotype{color:var(--df-light-gray);width:auto;height:24px;margin-right:25px;cursor:pointer;transition:var(--df-transition-color)}.df-menu__logotype:hover,.df-menu__logotype:focus{color:var(--df-light-gray)}.df-menu__locale{font-weight:500;color:var(--df-gray-4);cursor:pointer;transition:var(--df-transition-color)}.df-menu__locale:hover,.df-menu__locale:focus{color:#868689}.df-menu__search{margin-top:60px;margin-bottom:48px}.df-menu__search__input{border:none;border-bottom:1px solid var(--df-gray-4);background-color:transparent;flex:1;margin-right:10px;padding:5px 0;font-size:16px;line-height:19px;color:var(--df-gray-4);transition:var(--df-transition-color)}.df-menu__search__input::placeholder{color:var(--df-gray-4);opacity:1}.df-menu__search__input:-ms-input-placeholder{color:var(--df-gray-4)}.df-menu__search__input::-ms-input-placeholder{color:var(--df-gray-4)}.df-menu__search__input:focus{outline:none;border-color:#868689}.df-menu__search__btn{border:none;padding:0;background-color:transparent;color:var(--df-gray-4);transition:var(--df-transition-color)}.df-menu__search__btn:hover,.df-menu__search__btn:focus{outline:none;color:#868689}.df-menu__search__results{margin-bottom:48px}.df-menu__search__results__title{font-weight:500;font-size:28px;line-height:34px;color:var(--df-white);margin-bottom:26px}.df-menu__search__results__inner{margin-bottom:26px;max-height:500px;overflow-y:auto}.df-menu__search__results__inner::-webkit-scrollbar{width:10px;background-color:transparent}.df-menu__search__results__inner::-webkit-scrollbar-thumb{border-radius:.3rem;background-color:var(--df-gray-4)}.df-menu__search__results__category{display:flex;flex-direction:column}.df-menu__search__results__category:not(:last-child){margin-bottom:23px}.df-menu__search__results__category__title{margin-bottom:10px;font-weight:bold;font-size:16px;line-height:19px;color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-menu__search__results__category__title:hover,.df-menu__search__results__category__title:focus{color:#e6e6e6}.df-menu__search__results__category__item{margin-bottom:10px;font-size:16px;line-height:20px;color:var(--df-gray-4);cursor:pointer;transition:var(--df-transition-color)}.df-menu__search__results__category__item:hover,.df-menu__search__results__category__item:focus{color:#868689}.df-menu__catalog__btn{margin-bottom:60px;font-weight:bold;font-size:16px;line-height:19px;color:var(--df-white);cursor:pointer;transition:var(--df-transition-color),var(--df-transition-rotate)}.df-menu__catalog__btn:hover,.df-menu__catalog__btn:focus{color:#e6e6e6}.df-menu__catalog__btn svg{margin-right:17px;transition:var(--df-transition-rotate)}.df-menu__catalog__inner{margin-bottom:105px;max-height:500px;overflow-y:auto}.df-menu__catalog__inner::-webkit-scrollbar{width:10px;background-color:transparent}.df-menu__catalog__inner::-webkit-scrollbar-thumb{border-radius:.3rem;background-color:var(--df-gray-4)}.df-menu__catalog__category{display:flex;flex-direction:column}.df-menu__catalog__category:not(:last-child){margin-bottom:23px}.df-menu__catalog__category__title{margin-bottom:10px;font-weight:bold;font-size:16px;line-height:19px;color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-menu__catalog__category__title:hover,.df-menu__catalog__category__title:focus{color:#e6e6e6}.df-menu__catalog__category__item{margin-bottom:10px;font-size:16px;line-height:20px;color:var(--df-gray-4);cursor:pointer;transition:var(--df-transition-color)}.df-menu__catalog__category__item:hover,.df-menu__catalog__category__item:focus{color:#868689}.df-menu__footer{color:var(--df-gray-4)}.df-menu__footer__nav{font-size:16px;line-height:19px;margin-bottom:54px}.df-menu__footer__nav__item:not(:last-child){margin-bottom:24px}.df-menu__footer__nav__item__link{color:var(--df-gray-4);cursor:pointer;transition:var(--df-transition-color)}.df-menu__footer__nav__item__link:hover,.df-menu__footer__nav__item__link:focus{color:#868689}.df-menu__footer__nav__item__link__value{color:var(--df-secondary);font-weight:600}.df-menu__footer__contacts{margin-bottom:38px}.df-menu__footer__contacts__link{color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-menu__footer__contacts__link:not(:last-child){margin-bottom:15px}.df-menu__footer__contacts__link:hover,.df-menu__footer__contacts__link:focus{color:#e6e6e6}.df-menu__footer__contacts__link__svg{width:33px;margin-right:21px}.df-menu__footer__contacts__link__text{font-weight:500;font-size:18px;line-height:32px}.df-menu__footer__contacts__link__text--sm{font-size:14px;line-height:24px}.df-menu__footer__socials{margin-bottom:52px}.df-menu__footer__socials__item{color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-menu__footer__socials__item:not(:last-child){margin-right:18px}.df-menu__footer__socials__item:hover,.df-menu__footer__socials__item:focus{color:#e6e6e6}.df-menu__footer__copyright{font-size:10px;line-height:24px}@media(min-width: 768px){.df-menu__inner{padding-top:40px;padding-right:40px}.df-menu__close{top:40px;right:40px;width:52px;height:52px}.df-menu__logotype{height:38px}.df-menu__search{max-width:400px}.df-menu__search__results__inner{margin-bottom:81px}.df-menu__catalog{margin-bottom:48px}.df-menu__catalog__inner{max-height:none;overflow-y:unset;margin:0 -15px;column-count:3;column-fill:balance;widows:4;orphans:4}.df-menu__catalog__category{padding:0 15px;display:inline-flex;width:100%}.df-menu__footer{padding-top:45px;border-top:1px solid var(--df-gray-4)}.df-menu__footer__nav{margin-bottom:43px}.df-menu__footer__nav__item:not(:last-child){margin-bottom:10px}.df-menu__footer__contacts__link:not(:last-child){margin-bottom:28px}.df-menu__footer__contacts__link__svg{margin-right:16px}.df-menu__footer__contacts__link__text{font-size:25px}.df-menu__footer__contacts__link__text--sm{font-size:14px}}@media(min-width: 992px){.df-menu{width:100%;max-width:70vw;left:-70vw}}@media(min-width: 1200px){.df-menu__inner{background-size:590px auto;padding-right:100px}}.df-search{background-color:var(--df-dark-gray);width:100vw;height:0;overflow:hidden;position:absolute;z-index:3;top:0;left:0;display:flex}.df-search__inner{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:45px 0 25px}.df-search__inner::-webkit-scrollbar{display:none}.df-search__close{width:29px;height:29px;opacity:.5;color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-search__close:hover,.df-search__close:focus{opacity:1;color:#e6e6e6}.df-search__block{margin-bottom:51px}.df-search__block__input{border:none;border-bottom:1px solid var(--df-gray-4);background-color:transparent;flex:1;margin-right:10px;padding:5px 0;font-size:16px;line-height:19px;color:var(--df-gray-4);transition:var(--df-transition-color)}.df-search__block__input::placeholder{color:var(--df-gray-4);opacity:1}.df-search__block__input:-ms-input-placeholder{color:var(--df-gray-4)}.df-search__block__input::-ms-input-placeholder{color:var(--df-gray-4)}.df-search__block__input:focus{outline:none;border-color:#868689}.df-search__block__btn{border:none;padding:0;background-color:transparent;color:var(--df-gray-4);transition:var(--df-transition-color)}.df-search__block__btn:hover,.df-search__block__btn:focus{outline:none;color:#868689}.df-search__results{min-height:200px;position:relative}.df-search__results__title{font-weight:500;font-size:28px;line-height:34px;color:var(--df-white);margin-bottom:26px}.df-search__results__empty{color:var(--df-white)}.df-search__results__inner{margin-bottom:26px;max-height:500px;overflow-y:auto}.df-search__results__inner::-webkit-scrollbar{width:10px;background-color:transparent}.df-search__results__inner::-webkit-scrollbar-thumb{border-radius:.3rem;background-color:var(--df-gray-4)}.df-search__results__category{display:flex;flex-direction:column}.df-search__results__category:not(:last-child){margin-bottom:23px}.df-search__results__category__title{margin-bottom:10px;font-weight:bold;font-size:16px;line-height:19px;color:var(--df-white);cursor:pointer;transition:var(--df-transition-color)}.df-search__results__category__title:hover,.df-search__results__category__title:focus{color:#e6e6e6}.df-search__results__category__item{margin-bottom:10px;font-size:16px;line-height:20px;color:var(--df-gray-4);cursor:pointer;transition:var(--df-transition-color)}.df-search__results__category__item:hover,.df-search__results__category__item:focus{color:#868689}.df-search__results__loader{position:absolute;top:0;left:0;width:100%;height:200px;display:none;background-color:var(--df-dark-gray)}.df-search__results__loader.active{display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.df-search__close{width:52px;height:52px}.df-search__block{max-width:570px}.df-search__results__inner{margin-bottom:81px}}@media(min-width: 992px){.df-search{width:100%}}.df-pagination{display:flex;align-items:center;justify-content:center;font-size:16px;line-height:20px}.df-pagination__btn{color:#bdbdbd;text-decoration:none}.df-pagination__text{margin:0 20px}.df-pagination__input{max-width:50px;padding:5px;text-align:center;border:none;font-size:16px;line-height:20px;height:auto}.df-pagination__input::-webkit-outer-spin-button,.df-pagination__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:textfield;margin:0}.df-pagination__input--dark{background-color:#bdbdbd}.df-pagination__input--dark:focus{background-color:#bdbdbd}.df-localeModal__title{font-weight:500;font-size:28px;line-height:34px;margin-bottom:33px}.df-localeModal__legend{font-size:16px;line-height:19px;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.df-localeModal__locale{padding:0 70px 36px 25px;margin-bottom:33px;border-bottom:1px solid var(--df-gray-4)}.df-localeModal__region{padding:0 70px 26px 25px}@media(min-width: 992px){.df-localeModal__locale{padding-bottom:0;padding-left:25px;padding-right:calc(var(--bs-gutter-x)*.5);margin-bottom:0;border-bottom:none;margin-bottom:26px}.df-localeModal__region{padding-bottom:0;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);border-right:1px solid var(--df-gray-4);margin-bottom:26px}}@media(min-width: 992px){.df-localeModal__locale{padding-bottom:0;padding-left:25px;padding-right:calc(var(--bs-gutter-x)*.5);margin-bottom:0;border-bottom:none;margin-bottom:26px}.df-localeModal__region{padding-bottom:0;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);border-right:1px solid var(--df-gray-4);margin-bottom:26px}}.df-helpModal__title{font-weight:bold;font-size:32px;line-height:32px;margin-bottom:38px}.df-helpModal__text{font-size:16px;line-height:19px;margin-bottom:38px}.df-helpModal__message{margin-bottom:71px}@media(min-width: 992px){.df-helpModal__message{margin-bottom:0;min-height:152px !important}}.df-main__carousel__item{background-color:var(--bg-color);background-image:var(--bg-img);background-repeat:no-repeat;background-position:calc(50% - 100px) 100%;background-size:auto 350px;display:block}.df-main__carousel__item .container{height:100%}.df-main__carousel__item__img{height:350px;padding:var(--padding-top, 23px) var(--padding-right, 14px) var(--padding-bottom, 14px) var(--padding-left, 14px)}.df-main__carousel__item__img img{width:100% !important;height:100%;object-fit:contain;object-position:var(--x-position) var(--y-position)}.df-main__carousel__item__text{width:100%;display:flex;flex-direction:column;text-align:center;text-wrap:balance;padding:20px 0}.df-main__carousel__item__text__s1{color:var(--text-color);font-weight:700;font-size:36px;font-family:"Roboto","Inter",sans-serif;line-height:42px;margin:0 0 20px;min-height:168px}.df-main__carousel__item__text__s2{font-weight:700;font-size:30px;line-height:36px;margin:0}.df-main__carousel__item__text p.df-main__carousel__item__text__s4{font-weight:400;font-size:20px;line-height:24px;margin:0}.df-main__carousel__item__text ul.df-main__carousel__item__text__s4{font-weight:400;font-size:20px;line-height:24px;margin:0}.df-main__categories{padding:38px 0 70px 0}.df-main__categories__grid{display:grid;grid-template-columns:repeat(2, 1fr);column-gap:10px;row-gap:10px}.df-main__categories__grid__item{position:relative;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:23px 20px 12px 20px;background-color:var(--bg-color);min-height:175px;transition:background-color ease-out 300ms;cursor:pointer}.df-main__categories__grid__item:hover,.df-main__categories__grid__item:focus,.df-main__categories__grid__item.active{--color: var(--df-gray);background-color:var(--bg-active-color)}.df-main__categories__grid__item:hover .df-main__categories__grid__item__icon,.df-main__categories__grid__item:hover svg,.df-main__categories__grid__item:focus .df-main__categories__grid__item__icon,.df-main__categories__grid__item:focus svg,.df-main__categories__grid__item.active .df-main__categories__grid__item__icon,.df-main__categories__grid__item.active svg{transform:scale(1.25)}.df-main__categories__grid__item.muted{background-color:var(--df-info)}.df-main__categories__grid__item.muted:hover,.df-main__categories__grid__item.muted:focus{background-color:var(--bg-active-color)}.df-main__categories__grid__item__icon,.df-main__categories__grid__item svg{color:var(--df-dark-gray);margin-bottom:10px;max-width:119px;height:64px;transition:all ease-out 300ms}.df-main__categories__grid__item__name{color:var(--df-dark-gray);font-weight:500;font-size:14px;line-height:17px;margin:auto 0}.df-main__categories__grid__item__badge{position:absolute;top:7px;left:9px;width:55px;height:55px}.df-main__categories__grid__item__inner{grid-column-start:1;grid-column-end:3;overflow:hidden;max-height:0;transition:all ease-out 300ms}.df-main__categories__grid__item__inner__content{padding:23px 20px 9px;border-radius:16px;background-color:var(--bg-color);background-image:var(--bg-img);background-repeat:no-repeat;background-position:right bottom;background-size:auto;min-height:185px}.df-main__categories__grid__item__inner__link{color:var(--df-dark-gray);display:inline-block;font-weight:500;font-size:18px;line-height:22px;padding-bottom:14px}.df-main__categories__grid__item__inner__link:hover,.df-main__categories__grid__item__inner__link:focus{color:var(--df-dark-gray)}.df-main__articles{background-color:var(--df-gray-5);padding:73px 0 51px}.df-main__articles__owl{margin-bottom:33px}.df-main__articles__owl .owl-stage-outer{overflow:visible !important;transform:translate3d(65px, 0px, 0px) !important}.df-main__articles__owl .df-owl__nav--secondary{left:0;width:100%}.df-main__articles__item{display:flex;flex-direction:column;box-shadow:0px 0px 15px 2px rgba(0,0,0,.02);border-radius:20px;background-color:var(--df-white);max-height:450px;height:450px;width:240px;overflow:hidden}.df-main__articles__item:hover{background-color:#dbdbdb}.df-main__articles__item__img{height:200px;width:100%;border-radius:20px;background-image:var(--bg-img);background-position:center;background-size:var(--bg-size);background-repeat:no-repeat;background-color:var(--df-gray-2)}.df-main__articles__item__info{flex:1;padding:30px 20px;display:flex;flex-direction:column;overflow:hidden}.df-main__articles__item__title{font-weight:700;font-size:16px;line-height:20px;color:var(--df-gray);margin-bottom:10px}.df-main__articles__item__title a{color:inherit;text-decoration:none}.df-main__articles__item__description{position:relative;font-size:16px;line-height:20px;margin-bottom:0;overflow:hidden}.df-main__articles__item__description p,.df-main__articles__item__description span,.df-main__articles__item__description div,.df-main__articles__item__description a{font-size:inherit !important;line-height:inherit !important;font-family:inherit !important;color:inherit !important;margin-bottom:0 !important}.df-main__watchlist{padding:50px 0}.df-main__watchlist__owl .owl-stage-outer{overflow:visible !important}.df-main__watchlist__owl .df-owl__nav--secondary{left:0;width:100%}.df-main__watchlist__product__img{width:140px;height:140px;display:flex;align-items:center;justify-content:flex-start;margin:0 auto 10px}.df-main__watchlist__product__img img{width:auto !important;max-width:100%;max-height:100%}.df-main__watchlist__product__info{flex:1;display:flex;flex-direction:column}.df-main__watchlist__product__title{flex:1;font-weight:700;font-size:14px;line-height:17px;color:var(--df-gray);margin-bottom:10px}.df-main__watchlist__product__title a{color:inherit}.df-main__watchlist__product__type{font-weight:300;font-size:14px;line-height:17px;margin-bottom:0}@media(min-width: 768px){.df-main__carousel__item{background-position:50% 0;background-size:auto 550px;height:550px}.df-main__carousel__item__img{width:50%;height:100%;padding:var(--padding-top, 20px) var(--padding-right, 20px) var(--padding-bottom, 20px) var(--padding-left, 20px)}.df-main__carousel__item__text{height:auto;justify-content:center;align-items:flex-start;text-align:left;width:50%;padding:40px 30px 40px 0}.df-main__carousel__item__text__s1{max-width:none;font-size:54px;line-height:77px;min-height:unset}.df-main__carousel__item__text__s2{font-size:36px;line-height:42px}.df-main__carousel__item__text p.df-main__carousel__item__text__s4,.df-main__carousel__item__text ul.df-main__carousel__item__text__s4{font-size:24px;line-height:30px}.df-main__categories{padding:28px 0 60px 0}.df-main__categories__grid{grid-template-columns:repeat(3, 1fr);column-gap:24px}.df-main__categories__grid__item{padding:34px 27px 24px 27px;min-height:198px}.df-main__categories__grid__item__inner{grid-column-start:1;grid-column-end:4}.df-main__categories__grid__item__inner__content{padding:46px 30% 30px 54px}.df-main__watchlist{padding:70px 0 60px}.df-main__watchlist__product__img{margin:0 auto 20px}.df-main__watchlist__product__title{font-size:18px;line-height:22px;color:var(--df-gray);margin-bottom:10px}.df-main__watchlist__product__title a{color:inherit}.df-main__watchlist__product__type{font-size:18px;line-height:22px}}@media(min-width: 992px){.df-main__carousel__item{background-size:auto 500px;height:500px}.df-main__carousel__item__img{width:60%}.df-main__carousel__item__text{width:40%}.df-main__categories{padding:40px 0 52px 0}.df-main__categories__grid{grid-template-columns:repeat(5, 1fr);column-gap:10px}.df-main__categories__grid__item{padding:34px 11px 11px 11px;min-height:185px}.df-main__categories__grid__item__inner{grid-column-start:1;grid-column-end:6}.df-main__watchlist{padding:70px 0 80px}.df-main__watchlist__product__img{width:260px;height:260px}}@media(min-width: 1200px)and (min-height: 950px){.df-main__carousel__item{background-size:auto 650px;height:650px}.df-main__carousel__item__img{padding:var(--padding-top, 25px) var(--padding-right, 25px) var(--padding-bottom, 25px) var(--padding-left, 25px)}.df-main__carousel__item__text{padding:80px 30px 80px 0}.df-main__carousel__item__text__s1{font-size:68px;line-height:80px}.df-main__carousel__item__text__s2{font-size:48px;line-height:58px}.df-main__carousel__item__text p.df-main__carousel__item__text__s4,.df-main__carousel__item__text ul.df-main__carousel__item__text__s4{font-size:36px;line-height:42px}}@media(min-width: 1200px){.df-main__articles__owl .owl-stage-outer{overflow:hidden !important;transform:translate3d(0px, 0px, 0px) !important}.df-main__articles__owl .df-owl__nav--secondary{left:-47px;width:calc(100% + 94px)}.df-main__articles__item{width:100%}.df-main__watchlist__owl .owl-stage-outer{overflow:hidden !important}.df-main__watchlist__owl .df-owl__nav--secondary{left:-47px;width:calc(100% + 94px)}.df-main__watchlist__product{width:100%}}@media(min-width: 1920px){.df-main__carousel__item__img{padding:var(--padding-top, 50px) var(--padding-right, 50px) var(--padding-bottom, 50px) var(--padding-left, 50px)}}.df-faq__item{display:flex;flex-direction:column;margin-bottom:15px}.df-faq__item:not(:last-child) .df-faq__item__questions{margin-bottom:35px}.df-faq__item__header{display:flex;align-items:center;cursor:pointer}.df-faq__item__header__icon{width:23px;height:23px;cursor:pointer;margin-right:10px;border-radius:50%;background-color:var(--df-info);color:var(--df-dark-gray);transition:var(--df-transition-rotate);display:flex;align-items:center;justify-content:center}.df-faq__item__header__title{font-weight:500;font-size:20px;line-height:24px;cursor:pointer;margin:0}.df-faq__item__questions{margin-top:10px;margin-bottom:0;padding-left:43px}.df-faq__item__questions__item::marker{color:var(--df-dark-gray)}.df-faq__item__questions__item:not(:last-child){margin-bottom:20px}.df-faq__item__questions__item__header{font-weight:500;font-size:16px;line-height:19px;color:var(--df-dark-gray)}.df-faq__item__questions__item__header p:last-child{margin-bottom:0}.df-faq__item__questions__item__answer{padding-top:20px;padding-bottom:20px;border-bottom:1px solid var(--df-gray-4);font-weight:300;font-size:16px;line-height:19px}.df-faq__item__questions__item__answer p:last-child{margin-bottom:0}@media(min-width: 1200px){.df-faq__item__header__title{font-size:24px;line-height:29px}.df-faq__item__questions__item__header{font-size:18px;line-height:24px}.df-faq__item__questions__item__answer{font-size:18px;line-height:22px}}#map{width:calc(100% + 48px);height:375px;margin-left:-24px;margin-right:-24px;margin-bottom:40px}.df-cities{display:flex;flex-wrap:wrap;align-items:center;color:#31363a;margin-bottom:24px}.df-cities__item{border-radius:4px;background-color:#f4f4f4;padding:5.5px 24px;margin-right:6px;margin-bottom:6px;cursor:pointer;transition:var(--df-transition-color)}.df-cities__item:hover,.df-cities__item:focus{background-color:#dbdbdb}.df-cities__item.active{background-color:#ccdffb}.df-cities__item.active:hover,.df-cities__item.active:focus{background-color:#a1c4f7}.df-cities__all{font-weight:300;font-size:16px;line-height:19px;margin-left:16px;color:#365dcc;text-decoration:none}.df-places{color:var(--df-dark-gray)}.df-places__title{font-weight:500;font-size:24px;line-height:29px;margin-bottom:10px}.df-places__select{border:1px solid var(--df-gray-4);font-size:16px;line-height:19px;margin-bottom:20px;padding:4px 9px 5px;min-height:auto}.df-places__list{margin-bottom:50px}.df-places__list__item:not(:last-child){margin-bottom:30px}.df-places__list__item__title{font-weight:700;font-size:18px;line-height:19px;margin-bottom:15px;display:flex;align-items:flex-start;padding-left:15px}.df-places__list__item__title svg{margin-top:2.5px;margin-left:10px}.df-places__list__item__affiliates__item{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px);padding:6px 24px 12px 40px;cursor:pointer;transition:var(--df-transition-color);font-weight:300}.df-places__list__item__affiliates__item:hover,.df-places__list__item__affiliates__item:focus{background-color:#f5f5f5}.df-places__list__item__affiliates__item.active{background-color:#f4f4f4}.df-places__list__item__affiliates__item__metro{margin-left:-24px;display:flex;align-items:center;font-size:16px;line-height:20px;font-weight:500;margin-bottom:0}.df-places__list__item__affiliates__item__metro i{display:inline-block;margin-right:15px;width:9px;height:9px;border-radius:50%;background-color:var(--bg-color)}.df-places__list__item__affiliates__item__metro+address{font-weight:300 !important}.df-places__list__item__affiliates__item address{font-weight:500;font-size:16px;line-height:19px;margin-bottom:15px}.df-places__list__item__affiliates__item strong{font-weight:500}.df-places__list__item__affiliates__item a{color:var(--df-dark-gray);text-decoration:none}.df-places__hint{display:flex;align-items:flex-start;margin-bottom:25px}.df-places__hint svg{margin-right:15px}.df-places__hint span{font-weight:300;font-size:12px;line-height:15px}.df-marketplaces{display:flex;flex-wrap:wrap;align-items:center}.df-marketplaces__item{display:block;margin-right:10px;margin-bottom:15px}.df-marketplaces__item img{max-width:100%}.map-content{display:flex;flex-direction:column}.map-content__title{font-weight:700;font-size:16px;line-height:19px;margin-bottom:10px}.map-content__metro{display:flex;align-items:center;font-size:14px;line-height:20px;margin-bottom:0;font-weight:400}.map-content__metro i{display:inline-block;margin-right:5px;width:9px;height:9px;border-radius:50%;background-color:var(--bg-color)}@media(min-width: 768px){#map{margin-left:0;margin-right:0;width:100%}.df-places__select{max-width:330px}}@media(min-width: 992px){#map{height:610px}.df-places{background:#f4f4f4;border-radius:20px;padding:20px 0;margin-bottom:20px;height:610px;overflow:hidden}.df-places__title{margin-left:24px;margin-right:24px}.df-places__select{max-width:calc(100% - 48px);margin-left:24px;margin-right:24px}.df-places__select:last-of-type{margin-bottom:40px}.df-places__list{margin-bottom:0;max-height:calc(100% - 155px);overflow-y:auto;padding:0 24px;position:relative}.df-places__list__item__affiliates__item:hover,.df-places__list__item__affiliates__item:focus{background-color:#e5e5e6}.df-places__list__item__affiliates__item.active{background-color:#e3e3e4}.df-marketplaces__item{display:block;margin-right:20px;margin-bottom:20px}}.df-news__article{display:flex;flex-direction:column;margin-bottom:30px;box-shadow:0px 0px 15px 2px rgba(0,0,0,.02);border-radius:20px;background-color:var(--df-gray-5);height:calc(100% - 30px)}.df-news__article:hover{background-color:#e7e7e7}.df-news__article__img{height:250px;width:100%;border-radius:20px;background-image:var(--bg-img);background-position:center;background-size:cover;background-repeat:no-repeat}.df-news__article__info{flex:1;padding:28px 20px;display:flex;flex-direction:column}.df-news__article__date{display:block;font-size:16px;line-height:19px;color:var(--df-dark-gray);margin-bottom:15px}.df-news__article__title{font-weight:700;font-size:18px;line-height:22px;color:var(--df-dark-gray);margin-bottom:10px;flex:1}.df-news__article__title a{color:inherit;text-decoration:none}.df-news__article__description{position:relative;font-size:18px;line-height:22px;margin-bottom:10px}.df-news__article__link{font-size:14px;line-height:17px;color:var(--df-primary);text-decoration:none}@media(min-width: 992px){.df-news__article__date{font-size:16px;line-height:20px}.df-news__article__title{font-size:18px;line-height:22px}.df-news__article__description{font-size:16px;line-height:20px}.df-news__article__link{font-size:16px;line-height:20px}}.df-article{color:var(--df-dark-gray)}.df-article__title{font-weight:700;font-size:32px;line-height:32px;margin-bottom:40px}.df-article__date{display:block;font-weight:300;font-size:16px;line-height:19px;margin-bottom:20px}.df-article__content{font-weight:300;font-size:18px;line-height:24px}.df-article__content *{font-family:-apple-system,BlinkMacSystemFont,Roboto,"Open Sans","Inter",sans-serif !important;font-size:18px !important;line-height:24px !important}.df-article__content h1,.df-article__content .h1,.df-article__content h1 *,.df-article__content .h1 *{font-weight:500 !important;font-size:22px !important;line-height:24px !important;margin:20px 0 !important}.df-article__content h2,.df-article__content .h2,.df-article__content h2 *,.df-article__content .h2 *{font-weight:500 !important;font-size:20px !important;line-height:22px !important;margin:15px 0 !important}.df-article__content h3,.df-article__content .h3,.df-article__content h3 *,.df-article__content .h3 *{font-weight:500 !important;font-size:18px !important;line-height:20px !important;margin:15px 0 !important}.df-article__content h4,.df-article__content .h4,.df-article__content h4 *,.df-article__content .h4 *{font-weight:500 !important;font-size:16px !important;line-height:18px !important;margin:15px 0 !important}.df-article__content p,.df-article__content span,.df-article__content div{margin-bottom:10px;font-weight:300 !important;color:var(--df-dark-gray) !important}.df-article__content a[href]{font-weight:300 !important;color:var(--df-primary) !important;text-decoration:none !important;border:none !important}.df-article__content img{display:block;margin:20px auto;max-width:100%;width:auto;height:auto;max-height:600px}.df-article__content div{width:auto !important;max-width:100% !important}@media(min-width: 768px){.df-article{padding:0 50px}.df-article__title{margin:0 0 10px}}@media(min-width: 992px){.df-article__date{font-size:16px;line-height:20px}.df-article__content{font-size:16px;line-height:20px}.df-article__content p,.df-article__content span,.df-article__content div,.df-article__content a{font-size:16px !important;line-height:20px !important}.df-article__content img{max-height:350px;height:auto}.df-article__content h1,.df-article__content .h1,.df-article__content h1 *,.df-article__content .h1 *{font-weight:600 !important;font-size:24px !important;line-height:26px !important}.df-article__content h2,.df-article__content .h2,.df-article__content h2 *,.df-article__content .h2 *{font-weight:600 !important;font-size:22px !important;line-height:24px !important}.df-article__content h3,.df-article__content .h3,.df-article__content h3 *,.df-article__content .h3 *{font-weight:600 !important;font-size:20px !important;line-height:22px !important}.df-article__content h4,.df-article__content .h4,.df-article__content h4 *,.df-article__content .h4 *{font-weight:600 !important;font-size:18px !important;line-height:20px !important}}.df-profile__tabs{border:none;border-bottom:1px solid var(--df-gray-4);flex-wrap:nowrap;min-width:100%;overflow-x:auto;width:100%;white-space:nowrap}.df-profile__tabs::-webkit-scrollbar{display:none}.df-profile__tabs__link{border-bottom:4px solid transparent !important;font-weight:500;font-size:24px;line-height:29px;color:var(--df-gray-4);padding:0;padding-bottom:8px;background-color:transparent;margin-right:15px;margin-bottom:-4px !important}.df-profile__tabs__link.active{border-color:var(--df-primary) !important;color:var(--df-dark-gray) !important}.df-profile__tabs__link:hover,.df-profile__tabs__link:focus{border-color:var(--df-primary) !important;outline:none;color:var(--df-dark-gray) !important}.df-profile__support{display:flex;flex-direction:column}.df-profile__support__item{display:flex;flex-direction:column}.df-profile__support__item:not(:last-child){margin-bottom:40px}.df-profile__support__item__info{display:flex;align-items:center;margin-bottom:15px}.df-profile__support__item__status{display:inline-block;border-radius:100px;font-size:12px;line-height:16px;text-align:center;padding:2px 10px;margin-right:15px}.df-profile__support__item__status--closed{background-color:var(--df-gray-4);color:var(--df-white)}.df-profile__support__item__status--opened{background-color:var(--df-secondary);color:var(--df-white)}.df-profile__support__item__title{font-weight:500;font-size:16px;line-height:20px;margin-bottom:0}.df-profile__support__item__raiting{margin-left:15px;display:flex;align-items:center}.df-profile__support__item__raiting__item:not(:last-child){margin-right:5px}.df-profile__support__item__message{font-weight:300;font-size:16px;line-height:20px;margin-bottom:15px}.df-profile__support__item__link{font-weight:300;font-size:16px;line-height:20px}.df-profile__support__item__chat{display:flex;flex-direction:column}.df-profile__support__item__chat__message{display:flex;flex-direction:column;margin-bottom:40px}.df-profile__support__item__chat__message:first-child{padding-bottom:40px;border-bottom:1px solid var(--df-gray-4)}.df-profile__support__item__chat__message__title{font-weight:500;font-size:16px;line-height:20px;margin-bottom:15px}.df-profile__support__item__chat__message__text{font-weight:300;font-size:16px;line-height:20px}@media(min-width: 768px){.df-profile__support__item__message{font-weight:300;font-size:16px;line-height:20px;margin-bottom:15px}.df-profile__support__item__link{font-size:16px;line-height:24px}.df-profile__support__item__chat__message__text{font-size:16px;line-height:24px}}@media(min-width: 992px){.df-profile__tabs__link{margin-right:52px}}@media(min-width: 1200px){.df-profile__support__item__title{font-size:18px;line-height:22px}.df-profile__support__item__message{font-size:18px;line-height:22px}.df-profile__support__item__link{font-size:16px;line-height:24px}.df-profile__support__item__chat__message__title{font-size:18px;line-height:22px}.df-profile__support__item__chat__message__text{font-size:18px;line-height:22px}}.df-category__alert{color:var(--df-dark-gray);background-color:var(--df-info);border-color:var(--df-info);font-size:16px;line-height:19px}.df-category__subtitle{font-weight:500;font-size:24px;line-height:29px;margin-bottom:10px}.df-category__settings{margin-bottom:30px}.df-category__settings__search{font-size:16px;line-height:19px;color:var(--df-dark-gray);padding:6px 8px 5px;border:1px solid var(--df-gray-4);margin-bottom:20px;min-height:auto}.df-category__settings__sort{font-size:16px;font-weight:400;line-height:19px;color:var(--df-primary);padding:0 0 0 5px;width:auto;display:inline-block;border:none;min-height:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}.df-category__settings__sort:focus{color:var(--df-primary)}.df-category__settings__block{display:flex;align-items:center;color:var(--df-dark-gray);margin-bottom:20px}.df-category__settings__block__icon{background-color:var(--df-info);border-radius:50%;width:23px;height:23px;display:flex;align-items:center;justify-content:center;margin-right:10px}.df-category__settings__block__text{font-size:15px;line-height:19px}.df-category__faq{margin-bottom:30px}.df-category__faq__item{display:flex;flex-direction:column;margin-bottom:25px}.df-category__faq__item__question{font-weight:300;font-size:16px;line-height:19px}.df-category__faq__item__question p:last-child{margin-bottom:0}.df-category__faq__item__answer{padding-top:15px;padding-bottom:15px;font-size:14px;line-height:17px;border-bottom:1px solid var(--df-gray-4)}.df-category__faq__item__answer p{margin-bottom:5px;word-break:break-word}.df-category__faq__item__answer p:last-child{margin-bottom:0}.df-category__faq__btn{font-size:16px;line-height:19px;min-width:168px;margin-bottom:25px}.df-category__filters{margin-bottom:40px}.df-category__filters__block{margin-bottom:20px}.df-category__filters__block__title{font-weight:600;font-size:16px;line-height:20px;margin-bottom:20px}.df-category__filters__block__range__slider.ui-slider{background-color:var(--df-gray-4);border:none;border-radius:4px;height:4px;margin-bottom:20px}.df-category__filters__block__range__slider.ui-slider .ui-slider-range{border:none;border-radius:4px;background-color:var(--df-primary)}.df-category__filters__block__range__slider.ui-slider .ui-slider-handle{border-radius:50%;border:none;background-color:var(--df-primary);width:15px;height:15px}.df-category__filters__block__range__inputs input{width:100px;padding:7px 10px 6px;text-align:center;font-size:14px;line-height:17px;margin-right:5px;background-color:var(--df-gray-5);-moz-appearance:textfield}.df-category__filters__block__range__inputs input::-webkit-inner-spin-button,.df-category__filters__block__range__inputs input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.df-category__filters__block__range__inputs span{margin-right:5px}.df-category__filters__block__checkbox{min-height:auto}.df-category__filters__block__checkbox:not(:last-of-type){margin-bottom:15px}.df-category__filters__block__checkbox input{margin-top:1.5px}.df-category__filters__block__checkbox label{font-size:14px;line-height:17px;flex:1}.df-category__filters__btn{width:195px;padding:11px 0 12px 0;font-weight:500;font-size:14px;line-height:17px;margin-bottom:20px;margin-right:20px}.df-category__filters__btn--download{display:flex;align-items:center}.df-category__filters__btn--download svg{color:var(--df-info);margin-right:17px}.df-category__filters__btn--download span{flex:1;color:var(--df-dark-gray);font-weight:600;font-size:12px;line-height:15px}.df-category__products{display:grid;grid-template-columns:1;row-gap:10px}.df-category__products__item{height:100%;position:relative;display:flex;flex-direction:column;padding:20px;border-radius:20px;background-color:var(--df-gray-5);color:var(--df-dark-gray);transition:var(--df-transition-color)}.df-category__products__item:hover,.df-category__products__item:focus{background-color:#e7e7e7}.df-category__products__item:hover .df-category__products__item__link__img,.df-category__products__item:focus .df-category__products__item__link__img{transform:scale(1.05)}.df-category__products__item__label{position:absolute;top:15px;left:10px;z-index:2}.df-category__products__item__label span{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:12px;line-height:14px;text-align:center;color:var(--color, #ffffff)}.df-category__products__item__compare{position:absolute;top:15px;right:20px;display:flex;align-items:center}.df-category__products__item__compare .custom-control-label{font-weight:300;font-size:12px;line-height:15px;margin-right:20px}.df-category__products__item__compare .custom-control-input{margin-right:0}.df-category__products__item__link{display:flex;align-items:center;justify-content:center;max-width:100%;height:275px;margin-top:10px;margin-bottom:5px}.df-category__products__item__link__img{display:block;max-width:100%;max-height:275px;transition:all ease-out 300ms}.df-category__products__item__sku{font-size:13px;line-height:16px;margin-bottom:15px}.df-category__products__item__raiting{font-size:13px;line-height:16px;margin-bottom:15px;color:var(--df-dark-gray);cursor:pointer}.df-category__products__item__raiting__stars{display:flex;align-items:center;justify-content:flex-end}.df-category__products__item__raiting__stars__item:not(:last-child){margin-right:5px}.df-category__products__item__raiting__reviews{display:none;font-weight:400;font-size:14px;line-height:15px}.df-category__products__item__raiting:hover,.df-category__products__item__raiting:focus{color:var(--df-dark-gray)}.df-category__products__item__raiting:hover .df-category__products__item__raiting__stars,.df-category__products__item__raiting:focus .df-category__products__item__raiting__stars{display:none}.df-category__products__item__raiting:hover .df-category__products__item__raiting__reviews,.df-category__products__item__raiting:focus .df-category__products__item__raiting__reviews{display:block}.df-category__products__item__title{font-weight:500;font-size:16px;line-height:19px;margin-bottom:10px}.df-category__products__item__title a{color:inherit}.df-category__products__item__varieties{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:15px}.df-category__products__item__varieties__count{font-size:12px;line-height:16px;color:var(--df-gray-2);padding:3px 14px;border-radius:100px;background-color:#c8d4df;margin-right:5px;margin-bottom:5px;display:inline-block}.df-category__products__item__varieties__color{border-radius:50%;border:1px solid #c8d4df;width:22px;height:22px;margin-bottom:5px;background-color:var(--bg-color);background-image:var(--bg-img);background-repeat:no-repeat;background-size:cover;background-position:center;cursor:pointer}.df-category__products__item__varieties__color:not(:last-of-type){margin-right:5px}.df-category__products__item__varieties__color.active{border-color:var(--df-secondary);box-shadow:inset 0px 0px 0px 1px var(--df-white)}.df-category__products__item__varieties__color--double{background:linear-gradient(135deg, var(--bg-color) 50%, var(--bg-color-secondary) 50%)}.df-category__products__item__varieties__radio{display:inline-flex;padding-left:0;margin-bottom:5px;min-height:auto}.df-category__products__item__varieties__radio:not(:last-of-type){margin-right:5px}.df-category__products__item__varieties__radio.active label{border-color:var(--df-secondary);color:var(--df-secondary)}.df-category__products__item__varieties__radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.df-category__products__item__varieties__radio label{font-size:12px;line-height:20px;padding:0 8px;border-radius:25px;border:1px solid var(--df-dark-gray);cursor:pointer}.df-category__products__item__features{padding-left:15px;font-weight:300;font-size:12px;line-height:15px;margin-bottom:45px}.df-category__products__item__footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.df-category__products__item__price{font-weight:500;font-size:24px;line-height:29px;margin-bottom:0}.df-category__products__item__btn{font-size:14px;line-height:17px;padding:6px 34px 5px}@media(min-width: 768px){.df-category__alert{font-size:22px;line-height:27px}.df-category__settings__search{max-width:450px}.df-category__products{grid-template-columns:repeat(3, 1fr);column-gap:30px;row-gap:20px}.df-category__products__item{padding:20px 18px}.df-category__products__item__compare{right:10px}.df-category__products__item__varieties__count{display:none}.df-category__products__item__price{font-size:20px;line-height:24px}.df-category__products__item__price--out-of-stock{font-size:15px}.df-category__products__item__btn{padding:6px 20px 5px}.df-category__products__item__btn--yandex{padding:6px 15px 5px}}@media(min-width: 992px){#js-category-products.active .df-category__products{grid-template-columns:repeat(2, 1fr)}#js-category-products.active .df-category__products__item__price--out-of-stock{font-size:18px}.df-category__alert{display:inline-block}.df-category__settings{margin-bottom:10px}.df-category__settings__search{max-width:350px}.df-category__settings__block__icon--filter{transform:rotate(90deg)}.df-category__products{grid-template-columns:repeat(3, 1fr);column-gap:30px;row-gap:30px}.df-category__products__item{padding:20px}.df-category__products__item__compare{right:20px}.df-category__products__item__varieties__count{display:inline-block}.df-category__products__item__price{font-size:24px;line-height:29px}.df-category__products__item__price--out-of-stock{font-size:18px}.df-category__products__item__btn{padding:6px 35px 5px}.df-category__products__item__btn--yandex{padding:6px 15px 5px}}@media(min-width: 1200px){#js-category-products.active .df-category__products{grid-template-columns:repeat(3, 1fr)}#js-category-products.active .df-category__products__item__price--out-of-stock{font-size:15px;line-height:30px}#js-category-products.active .df-category__products__item__btn--yandex{padding:6px 10px 5px}.df-category__products__item__price--out-of-stock{font-size:20px}}.lightbox .btn-zoom{position:absolute;z-index:2;top:0;right:48px;padding:1rem;box-sizing:content-box;width:1em;height:1em;border:0;border-radius:4px;opacity:.5;box-shadow:none;outline:none;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="black"><path d="M120-120v-320h80v184l504-504H520v-80h320v320h-80v-184L256-200h184v80H120Z"/></svg>') !important;background-repeat:no-repeat !important;background-size:1.5em !important;background-position:center !important;background-color:transparent;cursor:pointer;opacity:.5}.lightbox .btn-zoom:hover,.lightbox .btn-zoom:focus{opacity:.75}.lightbox .btn-close{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='0 -960 960 960' width='18'%3E%3Cpath d='m249-207-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z' fill='%23000'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-size:2em !important;background-position:center !important;box-shadow:none}.lightbox .btn-close svg{display:none}.lightbox-carousel{padding:48px 5%;background-color:#fff}.lightbox-carousel .carousel-item .ratio{background-color:#fff !important}.lightbox-carousel .carousel-control-prev,.lightbox-carousel .carousel-control-next{width:5%}.lightbox-carousel .carousel-control-prev-icon,.lightbox-carousel .carousel-control-next-icon{width:42px;height:42px;border-radius:50%;background-size:auto;background-color:rgba(127,130,132,.2)}.lightbox-carousel .carousel-control-next-icon{background-image:url(/assets/icons/next.svg)}.lightbox-carousel .carousel-control-prev-icon{background-image:url(/assets/icons/prev.svg)}.image-fullscreen.modal{z-index:2000}.image-fullscreen.modal .modal-dialog{width:100vw;height:100vh;max-width:100vw !important;margin:0}.image-fullscreen.modal .modal-dialog .modal-content{background-color:#fff;border:none;height:100%}.image-fullscreen.modal .modal-dialog .modal-content .modal-header{border:none}.image-fullscreen.modal .modal-dialog .modal-content .modal-header .close{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="black"><path d="m136-80-56-56 264-264H160v-80h320v320h-80v-184L136-80Zm344-400v-320h80v184l264-264 56 56-264 264h184v80H480Z"/></svg>');background-repeat:no-repeat;background-size:70%;background-position:center;background-color:transparent;width:42px;height:42px;border-radius:50%;outline:none;box-shadow:none;border:none;padding:0;margin:0;opacity:.5}.image-fullscreen.modal .modal-dialog .modal-content .modal-body{overflow:hidden}.image-fullscreen.modal .modal-dialog .modal-content .modal-body .image-fullscreen__container{height:100%}.image-fullscreen.modal .modal-dialog .modal-content .modal-body .image-fullscreen__container img{width:100%;height:100%;object-fit:contain;object-position:center center}.df-product{color:var(--df-dark-gray);padding:0}.df-product__section__info{background-color:var(--df-blue-5);background-repeat:no-repeat;background-size:auto 480px;background-position:top left -150px;padding:40px 0}.df-product__section__features{background-color:var(--df-gray-2);padding:100px 10px 80px}.df-product__section__properties{padding:50px 0}.df-product__section__gallery{background-color:var(--df-blue-5);padding:45px 20px}.df-product__section__reviews{padding:45px 20px}.df-product__section__files{background-color:var(--df-gray-2);padding:50px 0 60px;color:var(--df-white)}.df-product__info__breadcrumbs{display:flex;align-items:center;list-style:none;padding:0;margin-bottom:20px}.df-product__info__breadcrumbs li{color:var(--df-gray-2);font-size:16px;line-height:19px}.df-product__info__breadcrumbs li:not(:last-child)::after{content:"\\";margin:0 5px}.df-product__info__breadcrumbs li a{color:inherit}.df-product__info__breadcrumbs li a:hover,.df-product__info__breadcrumbs li a:focus{color:inherit}.df-product__info__image{width:100%;height:400px;display:flex;align-items:center;justify-content:center;margin-bottom:40px;position:relative}.df-product__info__image img{max-height:400px;width:auto;margin:0 auto}.df-product__info__image__label{position:absolute;top:15px;left:10px}.df-product__info__image__label span{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:12px;line-height:14px;text-align:center;color:var(--color, #ffffff)}.df-product__info__sku{background-color:var(--df-gray-2);border-radius:2px;padding:2px 10px;color:var(--df-white);font-size:14px;line-height:17px;display:inline-block;margin-right:20px;margin-bottom:20px}.df-product__info__stock{font-weight:500;font-size:14px;line-height:17px;margin-bottom:20px}.df-product__info__type{font-weight:500;font-size:18px;line-height:1;margin-bottom:10px}.df-product__info__title{font-weight:700;font-size:32px;line-height:32px;text-transform:uppercase;color:var(--df-gray);margin-bottom:15px}.df-product__info__raiting{display:flex;align-items:center;margin-bottom:35px}.df-product__info__raiting__item:not(:last-child){margin-right:5px}.df-product__info__description{font-weight:300;font-size:14px;line-height:17px;margin-bottom:35px}.df-product__info__varieties{margin-bottom:35px}.df-product__info__varieties__title{font-weight:500;font-size:16px;line-height:19px;color:var(--df-gray-2);margin-bottom:12px}.df-product__info__varieties__item{font-size:14px;line-height:17px;display:flex;align-items:center}.df-product__info__varieties__item__color{border-radius:50%;border:1px solid #c8d4df;width:22px;height:22px;background-color:var(--bg-color);background-image:var(--bg-img);background-repeat:no-repeat;background-size:cover;background-position:center;cursor:pointer}.df-product__info__varieties__item__color:not(:last-of-type){margin-right:5px}.df-product__info__varieties__item__color.active{border-color:var(--df-secondary)}.df-product__info__varieties__item__color--double{background:linear-gradient(135deg, var(--bg-color) 50%, var(--bg-color-secondary) 50%)}.df-product__info__varieties__item__color__wrapper{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:30px}.df-product__info__varieties__item input{margin-right:12px}.df-product__info__varieties__item input:checked+label{color:var(--df-primary)}.df-product__info__price{font-weight:700;font-size:32px;line-height:36px;margin-bottom:15px}.df-product__info__btn{line-height:28px;margin-bottom:40px}.df-product__info__btn:first-child{margin-right:20px}.df-product__info__action{font-size:14px;line-height:17px;display:flex;align-items:center}.df-product__info__action:first-child{margin-bottom:10px}.df-product__features__item{display:inline-flex;flex-direction:column;color:var(--df-white);margin-bottom:40px}.df-product__features__item__title{font-weight:500;font-size:24px;line-height:29px;position:relative;padding-left:45px}.df-product__features__item__title::before{content:"";position:absolute;top:9.5px;left:0;width:10px;height:10px;border-radius:50%;background-color:var(--df-blue-3)}.df-product__features__item__description{padding-left:45px}.df-product__features__item__description__row{font-weight:300;font-size:14px;line-height:17px;margin-bottom:5px}.df-product__features__item__description__row:first-child{margin-top:10px}.df-product__features__item__description__row:last-child{margin-bottom:0}.df-product__properties__group{margin-bottom:50px}.df-product__properties__group__item{font-weight:300;font-size:12px;line-height:12px;border-bottom:1px solid var(--df-gray-6)}.df-product__properties__group__item__title{padding:10px 0}.df-product__properties__group__item__value{padding:10px 0;text-align:right}.df-product__gallery__item{height:290px;display:flex;align-items:center;justify-content:center;border-radius:2px;background-color:var(--df-white);padding:20px}.df-product__gallery__item--video{position:relative}.df-product__gallery__item--video::after{content:"";background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="48" viewBox="0 -960 960 960" width="48" fill="%23fff"><path d="m380-300 280-180-280-180v360ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');background-repeat:no-repeat;background-position:center center;background-size:48px 48px;width:100%;height:100%;position:absolute;z-index:1;top:0;left:0}.df-product__gallery__item:hover .df-product__gallery__item__img,.df-product__gallery__item:focus .df-product__gallery__item__img{transform:scale(1.05)}.df-product__gallery__item__img{display:block;margin:0 auto;width:auto !important;max-width:100%;max-height:100%;transition:all ease-out 300ms}.df-product__gallery__more,.df-product__gallery__less{position:absolute;left:12px;top:0;width:calc(100% - 24px);height:calc(100% - 30px);display:flex;justify-content:center;align-items:center;background-color:rgba(117,141,163,.8);color:#fff;border-radius:2px}.df-product__gallery__more{font-weight:600;font-size:48px;line-height:58px}.df-product__gallery__less{font-weight:600;font-size:28px;line-height:58px}.df-product__reviews__list{margin-bottom:30px}.df-product__reviews__list__item{display:flex;flex-direction:column;margin-bottom:40px}.df-product__reviews__list__item__author{font-weight:600;font-size:18px;line-height:22px;margin-bottom:10px}.df-product__reviews__list__item__date{font-size:14px;line-height:17px;margin-bottom:10px}.df-product__reviews__list__item__raiting{display:flex;align-items:center;margin-bottom:10px}.df-product__reviews__list__item__raiting svg{width:20px;height:20px}.df-product__reviews__list__item__raiting svg:not(:last-child){margin-right:5px}.df-product__reviews__list__item__text{font-size:14px;line-height:17px}.df-product__reviews__list__item__text:last-of-type{margin-bottom:0}.df-product__reviews__btn:not(:last-child){margin-bottom:20px}.df-product__files{margin-bottom:45px}.df-product__files__item{display:flex;align-items:flex-start;margin-bottom:30px}.df-product__files__item__icon,.df-product__files__item svg{margin-right:10px}.df-product__files__item__name{flex:1;font-weight:300;font-size:16px;line-height:19px;color:var(--df-white);text-decoration:none}.df-product__files__item__name:hover,.df-product__files__item__name:focus{color:#e6e6e6}@media(min-width: 768px){.df-product__section__info{background-position:top left}.df-product__info__sku{padding:5px 11px;font-size:16px;line-height:19px}.df-product__info__stock{font-size:16px;line-height:19px}.df-product__info__type{font-size:20px;line-height:24px;margin-bottom:5px}.df-product__info__title{font-size:48px;line-height:58px;margin-bottom:8px}.df-product__info__raiting{margin-bottom:30px}.df-product__info__varieties{margin-bottom:20px}.df-product__info__varieties__title{font-size:20px;line-height:24px;margin-bottom:8px}.df-product__info__varieties__item{font-size:16px;line-height:19px}.df-product__info__price{font-size:48px;line-height:58px;margin-bottom:8px}.df-product__info__action:first-child{margin-bottom:0;margin-right:20px}.df-product__features{margin:0 -15px;column-count:2;column-fill:balance}.df-product__features__item{padding:0 15px}.df-product__features__item__title{font-size:18px;line-height:22px}.df-product__properties__group__item{font-size:14px;line-height:19px}.df-product__gallery__item{margin-bottom:30px}}@media(min-width: 992px){.image-fullscreen__container{padding:1rem}.df-product__section__info{background-size:100% auto}.df-product__features{column-count:3}.df-product__features__item__title{font-size:20px;line-height:24px}.df-product__properties__group__item{font-size:16px}}.df-compare__category-title{margin-bottom:23px}.df-compare__table{width:auto;font-size:14px;line-height:17px}.df-compare__table thead th{vertical-align:top;padding-bottom:15px}.df-compare__table thead th:first-child{position:sticky;left:0px;min-width:250px;max-width:250px;padding-left:0;background-color:#fff}.df-compare__table thead th:nth-child(2){left:0}.df-compare__table thead th:last-child{padding-right:0}.df-compare__table thead th:not(:first-child){width:250px}.df-compare__table tbody tr:first-child td{padding:36px 0 0 0}.df-compare__table tbody td:first-child{position:sticky;left:0px;min-width:250px;max-width:250px;padding-left:0;background-color:#fff}.df-compare__table tbody td:nth-child(2){left:0}.df-compare__table tbody td:last-child{padding-right:0}.df-compare__table tbody td:not(:first-child){width:250px}.df-compare__table__product-info{height:100%;width:100%}.df-compare__table__product-info__img{height:100px;margin-bottom:17px}.df-compare__table__product-info__title{font-weight:400;font-size:14px;line-height:17px;margin-bottom:13px}.df-compare__table__product-info__title a{color:var(--df-dark-gray)}.df-compare__table__product-info__title a:hover,.df-compare__table__product-info__title a:focus{color:var(--df-primary)}.df-compare__table__product-info__price{font-size:22px;line-height:27px;font-weight:700}.df-compare__table__product-info__out-of-stock{font-size:22px;line-height:31px;font-weight:700}.df-compare__table__property{font-weight:700}@media(min-width: 768px){.df-compare__category-title{font-size:22px;line-height:27px}.df-compare__table{font-size:16px;line-height:20px}.df-compare__table__product-info{width:250px}.df-compare__table__product-info__title{font-size:16px;line-height:20px}.df-compare__table__product-info__price,.df-compare__table__product-info__out-of-stock{font-size:22px;line-height:27px}}
