@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,500&display=swap);
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://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;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.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{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#f14668;--orange:#fd7e14;--yellow:#ffe08a;--green:#48c78e;--teal:#20c997;--cyan:#3e8ed0;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#FF0046;--secondary:#4D4D4D;--success:#48c78e;--info:#3e8ed0;--warning:#ffe08a;--danger:#f14668;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#ff0046;text-decoration:none;background-color:transparent}a:hover{color:#b30031;text-decoration:none}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.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:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;min-width:0;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#ffb8cb}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#ff7a9f}.table-hover .table-primary:hover{background-color:#ff9fb8}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#ff9fb8}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#cdcdcd}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#a2a2a2}.table-hover .table-secondary:hover{background-color:silver}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:silver}.table-success,.table-success>td,.table-success>th{background-color:#ccefdf}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#a0e2c4}.table-hover .table-success:hover{background-color:#b9e9d3}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b9e9d3}.table-info,.table-info>td,.table-info>th{background-color:#c9dff2}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#9bc4e7}.table-hover .table-info:hover{background-color:#b4d3ed}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#b4d3ed}.table-warning,.table-warning>td,.table-warning>th{background-color:#fff6de}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffefc2}.table-hover .table-warning:hover{background-color:#ffefc5}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffefc5}.table-danger,.table-danger>td,.table-danger>th{background-color:#fbcbd5}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#f89fb0}.table-hover .table-danger:hover{background-color:#f9b3c2}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f9b3c2}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #bdbdbd;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus{color:#495057;background-color:#fff;border-color:#a5cae9;outline:0;box-shadow:none}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{appearance:none}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#48c78e}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#212529;background-color:rgba(72,199,142,.9)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#48c78e;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2348c78e%27 d=%27M2.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%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#48c78e;box-shadow:0 0 0 0 rgba(72,199,142,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#48c78e;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2348c78e%27 d=%27M2.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%27/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#48c78e;box-shadow:0 0 0 0 rgba(72,199,142,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#48c78e}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#48c78e}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#48c78e}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#6fd3a6;background-color:#6fd3a6}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 0 rgba(72,199,142,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#48c78e}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#48c78e}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#48c78e;box-shadow:0 0 0 0 rgba(72,199,142,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#f14668}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(241,70,104,.9)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#f14668;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23f14668%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23f14668%27 stroke=%27none%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#f14668;box-shadow:0 0 0 0 rgba(241,70,104,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#f14668;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23f14668%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23f14668%27 stroke=%27none%27/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#f14668;box-shadow:0 0 0 0 rgba(241,70,104,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f14668}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#f14668}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#f14668}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#f5758f;background-color:#f5758f}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 0 rgba(241,70,104,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#f14668}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#f14668}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#f14668;box-shadow:0 0 0 0 rgba(241,70,104,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;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){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:none}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#ff0046;border-color:#ff0046}.btn-primary:hover{color:#fff;background-color:#d9003c;border-color:#cc0038}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#d9003c;border-color:#cc0038;box-shadow:0 0 0 0 rgba(255,38,98,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#ff0046;border-color:#ff0046}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#cc0038;border-color:#bf0035}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,38,98,.5)}.btn-secondary{color:#fff;background-color:#4d4d4d;border-color:#4d4d4d}.btn-secondary:hover{color:#fff;background-color:#3a3a3a;border-color:#343434}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#3a3a3a;border-color:#343434;box-shadow:0 0 0 0 rgba(104,104,104,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#4d4d4d;border-color:#4d4d4d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#343434;border-color:#2d2d2d}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(104,104,104,.5)}.btn-success{color:#212529;background-color:#48c78e;border-color:#48c78e}.btn-success:hover{color:#fff;background-color:#37b27b;border-color:#34a874}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#37b27b;border-color:#34a874;box-shadow:0 0 0 0 rgba(66,175,127,.5)}.btn-success.disabled,.btn-success:disabled{color:#212529;background-color:#48c78e;border-color:#48c78e}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#34a874;border-color:#319f6d}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(66,175,127,.5)}.btn-info{color:#fff;background-color:#3e8ed0;border-color:#3e8ed0}.btn-info:hover{color:#fff;background-color:#2d7bba;border-color:#2b74b0}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#2d7bba;border-color:#2b74b0;box-shadow:0 0 0 0 rgba(91,159,215,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#3e8ed0;border-color:#3e8ed0}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#2b74b0;border-color:#286da6}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(91,159,215,.5)}.btn-warning{color:#212529;background-color:#ffe08a;border-color:#ffe08a}.btn-warning:hover{color:#212529;background-color:#ffd664;border-color:#ffd257}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#ffd664;border-color:#ffd257;box-shadow:0 0 0 0 rgba(222,196,123,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffe08a;border-color:#ffe08a}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#ffd257;border-color:#ffcf4a}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(222,196,123,.5)}.btn-danger{color:#fff;background-color:#f14668;border-color:#f14668}.btn-danger:hover{color:#fff;background-color:#ee224b;border-color:#ed1741}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#ee224b;border-color:#ed1741;box-shadow:0 0 0 0 rgba(243,98,127,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#f14668;border-color:#f14668}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#ed1741;border-color:#e6113c}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(243,98,127,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 0 rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 0 rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(82,88,93,.5)}.btn-outline-primary{color:#ff0046;border-color:#ff0046}.btn-outline-primary:hover{color:#fff;background-color:#ff0046;border-color:#ff0046}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 0 rgba(255,0,70,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#ff0046;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#ff0046;border-color:#ff0046}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,0,70,.5)}.btn-outline-secondary{color:#4d4d4d;border-color:#4d4d4d}.btn-outline-secondary:hover{color:#fff;background-color:#4d4d4d;border-color:#4d4d4d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 0 rgba(77,77,77,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#4d4d4d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#4d4d4d;border-color:#4d4d4d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(77,77,77,.5)}.btn-outline-success{color:#48c78e;border-color:#48c78e}.btn-outline-success:hover{color:#212529;background-color:#48c78e;border-color:#48c78e}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 0 rgba(72,199,142,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#48c78e;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#212529;background-color:#48c78e;border-color:#48c78e}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(72,199,142,.5)}.btn-outline-info{color:#3e8ed0;border-color:#3e8ed0}.btn-outline-info:hover{color:#fff;background-color:#3e8ed0;border-color:#3e8ed0}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 0 rgba(62,142,208,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#3e8ed0;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#3e8ed0;border-color:#3e8ed0}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(62,142,208,.5)}.btn-outline-warning{color:#ffe08a;border-color:#ffe08a}.btn-outline-warning:hover{color:#212529;background-color:#ffe08a;border-color:#ffe08a}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 0 rgba(255,224,138,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffe08a;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffe08a;border-color:#ffe08a}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(255,224,138,.5)}.btn-outline-danger{color:#f14668;border-color:#f14668}.btn-outline-danger:hover{color:#fff;background-color:#f14668;border-color:#f14668}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 0 rgba(241,70,104,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#f14668;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#f14668;border-color:#f14668}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(241,70,104,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 0 rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 0 rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 0 rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#ff0046;text-decoration:none}.btn-link:hover{color:#b30031;text-decoration:none}.btn-link.focus,.btn-link:focus{text-decoration:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0 0;margin:0 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.15)}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#ff0046}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file{display:flex;align-items:center}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #bdbdbd}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#ff0046;background-color:#ff0046}.custom-control-input:focus~.custom-control-label::before{box-shadow:none}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#a5cae9}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#ffb3c8;border-color:#ffb3c8}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#ff0046;background-color:#ff0046}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(255,0,70,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(255,0,70,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(255,0,70,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .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){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(255,0,70,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #bdbdbd;border-radius:0;appearance:none}.custom-select:focus{border-color:#a5cae9;outline:0;box-shadow:0 0 0 0 rgba(62,142,208,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#a5cae9;box-shadow:none}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #bdbdbd}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit}.custom-range{width:100%;height:1rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,none}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#ff0046;border:0;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){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#ffb3c8}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#ff0046;border:0;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){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#ffb3c8}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:0;margin-left:0;background-color:#ff0046;border:0;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){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#ffb3c8}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:0 solid #dee2e6}.nav-tabs .nav-item{margin-bottom:0}.nav-tabs .nav-link{border:0 solid transparent}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#ff0046}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125)}.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}.card>.list-group:last-child{border-bottom-width:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@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-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0}.accordion>.card>.card-header{margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef}.breadcrumb-item{display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#ff0046;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#b30031;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:none}.page-item:first-child .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#ff0046;border-color:#ff0046}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;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){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em}.badge-primary{color:#fff;background-color:#ff0046}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#cc0038}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 0 rgba(255,0,70,.5)}.badge-secondary{color:#fff;background-color:#4d4d4d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#343434}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 0 rgba(77,77,77,.5)}.badge-success{color:#212529;background-color:#48c78e}a.badge-success:focus,a.badge-success:hover{color:#212529;background-color:#34a874}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 0 rgba(72,199,142,.5)}.badge-info{color:#fff;background-color:#3e8ed0}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#2b74b0}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 0 rgba(62,142,208,.5)}.badge-warning{color:#212529;background-color:#ffe08a}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#ffd257}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 0 rgba(255,224,138,.5)}.badge-danger{color:#fff;background-color:#f14668}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#ed1741}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 0 rgba(241,70,104,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 0 rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 0 rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#850024;background-color:#ffccda;border-color:#ffb8cb}.alert-primary hr{border-top-color:#ff9fb8}.alert-primary .alert-link{color:#520016}.alert-secondary{color:#282828;background-color:#dbdbdb;border-color:#cdcdcd}.alert-secondary hr{border-top-color:silver}.alert-secondary .alert-link{color:#0f0f0f}.alert-success{color:#25674a;background-color:#daf4e8;border-color:#ccefdf}.alert-success hr{border-top-color:#b9e9d3}.alert-success .alert-link{color:#18412f}.alert-info{color:#204a6c;background-color:#d8e8f6;border-color:#c9dff2}.alert-info hr{border-top-color:#b4d3ed}.alert-info .alert-link{color:#142f45}.alert-warning{color:#857448;background-color:#fff9e8;border-color:#fff6de}.alert-warning hr{border-top-color:#ffefc5}.alert-warning .alert-link{color:#645736}.alert-danger{color:#7d2436;background-color:#fcdae1;border-color:#fbcbd5}.alert-danger hr{border-top-color:#f9b3c2}.alert-danger .alert-link{color:#551925}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;line-height:0;font-size:.75rem;background-color:#e9ecef}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#ff0046;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#ff0046;border-color:#ff0046}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#850024;background-color:#ffb8cb}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#850024;background-color:#ff9fb8}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#850024;border-color:#850024}.list-group-item-secondary{color:#282828;background-color:#cdcdcd}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#282828;background-color:silver}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#282828;border-color:#282828}.list-group-item-success{color:#25674a;background-color:#ccefdf}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#25674a;background-color:#b9e9d3}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#25674a;border-color:#25674a}.list-group-item-info{color:#204a6c;background-color:#c9dff2}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#204a6c;background-color:#b4d3ed}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#204a6c;border-color:#204a6c}.list-group-item-warning{color:#857448;background-color:#fff6de}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#857448;background-color:#ffefc5}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#857448;border-color:#857448}.list-group-item-danger{color:#7d2436;background-color:#fbcbd5}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#7d2436;background-color:#f9b3c2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#7d2436;border-color:#7d2436}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:none;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);backdrop-filter:blur(10px);opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;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{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.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);outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem 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;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:min-content}.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}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;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}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";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:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2)}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.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-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.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:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.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}.bg-primary{background-color:#ff0046!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#cc0038!important}.bg-secondary{background-color:#4d4d4d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#343434!important}.bg-success{background-color:#48c78e!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#34a874!important}.bg-info{background-color:#3e8ed0!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#2b74b0!important}.bg-warning{background-color:#ffe08a!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#ffd257!important}.bg-danger{background-color:#f14668!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#ed1741!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#ff0046!important}.border-secondary{border-color:#4d4d4d!important}.border-success{border-color:#48c78e!important}.border-info{border-color:#3e8ed0!important}.border-warning{border-color:#ffe08a!important}.border-danger{border-color:#f14668!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.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-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!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}.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}.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}@media (min-width:576px){.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-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:768px){.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-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:992px){.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-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:1200px){.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-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!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}.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}.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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!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}.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}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!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}.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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#ff0046!important}a.text-primary:focus,a.text-primary:hover{color:#b30031!important}.text-secondary{color:#4d4d4d!important}a.text-secondary:focus,a.text-secondary:hover{color:#272727!important}.text-success{color:#48c78e!important}a.text-success:focus,a.text-success:hover{color:#2e9567!important}.text-info{color:#3e8ed0!important}a.text-info:focus,a.text-info:hover{color:#26669c!important}.text-warning{color:#ffe08a!important}a.text-warning:focus,a.text-warning:hover{color:#ffcc3e!important}.text-danger{color:#f14668!important}a.text-danger:focus,a.text-danger:hover{color:#da1039!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGVBQ0UsOEJBQXlCLEFBQXpCLHVCQUF5QixBQUN6QixzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFDeEIseUJBQTZCLENBQzlCLEFBQ0QseUJBQ0UsaUJBQW1CLENBQ3BCLEFBQ0QsZ0RBQ0Usa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsU0FBVSxBQUNWLFFBQVMsQUFDVCxVQUFZLENBQ2IsQUFDRCxzQkFDRSxXQUFZLEFBQ1osV0FBYSxDQUNkLEFBQ0QsMkJBQ0UsVUFBYSxBQUNiLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFdBQVksQUFDWixZQUFhLEFBQ2Isb0JBQWMsQUFBZCxZQUFjLENBQ2YsQUFDRCw2QkFDRSxXQUFRLEFBQVIsT0FBUSxBQUNSLG9CQUFjLEFBQWQsYUFBYyxBQUNkLHNCQUFvQixBQUFwQixtQkFBb0IsQUFDcEIsVUFBVyxBQUNYLHVCQUF5QixBQUN6QixXQUFZLEFBQ1osZUFBZ0IsQUFDaEIsU0FBYSxDQUNkLEFBQ0QsK0JBQ0Usb0JBQWEsQUFBYixXQUFhLENBQ2QsQUFDRCxvQ0FDRSxZQUFjLENBQ2YsQUFDRCxrQ0FDRSxjQUFnQixDQUNqQixBQUNELDZDQUNFLGdCQUFrQixDQUNuQixBQUNELG1DQUNFLG9CQUFzQixDQUN2QixBQUNELG1DQUNFLFlBQWMsQ0FDZixBQUNELHNDQUNFLGVBQWdCLEFBQ2hCLGlCQUFtQixDQUNwQixBQUNELHVCQUNFLFVBQVcsQUFDWCxvQkFBc0IsQ0FDdkIsQUFDRCw2QkFDRSxZQUFjLENBQ2YsQUFDRCw2QkFDRSxlQUFpQixDQUNsQixBQUNELHNCQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsV0FBWSxBQUNaLG9CQUFjLEFBQWQsYUFBYyxBQUVkLDBCQUF1QixBQUF2QixzQkFBdUIsQUFFdkIscUJBQXdCLEFBQXhCLHVCQUF3QixBQUV4QixzQkFBb0IsQUFBcEIsa0JBQW9CLENBQ3JCLEFBQ0QsMEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsaUJBQW1CLENBQ3BCLEFBQ0QsOEJBQ0UsV0FBWSxBQUNaLFlBQWEsQUFDYixrQkFBbUIsQUFDbkIsc0JBQXVCLEFBQ3ZCLFdBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixtQ0FBNkMsQ0FDOUMsQUFDRCx5Q0FDRSxtQkFBcUIsQ0FDdEIsQUFDRCw0Q0FDRSxxQkFBdUIsQ0FDeEIsQUFVRCxhQUNFLE1BRUUsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixBQUNELElBQ0UsbUJBQW9CLEFBQ3BCLDBCQUE0QixDQUM3QixDQUNGIiwiZmlsZSI6ImVra28tbGlnaHRib3guY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLmVra28tbGlnaHRib3gge1xuICBkaXNwbGF5OiBmbGV4ICFpbXBvcnRhbnQ7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICBwYWRkaW5nLXJpZ2h0OiAwcHghaW1wb3J0YW50O1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuLmVra28tbGlnaHRib3gtY29udGFpbmVyID4gZGl2LmVra28tbGlnaHRib3gtaXRlbSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbn1cbi5la2tvLWxpZ2h0Ym94IGlmcmFtZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSB7XG4gIHotaW5kZXg6IDEwMDtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHtcbiAgZmxleDogMTtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgb3BhY2l0eTogMDtcbiAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjVzO1xuICBjb2xvcjogI2ZmZjtcbiAgZm9udC1zaXplOiAzMHB4O1xuICB6LWluZGV4OiAxMDA7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKiB7XG4gIGZsZXgtZ3JvdzogMTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgPiAqOmZvY3VzIHtcbiAgb3V0bGluZTogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGEgc3BhbiB7XG4gIHBhZGRpbmc6IDAgMzBweDtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6bGFzdC1jaGlsZCBzcGFuIHtcbiAgdGV4dC1hbGlnbjogcmlnaHQ7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmhvdmVyIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhLmRpc2FibGVkIHtcbiAgY3Vyc29yOiBkZWZhdWx0O1xuICB2aXNpYmlsaXR5OiBoaWRkZW47XG59XG4uZWtrby1saWdodGJveCBhOmhvdmVyIHtcbiAgb3BhY2l0eTogMTtcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWRpYWxvZyB7XG4gIGRpc3BsYXk6IG5vbmU7XG59XG4uZWtrby1saWdodGJveCAubW9kYWwtZm9vdGVyIHtcbiAgdGV4dC1hbGlnbjogbGVmdDtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICBib3R0b206IDA7XG4gIHJpZ2h0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgZGlzcGxheTogZmxleDtcbiAgLyogZXN0YWJsaXNoIGZsZXggY29udGFpbmVyICovXG4gIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XG4gIC8qIG1ha2UgbWFpbiBheGlzIHZlcnRpY2FsICovXG4gIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAvKiBjZW50ZXIgaXRlbXMgdmVydGljYWxseSwgaW4gdGhpcyBjYXNlICovXG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYge1xuICB3aWR0aDogNDBweDtcbiAgaGVpZ2h0OiA0MHB4O1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbn1cbi5la2tvLWxpZ2h0Ym94LWxvYWRlciA+IGRpdiA+IGRpdiB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZjtcbiAgb3BhY2l0eTogMC42O1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYW5pbWF0aW9uOiBzay1ib3VuY2UgMnMgaW5maW5pdGUgZWFzZS1pbi1vdXQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXY6bGFzdC1jaGlsZCB7XG4gIGFuaW1hdGlvbi1kZWxheTogLTFzO1xufVxuLm1vZGFsLWRpYWxvZyAuZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMzMzO1xufVxuQC13ZWJraXQta2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMCk7XG4gIH1cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbkBrZXlmcmFtZXMgc2stYm91bmNlIHtcbiAgMCUsXG4gIDEwMCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSgxKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoMSk7XG4gIH1cbn1cbiJdfQ== */
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -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 {
    -ms-touch-action: pan-y;
        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 */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .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 Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1RTM0MEU5QzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1RTM0MEVBQzBCMDExRTM4MURCQTkwQzkyRUYxMzEzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVFMzQwRTdDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTVFMzQwRThDMEIwMTFFMzgxREJBOTBDOTJFRjEzMTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6n647gAAAP5klEQVR42uxcCVRU1xl+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) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  font-family: "Montserrat", sans-serif;
  background: #0d0d0d;
  overflow-x: hidden;
}

/* html::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

html::-webkit-scrollbar-track {
  background-color: #fff;
}

html::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}

html::-webkit-scrollbar-button {
  display:none;
} */

.btn {
  font-weight: 600;
}

.rd-link {
  font-weight: normal;
  color: #6CA1FF !important;
}

.rd-link:hover,
.rd-link:focus {
  color: #4789ff !important;
}

.border-bottom {
  border-bottom: 1px solid #31363A !important;
}

.mx-n15 {
  margin: 0 -15px;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-n90 {
  transform: rotate(-90deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.form-group {
  margin-bottom: 20px;
}

.rd-btn--lg {
  padding: 8px 40px 9px;
}

.rd-form__text {
  font-size: 14px;
  line-height: 17px;
  color: #A0A0A2;
  margin-bottom: 24px;
}

.container {
  padding: 0 24px;
}

/* Page */

.rd-wrapper {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
}

.rd-page {
  flex: 1;
  padding: 100px 0 90px;
}

.rd-page--light {
  background-color: #FFF;
}

.rd-page__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
  color: #FF0046;
  margin-top: 40px;
  margin-bottom: 30px;
}

.rd-page__subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 40px;
}

/* Breadcrumbs */

.rd-breadcrumbs {
  display: none;
}


/* Banner */

.rd-banner {
  background: #2B2B2B;
  color: #FFF;
  text-align: center;
  padding: 13px 0;
  width: 100%;
}

/* Scroll to top btn */

#js-scroll-top {
  display: none;
  position: absolute;
  top: -60px;
  left: 24px;
  height: 45px;
  width: 45px;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

#js-scroll-top.position-fixed {
  bottom: 15px;
  top: unset;
  z-index: 1030;
}

/* Help btn */

#js-help {
  position: absolute;
  top: -40px;
  right: 24px;
  padding: 12px 28px 9px;
  border: none;
  border-radius: 20px 20px 0 0;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

#js-help.position-fixed {
  bottom: 0;
  top: unset;
  z-index: 1030;
}

@media (min-width: 576px) {
  /* Scroll to top btn */

  #js-scroll-top {
    left: calc(50% - 246px);
  }

  /* Help btn */

  #js-help {
    right: calc(50% - 246px);
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 15px;
  }

  /* Page */

  .rd-page {
    padding-top: 80px;
  }

  .rd-wrapper--with-messages .rd-page {
    padding-top: 120px;
  }

  .rd-page__subtitle {
    font-size: 28px;
    line-height: 34px;
  }

  /* Breadcrumbs */

  .rd-breadcrumbs {
    list-style: none;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    color: #808080;
    padding: 0;
    margin: 20px 0;
  }

  .rd-breadcrumbs__item:not(:last-child)::after {
    content: '/';
    padding: 0 5px;
  }

  /* Scroll to top btn */

  #js-scroll-top {
    left: calc(50% - 345px);
  }

  /* Help btn */

  #js-help {
    right: calc(50% - 345px);
  }
}

@media (min-width: 992px) {
  /* Page */

  .rd-page__title {
    font-size: 46px;
    line-height: 56px;
  }

  /* Breadcrumbs */

  .rd-breadcrumbs {
    font-size: 16px;
    line-height: 20px;
  }

  .rd-breadcrumbs__item:not(:last-child)::after {
    padding: 0 10px;
  }

  /* Scroll to top btn */

  #js-scroll-top {
    left: calc(50% - 465px);
  }

  /* Help btn */

  #js-help {
    right: calc(50% - 465px);
  }
}

@media (min-width: 1200px) {
  /* Scroll to top btn */

  #js-scroll-top {
    left: calc(50% - 555px);
  }

  /* Help btn */

  #js-help {
    right: calc(50% - 555px);
  }
}

.rd-header {
  background: linear-gradient(180deg, #2A2A2A 0%, #000000 100%);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1031;
}

.rd-header__inner {
  height: 100px;
}

.rd-header__logotype {
  display: block;
  padding: 20px 0;
  height: 100px;
}

.rd-header__logotype svg {
  max-height: 100%;
  margin-right: auto;
}

/* Links */

.rd-header__blocks {
  background-color: #000000;
}

.rd-header__blocks__item {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
  padding: 18px 0;
  position: relative;
  transition: color 0.5ms linear;
}

.rd-header__blocks__item:not(:last-child) {
  margin-right: 27px;
}

.rd-header__blocks__item:hover {
  color: #4D4D4D;
  text-decoration: none;
}

.rd-header__blocks__item:focus {
  color: #FF0046;
  text-decoration: none;
}

.rd-header__blocks__item__badge {
  position: absolute;
  min-width: 20px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 5px;
  border-radius: 10px;
}

.rd-header__blocks__item--comparison .rd-header__blocks__item__badge {
  top: 15px;
  right: -5px;
  background-color: #FF0046;
}

.rd-header__blocks__item--cart .rd-header__blocks__item__badge {
  top: 15px;
  right: -5px;
  background-color: #FF0046;
}

.rd-header__blocks__item__icon {
  margin-bottom: 5px;
  height: 28px;
}

.rd-header__blocks__item__text {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .rd-header__inner {
    height: 80px;
  }

  .rd-header__logotype {
    height: 80px;
    width: 75px;
    padding: 22px 0 8px;
    margin-right: 15px;
  }

  /* Links */

  .rd-header__blocks {
    background-color: transparent;
  }

  .rd-header__blocks__item {
    padding: 0 0 8px;
  }

  .rd-header__blocks__item:not(:last-child) {
    margin-right: 25px;
  }

  .rd-header__blocks__item:hover {
    color: #FFF;
  }

  .rd-header__blocks__item__icon {
    height: 28px;
    width: auto;
    margin-bottom: 5px;
  }

  .rd-header__blocks__item--comparison .rd-header__blocks__item__badge {
    top: -5px;
    right: 0;
  }
  
  .rd-header__blocks__item--cart .rd-header__blocks__item__badge {
    top: -5px;
    right: 0;
  }

  .rd-header__blocks__item__text {
    font-size: 12px;
    line-height: 15px;
  }

  /* Banners slider */

  .rd-header__slider .container {
    padding: 0 35px;
  }
}

@media (min-width: 992px) {
  /* Links */

  .rd-header__blocks__item:not(:last-child) {
    margin-right: 42px;
  }
}
/* Toggler */

.rd-header__dropdown__toggle__icon {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 100px;
  cursor: pointer;
}

.rd-header__dropdown__toggle__icon.active {
  background-color: transparent;
}

.rd-header__dropdown__toggle__icon span {
  display: block;
  position: absolute;
  top: 50px;
  width: 30px;
  left: calc(50% - 15px);
  height: 4px;
  background: #FFF;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.rd-header__dropdown__toggle__icon span::before,
.rd-header__dropdown__toggle__icon span::after {
  border-radius: 2px;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rd-header__dropdown__toggle__icon span::before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.rd-header__dropdown__toggle__icon span::after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.rd-header__dropdown__toggle__icon.active span {
  background: none;
}

.rd-header__dropdown__toggle__icon.active span::before,
.rd-header__dropdown__toggle__icon.active span::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.rd-header__dropdown__toggle__icon.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rd-header__dropdown__toggle__icon.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Menu */

.rd-header__dropdown__menu {
  /* display: none; */
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  min-width: 100%;
  width: 100% !important;
  position: fixed !important;
  transform: unset !important;
  top: 100px !important;
  left: 0;
  background-color: transparent;
  z-index: 1031;
}

.rd-header__dropdown__menu__inner {
  width: 100%;
  min-width: 100%;
  /* height: 0; */
  max-height: calc(100vh - 181px);
  overflow-y: auto;
  margin: 0 auto;
  padding: 17px 0 46px;
  background-color: rgba(247, 245, 245, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Menu categories */

.rd-header__categories {
  display: flex;
  flex-direction: column;
}

.rd-header__categories__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  cursor: pointer;

  --icon-color: #808080;
  --text-color: #000000;
}

.rd-header__categories__item:not(:last-child) {
  margin-bottom: 7px;
}

.rd-header__categories__item:hover,
.rd-header__categories__item:focus {
  text-decoration: none;
  --icon-color: #FF0046;
  --text-color: #FF0046;
}

.rd-header__categories__item__icon {
  width: 75px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: var(--icon-color);
}

.rd-header__categories__item__icon svg {
  width: 50%;
  height: 50%;
  /* TODO: удалить после обновления кода иконок */
  /* fill: #808080; */
  /* stroke: #808080; */
}

/* TODO: удалить после обновления кода иконок */
/* .rd-header__categories__item:hover svg, */
/* .rd-header__categories__item:focus svg { */
  /* fill: #808080; */
  /* stroke: #808080; */
/* } */

.rd-header__categories__item__title {
  flex: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
}

/* Menu contacts */

.rd-header__contacts {
  border-top: 1px solid #BDBDBD;
  margin-top: 56px;
  padding-top: 40px;
}

.rd-header__contacts__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  cursor: pointer;
}

.rd-header__contacts__item:not(:last-child) {
  margin-bottom: 20px;
}

.rd-header__contacts__item:hover,
.rd-header__contacts__item:focus {
  color: #FF0046;
}

.rd-header__contacts__item__icon {
  margin-right: 20px;
  width: 75px;
}

@media (min-width: 768px) {
  /* Toggler */

  .rd-header__dropdown__toggle__icon {
    height: 80px;
    padding: 0 28px;
    width: 90px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
  }

  .rd-header__dropdown__toggle__icon span {
    top: 40px;
  }

  /* Menu */

  .rd-header__dropdown__menu {
    top: 80px !important;
  }

  .rd-header__dropdown__menu__inner {
    padding: 35px 0 60px;
    overflow-y: auto; /* Фикс, потому что в десктопе не влезают все элементы */
    max-height: calc(100vh - 80px);
    /* height: 0; */
    /* max-height: 603px; */
  }

  /* Menu categories */

  .rd-header__categories {
    border-right: 1px solid #BDBDBD;
  }

  .rd-header__categories__item.active {
    --icon-color: #FF0046;
    --text-color: #FF0046;
  }

  .rd-header__categories__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .rd-header__categories__item__icon {
    width: 46px;
    height: auto;
  }

  .rd-header__categories__item__icon svg {
    width: auto;
    max-width: 45px;
    max-height: 42px;
  }

  /* Menu category products */

  .rd-header__categories__item__products {
    /* max-height: 400px; */
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* column-gap: 18px; */
    row-gap: 18px;
    position: sticky;
    top: 0;
  }

  .rd-header__categories__item__products__item {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
  }

  .rd-header__categories__item__products__item:hover,
  .rd-header__categories__item__products__item:focus {
    color: #FF0046;
  }

  /* Menu contacts */

  .rd-header__contacts {
    margin-top: 70px;
    padding-top: 0;
    border-top: none;
  }

  .rd-header__contacts__item:first-child {
    margin-left: auto;
  }

  .rd-header__contacts__item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 25px;
  }

  .rd-header__contacts__item__icon {
    width: 30px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  /* Menu categories */

  .rd-header__categories__item__title {
    font-size: 18px;
    line-height: 22px;
  }

  /* Menu category products */

  .rd-header__categories__item__products {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .rd-header__categories__item__products__item {
    font-size: 16px;
    line-height: 20px;
  }
}

.rd-footer {
  background: #202020;
  padding: 47px 0 37px;
  position: relative;
}

.rd-footer__logotype {
  display: block;
  margin-bottom: 38px;
}

/* Footer links */

.rd-footer__links {
  margin-bottom: 50px;
}

.rd-footer__links__item {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
}

.rd-footer__links__item a {
  color: #FFFFFF;
  transition: 0.35s color ease-in;
}

.rd-footer__links__item a:focus,
.rd-footer__links__item a:hover {
  color: #FF0046;
  text-decoration: none;
}

/* Footer socials */

.rd-footer__socials {
  margin-bottom: 35px;
}

.rd-footer__socials__item {
  margin-right: 12px;
}

/* Footer locale and country */

.rd-footer__locale__item {
  margin-bottom: 18px;
}

.rd-footer__locale__block__icon {
  margin-right: 10px;
}

.rd-footer__locale__block__icon--country {
  margin-right: 20px;
}

.rd-footer__locale__block__text {
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  width: 50px;
}

.rd-footer__locale__popover {
  border: none;
}

.rd-footer__locale__popover .popover-body {
  background-color: #000000;
}

.rd-footer__locale__popover > .arrow::after {
  border-color: #000000;
}

.rd-footer__locale__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rd-footer__locale__list__item:not(:last-child) {
  margin-bottom: 10px;
}

.rd-footer__locale__list__item__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFFFFF;
  text-decoration: none;
}

.rd-footer__locale__list__item__link:hover,
.rd-footer__locale__list__item__link:focus {
  color: #FF0046;
}

.rd-footer__locale__list__item__link__icon {
  margin-right: 10px;
}

/* Footer copyright */

.rd-footer__copyright {
  color: #959595;
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 992px) {
  .rd-footer {
    padding-bottom: 69px;
  }

  .rd-footer__logotype {
    margin-bottom: 25px;
  }

  .rd-footer__links {
    margin-bottom: 25px;
  }

  .rd-footer__links__item {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .rd-footer__locale {
    margin-bottom: 25px;
  }

  .rd-footer__locale__item {
    margin-bottom: 0;
  }

  .rd-footer__locale__block__icon--country {
    margin-right: 10px;
  }
}

.rd-main {
  background-color: #000000;
}

/* Main slider section */

.rd-main__slider {
  padding-bottom: 54px;
}

/* Banners slider section */

.rd-main__banners {
  padding: 30px 0 54px;
  position: relative;
}

.rd-main__banners__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAADCAYAAABoBE+dAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAL/SURBVHgBnVVLlhshDJRIHyovq9w8ySqLuRKDpgGBSoLGfuM3Yxt9SqqSaPPP/39+E7wu/Z+vTIeXd17HWIu/gvXy7uWw9+9j+zEvNZ5SGt/8svHALT/iuZzoyNH3fI45Cxb4r21OPgOSz7tiyqHX/Zx8vR8HSa/PN/TeGfO6P8ddzZ/0CvfMLfrzNoY2GNc2Nr9VcxtzqvEUjzPMB+fEOxe8NraXWmyx83ucv6MLIddzf/s9ekjIfp5v9bHFmW/940L7N/AWbLvL/Ovjn7Dch/p/v/H9ziI96v5g/cJq4mocdo3rOf084iniAD762NX1fUw8V1tjh32exfXraobeY30GHh1DgEvEATyn0+r3vXpNkK/1jpqAHXA9v1XDWVMsLnJY6oDOU6OAM/2gC4WZO10e6/ie4j7F/dhpazshG4yN3gNj5j1wnnORRTMKmuLMbN7rfFZeehYTceGA/B0HWvdF7VET1y/t9lyW+73eE3Ga9nzfJ+J43T0PBn3jXfD45OL9HgZ+4Pe7SI93Eeute7Hva+Uhy72yfoKOoR497QvZbkws7KVZYu4Z/2Liv8TFiFutltED7ygehLj9SSlQ8v7kkEtqLGq+a7gl0Exh/VbU1w4GhthctBdfhGqRakkjrWgM+35k2Ap5vrWAiNErztt70F7rGw8lR5+sM7k/0yhYRm8mWwfyi4AcGbsagKB718p0b++lI/DURVFYMZjmDDqGxoq44TX9pICq2vsdn0a1ekHGMKT4WWubSfVsiMX444+Ko9lmVdQDP4baW4KDm8vYp8pH2+a4e3Wmt2jJBAA/9Nv0sPqE3IXhEhaoMcVrc0mkxxkDc656FHhw9SWzBwTT5GC1jKvt5dgbnnug19FELphkX/qYwU9uO+c9nLXFa9Z2zO1/pao7qqCjz6S7FR92BKqkPrw7tcDDu3vTaE6Md3zojeik94PxrutdHqaJB/eeHTN4dnhKoKPtRBerUFpiyBmGOWFt0V1GjkP1cWe3L7g72qPoIQnNZxHifgHS3SzPiEu2VQAAAABJRU5ErkJggg==) repeat center;
  background-size: 100%;
}

/* Categories slider section */

.rd-main__categories {
  position: relative;
  padding: 80px 0 94px;
  background: url(/assets/img/bg.1b3b8f3c.png) no-repeat center;
}

.rd-main__categories__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAADCAYAAABoBE+dAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgBpVdBYgMhCATtP9pb3tWX9aUrTdo10XFQ3HDpCswMsLo1arevH5EionK3JP9WXo8z+8NY7+twxfETvIdTIfyF+KqZj63cidVBzOP1ZqMLHZaz4kzWAM/nPOOcaLs6FpxB1SrrvC4G+ZpeHOF3YZBQ17XXxGe72husbreX4uxHYtF5ej59I2+Wz/y6mRvJu4K5wr36TulG7pUeELvS26n3Taza7dP6YF02h0ltBLMP+yNPlecMzwzf8MwK1wVf16TN6x5iwKeIU8JroyblY5rW/60fcYq1pnfwUe4zTmtZvVPtfeq9q4pR3pcQfvVqZdhzT7l1Vj6YW8fZ5jRYJfgON6mL7kfx4ywW9c84ZzoRzI5/1uNM08tjuSLxPlaxd3h21ywWmVfEt9NfE/u4H5zvl+cgWc6tLp0xlt8+ZlDsrHCoES0jeQ++DOtB9yAa+A8IeFMbLCMuIxD7OrgbdToe4LNjvKEj/pnb3NTNyxMyqwNqISJ4YUbu5y8pILAyajMJdht5YDMmwtKrl7p0nFk6YL8RfBY+z0x0sBdb1Tvxe+aew6Ct9Iys27NnErN8URP1JMgznFvwMx/j2pnlTLfGmD7bOxLwVSybl1PbL/+gklCWITdqAAAAAElFTkSuQmCC) repeat center;
  background-size: 100%;
}

/* Watchlist slider section */

.rd-main__watchlist {
  position: relative;
  background: linear-gradient(180deg, #202020 0%, #000000 100%);
  padding: 80px 0 56px;
}

.rd-main__watchlist .rd-carousel .owl-stage {
  display: flex;
}

.rd-main__watchlist__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,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) repeat center;
  background-size: 100%;
}

.rd-main__watchlist__title {
  color: #FFF;
}

@media (min-width: 768px) {
  .rd-main {
    padding-bottom: 0;
  }

  /* Banners slider section */

  .rd-main__banners {
    padding: 40px 0 54px;
  }

  .rd-main__banners .container {
    padding: 0 34px;
  }

  /* Categories slider section */

  .rd-main__categories {
    padding: 60px 0;
  }
  
  /* Watchlist slider section */

  .rd-main__watchlist {
    padding: 60px 0 100px 0;
  }

  .rd-main__watchlist .container {
    padding: 0 34px;
  }

  .rd-main__watchlist__title { 
    text-align: center;
  }
}

@media (min-width: 992px) {
  /* Banners slider section */

  .rd-main__banners {
    padding: 40px 0 73px;
  }

  /* Categories slider section */

  .rd-main__categories {
    padding: 100px 0;
  }
  
  /* Watchlist slider section */

  .rd-main__watchlist {
    padding: 30px 0 100px 0;
  }
}

@media (min-width: 1200px) {
  /* Banners slider section */

  .rd-main__banners .container {
    padding: 0 15px;
  }
  
  /* Watchlist slider section */

  .rd-main__watchlist .container {
    padding: 0 15px;
  }
}

.rd-brand__section__main {
  position: relative;
  height: 307px;
  background: url(/assets/img/aboutbanner.aa370493.webp) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-brand__title {
  font-size: 43px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin: 0;
}

.rd-brand__section__about {
  background-color: #FFF;
  color: #000;
  font-size: 20px;
  padding: 60px 0;
}

.rd-brand__section__title {
  color: #FF0046;
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 32px;
}

.rd-brand__section__history {
  font-size: 20px;
  padding: 30px 0;
  color: #FFF;
}

.rd-brand__section__history__img {
  width: 100%;
}

.rd-brand__section__product {
  font-size: 20px;
  padding: 30px 0;
  color: #FFF;
}

@media (min-width: 768px) {
  .rd-brand__title {
    font-size: 100px;
  }

  .rd-brand__section__main {
    height: calc(100vh - 100px);
    max-height: 727px;
  }

  .rd-brand__section__history {
    padding: 90px 0;
    background: url(/assets/img/abch_03.2b9fcf7e.png) no-repeat right bottom #202020;
  }

  .rd-brand__section__product {
    padding: 75px 0;
    background: url(/assets/img/abch_04.6bd43a00.webp) no-repeat right top #000000;
  }

  .rd-brand__section__title {
    font-size: 60px;
  }
}

/* Shiptor */

/* ._shiptor_widget {
  position: absolute;
  width: 100%;
  height: 100vh;
} */

/* Cart */

.rd-cart__empty {
  color: #31363A;
  font-weight: 500;
}

/* Cart - Item */

.rd-cart__item:not(:last-of-type) {
  margin-bottom: 35px;
}

.rd-cart__item__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.rd-cart__item__info {
  position: relative;
  padding-right: 45px;
}

.rd-cart__item__info > .rd-cart__item__remove {
  position: absolute;
  top: 0;
  right: 0;
}

.rd-cart__item__title {
  color: #31363A;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  /* letter-spacing: -0.01em; */
  margin-bottom: 10px;
}

.rd-cart__item__title:hover,
.rd-cart__item__title:focus {
  text-decoration: none;
  color: #FF0046;
}

.rd-cart__item__type,
.rd-cart__item__sku {
  margin-bottom: 5px;
  line-height: 1;
}

.rd-cart__item__total {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: -0.01em; */
  margin-bottom: 17px;
}

.rd-cart__item__price {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  /* letter-spacing: -0.01em; */
}

.rd-cart__item__quantity {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* letter-spacing: -0.01em; */
  margin: 0;
}

.rd-cart__item__amount__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #ECECEC;
}

.rd-cart__item__amount__value {
  flex: 1;
  max-width: 60px;
  min-width: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  border: none;
}

.rd-cart__item__amount__value:focus,
.rd-cart__item__amount__value:hover {
  outline: none;
}

.rd-cart__item__not-available {
  color: #FF0046;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: -0.01em; */
  margin-bottom: 0;
}

.rd-cart__item__remove {
  color: #31363A;
}

/* Cart - Delivery */

.rd-cart__delivery__title {
  /* font-size: 36px; */
  font-size: 2.5rem;
  /* font-weight: 900; */
  font-weight: 700;
  /* line-height: 44px; */
  /* letter-spacing: -0.01em; */
  color: #FF0046;
  margin-top: 60px;
  margin-bottom: 40px;
}

.rd-cart__delivery__type {
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: -0.01em; */
  margin-bottom: 10px;
}

.rd-cart__delivery__type:first-of-type {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.rd-cart__delivery__total {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: -0.01em; */
  margin-bottom: 0;
}

.rd-cart__delivery__change {
  color: #6CA1FF;
}

/* Cart - Total */

.rd-cart__total {
  padding: 40px 15px;
  background-color: #F7F5F5;
  margin: 0 -15px -15px -15px;
}

.rd-cart__total__block {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #31363A;
  margin-bottom: 0;
}

.rd-cart__total__block:not(:last-child) {
  margin-bottom: 20px;
}

.rd-cart__total__price {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
}

.rd-cart__total__promocode {
  /* background-color: #FFF; */
  /* border: 1px solid #BDBDBD; */
  /* padding: 7px 21px 7px 11px; */
  /* width: 100%; */
  max-width: 250px;
  margin-bottom: 42px;
}

.rd-cart__button {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 10px 0 9px 0;
  /* font-weight: 600; */
  /* font-size: 14px; */
  /* line-height: 17px; */
  /* text-align: center; */
  /* letter-spacing: -0.01em; */
}

/* .rd-cart__button--confirm {
  background-color: #FF0046;
  color: #FFF;
} */

@media (min-width: 768px) {
  .rd-cart__item__info {
    padding-left: 0;
  }

  .rd-cart__item__title {
    font-size: 16px;
    line-height: 20px;
  }

  .rd-cart__item__total {
    font-size: 21px;
    line-height: 27px;
  }

  .rd-cart__item__price {
    font-size: 16px;
    line-height: 20px;
  }

  /* .rd-cart__delivery__title { */
    /* font-size: 60px; */
    /* line-height: 73px; */
  /* } */

  .rd-cart__delivery__total {
    font-size: 22px;
    line-height: 27px;
  }

  .rd-cart__total {
    margin: 0;
    padding: 40px 30px;
  }

  .rd-cart__total__price {
    font-size: 35px;
  }

  .rd-cart__total__promocode {
    margin-bottom: 72px;
  } 
}

@media (min-width: 992px) {
  .rd-cart__item__total {
    font-size: 22px;
    line-height: 27px;
  }

  .rd-cart__total__price {
    font-size: 36px;
  }
}

/* Login */

.rd-auth__form {
  background-color: #F7F5F5;
  padding: 40px 30px;
  max-width: 600px;
}
.rd-profile__heading {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rd-profile__title {
  margin-top: 0;
  margin-bottom: 20px;
}

.rd-profile__tabs {
  border: none;
}

.rd-profile__tabs__link {
  border: none !important;
  font-size: 1.5rem;
  color: #ff0046;
  font-weight: 500;
  padding: .5rem 1.5rem .5rem 0;
}

.rd-profile__tabs__link:focus,
.rd-profile__tabs__link:hover {
  border: none;
  outline: none;
  color: #ff0046;
}

.rd-profile__tabs__link.active {
  border: none;
}

@media (min-width: 768px) {
  .rd-profile__title {
    margin: 0;
  }
}

.rd-category {
    /*padding-bottom: 0;*/
    color: #FFF;
}

.rd-category__title {
    margin-top: 23px;
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
}

.rd-category__subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FF0046;
    margin-bottom: 15px;
}

/* Category empty text */

#js-category-empty {
    display: none;
}

/* Category search and buttons */

.rd-category__settings {
    margin-bottom: 60px;
}

.rd-category__settings__search {
    font-size: 16px;
    line-height: 20px;
    color: #3B3B3B;
    padding: 10px;
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.rd-category__settings__search:focus,
.rd-category__settings__search:focus-visible {
    outline: none;
}

.rd-category__settings__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #858585;
    margin-bottom: 20px;
}

.rd-category__settings__block:hover,
.rd-category__settings__block:focus {
    color: #FFFFFF;
}

.rd-category__settings__block__icon {
    transition: transform 0.35s ease;
    margin-right: 11px;
}

.rd-category__settings__block__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.rd-category__settings__block__link {
    margin-left: 5px;
    font-size: 16px;
    line-height: 20px;
}

/* Category FAQ and filters */

#js-category-filter {
    margin-bottom: 60px;
}

/* Category FAQ */

.rd-category__faq {
    margin-bottom: 40px;
}

.rd-category__faq__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.rd-category__faq__item__question {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.rd-category__faq__item__question p:last-child {
    margin-bottom: 0;
}

.rd-category__faq__item__answer {
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
}

.rd-category__faq__item__answer p {
    margin-bottom: 5px;
    word-break: break-word;
}

.rd-category__faq__item__answer p:last-child {
    margin-bottom: 0;
}

.rd-category__faq__btn {
    min-width: 190px;
    padding: 11px 0 12px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/* Category filters */

.rd-category__filters {
    margin-bottom: 40px;
}

.rd-category__filters__block {
    margin-bottom: 20px;
}

.rd-category__filters__block__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.rd-category__filters__block__range__slider.ui-slider {
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    height: 4px;
    margin-bottom: 20px;
}

.rd-category__filters__block__range__slider .ui-slider-range {
    border: none;
    border-radius: 0;
    background-color: #FF0046;
}

.rd-category__filters__block__range__slider .ui-slider-handle {
    border-radius: 50%;
    border: none;
    background-color: #FF0046;
    width: 15px;
    height: 15px;
    box-shadow: 0px 0px 5px 1px #000000;
}

.rd-category__filters__block__range__inputs input {
    width: 100px;
    padding: 7px 10px 6px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    border-radius: 0;
    border: none;
    background-color: #BDBDBD;
    margin-right: 5px;
    -moz-appearance: textfield;
}

.rd-category__filters__block__range__inputs input:focus,
.rd-category__filters__block__range__inputs input:focus-visible {
    outline: none;
    background-color: #FFFFFF;
}

.rd-category__filters__block__range__inputs input::-webkit-inner-spin-button,
.rd-category__filters__block__range__inputs input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rd-category__filters__block__range__inputs span {
    margin-right: 5px;
}

.rd-category__filters__block__checkbox {
    min-height: auto;
    padding-left: 22px;
}

.rd-category__filters__block__checkbox:not(:last-of-type) {
    margin-bottom: 15px;
}

.rd-category__filters__block__checkbox input {
    width: 12px;
    height: 12px;
    top: 2.5px;
    left: 0;
}

.rd-category__filters__block__checkbox label {
    font-size: 14px;
    line-height: 17px;
}

.rd-category__filters__block__checkbox label::before {
    width: 12px;
    height: 12px;
    border: none;
    top: 2.5px;
    left: -22px;
}

.rd-category__filters__block__checkbox label::after {
    width: 12px;
    height: 12px;
    top: 2.5px;
    left: -22px;
}

.rd-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;
    color: #FFFFFF;
}

/* Category product card */

.js-category-products__item {
    display: flex;
}

.rd-product-card {
    flex: 1;
    padding: 44px 20px 30px;
    background-color: #121212;
    /* background: linear-gradient(169.6deg, #0E0E0E -94.92%, #202020 100%); */
    background: linear-gradient(258.6deg, #6B6B6B 22.21%, #4A4A4A 40.46%, rgba(78, 76, 76, 0) 40.47%, rgba(78, 76, 76, 0.42) 53.16%), linear-gradient(180deg, #333333 0%, #1A1A1A 99.42%);
    position: relative;
    display: flex;
    flex-direction: column;
    color: #FFF;
    margin-bottom: 20px;
    transition: all 0.35s ease-in-out;
}

.rd-product-card:hover,
.rd-product-card:focus {
    /* background: linear-gradient(169.6deg, #262626 -94.92%, #363636 100%); */
    background: linear-gradient(253.72deg, #6B6B6B 20.24%, #4A4A4A 101.89%, rgba(78, 76, 76, 0) 101.92%), linear-gradient(180deg, #333333 0%, #1A1A1A 99.42%);
}

.rd-product-card:hover .rd-product-card__img,
.rd-product-card:focus .rd-product-card__img {
    transform: scale(1.05);
}

.rd-product-card__label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4.5px 20.5px 6.5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFF;
}

.rd-product-card__label--new {
    /* background-color: #FF0046; */
    background-color: #61A400;
}

.rd-product-card__label--soon {
    background-color: #CD00FF;
}

.rd-product-card__label--exclusive {
    /* background-color: #61A400; */
    background-color: #6CA1FF;
}

.rd-product-card__label--special {
    background-color: #FF5C01;
}

.rd-product-card__label--archive {
    background-color: #C6C6C6;
    color: #303030;
}

.rd-product-card__comparison {
    position: absolute;
    top: 8px;
    right: 20px;
    padding: 0 22px 0 0;
    min-height: 0;
}

.rd-product-card__comparison input {
    width: 12px;
    height: 12px;
    top: 1.5px;
    left: unset;
    right: 0;
}

.rd-product-card__comparison label {
    font-size: 12px;
    line-height: 15px;
}

.rd-product-card__comparison label::before {
    width: 12px;
    height: 12px;
    border: none;
    top: 1.5px;
    left: unset;
    right: -22px;
}

.rd-product-card__comparison label::after {
    width: 12px;
    height: 12px;
    top: 1.5px;
    left: unset;
    right: -22px;
}

.rd-product-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    margin-bottom: 10px;
}

.rd-product-card__img {
    display: block;
    max-width: 100%;
    max-height: 210px;
    transition: all 0.15s ease-in-out;
}

.rd-product-card__sku {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #808080;
    margin-bottom: 23px;
}

.rd-product-card__raiting {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 23px;
    color: #ffffff;
    cursor: pointer;
}

.rd-product-card__raiting:hover,
.rd-product-card__raiting:focus {
    color: #ffffff;
}

.rd-product-card__raiting:hover .rd-product-card__raiting__stars {
    display: none;
}

.rd-product-card__raiting:hover .rd-product-card__raiting__reviews {
    display: block;
}

.rd-product-card__raiting__stars {
    display: flex;
    align-items: center;
}

.rd-product-card__raiting__stars svg {
    width: 15px;
    height: 15px;
}

.rd-product-card__raiting__stars svg:not(:last-child) {
    margin-right: 4px;
}

.rd-product-card__raiting__reviews {
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}

.rd-product-card__title {
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.rd-product-card__varieties {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.rd-product-card__varieties__count {
    font-size: 12px;
    line-height: 15px;
    color: #4B5C6C;
    padding: 3px 14px;
    border-radius: 100px;
    background-color: #c8d4df;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.rd-product-card__varieties__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;
}

.rd-product-card__varieties__color:not(:last-of-type) {
    margin-right: 5px;
}
.rd-product-card__varieties__color.active {
    border-color: #ff0046;
}

.rd-product-card__varieties__color--double {
    background: linear-gradient(135deg, var(--bg-color) 50%, var(--bg-color-secondary) 50%);
}

.rd-product-card__varieties__radio {
    width: 100%;
    margin-bottom: 0;
}

.rd-product-card__properties {
    flex: 1;
    margin-bottom: 25px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.rd-product-card__price {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.rd-product-card__price--out-of-stock {
    font-size: 14px;
    line-height: 17px;
}

.rd-product-card__btn {
    min-width: 100px;
    padding: 6px 0 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    white-space: nowrap;
}

.rd-product-card__btn--yandex {
    background-color: #FFCD3F;
    color: #000;
}   

@media (min-width: 768px) {
    .rd-category__settings {
        margin-bottom: 40px;
    }

    .rd-category__settings__block__icon--filter {
        transform: rotate(90deg);
    }

    #js-category-filter {
        margin-bottom: 0;
    }

    .rd-category__faq__btn {
        min-width: 140px;
    }

    .rd-category__filters {
        /* max-height: 400px; */
        margin-bottom: 20px;
    }

    .rd-category__filters__block__range__slider.ui-slider {
        margin-bottom: 40px;
    }

    .rd-category__filters__block__range__inputs input {
        width: 55px;
    }

    .rd-category__filters__btn {
        width: 150px;
        margin-bottom: 36px;
    }

    .rd-category__faq__item:last-of-type {
        margin-bottom: 40px;
    }

    .rd-product-card {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rd-product-card__label {
        padding-left: 11px;
        padding-right: 11px;
    }

    .rd-product-card__comparison {
        right: 10px;
    }
    
    .rd-product-card__price {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .rd-category__settings__search {
        margin-bottom: 0;
    }

    .rd-category__settings__block {
        margin-bottom: 0;
    }

    .rd-category__faq__btn {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .rd-category__filters {
        /* max-height: none; */
        margin-bottom: 40px;
    }

    .rd-category__filters__block__range__inputs input {
        width: 83px;
    }

    .rd-category__filters__btn {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .rd-product-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rd-product-card__label {
        padding-left: 20.5px;
        padding-right: 20.5px;
    }

    .rd-product-card__comparison {
        right: 20px;
    }
    
    .rd-product-card__price {
        font-size: 18px;
        line-height: 22px;
    }

    #js-category-products.active .rd-product-card {
        padding-left: 10px;
        padding-right: 10px;
    }

    #js-category-products.active .rd-product-card__label {
        padding-left: 11px;
        padding-right: 11px;
    }

    #js-category-products.active .rd-product-card__comparison {
        right: 10px;
    }

    #js-category-products.active .rd-product-card__price {
        font-size: 18px;
        line-height: 22px;
    }
}
.rd-product {
  background-color: #FFFFFF;
  padding-bottom: 0;
}

/* Links */

#js-product-links {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 15px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.rd-product__links__icon {
  margin: 5px;
  height: 35px;
  width: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.rd-product__links__icon--cart {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREM2NjVBNzYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREM2NjVBNjYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY0MTkzZTc2LTlmMDQtNGY2Mi05ZDNiLWIwMDliMWQyOWM2ZSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRjNmQ2OThjLWE3OTctMzA0Yi1hZDQyLTFi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);
}

.rd-product__links__icon--features {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREM2NjVBRjYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREM2NjVBRTYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY0MTkzZTc2LTlmMDQtNGY2Mi05ZDNiLWIwMDliMWQyOWM2ZSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRjNmQ2OThjLWE3OTctMzA0Yi1hZDQyLTFi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);
}

.rd-product__links__icon--properties {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRTUzM0VDQzYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRTUzM0VDQjYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY0MTkzZTc2LTlmMDQtNGY2Mi05ZDNiLWIwMDliMWQyOWM2ZSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRjNmQ2OThjLWE3OTctMzA0Yi1hZDQyLTFi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);
}

.rd-product__links__icon--gallery {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRjgzQTZCNjYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRjgzQTZCNTYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY0MTkzZTc2LTlmMDQtNGY2Mi05ZDNiLWIwMDliMWQyOWM2ZSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRjNmQ2OThjLWE3OTctMzA0Yi1hZDQyLTFi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);
}

.rd-product__links__icon--reviews {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAwCAYAAAC4wJK5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRkRFNzFCODYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRjgzQTZCRDYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY0MTkzZTc2LTlmMDQtNGY2Mi05ZDNiLWIwMDliMWQyOWM2ZSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRjNmQ2OThjLWE3OTctMzA0Yi1hZDQyLTFi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);
}

.rd-product__links__icon--downloads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAxCAYAAACcXioiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpBNTg4QjI3OThCMThFMzExQkNDRUQ5RTc4RjM4N0M5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRkRFNzFDMDYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRkRFNzFCRjYwQkYxMUVCQkMwRDhGNDM3ODI0ODg2NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY0MTkzZTc2LTlmMDQtNGY2Mi05ZDNiLWIwMDliMWQyOWM2ZSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjRjNmQ2OThjLWE3OTctMzA0Yi1hZDQyLTFiNjkzODhlOGQxZCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Phs2RGMAAAVSSURBVHja1FlbSFxXFL3zUDsTnZEYpjVQicmowXZKjGSMUEP70/kpth+lodAMkkF/xEBL/AmUWguFNh8tFaEqpo2FQmo/0v5ES8FSC3YmFAq28TEaxVrfYpyXb6d7hX3LcDuPe+feSTIHFuM95+y91zrvc9QJgnBMUJm6u7uframpedFisZzLzc21G43GkzqdroBgRnk0Go0Qgvv7+/d3d3enAoHAXa/X+2tTU9PfamPrCEfTMezo6HjG5XJdtFqtF0F4b2/vbiQS+S0UCvlXVlam5ubm1mZmZkKoW1paml9SUnLMZrPZ8/Pzy8xm8/mcnJxzELS5uXlrcHDwVktLy1K6IgqVoL+/v2phYeHLjY2N7aWlpZ/GxsY8DQ0NxUr9wAa28AFf8AnfSv1AgFUO3G730/Pz8x9TsC0K+s3AwECNXNtUgC/4hG/EQCy5thhCBam6aHh4+DmHw9F3eHgYmJqaesfpdP4hZCD5fL4zdrv9U71ebxkdHXXX1dX9JccuPxlmZ2ebaNKFl5eXP6qqqrKmqq8WiIFYiInYMmwEcyKsrq5eo0m5SZOxPlm9TAAxERscUtQVTPGwtrZ2LRwOr42Pj9cmqpNpIDY4gEuSesJTUtAyeHlra+vB9PT0+XjljxLgAC7EyZOgjpAXC7/fX729vR1aXFx8VVr2uAAu4ARu0jKsQrnibO7s7DR5PB4fbUrfFhQUfCid7ZOTkyeLioqeFzKY1tfX/ywvL78vzQ8Gg+/R5vdmb2+vs7m5eSt2J84RP2gnfd9gMLzS2Nh4oa+v7yCOkyt5eXmtdCyYyAR5OnpU7OzsXKfG+1xaRnuDoaen55eDg4MfaSf/ILbMCFA3lVPLR6gFnGKeFDQW36UANxOVqwV8I0aicnADR3AV8/Q4awE0NK5Sy35Hv7+LeVJQC6GVhETlapHKP7gRx35wFfMeCqC1tpiGjpvUf5IsANWJZloAYiSrQxyvgys4iwKEwsLCt0nZz3SyvCc84QkcwRWc8a3nlr1EmX1atFAsaLy+DsitL7eHwRWcH/YArTwn6I8y2u2+17q1KMgFQGu/zLUM3I0mk+kl+hgpLi4OyyAU5T+jMpdFQWn9mB5OmMCVemEE3DGEcNYZFrIvgXMtBGBNHc9CAeBcIQqYzEIB4FwGARbCShYKAGcLBBzBMScLBYDzEb2Q5QkCwnIu9k9gAucwTnQBgo0wK9PwKK3BZyR5q7SG/6MkOvkoifOopuSRDZwDRp7NWIl8Mowg9gXCbUn+DUK7wha8QngjTv5tmfbg7BcFnJa5U95gslpcXnAkvqrCBThPYA6MEOqycA6A8wgEDGFLpjFpzhbmzBVHoCE9dSUmr5/wmgqHlY/CJiaBqx/cxX0AdwG3CvI++q1XYFPPNumKcDPn/xweJ2yn6xCECCGpCPr+DJBTV0mDMdfj0oIvCDdVDKP/EZMKUEuefXxF6IpXcIr/FVStlYhYARqRr2aOpxJVaCd4CQYtRIgCNCJvYG7tySqZCOOENpXLnEj4B4Yq8uyzjbmZUlV0cECXBiJ2GWrJu5iTQ64B3okeEM5qIEIt+bPMxa3UEI+4q2pFaEAeHFrTddDK6l2PgbyLY7eqdeTm8demZnVSuNq0cUy3Vk4dvAJ41ewTMtd5L8dyaO3cxPtEhHfDSg19V7LPCMcwZbKLsWN38XnkDuGtdI7isGHbO+yrK+EOm+xipEIIDlOX+GRYxhejYX4xm+R3m2DMBdzG18DTfBmp5WM8TpVf09F4Ia2bnUa9coJ+XmZSFSzIwm9OAr98BJjwBIsd4ruIuqspBc/qd6F/BRgACKVSOqBS9/oAAAAASUVORK5CYII=);
}

/* Main section */

.rd-product__section__main {
  width: 100%;
  position: relative;
  color: #FFFFFF;
  /* background-color: #000000; */
  background-image: url(/assets/img/product-bg.7eb4eb66.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.rd-product__section__main__preview {
  background-color: #f8493e;
  color: white;
  font-weight: 600;
  padding: 5px 0;
}

.rd-product__section__main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #72001F 0%, #D8003B 100%);
}

/* .rd-product__section__main .container {
  background-image: url("../img/product/Line.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
} */

.rd-product__image {
  width: 100%;
  height: 400px;
  padding: 50px 0;
  /* background-image: url("../img/product/Light.png"); */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-product__image img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}

.rd-product__info {
  padding-bottom: 60px;
}

.rd-product__title {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  color: #FF0046;
  /*white-space: nowrap;*/
  /* Убрал пока white-space, иначе дописанные цвета уходят за пределы экрана */
}

.rd-product__type {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.rd-product__sku {
  font-size: 16px;
  line-height: 20px;
  /* color: #BDBDBD; */
  color: #FFFFFF;
  margin-bottom: 20px;
}

a.rd-product__sku {
  display: block;
}

.rd-product__varieties__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}

.rd-product__varieties__item {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
}

.rd-product__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;
}

.rd-product__varieties__item__color:not(:last-of-type) {
  margin-right: 5px;
}

.rd-product__varieties__item__color.active {
  border-color: #FF0046;
}

.rd-product__varieties__item__color--double {
  background: linear-gradient(135deg, var(--bg-color) 50%, var(--bg-color-secondary) 50%);
}

.rd-product__varieties__item__color__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.rd-product__varieties__item input {
  margin-right: 12px;
}

.rd-product__varieties__item input:checked + label {
  color: #FF0046;
}

.rd-product__description {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 35px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: none;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: auto;
}

.rd-product__description::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: transparent;
}

.rd-product__description::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #FF0046;
}

.rd-product__price {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #FFF;
  margin-bottom: 30px;
}

.rd-product__out-of-stock {
  font-weight: 600;
  font-size: 22px;
  line-height: 39px;
  color: #B2B2B2;
  margin-bottom: 30px;
}

.rd-product__btn {
  padding: 15px 0 13px;
  min-width: 240px;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 17px;
}

.rd-product__action {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
}

.rd-product__question__icon {
  display: inline-block;
  border-radius: 50%;
  background: url(/assets/img/vopros.2823efa5.svg) no-repeat center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

/* Features section */

.rd-product__section__features {
  background-color: #2C2C2C;
  padding: 80px 0 100px;
}

.rd-product__features {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.rd-product__features__item {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}

.rd-product__features__item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

.rd-product__features__item__title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #FF0046;
}

.rd-product__features__item__description {
  max-height: 150px;
  overflow-y: scroll;
  direction: rtl;
  -webkit-overflow-scrolling: none;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: auto;
  padding-left: 20px;
}

.rd-product__features__item__description::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: transparent;
}

.rd-product__features__item__description::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #FF0046;
}

.rd-product__features__item__description__row {
  direction: ltr;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

.rd-product__features__item__description__row:first-child {
  margin-top: 10px;
}

.rd-product__features__item__description__row:last-child {
  margin-bottom: 0;
}

/* Properties section */

.rd-product__section__properties {
  padding: 40px 0 70px;
}

.rd-product__properties__group:not(:last-child) {
  margin-bottom: 45px;
}

.rd-product__properties__group__title {
  color: #000000;
  margin-bottom: 50px;
}

.rd-product__properties__group__item {
  border-bottom: 0.5px solid #BDBDBD;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.rd-product__properties__group__item__title {
  padding: 10px 0;
}

.rd-product__properties__group__item__value {
  padding: 10px 0;
  text-align: right;
}

/* Gallery section */

.rd-product__section__gallery {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 0 74px;
}

.rd-product__section__gallery .js-gallery-thumbnail-item {
  position: relative;
}

.rd-product__section__gallery .js-gallery-more-photos {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.rd-product__gallery__title {
  margin-bottom: 50px;
}

.rd-product__gallery__item {
  height: 320px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #0d0d0d;
  /* background: linear-gradient(180deg, #72001F 0%, #D8003B 100%); */
  background: linear-gradient(110deg, #0d0d0d 0%, #1f1f1f 100%);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.rd-product__gallery__item:hover,
.rd-product__gallery__item:focus {
  background: #252525;
  /* background: linear-gradient(180deg, #c10035 0%, #ff1454 100%);; */
  background: linear-gradient(110deg, #252525 0%, #353535 100%);
}

.rd-product__gallery__item:hover .rd-product__gallery__item__img,
.rd-product__gallery__item:focus .rd-product__gallery__item__img {
  transform: scale(1.05);
}

.rd-product__gallery__item--mobile:hover img,
.rd-product__gallery__item--mobile:focus img {
  transform: scale(1.05);
}

.rd-product__gallery__item--mobile {
  margin: 0 auto;
  width: 280px;
  height: 280px;
  padding: 20px;
  overflow: hidden;
}

.rd-product__gallery__item--video {
  position: relative;
}

.rd-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;
}

.rd-product__gallery__item--mobile img {
  width: auto !important;
  /* max-width: 100%; */
  /* max-height: 100%; */
  max-width: 70%;
  max-height: 70%;
  filter: drop-shadow(0px 0px 150px #FFFFFF);
  transform: translateZ(0);
  /* aspect-ratio: 16/9; */
  object-fit: contain;
}

.rd-product__gallery__item__img {
  width: unset;
  height: unset;
  /* max-width: 90%; */
  /* max-height: 300px; */
  max-width: 70%;
  max-height: 70%;
  transition: all 0.4s ease-in-out;
  filter: drop-shadow(0px 0px 150px #FFFFFF);
  transform: translateZ(0);
  /* aspect-ratio: 16/9; */
  object-fit: contain;
}

.rd-product__gallery__more,
.rd-product__gallery__less {
  /* position: absolute; */
  display: flex;
  font-weight: 600;
  /* left: 0; */
  /* top: 0; */
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  background-color: rgba(0, 0, 0, .7);
  border: 5px solid #0d0d0d;
}

.rd-product__gallery__less {
  color: #747474;
  font-size: 1.5rem;
}

/* Reviews section */

.rd-product__section__reviews {
  background-color: #2C2C2C;
  padding: 40px 0 60px;
  color: #FFFFFF;
}

.rd-product__reviews__title {
  margin-bottom: 50px;
}

.rd-product__reviews__list {
  margin-bottom: 30px;
}

.rd-product__reviews__list__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.rd-product__reviews__list__item__author {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.rd-product__reviews__list__item__date {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.rd-product__reviews__list__item__raiting {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rd-product__reviews__list__item__raiting svg {
  width: 20px;
  height: 20px;
}

.rd-product__reviews__list__item__raiting svg:not(:last-child) {
  margin-right: 5px;
}

.rd-product__reviews__list__item__text {
  font-size: 14px;
  line-height: 17px;
}

.rd-product__reviews__list__item__text:last-of-type {
  margin-bottom: 0;
}

.rd-product__reviews__list__item__text--bold {
  font-weight: 600;
}

.rd-product__reviews__btn {
  padding: 15px 0 13px;
  min-width: 240px;
}

.rd-product__reviews__btn:not(:last-child) {
  margin-bottom: 20px;
}

.rd-product__section__files {
  background-color: #000000;
  padding: 50px 0 60px;
  color: #FFFFFF;
}

.rd-product__files {
  margin-bottom: 45px;
}

.rd-product__files__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.rd-product__files__item svg {
  margin-right: 10px;
}

.rd-product__files__item__name {
  flex: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-decoration: none;
}

.rd-product__files__item__name:hover,
.rd-product__files__item__name:focus {
  color: #FF0046;
}

@media (min-width: 576px) {
  #js-product-links {
    left: calc(50% - 246px);
    width: auto;
  }
}

@media (min-width: 768px) {
  #js-product-links {
    top: 80px;
    left: calc(50% - 345px);
  }

  .rd-product__links__icon {
    height: 36px;
    width: 36px;
    margin: 0;
  }

  .rd-product__links__icon:not(:last-child) {
    margin-right: 22px;
  }

  .rd-product__section__main .container {
    height: 100%;
    display: flex;
  }

  .rd-product__image {
    height: 500px;
    padding: 100px 0;
  }

  .rd-product__image img {
    max-height: 300px;
  }

  .rd-product__sku {
    font-size: 14px;
    line-height: 17px;
  }

  .rd-product__btn {
    margin-right: 30px;
  }
  
  .rd-product__action {
    margin-right: 30px;
  }

  /* Features */

  .rd-product__features {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }

  /* Properties */

  .rd-product__properties__group__item {
    font-size: 14px;
  }

  .rd-product__properties__group__item__value {
    font-weight: 600;
  }

  /* Reviews */

  .rd-product__reviews__list__item {
    max-width: 66.66667%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  #js-product-links {
    left: calc(50% - 465px);
  }

  .rd-product__section__main {
    height: 600px;
  }

  .rd-product__image {
    height: 600px;
    padding: 125px 0;
  }

  .rd-product__image img {
    max-height: 350px;
  }

  .rd-product__info {
    padding: 0;
  }

  .rd-product__description {
    direction: rtl;
    padding-left: 20px;
    max-height: 97px;
  }

  .rd-product__description p {
    direction: ltr;
  }

  .rd-product__title {
    font-size: 35px;
  }

  /* Features */

  .rd-product__features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  #js-product-links {
    left: calc(50% - 555px);
  }

  .rd-product__section__main {
    height: 700px;
  }

  .rd-product__image {
    height: 700px;
    padding: 100px 0;
  }

  .rd-product__image img {
    max-height: 500px;
  }
}

.rd-compare {
  background-color: #FFF;
  /* padding: 100px; */
}

.rd-compare__category__title {
  /* font-weight: bold; */
  /* font-size: 22px; */
  /* line-height: 27px; */
  /* font-size: 18px; */
  /* line-height: 22px; */
  margin-bottom: 23px;
}

.rd-compare__table {
  width: auto;
  /* font-size: .8rem; */
  font-size: 14px;
  line-height: 17px;
}

.rd-compare__table thead th {
  vertical-align: top;
  padding-bottom: 15px;
}

.rd-compare__table thead th:first-child,
.rd-compare__table tbody td:first-child {
  position: sticky;
  left: 0px;
  min-width: 250px;
  max-width: 250px;
  padding-left: 0;
  background-color: #FFF;
}

.rd-compare__table thead th:nth-child(2),
.rd-compare__table tbody td:nth-child(2) {
  left: 0;
}

.rd-compare__table thead th:last-child,
.rd-compare__table tbody td:last-child {
  padding-right: 0;
}

.rd-compare__table thead th:not(:first-child),
.rd-compare__table tbody td:not(:first-child) {
  width: 250px;
}

.rd-compare__table tbody tr:first-child td {
  padding: 36px 0 0 0;
}

.rd-compare__table__product__info {
  /* height: 220px; */
  /* width: 250px; */
  height: 100%;
  width: 100%;
  /* width: calc(100% - 30px);
  margin: 0 auto; */
}

.rd-compare__table__product__info__img {
  height: 100px;
  /* margin-bottom: 28px; */
  margin-bottom: 17px;
}

.rd-compare__table__product__info__img img {
  max-height: 100%;
}

.rd-compare__table__product__info__title {
  /* font-size: 16px;
  line-height: 20px; */
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* margin-bottom: 25px; */
  margin-bottom: 13px;
}

.rd-compare__table__product__info__title a {
  color: #31363A;
}

.rd-compare__table__product__info__title a:hover,
.rd-compare__table__product__info__title a:focus {
  color: #2c3034;
}

.rd-compare__table__product__info__price {
  /* font-size: 1.5rem; */
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin-right: 10px;
}

.rd-compare__table__product__info__out-of-stock {
  /* font-size: 1rem; */
  /* line-height: 36px; */
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}

.rd-compare__table__property {
  font-weight: 700;
}

@media (min-width: 768px) {
  /* .rd-compare {
    padding-bottom: 0;
  } */

  .rd-compare__category__title {
    /* font-size: 2rem; */
    font-size: 22px;
    line-height: 27px;
  }

  .rd-compare__table {
    /* font-size: 1rem; */
    font-size: 16px;
    line-height: 20px;
  }

  .rd-compare__table__product__info {
    width: 250px;
  }

  .rd-compare__table__product__info__title {
    font-size: 16px;
    line-height: 20px;
  }

  .rd-compare__table__product__info__price,
  .rd-compare__table__product__info__out-of-stock {
    font-size: 22px;
    line-height: 27px;
  }

  .rd-compare__table__product__info__price {
    margin-right: 20px;
  }
}

/* .rd-faq__title {
    font-weight: 900;
    margin: 25px 0 29px 0;
} */

/* .rd-faq__description {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 29px;
} */

.rd-faq__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.rd-faq__item__header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.rd-faq__item__header__icon {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 10px;
    transition: transform 0.35s ease;
}

.rd-faq__item__header__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    margin: 0;
}

.rd-faq__item__questions {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 44px;
}

.rd-faq__item:not(:last-child) .rd-faq__item__questions {
    margin-bottom: 20px;
}

.rd-faq__item__questions__item::marker {
    color: #A6022E;
}

.rd-faq__item__questions__item:not(:last-child) {
    margin-bottom: 20px;
}

.rd-faq__item__questions__item__header {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #A6022E;
}

.rd-faq__item__questions__item__header p:last-child {
    margin-bottom: 0;
}

.rd-faq__item__questions__item__answer {
    padding-top: 7px;
    padding-bottom: 17px;
    border-bottom: 1px solid #BDBDBD;
    font-size: 14px;
    line-height: 17px;
}

.rd-faq__item__questions__item__answer p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .rd-faq__item__header__title {
        font-size: 22px;
        line-height: 27px;
    }

    .rd-faq__item__header__icon {
        width: 18px;
        height: 18px;
        margin-right: 37px;
    }

    .rd-faq__item__questions {
        margin-top: 24px;
        padding-left: 75px;
    }

    .rd-faq__item:not(:last-child) .rd-faq__item__questions {
        margin-bottom: 33px;
    }

    .rd-faq__item__questions__item:not(:last-child) {
        margin-bottom: 23px;
    }

    .rd-faq__item__questions__item__header {
        font-size: 16px;
        line-height: 20px
    }

    .rd-faq__item__questions__item__answer {
        padding-top: 24px;
        padding-bottom: 23px;
        margin-bottom: 9px;
        font-size: 16px;
        line-height: 20px;
    }
}

.rd-news__article {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.rd-news__article__img {
  height: 150px;
  width: 100%;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-news__article__img img {
  max-height: 100%;
}

.rd-news__article__date {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
  margin-bottom: 10px;
}

.rd-news__article__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.rd-news__article__title a {
  color: inherit;
  text-decoration: none;
}

.rd-news__article__description {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}

.rd-news__article__description p,
.rd-news__article__description span,
.rd-news__article__description div {
  font-size: 14px !important;
  line-height: 17px !important;
  font-family: "Montserrat", sans-serif !important;
  color: #000000 !important;
  margin-bottom: 0 !important;
}

.rd-news__article__link {
  font-size: 14px;
  line-height: 17px;
  color: #FF0046;
  text-decoration: none;
}

@media (min-width: 992px) {
  .rd-news__article__img {
    height: 200px;
  }

  .rd-news__article__date {
    font-size: 16px;
    line-height: 20px;
  }

  .rd-news__article__title {
    font-size: 18px;
    line-height: 22px;
  }

  .rd-news__article__description {
    font-size: 16px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }

  .rd-news__article__description p,
  .rd-news__article__description span,
  .rd-news__article__description div {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .rd-news__article__link {
    font-size: 16px;
    line-height: 20px;
  }
}

.rd-article__title {
  margin: 40px 0 10px;
}

.rd-article__date {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #808080;
  margin-bottom: 40px;
}

.rd-article__content {
  font-size: 14px;
  line-height: 17px;
}

.rd-article__content * {
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  line-height: 17px !important;
}

.rd-article__content h1,
.rd-article__content h1 * {
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  margin: 20px 0 !important;
}

.rd-article__content h2,
.rd-article__content h2 * {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 22px !important;
  margin: 15px 0 !important;
}

.rd-article__content h3,
.rd-article__content h3 * {
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 20px !important;
  margin: 15px 0 !important;
}

.rd-article__content h4,
.rd-article__content h4 * {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  margin: 15px 0 !important;
}

.rd-article__content p,
.rd-article__content span,
.rd-article__content div {
  margin-bottom: 10px;
  font-weight: 400 !important;
  color: #000000 !important;
}

.rd-article__content a {
  font-weight: 400 !important;
  color: #FF0046 !important;
  text-decoration: none !important;
  border: none !important;
}

.rd-article__content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .rd-article__content img {
    max-height: 350px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .rd-article {
    padding: 0 50px;
  }

  .rd-article__title {
    margin: 0 0 10px;
  }
}

@media (min-width: 992px) {
  .rd-article__date {
    font-size: 16px;
    line-height: 20px;
  }
  
  .rd-article__content {
    font-size: 16px;
    line-height: 20px;
  }

  .rd-article__content * {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  
  .rd-article__content p,
  .rd-article__content span,
  .rd-article__content div {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .rd-article__content h1,
  .rd-article__content h1 * {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 26px !important;
  }
  
  .rd-article__content h2,
  .rd-article__content h2 * {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 24px !important;
  }
  
  .rd-article__content h3,
  .rd-article__content h3 * {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 22px !important;
  }
  
  .rd-article__content h4,
  .rd-article__content h4 * {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }
}

.rd-addresses {
  background-color: #FFFFFF;
  color: #000000;
}
#map {
  width: calc(100% + 48px);
  height: 375px;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 40px;
}
.rd-cities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #31363a;
  margin-bottom: 24px;
}
.rd-cities__item {
  background-color: #f4f4f4;
  padding: 5.5px 24px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  transition: all ease-out 300ms;
}
.rd-cities__item:hover, .rd-cities__item:focus {
  background-color: #FF0046;
  color: #FFFFFF;
}
.rd-cities__item.active {
  background-color: #FF0046;
  color: #FFFFFF;
}
.rd-cities__item.active:hover, .rd-cities__item.active:focus {
  background-color: #d9003c;
}
.rd-cities__all {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-left: 16px;
  color: #FF0046;
  text-decoration: none;
}
.rd-places {
  color: #000000;
}
.rd-places__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 10px;
}
.rd-places__select {
  border: 1px solid #A0A0A2;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  padding: 4px 9px 5px;
  min-height: auto;
  appearance: none;
}
.rd-places__list {
  margin-bottom: 50px;
}
.rd-places__list__item:not(.d-none):not(:last-child) {
  margin-bottom: 30px;
}
.rd-places__list__item:not(.d-none):last-of-type {
  margin-bottom: 0px;
}
.rd-places__list__item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 15px;
  padding-left: 15px;
  display: flex;
  align-items: flex-start;
}
.rd-places__list__item__title svg {
  margin-top: 2.5px;
  margin-left: 10px;
}
.rd-places__list__item__affiliates__item {
  margin-left: -24px;
  margin-right: -24px;
  width: calc(100% + 48px);
  padding: 6px 24px 12px 40px;
  cursor: pointer;
  transition: all ease-out 300ms;
}
.rd-places__list__item__affiliates__item:hover, .rd-places__list__item__affiliates__item:focus {
  background-color: #e6e4e4;
}
.rd-places__list__item__affiliates__item.active {
  background-color: #e6e4e4;
}
.rd-places__list__item__affiliates__item__metro {
  margin-left: -24px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.rd-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);
}
.rd-places__list__item__affiliates__item__metro + address {
  font-weight: 400 !important;
}
.rd-places__list__item__affiliates__item address {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.rd-places__list__item__affiliates__item a {
  color: #000000;
  text-decoration: none;
}
.rd-places__list__item__affiliates__item strong {
  font-weight: 600;
}
.rd-places__hint {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.rd-places__hint svg {
  margin-right: 15px;
}
.rd-places__hint span {
  /* font-weight: 400; */
  font-size: 12px;
  line-height: 15px;
}
.rd-marketplaces {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rd-marketplaces__item {
  display: block;
  margin-right: 10px;
  margin-bottom: 15px;
}
.rd-marketplaces__item img {
  max-width: 100%;
}
.map-content {
  display: flex;
  flex-direction: column;
}
.map-content__title {
  font-weight: 600;
  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%;
 }
  .rd-places__select {
    max-width: 330px;
 }
}
@media (min-width: 992px) {
  #map {
    height: 610px;
  }
  .rd-places {
    background: #F7F5F5;
    padding: 20px 0;
    margin-bottom: 20px;
    height: 610px;
    overflow: hidden;
  }
  .rd-places__title {
    margin-left: 24px;
    margin-right: 24px;
  }
  .rd-places__select {
    max-width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }
  .rd-places__select:last-of-type {
    margin-bottom: 40px;
  }
  .rd-places__list {
    margin-bottom: 0;
    max-height: calc(100% - 155px);
    overflow-y: auto;
    padding: 0 24px;
    position: relative;
  }
  .rd-places__list__item__affiliates__item:hover, .rd-places__list__item__affiliates__item:focus {
    background-color: #e6e4e4;
  }
  .rd-places__list__item__affiliates__item.active {
    background-color: #e6e4e4;
  }
  .rd-marketplaces__item {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/* Modals */

.rd-modal__content {
  border: none;
  padding: 22px 24px 37px;
}

.rd-modal__content--dark {
  background-color: #2C2C2C;
  color: #FFFFFF;
}

.rd-modal__header {
  padding: 0;
  border: none;
}

.rd-modal__header .rd-modal__close {
  margin: 0 0 27px auto;
  padding: 0;
  opacity: 1;
}

.rd-modal__close:focus,
.rd-modal__close:focus-within {
  outline: none;
}

.rd-modal__body {
  padding: 0;
}

/* Help modal */

.rd-helpModal__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 61px;
}

.rd-helpModal__text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}

.rd-helpModal__submit {
  margin-bottom: 41px;
}

.rd-helpModal__contacts__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 9px;
}

.rd-helpModal__contacts__phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF
}

.rd-helpModal__contacts__phone:hover,
.rd-helpModal__contacts__phone:focus {
  color: #E5E5E5;
}

.rd-helpModal__contacts__email {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF
}

.rd-helpModal__contacts__email:hover,
.rd-helpModal__contacts__email:focus {
  color: #E5E5E5;
}

/* Reviews modal */

#rd-reviewsModal .rd-modal__dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

#rd-reviewsModal .rd-modal__close {
  opacity: 1;
}

.rd-reviewsModal__title {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 54px;
}

@media (min-width: 768px) {
  /* Reviews modal */

  #rd-reviewsModal .rd-modal__content {
    padding: 50px 38px;
  }

  .rd-reviewsModal__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 33px;
  }
}

@media (min-width: 992px) {
  .rd-modal__dialog {
    max-width: 90%;
  }

  .rd-modal__content {
    position: relative;
    padding: 53px 76px 28px;
  }

  .rd-modal__header {
    position: absolute;
    top: 22px;
    right: 35px;
  }

  /* Help modal */

  .rd-helpModal__textarea {
    min-height: 154px;
  }

  /* Reviews modal */

  #rd-reviewsModal .rd-modal__content {
    padding: 70px 0;
  }

  #rd-reviewsModal .rd-modal__body {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .rd-modal__dialog {
    max-width: 1030px;
  }
}

.rd-carousel {
  position: relative;
}

.rd-carousel__nav {
  position: absolute;
  /* z-index: -1; */
  height: 1px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.rd-carousel__nav.disabled {
  display: none !important;
}

.rd-carousel__nav--secondary {
  top: calc(50% - 21px);
  left: 0;
}

.rd-carousel__nav__prev,
.rd-carousel__nav__next {
  width: 30px;
  height: 58px;
  transition: opacity 0.35s ease-in;
  opacity: .5;
}

.rd-carousel__nav__prev--secondary,
.rd-carousel__nav__next--secondary {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.rd-carousel__nav__prev--third,
.rd-carousel__nav__next--third {
  width: 9px;
  height: 17px;
  opacity: 1;
}

.rd-carousel__nav__prev {
  background: url(/assets/img/carousel-prev.cbf5f45e.svg) no-repeat;
}

.rd-carousel__nav__prev--secondary {
  background: url(/assets/img/carousel-prev--secondary.5bb793ed.svg) no-repeat;
}

.rd-carousel__nav__prev--third {
  background: url(/assets/img/carousel-prev--third.27fd42c9.svg) no-repeat;
}

.rd-carousel__nav__next {
  background: url(/assets/img/carousel-next.11bed22f.svg) no-repeat;
}

.rd-carousel__nav__next--secondary {
  background: url(/assets/img/carousel-next--secondary.ba7130fa.svg) no-repeat;
}

.rd-carousel__nav__next--third {
  background: url(/assets/img/carousel-next--third.44748571.svg) no-repeat;
}

.rd-carousel__nav__prev:hover,
.rd-carousel__nav__prev:focus,
.rd-carousel__nav__next:hover,
.rd-carousel__nav__next:focus {
  opacity: 1;
}

.rd-carousel__dots {
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 100%;
  margin: 20px 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-carousel__dots.disabled {
  display: none !important;
}

.rd-carousel__dots__item {
  background-color: transparent;
  border: none;
  outline: none;
}

.rd-carousel__dots__item:hover,
.rd-carousel__dots__item:focus {
  outline: none;
}

.rd-carousel__dots__item span {
  display: inline-block;
  background-color: #2C2C2C;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  transition: background-color 0.35s ease-in;
}

.rd-carousel__dots__item.active span {
  background-color: #BDBDBD;
}

/* Main slider */

.rd-main__slider .rd-carousel__nav {
  visibility: hidden;
}

.rd-main__slider:hover .rd-carousel__nav {
  visibility: visible;
}

.rd-main__slider__item {
  background-color: var(--bg-color);
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  /* background-position: calc(50% - 100px) 0; */
  background-position: calc(50% - 100px) 100%;
  background-size: auto 350px;
  display: block;
}

.rd-main__slider__item .container {
  height: 100%;
}

.rd-main__slider__item__img {
  height: 350px;
  padding: var(--padding-top, 23px) var(--padding-right, 14px) var(--padding-bottom, 14px) var(--padding-left, 14px);
  /* padding: 23px 14px 0; */
  /* display: flex; */
  /* align-items: var(--y-position); */
  /* justify-content: var(--x-position); */
}

.rd-main__slider__item__img img {
  /* max-width: 100%; */
  /* max-height: 100%; */
  /* width: auto !important; */
  /* margin: 0 auto; */
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  object-position: var(--x-position) var(--y-position);
}

.rd-main__slider__item__text {
  /* height: 420px; */
  height: 330px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* padding: 23px 8px 0; */
  padding: 43px 0 10px;
  text-wrap: balance;
}

.rd-main__slider__item__text__s1 {
  color: var(--text-color);
  font-weight: 900;
  /* font-size: 36px;
  line-height: 44px; */
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 20px;
}

.rd-main__slider__item__text__s2 {
  color: var(--text-color);
  font-weight: 600;
  /* font-size: 18px; */
  /* line-height: 22px; */
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px;
}

.rd-main__slider__item__text__s3 {
  color: var(--text-color);
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  margin: 0 0 20px;
}

p.rd-main__slider__item__text__s4 {
  color: var(--text-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 20px;
}

ul.rd-main__slider__item__text__s4 {
  color: var(--text-color);
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-left: 10px;
  margin: 0 0 20px;
}
ul.rd-main__slider__item__text__s4 > li:before {
  color: var(--text-color);
  display: inline-block;
  content: "-";
  width: 10px;
  margin-left: -10px;
}

.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;
}
.df-main__carousel__item__text__s2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
}
p.df-main__carousel__item__text__s4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
ul.df-main__carousel__item__text__s4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

/* Banners slider */

.rd-main__banners__item {
  max-width: 255px;
  height: 380px;
  display: flex;
  flex-direction: column;
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
  padding: 20px 25px;
  margin: 0 auto;
}

.rd-main__banners__item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px; 
}

.rd-main__banners__item__description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}

.rd-main__banners__item__img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-main__banners__item__img img {
  max-height: 200px;
  width: auto !important;
  margin: 0 auto;
}

/* Categories slider */

.rd-main__categories__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

.rd-main__categories__item {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.rd-main__categories__item:hover,
.rd-main__categories__item:focus {
  text-decoration: none;
  color: #FF0046;
}

.rd-main__categories__item:hover svg,
.rd-main__categories__item:focus svg {
  transform: scale(1.05);
}

.rd-main__categories__item__img {
  width: 84px;
  height: 75px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}

.rd-main__categories__item__img svg {
  width: 60%;
  height: 60%;
  transition: all 0.15s ease-in-out;
}

.rd-main__categories__item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.15s ease-in-out;
}

/* Watchlist slider */

.rd-product__card {
  background: linear-gradient(152.89deg, #000000 -0.8%, #2F2F2F 81.76%);
  height: 100%;
  width: 100%;
  max-width: 255px;
  margin: 0 auto;
  position: relative;
}

.rd-product__card__img {
  padding: 10px 22px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rd-product__card__img img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}

.rd-product__card__info {
  margin: 0 30px;
  padding: 20px 0 28px;
  border-top: 1px solid #555555;
}

.rd-product__card__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.rd-product__card__title a {
  color: #FF0046;
  text-decoration: none;
}

.rd-product__card__title a:hover,
.rd-product__card__title a:focus {
  color: #FF0046;
  text-decoration: none;
}

.rd-product__card__type {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.rd-product__card__footer {
  background-color: #555555;
  display: flex;
  justify-content: space-between;
}

.rd-product__card__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #FFF;
  padding: 15px 30px 17px;
}

.rd-product__card__footer .btn {
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .rd-carousel__nav--primary {
    max-width: 758px;
    top: calc(50% - 29px);
    left: calc(50% - 379px);
    z-index: 1;
  }

  .rd-carousel__nav--secondary {
    left: -50px;
    width: calc(100% + 100px);
  }

  .rd-carousel__nav--third {
    left: -20px;
    top: calc(50% - 8.5px);
    width: calc(100% + 40px);
  }

  /* Header banners slider */

  .rd-header__slider {
    background-color: #2C2C2C;
    color: #FFFFFF;
  }

  .rd-header__slider__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
  }

  .rd-header__slider__item__text {
    font-size: 12px;
    line-height: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .rd-header__slider__item__btn {
    font-size: 14px;
    line-height: 17px;
    padding: 2px 13px 3px;
    border: none;
  }

  /* Main slider */

  .rd-main__slider__item {
    background-position: 50% 0;
    background-size: auto 550px;
    height: 550px;
  }
  
  .rd-main__slider__item__img {
    width: 50%;
    height: 100%;
    /* padding: 10% 5% 0; */
    padding: var(--padding-top, 20px) var(--padding-right, 20px) var(--padding-bottom, 20px) var(--padding-left, 20px);
  }
  
  .rd-main__slider__item__text {
    height: auto;
    width: 50%;
    padding: 50px 0;
  }

  .df-main__carousel__item__text__s1 {
    max-width: none;
    font-size: 64px;
    line-height: 75px;
  }
  .df-main__carousel__item__text__s2 {
    font-size: 36px;
    line-height: 42px;
  }
  p.df-main__carousel__item__text__s4, ul.df-main__carousel__item__text__s4 {
    font-size: 24px;
    line-height: 30px;
  }

  /* Categories slider */

  .rd-main__categories__slide {
    grid-template-columns: repeat(4, 1fr);
  }

  .rd-main__categories__item__title {
    font-size: 18px;
    line-height: 22px;
  }

  .rd-main__categories__item__img svg {
    width: 70%;
    height: 70%;
  }

  /* Watchlist slider */

  .rd-product__card {
    max-width: auto;
  }
}

@media (min-width: 992px) {
  .rd-carousel__nav--primary {
    max-width: 990px;
    left: calc(50% - 495px);
  }

  .rd-carousel__nav--secondary {
    left: -50px;
    width: calc(100% + 100px);
  }

  /* .rd-carousel__nav--third {
    left: -18px;
    top: calc(50% - 8.5px);
    width: calc(100% + 36px);
  } */
  
  /* Categories slider */

  .rd-main__categories__slide {
    grid-template-columns: repeat(5, 1fr);
  }

  .rd-main__categories__item__img svg {
    width: 80%;
    height: 80%;
  }
}

@media (min-width: 1200px) and (min-height: 950px) {
/* Main slider */

.rd-main__slider__item {
  background-size: auto 592px;
  height: 592px;
}

.rd-main__slider__item__img {
  width: 60%;
  padding: var(--padding-top, 25px) var(--padding-right, 25px) var(--padding-bottom, 25px) var(--padding-left, 25px);
}

.rd-main__slider__item__text {
  width: calc(40% - 30px);
  margin-right: 30px;
}

.rd-main__slider__item__text__s1 {
  font-size: 46px;
  line-height: 56px;
}

.rd-main__slider__item__text__s2 {
  font-size: 22px;
  line-height: 27px;
}

.rd-main__slider__item__text__s3 {
  font-size: 36px;
  line-height: 44px;
}

p.rd-main__slider__item__text__s4 {
  font-size: 16px;
  line-height: 20px;
}

ul.rd-main__slider__item__text__s4 {
  font-size: 16px;
  line-height: 20px;
}

.df-main__carousel__item__text__s1 {
  font-size: 68px;
  line-height: 80px;
}
.df-main__carousel__item__text__s2 {
  font-size: 48px;
  line-height: 58px;
}
p.df-main__carousel__item__text__s4, ul.df-main__carousel__item__text__s4 {
  font-size: 36px;
  line-height: 42px;
}

}

@media (min-width: 1200px) {
  .rd-carousel__nav--primary {
    max-width: 1200px;
    left: calc(50% - 600px);
  }

  .rd-carousel__nav--secondary {
    left: -45px;
    width: calc(100% + 90px);
  }

  /* .rd-carousel__nav--third {
    left: -20px;
    top: calc(50% - 10px);
    width: calc(100% + 40px);
  } */

  /* Header banners slider */

  .rd-header__slider__item {
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  /* Main slider */

  .rd-main__slider__item {
    background-size: auto 740px;
    height: 740px;
  }
  .rd-main__slider__item__img {
    padding: var(--padding-top, 50px) var(--padding-right, 50px) var(--padding-bottom, 50px) var(--padding-left, 50px);
  }
}

.rd-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
}

.rd-pagination__btn {
  color: #BDBDBD;
  text-decoration: none;
}

.rd-pagination__text {
  margin: 0 20px;
}

.rd-pagination__input {
  max-width: 50px;
  padding: 5px;
  text-align: center;
  border: none;
  font-size: 16px;
  line-height: 20px;
  height: auto;
}

.rd-pagination__input::-webkit-outer-spin-button,
.rd-pagination__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

.rd-pagination__input--dark {
  background-color: #BDBDBD;
}

.rd-pagination__input--dark:focus {
  background-color: #BDBDBD;
}

.rd-search {
  display: none;
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 1032;
  top: 169px;
  left: 0;
}

.rd-search.active {
  display: block;
}

.rd-search__inner {
  padding: 45px 0 65px;
  background-color: #000000;
}

.rd-search__input {
  padding-right: 55px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2723%27 viewBox=%270 0 30 29%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2713.4236%27 cy=%2712.6561%27 r=%2711.6561%27 stroke=%27%23808080%27 stroke-width=%272%27%3E%3C/circle%3E%3Cpath d=%27M21.6992 20.5278L29.0008 27.8294%27 stroke=%27%23808080%27 stroke-width=%272%27%3E%3C/path%3E%3C/svg%3E");
  background-position: center right 16px;
  background-repeat: no-repeat;
}

.rd-search__results {
  color: #ffffff;
  min-height: 200px;
  position: relative;
}

.rd-search__results__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 40px 0;
}

.rd-search__results__inner {
  max-height: 500px;
  overflow-y: auto;
}

.rd-search__results__inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: transparent;
}

.rd-search__results__inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #FF0046;
}

.rd-search__results__category {
  display: flex;
  flex-direction: column;
}

.rd-search__results__category:not(:last-child) {
  margin-bottom: 25px;
}

.rd-search__results__category__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.rd-search__results__category__item {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 5px;
}

.rd-search__results__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: none;
  background-color: #000000;
}

.rd-search__results__loader.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .rd-search {
    top: 80px;
  }

  .rd-wrapper--with-messages .rd-search {
    top: 120px;
  }
}

/* New styles */

.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-content {
    background-color: #000000;
    border: none;
    height: 100%;
}

.image-fullscreen.modal .modal-header {
    border: none;
}

.image-fullscreen.modal .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=\"white\"><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-body {
    overflow: hidden;
}

.image-fullscreen__container {
    height: 100%;
}

.image-fullscreen__container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    filter: drop-shadow(0px 0px 150px #FFFFFF);
    transform: translateZ(0);
}

.ekko-lightbox.modal .modal-dialog {
    width: 700px;
    max-width: 700px !important;
    height: 700px;
}

.ekko-lightbox.modal .modal-content {
    background-color: #000000;
    overflow: hidden;
    height: 100%;
    border: none;
}

.ekko-lightbox.modal .modal-header {
    border-bottom: none;
}

.ekko-lightbox.modal .modal-header .close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2718%27 viewBox=%270 -960 960 960%27 width=%2718%27%3E%3Cpath d=%27m249-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%27 fill=%27%23FFF%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    outline: none;
    padding: 0;
    margin: 0;
}

.ekko-lightbox.modal .modal-header .zoom {
    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=\"white\"><path d=\"M120-120v-320h80v184l504-504H520v-80h320v320h-80v-184L256-200h184v80H120Z\"/></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;
}

.ekko-lightbox.modal .modal-header .zoom:hover,
.ekko-lightbox.modal .modal-header .zoom:focus {
    opacity: .75;
}

.ekko-lightbox.modal .modal-header .close span {
    display: none;
}

.ekko-lightbox.modal .ekko-lightbox-container {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ekko-lightbox.modal .ekko-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 42px;
    right: 42px;
    width: calc(100% - 84px);
    z-index: 2;
}

.ekko-lightbox.modal .ekko-lightbox-item img {
    max-width: calc(100% - 160px);
    max-height: calc(100% - 160px);
    width: auto !important;
    filter: drop-shadow(0px 0px 150px #FFFFFF);
    transform: translateZ(0);
}

.ekko-lightbox.modal .ekko-lightbox-nav-overlay {
    justify-content: space-between;
    display: flex !important;
}

.ekko-lightbox a {
    opacity: .5;
    flex: unset;
}

.ekko-lightbox a span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
}

.ekko-lightbox a:first-child span {
    background: url(/assets/img/carousel-prev--secondary.5bb793ed.svg) no-repeat;
}

.ekko-lightbox a:last-child span {
    background: url(/assets/img/carousel-next--secondary.ba7130fa.svg) no-repeat;
}

.rd-not-found {
    background-color: #fff;
    padding-bottom: 0;
    display: flex;
}

.rd-not-found .container {
    flex: 1;
    min-height: 420px;
    padding-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(/assets/img/not-found.9629fdf5.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.rd-not-found__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .rd-not-found .container {
        justify-content: center;
        padding-top: 41px;
        min-height: 574px;
        position: relative;
    }

    .rd-not-found__text {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        position: absolute;
        bottom: 120px;
    }
}

@media (min-width: 992px) {
    .rd-not-found__text {
        bottom: 149px;
    }

    .image-fullscreen__container {
        padding: 8rem;
    }
}


/*# sourceMappingURL=app_styles.b667ac8b56abf255da94.css.map*/