@font-face{font-family:'Agenda';src:url('agenda/agendaSemibold.woff2') format('woff2'),url('agenda/agendaSemibold.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Agenda';src:url('agenda/agendaBold.woff2') format('woff2'),url('agenda/agendaBold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}

@font-face {font-family: 'glyphs';src: url('glyph-font/fontello.woff2?85731134') format('woff2'),url('glyph-font/fontello.woff?85731134') format('woff');font-weight: normal;font-style: normal;}

*, *:after, *:before {box-sizing: border-box; min-height: 0vw;}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul{list-style:none;}
a {margin: 0; padding: 0; font-size: 100%; background: transparent; text-decoration: none; color: inherit; text-decoration-thickness: 1px!important;}
table {border-collapse: collapse; border-spacing: 0;}

:root {
	--rgX-1: .25rem; 
	--rgX-2: .5rem; 
	--rgX-3: .75rem; 
	--rgX-4: 1rem; 
	--rgX-5: 1.25rem; 
	--rgX-6: 1.5rem; 
	--rgX-7: 1.75rem;
	--bGaps-1: calc(2 * var(--rgX-1));
	--bGaps-2: calc(2 * var(--rgX-2));
	--bGaps-3: calc(2 * var(--rgX-3));
	--bGaps-4: calc(2 * var(--rgX-4));
	--bGaps-5: calc(2 * var(--rgX-5));
	--bGaps-6: calc(2 * var(--rgX-6));
	--bGaps-7: calc(2 * var(--rgX-7));
	
	--centered-wrap_gX: 1.5625rem;
	
	--topRibbonHeight: 4rem;
	
	--fSizeTxt: clamp(1rem, 0.95698rem + 0.19120vw, 1.125rem);
	--fSizeLG: clamp(1rem, 0.97849rem + 0.09560vw, 1.0625rem);
	--fSizeDOC: 16px;
	--fSizeMD: 0.9375rem;
	--fSizeSM: 0.875rem;
	--fSizeXS: 0.8125rem;
	
	--family1: 'Open Sans', sans-serif;
	--family2: 'Agenda', sans-serif;
	
	/* clamp range 360-1406 */
	--article__h1: clamp(1.875rem, 1.44479rem + 1.91205vw, 3.125rem);
	--article__h2: clamp(1.6875rem, 1.40786rem + 1.24283vw, 2.5rem);
	--article__h3: clamp(1.5rem, 1.37094rem + 0.57361vw, 1.875rem);
	--article__h4: clamp(1.21875rem, 1.16497rem + 0.23901vw, 1.375rem);
	--article__h5: clamp(1.0625rem, 0.99797rem + 0.28681vw, 1.25rem);
	--article__h6: 1rem;

	--weightLight: 300;
	--weightNormal: 400;
	--weightMedium: 500;
	--weightSemibold: 600;
	--weightBold: 700;
	--weightBlack: 800;
	
	--primary: #ffde00;
	--primaryHover: #ffe84d;
	--primaryRGB: 255,222,0;
	--secondary: #0063ae;
	--secondaryHover: #1777bd;
	--special: #fff3e3;
	--specialHover: #fff7ed;
	--grey: #c7c7c7;
	--danger: #ed1e1e;
	--dangerRGB: 232,0,0;
	--success: #69bb14;
	--successRGB: 105,187,20;

	--btnLH: 1.2222;
	--btnRds: 2em;
	--btnBdrW: 1px;
	--btnFS: 1rem;
	--btnPd: 0.607em 1.25em;
	
	--fldLH: var(--btnLH);
	--fldRds: 0.3em;
	--fldBdrW: var(--btnBdrW);
	--fldFS: var(--btnFS);
	--fldPd: var(--btnPd);
}
@media screen and (min-width: 992px){
	:root {
		--btnFS: 1.125rem;
	}
}
@media screen and (min-width: 1200px){
	:root {
		--topRibbonHeight: 8rem;
	}
}
@media screen and (max-width: 480px){
	:root {
		--centered-wrap_gX: 1.1875rem;
	}
}

html {-webkit-text-size-adjust: 100%; font-size: var(--fSizeDOC);}
body {color: #000; background-color: #fff; font: var(--weightNormal) 1rem/1.5 var(--family1), sans-serif; margin-left: auto; margin-right: auto; text-underline-offset: 3px;}
body, .main-wrap {overflow-x: clip;}
.main-wrap {padding: 0;}

h1, h2, h3, h4, h5, h6, .pForm__title, .page-title, .modal-title {margin-bottom: 1.2rem; font-weight: normal; line-height: 1.2;}
img, svg, video {max-width: 100%; height: auto; display: block;}
img, video {object-fit: cover; background-repeat: no-repeat; background-size: cover;}
img {float: none; padding: 0;}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), label[for], input[type="submit"], [role="button"], .toggleNext {cursor: pointer;}
p{margin: 0 0 0.625rem 0;}
hr {height: 0; box-sizing: content-box; margin-top: 1.2rem; margin-bottom: 1.2rem; border: 0; border-bottom: 1px solid #c4c4c4;}
sub, sup {position: relative; font-size: 0.85em; line-height: 1; vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.2em;}
label {display: block;}
input, button, select, optgroup, textarea {-webkit-appearance: none; appearance: none; border: none; border-radius: 0; margin: 0; padding: 0; font-weight: inherit; font-family: inherit; font-size: inherit; line-height: inherit; color: #000;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; appearance: button; background-color: transparent; background-image: none;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding: 0; border-style: none;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; appearance: none;}
input[type="number"] {-moz-appearance: textfield;}

pre {background-color: #e1e4ec; border: 1px solid #e1e4ec; padding: 5px 10px; margin-bottom: 15px;}
blockquote {position: relative; line-height: 1.7; padding: 1.666rem; margin-bottom: 1.6875rem; background-color: #f1f1f1; border-radius: 0.5em;}
blockquote .caption {position: absolute; top: 0; padding: 0.36em 0 0 3em; font-size: 1.11em; line-height: 1;}
blockquote:before {display: block; margin-bottom: 30px; content: '\E809'; line-height: 1em; font-size: 1.45rem; color: var(--secondary);}
blockquote p:last-child {margin-bottom: 0;}
@media screen and (max-width: 399px){
	blockquote:before {margin-bottom: 18px; font-size: 1.15em;}
	blockquote .caption {padding: 0.2em 0 0 2.5em;}
}

/* ============================= grid minified ================================ */
.row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto,.col-sm,.col-sm-1,.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-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-md,.col-md-1,.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-10,.col-md-11,.col-md-12,.col-md-auto,.col-lg,.col-lg-1,.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-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-xl,.col-xl-1,.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-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:1rem;padding-left:1rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{width:8.333333%}.col-2{width:16.666667%}.col-3{width:25%}.col-4{width:33.333333%}.col-5{width:41.666667%}.col-6{width:50%}.col-7{width:58.333333%}.col-8{width:66.666667%}.col-9{width:75%}.col-10{width:83.333333%}.col-11{width:91.666667%}.col-12{width:100%}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{flex:0 0 auto}.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.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.offset-12{margin-left:100%}@media (min-width: 400px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:none}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{flex:0 0 auto}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.333333%}.offset-xs-2{margin-left:16.666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.333333%}.offset-xs-5{margin-left:41.666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.333333%}.offset-xs-8{margin-left:66.666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.333333%}.offset-xs-11{margin-left:91.666667%}.offset-xs-12{margin-left:100%}}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{width:8.333333%}.col-sm-2{width:16.666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333%}.col-sm-5{width:41.666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333%}.col-sm-8{width:66.666667%}.col-sm-9{width:75%}.col-sm-10{width:83.333333%}.col-sm-11{width:91.666667%}.col-sm-12{width:100%}.col-sm-1,.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-10,.col-sm-11,.col-sm-12{flex:0 0 auto}.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.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.offset-sm-12{margin-left:100%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{width:8.333333%}.col-md-2{width:16.666667%}.col-md-3{width:25%}.col-md-4{width:33.333333%}.col-md-5{width:41.666667%}.col-md-6{width:50%}.col-md-7{width:58.333333%}.col-md-8{width:66.666667%}.col-md-9{width:75%}.col-md-10{width:83.333333%}.col-md-11{width:91.666667%}.col-md-12{width:100%}.col-md-1,.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-10,.col-md-11,.col-md-12{flex:0 0 auto}.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.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.offset-md-12{margin-left:100%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{width:8.333333%}.col-lg-2{width:16.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-5{width:41.666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333%}.col-lg-8{width:66.666667%}.col-lg-9{width:75%}.col-lg-10{width:83.333333%}.col-lg-11{width:91.666667%}.col-lg-12{width:100%}.col-lg-1,.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-10,.col-lg-11,.col-lg-12{flex:0 0 auto}.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.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.offset-lg-12{margin-left:100%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{width:8.333333%}.col-xl-2{width:16.666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-xl-9{width:75%}.col-xl-10{width:83.333333%}.col-xl-11{width:91.666667%}.col-xl-12{width:100%}.col-xl-1,.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-10,.col-xl-11,.col-xl-12{flex:0 0 auto}.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.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.offset-xl-12{margin-left: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}.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: 400px){.flex-xs-row{flex-direction:row!important}.flex-xs-column{flex-direction:column!important}.flex-xs-row-reverse{flex-direction:row-reverse!important}.flex-xs-column-reverse{flex-direction:column-reverse!important}.flex-xs-wrap{flex-wrap:wrap!important}.flex-xs-nowrap{flex-wrap:nowrap!important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xs-start{justify-content:flex-start!important}.justify-content-xs-end{justify-content:flex-end!important}.justify-content-xs-center{justify-content:center!important}.justify-content-xs-between{justify-content:space-between!important}.justify-content-xs-around{justify-content:space-around!important}.align-items-xs-start{align-items:flex-start!important}.align-items-xs-end{align-items:flex-end!important}.align-items-xs-center{align-items:center!important}.align-items-xs-baseline{align-items:baseline!important}.align-items-xs-stretch{align-items:stretch!important}.align-content-xs-start{align-content:flex-start!important}.align-content-xs-end{align-content:flex-end!important}.align-content-xs-center{align-content:center!important}.align-content-xs-between{align-content:space-between!important}.align-content-xs-around{align-content:space-around!important}.align-content-xs-stretch{align-content:stretch!important}.align-self-xs-auto{align-self:auto!important}.align-self-xs-start{align-self:flex-start!important}.align-self-xs-end{align-self:flex-end!important}.align-self-xs-center{align-self:center!important}.align-self-xs-baseline{align-self:baseline!important}.align-self-xs-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}.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}.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}.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}.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}}
/* ============================= grid minified ================================ */

/* ============================ display minified ============================== */
.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}@media (min-width:401px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-flex{display: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-flex{display: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-flex{display: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-flex{display: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-flex{display:flex!important}}
/* ============================ display minified ============================== */

/* ========================== text-align minified ============================= */
.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}@media (min-width:400px){.text-xs-start{text-align:left!important}.text-xs-end{text-align:right!important}.text-xs-center{text-align:center!important}}@media (min-width:576px){.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}
/* ========================== text-align minified ============================= */

/* ========================== rgx and gaps minified =========================== */
.rgX-0{margin-left:0!important;margin-right:0!important}.rgX-0>*{padding-left:0!important;padding-right:0!important}.rgX-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-0>*,.bGapsLast-0>:last-child{margin-bottom:0!important}.bGaps-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}@media (min-width:401px){.rgX-xs-0{margin-left:0!important;margin-right:0!important}.rgX-xs-0>*{padding-left:0!important;padding-right:0!important}.rgX-xs-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-xs-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-xs-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-xs-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-xs-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-xs-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-xs-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-xs-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-xs-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-xs-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-xs-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-xs-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-xs-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-xs-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-xs-0>*{margin-bottom:0!important}.bGaps-xs-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-xs-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-xs-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-xs-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-xs-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-xs-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-xs-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-xs-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-xs-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-xs-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-xs-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-xs-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-xs-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-xs-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:576px){.rgX-sm-0{margin-left:0!important;margin-right:0!important}.rgX-sm-0>*{padding-left:0!important;padding-right:0!important}.rgX-sm-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-sm-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-sm-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-sm-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-sm-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-sm-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-sm-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-sm-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-sm-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-sm-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-sm-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-sm-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-sm-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-sm-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-sm-0>*{margin-bottom:0!important}.bGaps-sm-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-sm-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-sm-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-sm-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-sm-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-sm-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-sm-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-sm-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-sm-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-sm-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-sm-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-sm-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-sm-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-sm-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:768px){.rgX-md-0{margin-left:0!important;margin-right:0!important}.rgX-md-0>*{padding-left:0!important;padding-right:0!important}.rgX-md-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-md-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-md-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-md-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-md-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-md-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-md-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-md-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-md-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-md-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-md-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-md-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-md-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-md-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-md-0>*{margin-bottom:0!important}.bGaps-md-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-md-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-md-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-md-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-md-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-md-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-md-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-md-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-md-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-md-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-md-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-md-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-md-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-md-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:992px){.rgX-lg-0{margin-left:0!important;margin-right:0!important}.rgX-lg-0>*{padding-left:0!important;padding-right:0!important}.rgX-lg-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-lg-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-lg-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-lg-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-lg-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-lg-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-lg-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-lg-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-lg-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-lg-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-lg-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-lg-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-lg-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-lg-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-lg-0>*{margin-bottom:0!important}.bGaps-lg-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-lg-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-lg-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-lg-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-lg-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-lg-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-lg-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGaps-lg-11>*{margin-bottom:5.5rem!important}.bGapsN-lg-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-lg-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-lg-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-lg-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-lg-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-lg-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-lg-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}@media (min-width:1200px){.rgX-xl-0{margin-left:0!important;margin-right:0!important}.rgX-xl-0>*{padding-left:0!important;padding-right:0!important}.rgX-xl-1{margin-left:calc(-1 * var(--rgX-1,.25rem))!important;margin-right:calc(-1 * var(--rgX-1,.25rem))!important}.rgX-xl-1>*{padding-left:var(--rgX-1,.25rem)!important;padding-right:var(--rgX-1,.25rem)!important}.rgX-xl-2{margin-left:calc(-1 * var(--rgX-2,.5rem))!important;margin-right:calc(-1 * var(--rgX-2,.5rem))!important}.rgX-xl-2>*{padding-left:var(--rgX-2,.5rem)!important;padding-right:var(--rgX-2,.5rem)!important}.rgX-xl-3{margin-left:calc(-1 * var(--rgX-3,.75rem))!important;margin-right:calc(-1 * var(--rgX-3,.75rem))!important}.rgX-xl-3>*{padding-left:var(--rgX-3,.75rem)!important;padding-right:var(--rgX-3,.75rem)!important}.rgX-xl-4{margin-left:calc(-1 * var(--rgX-4,1rem))!important;margin-right:calc(-1 * var(--rgX-4,1rem))!important}.rgX-xl-4>*{padding-left:var(--rgX-4,1rem)!important;padding-right:var(--rgX-4,1rem)!important}.rgX-xl-5{margin-left:calc(-1 * var(--rgX-5,1.25rem))!important;margin-right:calc(-1 * var(--rgX-5,1.25rem))!important}.rgX-xl-5>*{padding-left:var(--rgX-5,1.25rem)!important;padding-right:var(--rgX-5,1.25rem)!important}.rgX-xl-6{margin-left:calc(-1 * var(--rgX-6,1.5rem))!important;margin-right:calc(-1 * var(--rgX-6,1.5rem))!important}.rgX-xl-6>*{padding-left:var(--rgX-6,1.5rem)!important;padding-right:var(--rgX-6,1.5rem)!important}.rgX-xl-7{margin-left:calc(-1 * var(--rgX-7,1.75rem))!important;margin-right:calc(-1 * var(--rgX-7,1.75rem))!important}.rgX-xl-7>*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-xl-0>*{margin-bottom:0!important}.bGaps-xl-1>*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-xl-2>*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-xl-3>*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-xl-4>*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-xl-5>*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-xl-6>*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-xl-7>*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-xl-1>*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-xl-2>*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-xl-3>*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-xl-4>*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-xl-5>*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-xl-6>*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-xl-7>*{margin-bottom:calc(-1 * var(--bGaps-7,3.5rem))!important}}
/* ========================== rgx and gaps minified =========================== */

/* ======================= padding top/bottom minified ======================== */
.p-0{padding:0!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.5rem!important}.pt-2{padding-top:1rem!important}.pt-3{padding-top:1.5rem!important}.pt-4{padding-top:2rem!important}.pt-5{padding-top:4rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.5rem!important}.pb-2{padding-bottom:1rem!important}.pb-3{padding-bottom:1.5rem!important}.pb-4{padding-bottom:2rem!important}.pb-5{padding-bottom:4rem!important}@media (min-width:400px){.pt-xs-0{padding-top:0!important}.pt-xs-1{padding-top:.5rem!important}.pt-xs-2{padding-top:1rem!important}.pt-xs-3{padding-top:1.5rem!important}.pt-xs-4{padding-top:2rem!important}.pt-xs-5{padding-top:4rem!important}.pb-xs-0{padding-bottom:0!important}.pb-xs-1{padding-bottom:.5rem!important}.pb-xs-2{padding-bottom:1rem!important}.pb-xs-3{padding-bottom:1.5rem!important}.pb-xs-4{padding-bottom:2rem!important}.pb-xs-5{padding-bottom:4rem!important}}@media (min-width:576px){.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.5rem!important}.pt-sm-2{padding-top:1rem!important}.pt-sm-3{padding-top:1.5rem!important}.pt-sm-4{padding-top:2rem!important}.pt-sm-5{padding-top:4rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.5rem!important}.pb-sm-2{padding-bottom:1rem!important}.pb-sm-3{padding-bottom:1.5rem!important}.pb-sm-4{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:4rem!important}}@media (min-width:768px){.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.5rem!important}.pt-md-2{padding-top:1rem!important}.pt-md-3{padding-top:1.5rem!important}.pt-md-4{padding-top:2rem!important}.pt-md-5{padding-top:4rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.5rem!important}.pb-md-2{padding-bottom:1rem!important}.pb-md-3{padding-bottom:1.5rem!important}.pb-md-4{padding-bottom:2rem!important}.pb-md-5{padding-bottom:4rem!important}}@media (min-width:992px){.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.5rem!important}.pt-lg-2{padding-top:1rem!important}.pt-lg-3{padding-top:1.5rem!important}.pt-lg-4{padding-top:2rem!important}.pt-lg-5{padding-top:4rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.5rem!important}.pb-lg-2{padding-bottom:1rem!important}.pb-lg-3{padding-bottom:1.5rem!important}.pb-lg-4{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:4rem!important}}@media (min-width:1200px){.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.5rem!important}.pt-xl-2{padding-top:1rem!important}.pt-xl-3{padding-top:1.5rem!important}.pt-xl-4{padding-top:2rem!important}.pt-xl-5{padding-top:4rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.5rem!important}.pb-xl-2{padding-bottom:1rem!important}.pb-xl-3{padding-bottom:1.5rem!important}.pb-xl-4{padding-bottom:2rem!important}.pb-xl-5{padding-bottom:4rem!important}}
/* ======================= padding top/bottom minified ======================== */

/* ============================= modal minified =============================== */
.collapsing,.modal,.modal-open{overflow:hidden}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}.modal{display:none;position:fixed;z-index:5010;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0,-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:100%;margin-left:auto;margin-right:auto;}.modal-content{position:relative;background-color:#fff;box-shadow:0 3px 9px rgba(0,0,0,.15);background-clip:padding-box;outline:0;border-radius:0.5rem;}.modal-backdrop{position:fixed;z-index:5005;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.7}.modal-body{position:relative;padding:2.4rem var(--centered-wrap_gX) 2.375rem;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
.modal-dialog{padding: var(--centered-wrap_gX); max-width:520px;}.modal-sm{max-width:455px}.modal-md{max-width:640px}.modal-lg{max-width:800px}.modal-xl{max-width:1200px}

.vertical-alignment-helper {display: flex; justify-content: center; height: 100%; width: 100%; pointer-events:none;}
.vertical-align-center {pointer-events:none; margin-top: auto; margin-bottom: auto;}
.modal-content {width:inherit; max-width:inherit; height:inherit; margin: 0 auto; pointer-events: all;}

.modal-content .close-btn {position: absolute; top: 0.25rem; right: 0.25rem;}
.modal-body > *:last-child {margin-bottom: 0;}
@media screen and (max-width: 399px){.modal-body {padding-left: 20px; padding-right: 20px;}}
.modal-content .btn-wrap:last-child {padding-top: 17px;}

/* ============================= modal minified =============================== */

/* ================================== slick-slider ====================================== */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;}.slick-slider .slick-list,.slick-slider .slick-track{display:flex;transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;}.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{visibility:hidden;height:100%;min-height:1px}.slick-slide .slide-img{width:100%;display:block}.slick-slide.slick-loading .slide-img{display:none}.slick-slide.dragging .slide-img{pointer-events:none}.slick-initialized .slick-slide{visibility:visible}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;}.slick-arrow.slick-hidden{display:none}
.slick-slider video {width: 100%; display: block;}

.pSlider, .pr-slider, .tstmnls-slider, .feat-slider, .feat-slider-tabs {visibility: hidden;}
.slick-initialized.slick-slider {visibility: visible}

.slick-arrow {background: none; border: none; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0, 0.15); color: #fff; font-size: 1.625rem; width: 1.8846em; height: 1.8846em; position: absolute; z-index: 11; top: 50%; border-radius: 50%; transform: translateY(-50%);}
.slick-arrow.slick-disabled {display: none !important;}
.slick-arrow:hover {background-color: rgba(0,0,0, 0.25);}
.slick-prev {left: 0; margin-left: 10px;}
.slick-next {right: 0; margin-right: 10px;}
.slick-arrow:before {display: block; text-align: center; color: inherit; line-height: normal;}
.slick-prev:before {content: '\E820';}
.slick-next:before {content: '\E822';}
@media screen and (max-width: 575px){
	.slick-arrow {font-size: 1.4rem;}
}

.slick-list + .slick-dots {padding-top: 12px;}
.slick-dots-wrap {position: absolute; left: 0; right: 0; bottom: 0; z-index: 12;}
.slick-dots-wrap .slick-dots {padding: 0;}
.slick-dots {display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0.5rem; column-gap: 12px; /*padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);*/}
.slick-dots li {margin: 0 0 0.5rem 0;}
.slick-dots li:only-child {display: none;}
.slick-dots button {background: #ccc; width: 0.75em; height: 0.75em; border-radius: 50%; text-indent: -9999px; display: block;}
.slick-dots .slick-active button, .slick-dots li:hover button {background: var(--primary);}

/* ================================= lightgallery ====================================== */
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}#lg-zoom-out,.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{opacity:.5;pointer-events:none}@font-face{font-family:lg;src:url(lg-fonts/lg.eot?n1z373);src:url(lg-fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(lg-fonts/lg.woff?n1z373) format("woff"),url(lg-fonts/lg.ttf?n1z373) format("truetype"),url(lg-fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:greyscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-outer .lg-toogle-thumb,.lg-toolbar .lg-icon{color:#999;font-size:24px;line-height:27px;outline:0;text-align:center;cursor:pointer}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover,.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share,.lg-toolbar .lg-icon:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{animation:.3s lg-right-end;position:relative}.lg-outer.lg-left-end .lg-object{animation:.3s lg-left-end;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{float:right;height:47px;padding:10px 0;width:50px;text-decoration:none!important;background:0 0;border:none;box-shadow:none;transition:color .2s linear}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:transform .35s cubic-bezier(0, 0, .25, 1),opacity .35s cubic-bezier(0, 0, .25, 1),color .2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5,.5,.5);opacity:0;transition:transform 250ms cubic-bezier(0, 0, .25, 1),opacity 250ms cubic-bezier(0, 0, .25, 1)!important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0,100%,0);transition:transform .25s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,.lg-outer.lg-grab img.lg-object{cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:4px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;height:39px;padding:5px 0;position:absolute;right:20px;top:-39px;width:50px;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../images/lg/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../images/lg/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../images/lg/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-backdrop.in,.lg-css3.lg-fade .lg-item.lg-current,.lg-outer .lg-has-html5:hover .lg-video-play,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play,.lg-outer.lg-visible,.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../images/lg/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../images/lg/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-empty-html,.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play,.lg-outer.lg-hide-download #lg-download{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity 80ms}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0, 0, .25, 1)}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0, 0, .25, 1),top .3s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translate3d(0,0,0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1,1,1);transition:transform .3s cubic-bezier(0, 0, .25, 1),opacity .15s!important;transform-origin:0 0;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity .15s,transform .15s;transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;transition:box-shadow .3s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear .18s,opacity .18s linear}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{transition-delay:0s;transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0,5px,0);transition:transform .18s linear,visibility 0s linear .5s,opacity .18s linear}.lg-outer #lg-share,.lg-outer .lg{position:relative}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;transition:opacity .15s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-backdrop,.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{transition:opacity .15s;opacity:0}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer .lg{overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../images/lg/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item,.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0, 0, .25, 1),opacity .1s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{transition:left 1s cubic-bezier(0, 0, .25, 1),opacity .1s}
/* ================================= lightgallery ====================================== */

/* ====================== USEFUL GLOBALS ===================== */
.custom-icon, .slick-arrow:before, .acrdn__h_i:after, .breadcrumbs > ul > li:before, .sideMenu__item:after, .article ul li:before, .goaccordion > h3:after, .subItem__cntn li:before, .bulleted-list li:before, .caret-list ul li:before, .chkd-list li:before, .chk-btn:after, blockquote:before {font-family: "glyphs"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
.custom-icon {display: inline-block; text-decoration: none; width: 1em; line-height: 1em; text-align: center;}

.centered-wrap {width: 100%; margin-left: auto; margin-right: auto; padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);}
@media screen and (min-width: 1200px){.centered-wrap {width: 93vw;}}
.maxWidth1580 {max-width: 1580px;}
.maxWidth1360 {max-width: 1360px;}
.maxWidth1325 {max-width: 1325px;}
.maxWidthContent {max-width: 1250px;}
.logo .logo__a {display: inline-block; vertical-align: top;}
.logo, .logo__a, .logo__img {display: block;}
.clearfix:after {display: table; content: ''; clear: both;}
hr.inv {border-bottom-color: transparent;}
hr.thick {border-bottom: 2px solid #626669;}
.grecaptcha-badge {visibility: hidden;}
.collapsible2 {height: 0; overflow: hidden; transition: height .4s;}
.pRel {position: relative;}
.family1 {font-family: var(--family1);}
.family2 {font-family: var(--family2);}
.italic {font-style: italic;}
.weight100 {font-weight: 100;}
.weight200 {font-weight: 200;}
.weight300 {font-weight: 300;}
.weight400 {font-weight: 400;}
.weight500 {font-weight: 500;}
.weight600 {font-weight: 600;}
.weight700 {font-weight: 700;}
.weight800 {font-weight: 800;}
.weight900 {font-weight: 900;}
.weightLight {font-weight: var(--weightLight);}
.weightNormal {font-weight: var(--weightNormal);}
.weightMedium {font-weight: var(--weightMedium);}
.weightSemibold {font-weight: var(--weightSemibold);}
.weightBold, b, strong {font-weight: var(--weightBold);}
.weightBlack {font-weight: var(--weightBlack);}
.line-height_1 {line-height: 1;}
.line-height_1-2 {line-height: 1.2;}
.line-height_1-33 {line-height: 1.33;}
.has-underline a, .has-hover-underline a:hover, .underline, .hover-underline:hover, .subItem__cntn a:not([class*="btn"]), .staffItem__cntn a:not([class*="btn"]) {text-decoration: underline;}
.has-underline.has-hover-underline a:hover, .underline.hover-underline:hover, .subItem__cntn a:not([class*="btn"]):hover, .staffItem__cntn a:not([class*="btn"]):hover {text-decoration: none;}
.line-through {text-decoration: line-through;}
.fSizeTxt, .article, .files-list/*, .subBItem, .subGItem*/, .subRItem, .aLnkList {font-size: var(--fSizeTxt);}
.fSizeLG {font-size: var(--fSizeLG);}
.fSizeMD_M {font-size: var(--fSizeMD_M);}
.fSizeMD_L {font-size: var(--fSizeMD_L);}
.fSizeMD {font-size: var(--fSizeMD);}
.fSizeSM {font-size: var(--fSizeSM);}
.fSizeXS {font-size: var(--fSizeXS);}
.h100 {height: 100%;}
.w100 {width: 100%;}
.full-bleed {width: 100vw; width: calc(100vw - var(--scrollbarW)); margin-left: 50%; transform: translateX(-50%);}
.pdBox1 {padding: var(--centered-wrap_gX);}
.sr-only, .skipnav {position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0;}
.skipnav:focus {width: auto; height: auto; padding: 0.3em 0.5em; top: 1rem; left: 1rem; clip: auto; white-space: normal; -webkit-clip-path: none; clip-path: none; z-index: 850; outline-offset: 3px;}
.overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10;}
.img-overlay {background-size: cover!important; background-repeat: no-repeat!important; background-position: center center!important; backface-visibility: hidden;}
.absoluteC {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 11;}
.close-btn {color: #000; background-color: var(--primary); border: 2px solid var(--primary); border-radius: 50%; width: 2.6em; height: 2.6em; display: flex; align-items: center; justify-content: center; font-size: 0.7rem;}
.close-btn .custom-icon {line-height: normal;}
.close-btn:hover {color: #000; background-color: var(--primaryHover); border-color: var(--primaryHover);}

.content-preview {max-height: 14rem; position: relative; overflow: hidden; transition: max-height 1s ease-in-out 0s;}
.content-preview:after {display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 6.66rem; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}

@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}
.loader {display: block; border-style: solid; border-color: currentColor; border-top-color: transparent; border-radius: 50%; animation: spin 2s linear infinite; margin-left: auto; margin-right: auto;}
.loader-xl {border-width: 0.888em; width: 6.666em; height: 6.666em;}
.loader-lg {border-width: 0.555em; width: 4.444em; height: 4.444em;}
.loader-md {border-width: 0.333em; width: 2.5em; height: 2.5em;}
.loader-sm {border-width: 0.2em; width: 1.33em; height: 1.33em;}

.colorPrimary, .hover-colorPrimary:hover, .has-colorPrimary > *, .has-hover-colorPrimary > *:hover {color: var(--primary);}
.colorPrimary.hover-colorPrimary:hover, .has-colorPrimary.has-hover-colorPrimary:hover > * {color: var(--primaryHover);}
.colorSecondary, .hover-colorSecondary:hover, .link-color {color: var(--secondary);}
.colorSecondary.hover-colorSecondary:hover {color: var(--secondaryHover);}
.colorSpecial, .hover-colorSpecial:hover {color: var(--special);}
.colorSpecial.hover-colorSpecial:hover {color: var(--specialHover);}
.colorWhite {color: #fff;}
.colorBlack, .daterangepicker .drp-buttons .btn-primary, .daterangepicker td.active, .hover-colorBlack:hover {color: #000;}
.colorGrey {color: var(--grey);}
.colorGrey2 {color: #c4c4c4;}
.colorGreen {color: #58c52d;}
.colorRed {color: #d80c0c;}
.colorSucces {color: var(--success);}
.colorDanger, .error {color: var(--danger);}

.bgPrimary, .daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker .drp-buttons .btn-primary {background-color: var(--primary);}
.bgSecondary {background-color: var(--secondary);}
.bgWhite {background-color: #fff;}
.bgBlack {background-color: #000;}
.bgGrey {background-color: #f2f2f2;}
.bgGrey2 {background-color: #ebebeb;}
.bgMuted {background-color: #f8f8f8;}

/* ========================== BTNS =========================== */
.c-btn {-ms-touch-action: manipulation; touch-action: manipulation; user-select: none; display: inline-block; vertical-align: top; margin-bottom: 0; text-align: center; cursor: pointer; color: #000; border: var(--btnBdrW) solid transparent; padding: var(--btnPd); font: var(--weightSemibold) var(--btnFS)/var(--btnLH) var(--family1), sans-serif; position: relative; border-radius: var(--btnRds); transition: color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s; letter-spacing: -0.15px;}
.c-btn-inner {display: inline-block; position: relative;}
.c-btn-inner:after {display: block; content: ''; position: absolute; top: calc(100% + 1px); width: 100%; height: 1px; border-bottom: 1px solid currentColor; z-index: 1; opacity: 0; transform: translateY(8px); transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;}
.c-btn:hover .c-btn-inner:after, .underline2 .underline2__line, .hover-underline2:hover .underline2__line {opacity: 1; transform: translateY(0);}
.c-btn:focus {outline: 3px solid rgba(0,0,0, 0.1); box-shadow: inset 0 0 6px 3px rgba(0,0,0,0.07);}

.underline2, .hover-underline2 {display: inline-block; position: relative;}
.underline2__line {display: flex; align-items: center; overflow: hidden; position: absolute; top: 100%; width: 100%; height: 1px; z-index: 1; opacity: 0; transform: translateY(8px); transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s; pointer-events: none;}
.underline2__color {width: 100%;}
.underline2:hover .underline2__line {opacity: 0; transform: translateY(8px);}

.c-btn-primary, .c-btn-submit {color: #000; border-color: var(--primary); background-color: var(--primary);}
.c-btn-primary:hover, .c-btn-submit:hover {color: #000; border-color: var(--primaryHover); background-color: var(--primaryHover);}

.c-btn-secondary {color: #fff; border-color: var(--secondary); background-color: var(--secondary);}
.c-btn-secondary:hover {color: #fff; border-color: var(--secondaryHover); background-color: var(--secondaryHover);}

.c-btn-special {color: #000; border-color: var(--special); background-color: var(--special);}
.c-btn-special:hover {color: #000; border-color: var(--specialHover); background-color: var(--specialHover);}

.c-btn-outline-grey {color: #000; border-color: #d8d8d8; background-color: #fff;}
.c-btn-outline-grey:hover {color: #000; border-color: #b9b9b9; background-color: #fff;}

.c-btn-black {color: #fff; border-color: #000; background-color: #000;}
.c-btn-black:hover {color: #fff; border-color: var(--primary); background-color: var(--primary);}

.c-btn-white2 {color: #000; border-color: #fff; background-color: rgba(255,255,255,1);}
.c-btn-white2:hover {color: #000; border-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8);}

.c-btn-grey, .c-btn-reset {color: #fff; border-color: #c4c4c4; background-color: #c4c4c4;}
.c-btn-grey:hover, .c-btn-reset:hover {color: #fff; border-color: #b7b7b7; background-color: #b7b7b7;}

.c-btn-outline-primary {color: var(--primary); border-color: var(--primary); background-color: #fff;}
.c-btn-outline-primary:hover {color: #fff; border-color: var(--primary); background-color: var(--primary);}

.c-btn-outline-white {color: #fff; border-color: #fff; background-color: transparent;}
.c-btn-outline-white:hover {color: #fff; border-color: #fff; background-color: transparent; opacity: 0.8;}

.c-btn[disabled], .c-btn.disabled {pointer-events: none; opacity: 0.33;}
.c-btn-outline-grey.disabled {opacity: 1; color: #fff; border-color: #c4c4c4; background-color: #c4c4c4;}

.c-btn-sm {padding: 0.65em 0.9em; font-size: var(--btnFS); border-width: var(--btnBdrW);}
.c-btn-md {padding: var(--btnPd); font-size: var(--btnFS); border-width: var(--btnBdrW);}
.c-btn-lg {padding: var(--btnPd); font-size: var(--btnFS); border-width: var(--btnBdrW);}

p[style*="center"] > .gobutton {margin-left: 1rem;}
p[style*="center"] > .gobutton:last-child {margin-right: 1rem;}
p[style*="right"] > .gobutton.c-btn {margin-left: 1rem; margin-right: 0;}
.gobutton.c-btn {margin-right: 1rem; margin-bottom: 1rem;}
.gobutton.c-btn:last-child {margin-right: 0;}

.c-btn-block {display: block; width: 100%;}

.btn-group {margin: 0 -6px;}
.btn-group .c-btn, .btn-group [class*="button"] {margin: 0 6px 9px 6px; display: inline-block; vertical-align: top;}

/* menu-btn */
.menuBtn {background: var(--primary); border: none; display: none; position: relative; cursor: pointer; width: 3.5625em; height: 3.5625em; overflow: hidden;}
@media (hover: hover) {.menuBtn:hover {background: var(--primaryHover);}}
.menuBtn__i {display: block; position: absolute; left: 0; right: 0; transform: translateY(-50%); margin: 0 auto; height: 2px; max-width: 1.3125em; width: 100%; background-color: var(--secondary); transform-origin: top;}
.menuBtn__i1 {top: calc(50% - 0.375em); transition: opacity .25s ease-in-out 0.09s;}
.menuBtn__i2, .menuBtn__i3 {top: 50%; transition: transform .25s ease-in-out;}
.menuBtn__i4 {top: calc(50% + 0.375em); transition: opacity .25s ease-in-out 0.09s;}
.menuBtn.active .menuBtn__i1, .menuBtn.active .menuBtn__i4 {opacity: 0; transition: none;}
.menuBtn.active .menuBtn__i2 {transform: rotate(45deg) translateY(-50%);}
.menuBtn.active .menuBtn__i3 {transform: rotate(-45deg) translateY(-50%);}

.enlgBtn {background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='52.242' height='52.242' viewBox='0 0 52.242 52.242'%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 39.181h39.181V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 52.242)'%3E%3Cpath d='M39.181 19.59C39.181 8.771 30.411 0 19.591 0S.001 8.771.001 19.59c0 10.82 8.77 19.591 19.59 19.591s19.59-8.77 19.59-19.59' fill='%23e1e2e3'/%3E%3Cpath d='M16.403 9.65H10.51l6.348 6.347-.723.72-6.347-6.345v5.892h-1.02V8.629h7.635zM22.811 9.65V8.629h7.635v7.635h-1.02v-5.892l-6.346 6.346-.723-.721 6.348-6.347zM9.789 28.136l6.347-6.348.722.723-6.347 6.347h5.893v1.021H8.768v-7.636h1.02zM23.08 21.789l6.346 6.348v-5.893h1.021v7.635h-7.636v-1.021h5.893l-6.347-6.347z' fill='%2331333d'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/ 100% auto; display: block; width: 40px; height: 40px;}
.enlgBtn:hover {opacity: 0.8;}

.scrolltop {opacity: 0; visibility: hidden; position: fixed; bottom: var(--centered-wrap_gX); right: var(--centered-wrap_gX); height: 2.875rem; width: 2.875rem; background: #414143 url("data:image/svg+xml,%3Csvg fill='%23fff' width='17.975' height='39.039001' viewBox='0 0 17.975001 39.039002' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 8.987,0 0,13.424 h 7.19 v 25.615 h 3.595 V 13.424 h 7.19 z' /%3E%3C/svg%3E%0A") no-repeat center center/ 0.5625rem auto; transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s; z-index: 802; color: #fff;}
.scrolltop:hover {background-color: #59595b;}
.sticky-btn .scrolltop {opacity: 1; visibility: visible; cursor: pointer;}

/* ====================== FORM ELEMENTS ====================== */
/* chk */
.chk {flex: 0 0 auto; display: inline-block; font-size: 1rem; width: 1.5em; height: 1.5em; border: 1px solid #d3d3d3; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: 60% auto; cursor: pointer; border-radius: 0.4em; outline: 1px solid transparent; outline-offset: 2px;}
.chk[type="radio"] {border-radius: 50%;}
.chk:checked {background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12.370021' width='16' height='12.370021' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333333' d='m 14.154337,0.32647346 a 1.0634568,1.0634568 0 0 1 1.533357,0 c 0.40807,0.420436 0.420436,1.10055404 0.01237,1.52099004 L 7.0934788,12.024498 a 1.0634568,1.0634568 0 0 1 -1.5457221,0.02473 L 0.31703303,6.7443115 a 1.1005542,1.1005542 0 0 1 0,-1.545722 1.0634568,1.0634568 0 0 1 1.52099057,0 l 4.4393139,4.501143 7.8522685,-9.34852804 a 0.35860753,0.35860753 0 0 1 0.02473,-0.02473 z' /%3E%3C/svg%3E%0A");}
.chk:disabled, .fld:disabled {opacity: 0.4; background-color: rgba(0,0,0,0.05);}
.chkR {display: flex; column-gap: 0.5em;}
.c-btn-primary .chk, .c-btn-primary1 .chk {border-color: var(--primary);}

/* fld */
.fld, .slctBtn, .select2-search__field {background-image: none; background-repeat: no-repeat; background-color: #fff; border: var(--fldBdrW) solid #d3d3d3; width: 100%; line-height: var(--fldLH); font-size: var(--fldFS); padding: var(--fldPd); padding-left: 0.7em; border-radius: var(--fldRds); text-align: left; outline: 1px solid transparent; outline-offset: 2px; transition: color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
textarea.fld {height: auto!important; line-height: 1.45!important; display: block;}
.fld:focus, .slctBtn:focus, .select2-search__field:focus, .amntSel__btn:focus, .chk:focus {border-color: rgba(0,0,0,0.4); box-shadow: 0 0 0 0.14705rem rgba(0,0,0,0.07);}

.fld-sm {padding: 0.65em 0.9em; font-size: var(--btnFS); border-width: var(--fldBdrW);}

.fld.has-error, .slctBtn.has-error, .select2-search__field.has-error, /*.amntSel .fld.has-error,*/ .chk.has-error {border-color: var(--danger); box-shadow: 0 0 0 0.2rem rgba(var(--dangerRGB),0.12), 0 0 0 1px var(--danger);}

.fld::placeholder {color: inherit; opacity: 0.23;}
.fld::-ms-input-placeholder {color: inherit; opacity: 0.23;}

.fld[class*="date"] {padding-right: 2.4em; min-width: 7rem; background-image: url("data:image/svg+xml,%3Csvg width='16' height='14.333342' viewBox='0 0 16 14.333342' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333333' d='m 4.2933186,2.818667 c 0.2504649,0 0.454222,-0.2037572 0.454222,-0.4542221 V 1.863569 h 6.5048914 v 0.5008759 c 0,0.2504649 0.203784,0.4542221 0.454249,0.4542221 0.250465,0 0.454222,-0.2037572 0.454222,-0.4542221 V 1.863569 h 1.4332 c 0.825701,0 1.497426,0.6717246 1.497426,1.4973991 V 4.2751799 H 0.90844406 V 3.3609681 c 0,-0.8256745 0.67175164,-1.4973991 1.49742604,-1.4973991 h 1.4331995 v 0.5008759 c 0,0.2504649 0.2037841,0.4542221 0.454249,0.4542221 M 0.90844406,5.1836509 H 15.091529 v 6.7438211 c 0,0.825675 -0.671725,1.497399 -1.497426,1.497399 H 2.4058701 c -0.8256744,0 -1.49742604,-0.671724 -1.49742604,-1.497399 z M 13.594103,0.95509797 h -1.4332 V 0.45424898 C 12.160903,0.20375711 11.957146,0 11.706681,0 11.456216,0 11.252432,0.20375711 11.252432,0.45424898 V 0.95509797 H 4.7475406 V 0.45424898 C 4.7475406,0.20375711 4.5437835,0 4.2933186,0 4.0428537,0 3.8390696,0.20375711 3.8390696,0.45424898 V 0.95509797 H 2.4058701 C 1.0792658,0.95509797 0,2.0343638 0,3.3609681 v 8.5665039 c 0,1.326604 1.0792658,2.40587 2.4058701,2.40587 H 13.594103 C 14.920734,14.333342 16,13.254076 16,11.927472 V 3.3609681 C 16,2.0343638 14.920734,0.95509797 13.594103,0.95509797' /%3E%3C/svg%3E%0A"); background-position: right 0.6em center; background-size: 1.44em auto; cursor: pointer;}
.fld.timeFld {padding-right: 2.4em; min-width: 7rem; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333333' d='M 8,0 C 3.5817186,0 0,3.5817478 0,8 c 0,4.418281 3.5817186,8 8,8 4.418281,0 8,-3.581719 8,-8 C 16,3.5817478 12.418281,0 8,0 Z m 0,0.99679561 c 0.9458559,0 1.8629239,0.18499389 2.725644,0.54992469 0.83384,0.3526534 1.58288,0.8577926 2.226362,1.5012739 0.643481,0.6434813 1.148534,1.3925514 1.501216,2.2263615 C 14.818124,6.1371053 15.003204,7.0541441 15.003204,8 c 0,0.9458851 -0.18508,1.8628947 -0.549982,2.725644 -0.352682,0.83381 -0.857735,1.58288 -1.501216,2.226362 -0.643482,0.643481 -1.392522,1.148563 -2.226362,1.501216 C 9.8629239,14.818153 8.9458559,15.003147 8,15.003147 c -0.9458559,0 -1.8629239,-0.184994 -2.7256443,-0.549925 C 4.4405164,14.100569 3.6914755,13.595487 3.0479942,12.952006 2.4045129,12.308524 1.8994029,11.559454 1.5467203,10.725644 1.1818188,9.8628947 0.99679561,8.9458851 0.99679561,8 0.99679561,7.0541441 1.1818188,6.1371053 1.5467203,5.2743557 1.8994029,4.4405456 2.4045129,3.6914755 3.0479942,3.0479942 3.6914755,2.4045129 4.4405164,1.8993737 5.2743557,1.5467203 6.1370761,1.1817895 7.0541441,0.99679561 8,0.99679561 Z M 8,2.9417433 c -0.2752766,0 -0.4984263,0.2231497 -0.4984263,0.4984263 v 4.7662805 l 2.1229078,2.1229079 c 0.097313,0.09731 0.2248996,0.145988 0.3524383,0.145988 0.1275382,0 0.2551252,-0.04867 0.3524382,-0.145988 0.194655,-0.194626 0.194655,-0.5102506 0,-0.7048765 L 8.4983693,7.7935499 V 3.4401696 C 8.4983693,3.164893 8.2752474,2.9417433 8,2.9417433 Z' /%3E%3C/svg%3E%0A"); background-position: right 0.6em center; background-size: 1.44em auto; }
.fld.groupFld {padding-right: 3.6em; min-width: 7rem; background-image: url("data:image/svg+xml,%3Csvg width='16' height='8.9182959' viewBox='0 0 16 8.9182957' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M 3.3394629,0 C 2.8181968,0 2.3438056,0.21201503 1.9986549,0.55716574 1.6572545,0.89856608 1.4450768,1.3731487 1.4450768,1.8979737 c 0,0.5212278 0.2121777,0.9956394 0.5535781,1.3407518 0.3451507,0.3414386 0.8195419,0.5535781 1.340808,0.5535781 0.524825,0 0.9993692,-0.2121395 1.3408078,-0.5535781 0.3451511,-0.3451124 0.5571657,-0.819524 0.5571657,-1.3407518 0,-0.524825 -0.2120146,-0.99940762 -0.5571657,-1.34080796 C 4.3388321,0.21201503 3.8642879,0 3.3394629,0 Z M 12.660539,0 C 12.135753,0 11.66117,0.21201502 11.319731,0.55716574 10.974619,0.89856608 10.762622,1.3731487 10.762622,1.8979737 c 0,0.5212278 0.211997,0.9956394 0.557109,1.3407518 0.341439,0.3414386 0.816022,0.5535781 1.340808,0.5535781 0.524863,0 0.999255,-0.2121395 1.340808,-0.5535781 0.345036,-0.3451124 0.557166,-0.819524 0.557166,-1.3407518 0,-0.524825 -0.21213,-0.99940762 -0.557166,-1.34080796 C 13.659794,0.21201502 13.185402,0 12.660539,0 Z M 7.9550983,0.43848984 c -0.6219143,0 -1.1826769,0.25165663 -1.5888671,0.65784686 -0.4097876,0.4061903 -0.6614346,0.9669527 -0.6614346,1.588867 0,0.6217995 0.251647,1.1825262 0.6614346,1.5887547 0.4061902,0.4061903 0.9669528,0.6577909 1.5888671,0.6577909 0.6182021,0 1.1825616,-0.2516006 1.5888667,-0.6577909 C 9.9501552,3.8677299 10.2017,3.3070032 10.2017,2.6852037 10.2017,2.0632894 9.9501552,1.502527 9.543965,1.0963367 9.1376599,0.69014647 8.5733004,0.43848984 7.9550983,0.43848984 Z m -4.6156354,0.0682793 c 0.3846445,0 0.7334014,0.15448521 0.9850603,0.40614406 0.2516589,0.2516206 0.4061443,0.6004542 0.4061443,0.9850605 0,0.3846447 -0.1544854,0.7296281 -0.4061443,0.9812485 C 4.0728643,3.130881 3.7241074,3.2854785 3.3394629,3.2854785 2.9584155,3.2854785 2.6098349,3.130881 2.3582143,2.8792222 2.1065554,2.6276018 1.9519581,2.2826184 1.9519581,1.8979737 c 0,-0.3846063 0.1545973,-0.7334399 0.4062562,-0.9850605 C 2.6098349,0.66125435 2.9584155,0.50676914 3.3394629,0.50676914 Z m 9.3210761,0 c 0.384683,0 0.733243,0.15448521 0.981305,0.40614406 0.251621,0.2516206 0.409788,0.6004542 0.409788,0.9850605 0,0.3846447 -0.158167,0.729628 -0.409788,0.9812485 -0.248062,0.2516588 -0.596622,0.4062563 -0.981305,0.4062563 -0.384606,0 -0.729757,-0.1545975 -0.981416,-0.4062563 -0.251506,-0.2516205 -0.4062,-0.5966038 -0.4062,-0.9812485 0,-0.3846063 0.154694,-0.7334399 0.4062,-0.9850605 0.251659,-0.25165885 0.59681,-0.40614406 0.981416,-0.40614406 z M 7.9550983,0.94537107 c 0.4780217,0 0.9129529,0.19406123 1.2293634,0.51035683 0.3162957,0.3128132 0.5104691,0.747742 0.5104691,1.2294758 0,0.4816191 -0.1941734,0.9165504 -0.5104691,1.2293636 C 8.8680512,4.230863 8.43312,4.4248684 7.9550983,4.4248684 7.4733644,4.4248684 7.038445,4.230863 6.7220345,3.9145673 6.4093366,3.6017541 6.2152653,3.1668228 6.2152653,2.6852037 c 0,-0.4817338 0.1940713,-0.9166626 0.5067692,-1.2294758 C 7.038445,1.1394323 7.4733644,0.94537107 7.9550983,0.94537107 Z M 2.0918241,3.7522778 C 2.07066,3.7521132 2.0490706,3.7545988 2.027525,3.7600138 1.4271181,3.9073891 0.94541324,4.180571 0.60397463,4.5040227 0.21217362,4.8778754 0,5.327233 0,5.7549688 v 0.1905428 h 0.00358775 c 0,0.071832 0.02887836,0.1437889 0.08991788,0.1940747 C 0.4422537,6.4307391 0.90232263,6.6572531 1.4235504,6.8117841 1.95557,6.9735105 2.5594172,7.0598433 3.1633829,7.0741943 3.2928098,7.0885836 3.4114132,7.0023789 3.4365561,6.8765882 3.5408402,6.4020107 3.7888883,5.9850124 4.1195735,5.6327054 4.5077772,5.2229174 5.0074796,4.8994512 5.5323043,4.6765709 c 0.017948,-0.00719 0.032308,-0.017975 0.046697,-0.02517 0.1150374,-0.082623 0.1401884,-0.237293 0.061048,-0.3522156 -0.014351,-0.021661 -0.02871,-0.046771 -0.046697,-0.075511 C 5.5790013,4.2057258 5.5646036,4.1805963 5.5466553,4.1553385 5.5251097,4.1158067 5.4891036,4.0798853 5.4459745,4.0583014 5.3273393,3.9935497 5.2015658,3.9361538 5.0649444,3.8857532 4.9355177,3.8354673 4.7989346,3.7923133 4.6551565,3.7600138 4.5797664,3.7419508 4.4970197,3.756415 4.4322681,3.8102985 4.2812957,3.9361278 4.1087797,4.0332143 3.9219111,4.1014102 3.7420835,4.1662005 3.5443949,4.2020917 3.3394629,4.2020917 3.1346074,4.2020917 2.9404831,4.1662005 2.7607706,4.1014102 2.577499,4.036812 2.4084577,3.9396677 2.2611209,3.817474 2.2153126,3.7770617 2.1553165,3.7527695 2.0918241,3.7522778 Z m 9.3209639,0 c -0.02117,-1.646e-4 -0.04272,0.00232 -0.0643,0.00774 -0.179712,0.043092 -0.345174,0.096987 -0.499705,0.1581412 -0.150973,0.064675 -0.298329,0.1366038 -0.431315,0.2191889 -0.03953,0.017987 -0.07558,0.046798 -0.100681,0.08633 l -0.04311,0.064635 c -0.01439,0.018063 -0.02515,0.036074 -0.03235,0.053985 -0.054,0.1294267 0.0036,0.2803937 0.133027,0.3342769 0.528423,0.2228803 1.027936,0.5463465 1.412619,0.9561345 0.334359,0.352307 0.582428,0.7728846 0.682961,1.2438265 h 0.0036 c 0.02155,0.1150758 0.125827,0.2012502 0.248059,0.2012502 0.629109,-0.00719 1.25821,-0.08975 1.818931,-0.2515908 C 15.068939,6.6716217 15.539827,6.445242 15.895731,6.1468181 15.960368,6.1037268 16,6.0281354 16,5.9455116 V 5.7549688 C 16,5.327233 15.787865,4.8778754 15.396026,4.5040227 15.054587,4.180571 14.5729,3.9073891 13.972531,3.7600138 c -0.07543,-0.018063 -0.158167,-0.0036 -0.219245,0.050285 -0.150934,0.1258293 -0.32359,0.2229158 -0.514057,0.2911117 -0.179674,0.06479 -0.373836,0.1006815 -0.578691,0.1006815 -0.204933,0 -0.399034,-0.035891 -0.578861,-0.1006815 C 11.898405,4.0367734 11.729515,3.9396677 11.58214,3.817474 11.536274,3.7770617 11.47631,3.7527695 11.412786,3.7522778 Z M 2.0311127,4.2811339 c 0.1689207,0.1258294 0.3557928,0.2265094 0.5571658,0.2984557 0.2371548,0.082585 0.4887717,0.1293831 0.7511844,0.1293831 0.2624126,0 0.5176706,-0.046798 0.7549402,-0.1293831 0.1976609,-0.071946 0.3846572,-0.1726263 0.5535779,-0.2984557 0.0827,0.02166 0.1617524,0.050414 0.237296,0.079155 l 0.075398,0.028702 C 4.5113558,4.6226628 4.0944096,4.920996 3.7528946,5.2841333 3.4078585,5.6508297 3.1382006,6.0785476 2.9944224,6.5637256 2.4983379,6.5385827 2.0094095,6.4595834 1.5672845,6.326598 1.1574969,6.2043655 0.79446542,6.0353725 0.51046898,5.8233603 v -0.068392 c 0,-0.2911527 0.15457552,-0.6074476 0.44224577,-0.8842111 C 1.2150125,4.6226961 1.5781192,4.410561 2.0311127,4.2811339 Z m 9.3209643,0 c 0.168921,0.1258294 0.35589,0.2265094 0.55711,0.2984557 0.237307,0.082585 0.48894,0.1293831 0.751352,0.1293831 0.262451,0 0.517683,-0.046798 0.75124,-0.1293831 0.201373,-0.071946 0.38819,-0.1726263 0.55711,-0.2984557 0.452994,0.1293885 0.819698,0.3415622 1.078399,0.5896238 0.291267,0.2767635 0.445833,0.5930584 0.445833,0.8842111 v 0.068336 C 15.201968,6.046223 14.824558,6.2187165 14.396784,6.340949 13.940193,6.4739344 13.429692,6.5493647 12.915774,6.5673134 12.771996,6.0820967 12.502397,5.6543887 12.157246,5.2841333 11.826599,4.9353853 11.420319,4.6406303 10.988986,4.4105174 l 0.0504,-0.021527 c 0.100571,-0.039532 0.204813,-0.075405 0.312694,-0.107857 z M 6.4377618,4.988929 C 6.4165878,4.9886994 6.3950368,4.991159 6.3734628,4.996549 5.6545739,5.17263 5.0793513,5.4997157 4.6695637,5.887996 4.205893,6.3337949 3.9577886,6.8621978 3.9577886,7.3653624 v 0.2301201 c 0,0.071946 0.028781,0.1437686 0.089974,0.1941306 0.8914066,0.7512265 2.408441,1.1286827 3.9145672,1.1286827 1.4917752,0 2.9907472,-0.3702344 3.8858652,-1.1178632 0.06104,-0.046803 0.104101,-0.1186528 0.104101,-0.2049501 V 7.3653624 c 0,-0.5031646 -0.251521,-1.0315675 -0.715307,-1.4773664 C 10.830799,5.4997157 10.252093,5.17263 9.5330896,4.996553 9.4576612,4.9785665 9.3785379,4.992994 9.3139011,5.0468377 9.1268791,5.2050043 8.911253,5.3272192 8.6775804,5.4135165 8.4511031,5.4925425 8.2103544,5.5393677 7.9550983,5.5393677 c -0.2552179,0 -0.499676,-0.046825 -0.7225947,-0.1258512 C 7.0025435,5.3307783 6.7904244,5.2085733 6.6071149,5.057601 6.5612492,5.0145193 6.5012847,4.989598 6.4377618,4.988929 Z m -0.060712,0.5288563 c 0.2048172,0.1545314 0.4349381,0.2803923 0.682961,0.3702107 0.2803995,0.1006478 0.5822738,0.158253 0.895087,0.158253 0.3126983,0 0.6110721,-0.057605 0.8950303,-0.158253 0.2444646,-0.089818 0.4745177,-0.2156793 0.6793732,-0.3702107 0.5752257,0.1617261 1.0317117,0.4277321 1.3589157,0.7368335 0.362945,0.3451508 0.55711,0.7441621 0.55711,1.1107436 V 7.4768627 C 10.636743,8.098739 9.303132,8.4114148 7.9623291,8.4114148 c -1.3479975,0 -2.6888769,-0.3127225 -3.49766,-0.9381958 V 7.3653624 c 0,-0.3665815 0.1940765,-0.7655928 0.5535779,-1.1107436 C 5.3452972,5.9455174 5.8055367,5.6795114 6.3770498,5.5177853 Z' /%3E%3C/svg%3E%0A"); background-position: right 0.6em center; background-size: 2.4444em auto;}

select.fld, .slctBtn {-moz-appearance: none; -webkit-appearance: none; padding-right: 2.4em; background-image: url("data:image/svg+xml,%3Csvg width='16' height='9.4068937' viewBox='0 0 16 9.4068943' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='000000' d='m 7.9965285,9.4068933 c -0.364496,0 -0.7276356,-0.1363003 -1.000434,-0.4102998 L 0.40859493,2.4090933 c -0.5453408,-0.5448706 -0.5442454,-1.45662251 0,-2.00086821 0.54542755,-0.54542723 1.45530327,-0.54317185 2.00086787,0 L 7.9965285,5.9952911 13.58534,0.40822509 c 0.545565,-0.54317185 1.453695,-0.54542723 1.999122,0 C 15.85641,0.68017296 16,1.0474818 16,1.4086594 16,1.7685431 15.859504,2.1348365 15.584462,2.4090933 L 8.9987086,8.9965935 C 8.72591,9.270593 8.3610245,9.4068933 7.9965285,9.4068933 Z' /%3E%3C/svg%3E%0A"); background-position: right 0.9em center; background-size: 0.88em auto; transition: background-image 0.2s ease-in-out 0s;}
select.fld:focus, .slctBtn.act, .select2-container--open .slctBtn {background-image: url("data:image/svg+xml,%3Csvg width='16' height='9.4068937' viewBox='0 0 16 9.4068943' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='000000' d='M 7.9965285,0 C 7.6320325,0 7.2688929,0.1363003 6.9960945,0.4102998 L 0.40859493,6.9978 c -0.5453408,0.5448706 -0.5442454,1.4566225 0,2.0008682 0.54542755,0.5454272 1.45530327,0.5431719 2.00086787,0 l 5.5870657,-5.587066 5.5888115,5.587066 c 0.545565,0.5431719 1.453695,0.5454272 1.999122,0 C 15.85641,8.7267203 16,8.3594115 16,7.9982339 16,7.6383502 15.859504,7.2720568 15.584462,6.9978 L 8.9987086,0.4102998 C 8.72591,0.1363003 8.3610245,0 7.9965285,0 Z' /%3E%3C/svg%3E%0A");}
select::-ms-expand {display: none;}
.slctBtn {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; min-width: 5rem;}
.slctBtn.select2-selection {height: auto;}
.slctBtn.select2-selection .select2-selection__rendered {padding-left: 0; padding-right: 0;}
.select2-results__option {line-height: 1.2; font-size: 15px;}

.loadInput {position: relative;}
.loadInput .loadInput__i {right: 9px; top: 50%; position: absolute; transform: translateY(-50%);}
.loadInput .fld {padding-right: 40px;}
.fld[disabled] {opacity: 0.65; pointer-events: none;}

.editAmount .amntSel {--amntSelH: 2.5em; max-width: none; font-size: 0.9375rem;}

.amntSel {--amntSelH: 2em; border: 1px solid rgba(0,0,0,0.12); max-width: 7em; display: grid; align-items: center; grid-template-columns: 1fr 1fr 1fr;}
.amntSel__el {background: none; border-color: transparent; text-align: center; font-size: 1em;}
.amntSel__fld {padding: 0 0.5em; line-height: var(--amntSelH); height: var(--amntSelH);}
.amntSel__btn {background: none; border-color: transparent; display: flex; align-items: center; justify-content: center; height: var(--amntSelH); font-weight: 100;}
.amntSel__btn_txt {width: 1em;}
.amntSel__btn:hover {opacity: 0.9;}
@media screen and (min-width: 768px){
	.amntSel {--amntSelH: 2.5em; max-width: 10em;}
	.amntSel__fld {line-height: var(--amntSelH); height: var(--amntSelH);}
	.amntSel__btn {height: var(--amntSelH);}
}

.daterangepicker {color: #000;}

.slctDD {position: relative; z-index: 11;}
.slctDD__menu {background-color: #fff; box-shadow: 0 0 6px 2px rgba(0,0,0,0.15); border-radius: 0; color: #000; padding: 10px; position: absolute; top: calc(100% + 2px); left: 0; z-index: 100; text-align: left; width: 245px; font-size: var(--fSizeMD);}
.slctDD__menu_i {padding: 5px;}
.slctDD__menu .c-btn {font-size: 0.66rem;}
/*.slctDD__menu .dd-hd .srt-btn {display: block; position: relative; padding-left: 1.5em;}
.slctDD__menu .dd-hd .srt-btn .custom-icon {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.slctDD__menu .dd-hd .slctAll .custom-icon {color: #a8c03f; font-size: 0.7333em; margin: -0.01666em 0 0;}
.slctDD__menu .dd-hd .dsmsAll .custom-icon {color: #b50000; font-size: 0.6666em; margin: 0.06em 0 0 0.2em;}*/
.slctDD__menu hr {margin-top: 0;}
.slctDD__menu_i {max-height: 13rem; overflow: hidden; overflow-y: auto;}
@-moz-document url-prefix() {
    .slctDD__menu_i {scrollbar-color: #888 #f1f1f1; scrollbar-width: thin;}
}
.slctDD__menu_i::-webkit-scrollbar {width: 0.6666em;}
.slctDD__menu_i::-webkit-scrollbar-thumb {background: #888;}
.slctDD__menu_i::-webkit-scrollbar-thumb:hover {opacity: 0.7;}
.slctDD__menu_i::-webkit-scrollbar-track {background: #f1f1f1;}

.slctDD__list {padding-bottom: 2px; line-height: 1.2;}
.slctDD__list li {margin-bottom: 0.8em;}
.slctDD__list a:hover {color: var(--secondary); text-decoration: underline;}

.msge {margin: 0.6rem 0; padding: 0.75rem 1rem; border-radius: 0; background-color: #fbfbfb; color: rgba(0,0,0,0.9); border: 2px solid rgba(0,0,0,0.07);}
.msge-success {background-color: rgba(var(--successRGB),0.08); border-color: rgba(var(--successRGB),0.17);}
.msge-danger {background-color: rgba(var(--dangerRGB),0.05); border-color: rgba(var(--dangerRGB),0.17);}
.msge-warning {background-color: #fff4ed;}
.msge-info {background-color: #eff5fd;}
.msge ~ .msge {margin-top: 0;}

/* ========================= LISTS =========================== */
.aLnkList {font-size: 1.25rem;}
.aLnkList__c:not(:last-child) {margin-bottom: 0.6rem; padding-bottom: 0.6rem; border-bottom: 1px solid #191919;}
.aLnkItem {display: block; line-height: 1.2;}
.aLnkItem .date {display: block; width: 5.25em; white-space: nowrap;}
.aLnkItem__r {margin: 0 -0.75em -0.25em -0.75em;}
.aLnkItem__c {margin: 0 0 0.25em; padding: 0 0.75em;}
@media screen and (min-width: 768px){
	.aLnkList {font-size: var(--article__h4);}
}

.bulleted-list ul li, .subItem__cntn ul li {padding-left: 1.2em; margin-bottom: 0.35em; position: relative; line-height: 1.2;}
.bulleted-list li:last-child, .subItem__cntn li:last-child, .caret-list li:last-child {margin-bottom: 0!important;}
.bulleted-list ul li:before, .subItem__cntn ul li:before {display: block; color: var(--secondary); position: absolute; top: 1.65em; left: 0.15em; font-size: 0.4em; content: '\E812'; transform: translateY(-50%);}
.subItem__cntn ul li:before {top: 1.7em;}

.caret-list ul li {padding-left: 1.2em; margin-bottom: 0.5em; position: relative; line-height: 1.2;}
.caret-list ul li:before {display: block; position: absolute; top: 1.1em; left: 0.07em; font-size: 0.6em; font-weight: 900; content: '\E822'; transform: translateY(-50%); color: var(--primary);}

.chkd-list li {line-height: 1.2; padding-left: 1.75em; margin-bottom: 0.6em; position: relative; background: url("data:image/svg+xml,%3Csvg xml:space='preserve' width='17.832' height='17.832' viewBox='0 0 17.832 17.832' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1.33333 0 0 -1.33333 0 17.832)'%3E%3Cpath d='M13.315 7.58a6.563 6.563 0 0 1-.387 1.512 6.768 6.768 0 0 1-.445.934.422.422 0 0 1-.556.148.406.406 0 0 1-.148-.555 5.812 5.812 0 0 0 .782-2.932A5.881 5.881 0 0 0 6.687.812 5.882 5.882 0 0 0 .812 6.687 5.88 5.88 0 0 0 9.62 11.78a.416.416 0 0 1 .554.15.407.407 0 0 1-.148.554 6.684 6.684 0 0 1-3.338.891C3 13.374 0 10.374 0 6.687 0 3 3 0 6.687 0a6.695 6.695 0 0 1 6.628 7.58' fill='%238d0620'/%3E%3Cpath d='M9.62 9.888 6.111 5.505l-1.57 1.978a.411.411 0 0 1-.65 0 .602.602 0 0 1 0-.726L5.8 4.353a.415.415 0 0 1 .323-.165c.124 0 .24.058.325.165l3.82 4.808a.602.602 0 0 1 0 .727.41.41 0 0 1-.649 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top 0.14em/ 0.95em auto;}
.chkd-list li:last-child {margin-bottom: 0!important;}

.files-list {margin-bottom: 3rem;}
.files-list li:not(:last-child) {margin-bottom: 0.75rem;}
.files-list li a {display: flex; position: relative; line-height: 1.2; width: fit-content;}
.files-list .fileIcn {width: 1.1em; margin: -0.15em 0.8em 0 0;}
.fileIcn {color: var(--secondary);}
.fileIcn__bg {fill: none;}
.fileIcn__txt_i {letter-spacing: -0.5px;}

.phr {--phrSize: 100%; display: block; position: relative; background-color: #f4f4f4; pointer-events: none;}
.phr:before {padding-bottom: var(--phrSize); content: ''; display: block;}
.phr__logo {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; width: 42%; max-width: 15rem; opacity: 0.06; filter: grayscale(1);}

.subGItem .phr {--phrSize: 56.25%;}
.subRItem .phr {--phrSize: 56.07476%;}
.evntBox .phr {--phrSize: 52.34657%;}
.cartItem .phr__logo, .sumPr .phr__logo {width: 86%;}

.subList-wrap, .aLnkList-wrap, .feat-slider-combo, .staffList-wrap, .sRsltList-wrap, .colset-pageform, .gallery {margin-bottom: 3.5rem; margin-bottom: clamp(3.25rem, 2.64771rem + 2.67686vw, 5rem);}
.subList__r, .staffList__r {display: flex; flex-wrap: wrap;}/* gap doesnt work in masonry */
.subItem, .staffItem {display: flex; flex-direction: column; width: 100%; height: 100%;}
.subItem__thumb, .staffItem__thumb {display: block;}
.subItem__img, .staffItem__img {display: block; width: 100%;}
.subItem__title, .staffItem__title {font-family: var(--family2); font-weight: var(--weightSemibold);}
.subItem > :last-child, .subItem__cntn > :last-child, .staffItem__cntn > :last-child, .sRsltItem__cntn > :last-child {margin-bottom: 0!important;}

.subBList__r, .subGList__r {margin: 0 0 -2.2857142857142857142857142857143% -2.2857142857142857142857142857143%;}
.subBList__c, .subGList__c {padding: 0 0 0 2.234636871508379888268156424581%; margin: 0 0 2.234636871508379888268156424581% 0; width: 25%;}

.subBItem, .subGItem {background-color: #fff; border: 1px solid #ebebeb; box-shadow: 0 0 15px -2px rgba(0,0,0, 0.07); border-radius: 1em; overflow: visible;}
.subBItem__thumb, .subGItem__thumb {flex: 0 0 auto; overflow: hidden; border-radius: 0; margin: -1px -1px 0 -1px; border-radius: calc(1em - 1px) calc(1em - 1px) 0 0;}
.subBItem__cntn, .subGItem__cntn {padding: 8% 6.2%; flex: 1 1 auto; display: flex; flex-direction: column; width: 100%; height: 100%;}
.subBItem__cntn > *, .subRItem__cntn > * {margin-bottom: 1.33em;}
.subBItem__title, .subGItem__title {line-height: 1.1; margin-bottom: 0.6em; font-size: 1.33em;}
.subBItem__btn_wrap {margin-top: auto;}
.subBItem .c-btn, .subGItem .c-btn {font-size: 0.9375em;}
@media screen and (max-width: 927px){.subBList__c, .subGList__c {width: 33.3333%;}}
@media screen and (max-width: 760px){.subBItem, .subGItem {font-size: 0.8125rem;}}
@media screen and (max-width: 622px){.subBList__c, .subGList__c {width: 50%;}}
@media screen and (max-width: 450px){.subBItem, .subGItem {font-size: 0.71875rem;}}


/*.subRItem {box-shadow: 0 0.25rem 0.4375rem 0.25rem rgba(0,0,0,0.03); border-radius: 6px; border: 1px solid #eeefe7;}*/
.subRList__l {position: relative;}
.subRItem__thumb {border-radius: 1em;}
.subRItem__cntn {padding: 7.5% 6.5%;}
.subRItem__cntn p {line-height: 1.6;}
.subRItem__title {margin-bottom: 0.6em; line-height: 1.1; font-size: 1.75em;}
@media screen and (min-width: 768px){
	.subRItem {box-shadow: none; border: none; border-radius: 0;}
	.subRItem__r {display: flex; align-items: center;}
	.subRList__l:nth-child(even) .subRItem__r {flex-direction: row-reverse;}
	.subRItem__c {width: 50%;}
	.subRItem__thumb {position: relative; z-index: 1;}
	.subRItem__btn_wrap {padding-top: 0.25em;}
}
@media screen and (max-width: 991px){.subRItem {font-size: 0.9375rem;}}
@media screen and (max-width: 767px){
	.subItem__thumb {overflow: hidden; margin: -1px -1px 0 -1px;}
}

.subGItem__cntn {padding-top: 5%; padding-bottom: 5%;}

.article .staffItem {margin: 0 auto 2rem;}
.article .staffItem__img {margin: 0 auto; width: 100%; display: block;}
.staffList__title {text-align: center;}
.staffList__title + .staffList {padding-top: 0.5rem;}
.staffList__r {margin: 0 -1.6228748068006182380216383307573% -3.9119804400977995110024449877751%;}
.staffList__c {padding: 0 1.5718562874251497005988023952096%; margin: 0 0 3.8492381716118684843624699278268%; width: 25%;}
.staffItem {font-size: 1rem; margin: 0 auto; max-width: 273px;}
.staffItem__thumb {display: block; border-radius: 50%; width: 100%; max-width: 209px; margin: 0 auto;}
.staffItem__cntn {padding: 1.6em 0 0; position: relative; text-align: center;}
.staffItem__cntn a {color: var(--secondary)!important;}
.staffItem__cntn a[href*="mailto"] {word-wrap: break-word;}
.staffItem__cntn a[href*="mailto"], .staffItem__cntn a[href*="tel"] {font-size: 0.88em;}
.staffItem__title {margin: 0!important; font-size: var(--article__h3)!important;}
.staffItem__title2 {margin: 0.3em 0 0!important; font-size: 0.93em!important; font-family: var(--family1)!important; font-weight: var(--weightNormal)!important; color: rgba(0,0,0, 0.34);}
.staffItem__contact, .staffItem__txt {margin-top: 0.7em;}
.staffItem__contact > * {margin-bottom: 0.3em; min-width: 0; overflow-wrap: break-word;}
@media screen and (max-width: 1139px){
	.staffList__r {margin-bottom: -2.5rem;}
	.staffList__c {margin: 0 0 2.5rem;}
}
@media screen and (max-width: 976px){.staffList__c {width: 33.333333%;}}
@media screen and (max-width: 729px){.staffList__c {width: 50%;}}
@media screen and (min-width: 549px){.article .staffItem {margin: 0 0 2rem;}}
@media screen and (max-width: 548px){
	.staffList__c {width: 100%;}
}

.sRsltItem__c:not(:last-child) {border-bottom: 1px solid #000; padding-bottom: var(--bGaps-1);}
.sRsltItem {font-size: 0.88rem; display: block;}
.sRsltItem__title:hover a {color: var(--secondary);}
.sRsltItem__c1 {font-weight: var(--weightSemibold);}
.sRsltItem__cntn {margin-bottom: 0.5rem;}
.sRsltItem__title {font-size: 1.375rem; margin-bottom: 0.2rem;}
.sRsltItem__btn_wrap {padding-top: 0.2rem; padding-bottom: 0.5rem;}
.sRsltItem__btn_wrap .c-btn {font-size: 0.7em;}
.sRsltItem__cntn:last-child .sRsltItem__btn_wrap {padding-bottom: 0;}
@media screen and (min-width: 768px){
	.sRsltItem__c1 {width: 8rem;}
	.sRsltItem__c:not(:last-child) {border-right: 1px solid #000; border-bottom: none; padding-bottom: 0; padding-top: 0.25rem; text-align: right;}
}

/* ========================== MISC =========================== */
.breadcrumbs + .main-content-wrap {padding-top: 2rem; padding-top: clamp(3rem, 2.65583rem + 1.52964vw, 4rem);}
.breadcrumbs {font-size: var(--fSizeMD); line-height: 1.2; color: #939393; padding-top: 1.2rem;}
.breadcrumbs ul {display: flex; flex-wrap: wrap; margin: 0 0 -1em 0;}
.breadcrumbs li {padding: 0 0 0 1em; margin: 0 0.75em 1em 0; position: relative;}
.breadcrumbs li:first-child {padding-left: 0;}
.breadcrumbs li:last-child {margin-right: 0;}
.breadcrumbs li:not(:first-child):before {content: '\E822'; display: block; transform: translate(7%, -50%); position: absolute; font-size: 0.55em; top: 1.15em; left: 0;}
.breadcrumbs a {display: block; text-decoration: underline;}
.breadcrumbs li:last-child a, .breadcrumbs a:hover {text-decoration: none;}

.data-table table {width: 100%; line-height: 1.2;}
.data-table td, .data-table th {text-align: left; padding: calc(1.1875em / 2) calc(1.1875em / 4); border-bottom: 1px solid #d8d8d8;}
.data-table tr:last-child > * {border-bottom: none;}
.data-table td:first-child, .plain-table1 td:first-child {padding-left: 0;}
.data-table td:last-child, .plain-table1 td:last-child {padding-right: 0;}
@media screen and (min-width: 768px){.data-table td, .data-table th {padding: 1.1875em calc(1.1875em / 2);}}

.plain-table1 td {padding: var(--bGaps-1) var(--bGaps-1) 0 var(--bGaps-1);}
.plain-table1 tr:first-child td {padding-top: 0;}

.goaccordion {margin-bottom: 2rem;}
.goaccordion > h3 {cursor: pointer; margin: 0!important; color: #000!important; border-bottom: 1px solid rgba(0,0,0,0.13); padding: 0.4166em 1.5em 0.4166em 0; position: relative; font-family: var(--family1)!important; font-weight: var(--weightNormal)!important; font-size: 1rem!important; transition: color 0.2s ease-in-out 0s;}
.goaccordion > :first-child {border-top: 1px solid rgba(0,0,0,0.13);}
.goaccordion > h3:after {transition: transform 0.2s ease-in-out 0s;}
.goaccordion > h3:after {display: block; content: '\E821'; position: absolute; right: 1.1em; top: 2em; font-size: 0.4em;}
.goaccordion > h3:hover {color: var(--secondary)!important;}
.goaccordion > h3.act {color: var(--secondary)!important; border-bottom-color: transparent;}
.goaccordion > h3.act:after {transform: rotate(180deg);}
.goaccordion > div {display: none; border: 1px solid transparent; padding: 0.9375em 0;}
.goaccordion > div > *:last-child {margin-bottom: 0;}

.gallery ul {display: grid; justify-content: center; grid-template-columns: repeat(auto-fill, minmax(153px, 1fr)); gap: 1rem;}
@media screen and (min-width: 992px) {
	/* min-width tuleb ise v2lja m66ta, :not reegel vajalik, et reegel ei kehtiks sidebar olukorras */
	.cClms__c2:not(.cClms__c + .cClms__c2) .gallery ul {grid-template-columns: repeat(5, 1fr);}
}
.gallery li {max-width: 233px; max-width: max-content;}
.gallery img {display: block; margin: 0 auto;}
.gallery .thumb {display: block; position: relative;}
.gallery .icn {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; color: rgba(255,255,255, 0.8); width: 32%; max-width: 4.54375em;}
.gallery .title {display: block; padding: 0.75rem 0 0 0; line-height: 1.2;}

.leaflet-container {font-family: var(--family1);}
.leaflet-container a.leaflet-popup-close-button {font-size: 24px;}
.leaflet-popup-content-wrapper {border: 1px solid #939598;}
.leaflet-popup-content {display: grid; grid-template-columns: 5.2777em 1fr; column-gap: 1.15em; font-size: 1.5em; margin: 1em; width: 19em!important;}
.leaflet-popup-content > :last-child {margin-bottom: 0;}
.leaflet-popup-content > * {grid-column: 1/ span 2;}
.leaflet-popup-content > img, .leaflet-popup-content > a:not([class*="btn"]) {grid-area: 1/ 1/ span 3/ auto;}
.leaflet-popup-content > img ~ *, .leaflet-popup-content > a:not([class*="btn"]) ~ * {grid-column: 2/ auto;}
.leaflet-popup-content > p {margin: 0 0 0.5em 0; line-height: 1.5;}
.leaflet-popup-content a:not([class*="btn"]) {color: inherit;}
.leaflet-popup-content a:not([class*="btn"]):hover {text-decoration: underline;}
.leaflet-popup-content > h2 {margin: 0.07em 0 0.15em 0; font: var(--weightSemibold) 1.5555em/1 var(--family2);}
@media screen and (max-width: 1199px){.leaflet-popup-content {font-size: 1.25em;}}
@media screen and (max-width: 767px){.leaflet-popup-content {font-size: 1.15em;}}
@media screen and (max-width: 575px){.leaflet-popup-content {font-size: 1em;}}
@media screen and (max-width: 479px){.leaflet-popup-content {font-size: 0.83em; width: 20em !important;}}

.pill {font-size: 0.8125em; font-weight: var(--weightSemibold); line-height: 1.2; padding: 0.2142em 0.6428em; border-radius: 1em; display: inline-block; vertical-align: top;}
.pill button {color: inherit; margin-left: 0.4em;}
a.pill:hover, .pill button:hover {opacity: 0.7;}
.pill .custom-icon {font-size: 0.8em; position: relative; top: -0.09em;}
.pill-green {color: #fff; background-color: #5cd264;}
.pill-red {color: #fff; background-color: #c86567;}
.pill-primary {color: #fff; background-color: var(--primary);}
.pills {position: absolute; top: 0.5em; right: 0.5em; z-index: 1; pointer-events: none;}
.pills li {margin-bottom: 0.3125em; text-align: right;}

.priceRow {line-height: 1.2; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.12em 0.5em;}
.priceRow__special {color: var(--secondary); font-weight: var(--weightNormal);}
.priceRow__old {text-decoration: line-through; font-size: 0.8333em; color: rgba(0,0,0,0.6);}

.rspnsvEmbd {margin-bottom: 1.94rem; position: relative; padding-bottom: 56%; overflow: hidden; background-color: #cbcbcb;}
.rspnsvEmbd iframe, .rspnsvEmbd object, .rspnsvEmbd embed, .rspnsvEmbd__i {z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.scroll-notice {display: none; justify-content: center; align-items: center; line-height: 1; font-size: 14px; color: var(--primary);}
.scroll-notice .custom-icon {margin: 0 7px;}

.tpLbl-wrap {position: absolute; z-index: 101; margin: 12px 0; font-size: 13.5px;}
.tpLbl {position: relative; display: flex; width: 11em;}
.tpLbl__cntn {display: block; padding: 0.444em 0.5925em 0.37em 0.5925em; min-width: 2.48em; line-height: 1.4; color: #fff; font-weight: 300; background-color: #191919;}
.tpLbl__arw {position: absolute; display: block; z-index: -1;}
.tpLbl__arw_i {display: block; width: 1.111em; color: #191919;}

.rdmrBox {min-height: 200px; position: relative; display: flex; flex-wrap: wrap; margin-bottom: 30px;}
.rdmrBox > :not(.rdmrBox__btn) {width: 100%;}
.rdmrBox__cntn {display: none; padding-bottom: 30px;}
.rdmrBox__intro {position: absolute; top: 0; left: 0; width: 100%; height: 140px; overflow: hidden; background-color: #fff;}
.rdmrBox__intro:after {display: block; content: ''; height: 38px; position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); pointer-events: none;}
.rdmrBox__btn {margin-top: auto; position: relative;}
.preview-short {transition: opacity 0.8s ease-in-out 0s;/*duration 2x toggleSlide kiirust*/}
.preview-active .preview-short {opacity: 0;}

/* feat-slider */
.feat-slider-wrap {z-index: 1;}
.feat-slider .slide-inner {display: block; position: relative;}

.feat-slider .slick-arrow:before {filter: drop-shadow(0 0 0.25rem rgba(0,0,0,0.3));}
.feat-slider-tabs-wrap {z-index: 2;}
.feat-slider-tabs .slick-slide {padding: 30px 22px; border-radius: 0; background-color: #fff; transition: transform .15s ease-in-out; height: auto;}
.feat-slider-tabs .slide-inner {display: flex; flex-direction: column; width: 100%; height: 100%;}
.feat-slider-tabs .slide-inner > * {margin-bottom: 18px;}
.feat-slider-tabs .article {font-size: var(--fSizeLG);}
.feat-slider-tabs .article > * {margin-bottom: 15px;}
.feat-slider-tabs .article h5 {font-weight: var(--weightBold)}
.feat-slider-tabs .slick-dots {position: static;}
@media screen and (min-width: 1251px){
	.feat-slider-tabs .slick-track {transform: translate3d(0px, 0px, 0px) !important; width: 100% !important;}
	.feat-slider-tabs .slick-slide {width: 25%;}
}
@media screen and (min-width: 681px){
	.feat-slider-tabs .slick-list {overflow: visible;}
	.feat-slider-tabs .slick-track {margin-left: 0; margin-right: 0; display: flex;}
	.feat-slider-tabs .slick-slide.slick-current {box-shadow: 0 0 50px -20px rgba(0,0,0,.4); transform: translateY(-40px);}
}/*
@media screen and (max-width: 680px){
	.feat-slider-tabs .slick-slide.slick-current {background-color: #f7f7f7;}
}*/

/* gdpr-modal */
.gdpr-modal {position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 900;}
.gdpr-modal:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background:rgba(0,0,0,0.3); pointer-events: none;}
.gdpr-modal > .inr-wrap1 {position: absolute; top: 0; bottom: 0; left: 0; width: 100%; overflow-y: auto; display: flex; z-index: 2;}
.gdpr-modal > .inr-wrap1 > .inr-wrap2 {padding: 1.5625rem 0.78125rem; margin: auto; width: 100%;}
.gdpr-modal .close-btn {position: absolute; top: 0; right: 0;}
.gdpr-modal-body {max-width: 640px; margin: auto; position: relative; padding: 2.125rem 2.125rem 2.375rem 2.125rem; font-size: var(--fSizeMD); line-height: 1.5; background-color: #fdfcfa; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.12);}
@media screen and (min-width: 421px){.gdpr-modal .intro-row {line-height: 1.85;}}
.gdpr-modal .intro-row {margin-bottom: 1.4rem;}
.gdpr-modal p {margin-bottom: 1.375rem;}
.gdpr-modal p:last-child {margin-bottom: 0;}
@media screen and (max-width: 767px){
	.gdpr-modal-body {padding: 1.5625rem;}
}
@media screen and (max-width: 480px){
	.gdpr-modal-body {padding: 1.25rem 0.9375rem 0.9375rem 0.9375rem;}
	.gdpr-modal .title-primary {margin-bottom: 0.875rem;}
}

/* hover states, zoom-img */
.hover-zoom, .gallery .thumb, .article .main-img .thumb, .subItem__thumb, .staffItem__thumb {overflow: hidden; display: block;}
.zoom-img, .article .main-img img, .gallery img, .goimage999 .swipebox img, .subItem__img, .staffItem__img/*, .sclScrlItem__img*/ {display: block; transition: transform 0.5s cubic-bezier(.165,.84,.44,1) 0s; width: 100%; backface-visibility: hidden;}
.hover-zoom:hover .zoom-img, .gallery a:hover .thumb img, .article .main-img .thumb:hover img, .goimage999 .swipebox:hover img, .subItem__thumb:hover .subItem__img, .staffItem:hover .staffItem__img/*, .sclScrlItem:hover .sclScrlItem__img*/ {transform: scale(1.05);}
.logo:hover .logo__img {opacity: 0.8;} 

/* ===================== pForm ===================== */
.required {color: #f10909; font-size: 13px; font-weight: 600; vertical-align: top;}
.legend {font-size: 13px; color: #a1a1a1; padding: 4px 0;}
.element-error {color: var(--danger); padding: 0.4rem 0 0; font-size: 13px;}

.article-inner-center .pForm {max-width: none;}
.pForm {max-width: 650px; font-size: 1rem; line-height: 1.5; margin-bottom: 3rem;}
.pForm__r {margin-bottom: 1rem;}
.pForm__r:last-child {margin-bottom: 0;}
.pForm__lbl {display: block; line-height: 1.2;}
.pForm__fld_w {padding-top: 0.5rem;}
.pForm__txt {color: #a1a1a1; font-size: var(--fSizeSM);}
.pForm .pForm__title2 {margin: 0; padding-top: 0.75rem;}
.pForm .chks-toggle {padding: 0.75em; border-radius: 0.4em;}
.pForm .chks-toggle > * {width: 1.1em; display: block;}
.pForm__chcks {padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: var(--weightLight);}
.pForm__chcks > :not(:last-child) {margin-bottom: 0.5rem;}
.pForm [for*="terms"] > span {font-size: 0.9em; padding-top: 0.15em; display: block; color: #a1a1a1;}
.pForm__r.pForm__rTerms {padding-top: 0.75rem; padding-bottom: 0.75rem;}
.pFormBtns__r {display: flex; flex-wrap: wrap; margin: 0 -0.375rem -0.75rem;}
.pFormBtns__c {margin: 0 0 0.75rem; padding: 0 0.375rem;}

/* =============== goSlides, goblock ========================= */
.goSlides {margin-bottom: 2rem;}
.goSlides img {display: block; width: 100%;}

.article .goblock {display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; margin-bottom: 1.4rem; padding: 2em 1.7em; text-align: center; font-size: 1.33rem; font-size: clamp(1.33rem, 1.15000rem + 0.80000vw, 1.875rem); font-weight: var(--weightBold); line-height: 1.1; min-height: clamp(0rem, -6.93578rem + 30.82569vw, 21rem); border: 3px solid transparent; border-radius: 0.5em;}
.article .goblock > :not(:first-child):not(:only-child) {font-size: 0.5em; font-weight: var(--weightNormal);}
.article .goblock > * {line-height: inherit;}
.article .bgFirst {background-color: var(--primary); color: var(--secondary);}
.article .bgSecond {background-color: var(--secondary); color: #fff;}
.article .bgThird {border-color: var(--secondary); color: var(--secondary);}

/* ========================= ARTICLE ========================= */
.article {line-height: 1.6; margin-bottom: 3rem; margin-bottom: clamp(2.4rem, 1.84933rem + 2.44742vw, 4rem);}
.intro-article {/*max-width: 1036px; */margin-left: auto; margin-right: auto; margin-bottom: 2.5rem; margin-bottom: clamp(2rem, 1.65583rem + 1.52964vw, 3rem);}
.article > *:last-child, .article li:last-child, .article .row > * > *:last-child, .article .goblock > :last-child, .article-inner-center > :last-child {margin-bottom: 0 !important;}

.page-title, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .pForm .pForm__title, .modal-title, .social-scrl-sctn-title, .staffList__title {font-family: var(--family2); font-weight: var(--weightSemibold);}
.article__h1, .page-title, .article h1 {font-size: 2.5rem; font-size: var(--article__h1);}
.page-title, .article h1 {text-wrap: balance; line-height: 1.05; margin-bottom: 1.5rem; margin-bottom: clamp(1.25rem, 1.16396rem + 0.38241vw, 1.5rem);}
.article__h2, .article h2, .staffList__title {font-size: 2.09375rem; font-size: var(--article__h2);}
.article h2 {background: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23ffde00' /%3E%3C/svg%3E%0A") no-repeat top 0.35em left 0.1em/ 0.65em auto; padding-left: 1.3em;}
.article__h3, .article h3, .pForm .pForm__title1, .modal-title {font-size: 1.6875rem; font-size: var(--article__h3);}
.article__h4, .article h4, .pForm .pForm__title2 {font-size: 1.296875rem; font-size: var(--article__h4);}
.article__h5, .article h5 {font-size: 1.15625rem; font-size: var(--article__h5);}
.article__h6, .article h6 {font-size: 1rem; font-size: var(--article__h6);}
.article:has(:is(h1,h2,h3,h4,h5,h5):only-child) {margin-bottom: clamp(2.4rem, 2.19350rem + 0.91778vw, 3rem);}

.article > ul, .article > ol, .article [class*="col"] > ul, .article [class*="col"] > ol, .article .goaccordion div > ul, .article .goaccordion div > ol {margin-bottom: 1.5rem;}
.article ul ul, .article ul ol, .article ol ol, .article ol ul {padding-top: 0.27em;}
.article li{position: relative; margin-bottom: 0.6em;}

.article ul {padding-left: 0.1em;}
.article ul li {padding-left: 1em;}
.article ul li:before {display: block; position: absolute; top: 2.4em; left: 0.07em; font-size: 0.37em; content: '\E812'; transform: translateY(-50%); color: var(--secondary);}
.article ul ol li:before {display: none;}
.article ul ol li {padding: 0;}

.article ol {padding-left: 1.2em;}
.article ol > li {padding-left: 0.15em;}
.article ol ol, .article ul ol {padding-left: 1.2em;}

.responsive-table, .article .table-wrap {overflow-x: auto;}
.article .table-wrap table {margin-bottom: 0;}
.article .table-wrap, .article table {margin-bottom: 3em;}
.article table {border-collapse: separate; width: 100%;}
.article caption {color: #fff; background-color: #2a2a2a; text-align: left; padding: 5px 20px;}
.article tr > * {padding: 6px 15px 6px 15px; text-align: left;}
.article th {font-weight: normal; color: #fff; background-color: var(--secondary);}
.article tr:nth-child(even) > * {background-color: #f1f1f1;}
.article tr:last-child > * {border-bottom-color: transparent;}
.article tr > :first-child {border-top-left-radius: 0; border-bottom-left-radius: 0;}
.article tr > :last-child {border-top-right-radius: 0; border-bottom-right-radius: 0;}

.article table.noborder, .article table.noborder td, .article table.noborder th{border: none;}

.article table p {margin: 0;}
.article p {margin-bottom: 1.4rem;}
@media screen and (min-width: 576px){.article p {margin-bottom: 1.7rem;}}
.article table .c-btn {font-size: 0.8rem; padding: 0.25em 0.7em;}
.article a:not([class*="btn"]), .subItem__cntn a:not([class*="btn"]) {color: var(--secondary); text-decoration: underline;}
.article a:hover, .subItem__cntn a:hover {text-decoration: none;}
.article i {font-weight: 400;}
.article [class*="btn"] {vertical-align: baseline;}
.article img {display: inline-block;}
.article .main-img {width: 34%; text-align: center;}
.article .main-img a {display: block;}
.article .main-img .thumb {display: block; position: relative; max-width: 510px; z-index: 1;}
.article .main-img .icn {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; color: rgba(255,255,255, 0.8); width: 32%; max-width: 4.54375em;}
.article .main-img .title {display: block; padding-top: 0.25em; font-size: 0.9em;}
.article .main-img img {display: block; margin: 0 auto;}
@media screen and (max-width: 479px){.article img {display: block; float: none; margin: 0 auto 1rem auto; width: auto;}}
.article .img-left {float: left; margin: 0 3.75rem 0 0;}
.article .img-right {float: right; margin: 0 0 0 3.75rem;}
.article .row .main-img {width: auto; float: none; margin: 0;}
.article .row {margin-bottom: 3.9rem; margin-bottom: clamp(2.7rem, 2.28700rem + 1.83556vw, 3.9rem);}
.article-inner-center {max-width: 800px; margin: 0 auto 3rem auto;}
.last-edited {color: #939393; letter-spacing: 0.25px;}
:is(h1,h2,h3,h4,h5,h6) + .last-edited {margin-top: -1rem;}
@media screen and (min-width: 1200px){
	:is(h1,h2,h3,h4,h5,h6) + .last-edited {padding-top: 0;}
	.last-edited {padding-top: 1.5rem;}
}

@media screen and (min-width: 768px){
	.article :not(.row):not(h1) + .row {padding-top: 1rem;}
	/*.article [class*="col-md"] p img {border-left: 30px solid transparent; border-right: 30px solid transparent;}*/
}
@media screen and (min-width: 1200px){
	.article .row {margin-left: -20px; margin-right: -20px;}
	.article .row > * {padding-left: 20px; padding-right: 20px;}
}
@media screen and (max-width: 767px){
	.article > .row {margin-bottom: 1.5rem;}
	.article [class*="col-md"]:not(:last-child) {margin-bottom: 1.1rem;}
	.article [class*="col-md"] .main-img, .article [class*="col-md"] > img {float: left; display: block; position: relative; left: 50%; transform: translateX(-50%);}
}
@media screen and (max-width: 575px){
	.article .main-img {float: none; width: auto; margin: 0; margin-bottom: 20px;}
	.article .main-img img {width: 100%;}
}

.govideo iframe {display: inline-block; vertical-align: top; margin-bottom: 2rem;}
.goimage999 .swipebox {display: block; position: relative; overflow: hidden;}

/* ========================= LAYOUT STYLED =================== */
/* =========================================================== */
#topHeader {background: var(--special) url('../images/bg-header.jpg') no-repeat 0 0/ cover;}

.topRibbon-holder {min-height: var(--topRibbonHeight);}
.topRibbon-holder.is-stuck #topRibbon-wrap {position: fixed;}
#topRibbon-wrap {position: relative; top: 0; left: 0; width: 100%; z-index: 803;}
#topRibbon-wrap > .centered-wrap {width: 100%;}
#topRibbon {height: var(--topRibbonHeight); position: relative; z-index: 1; display: flex; align-items: center;}

.topLogo {width: 10.3125em;}
.topLogo picture, .topLogo__img {display: block; width: 100%;}
.topLogo + * {margin-left: auto;}

.mMenuDD-parent {position: relative;}
.mMenu {line-height: 1.2;}
.mMenu__lnk {display: block;}
.mMenu__lnk_i {display: block; font-weight: var(--weightSemibold); font-family: var(--family2); font-size: 1.5em; letter-spacing: -0.15px;}
.mMenuDD__lnk {display: block; font-size: 1.125em;}
/*.item-active .mMenu__lnk, .mMenu__c:hover .mMenu__lnk {}*/
.mMenu .submenu-toggle {position: absolute; display: flex; align-items: center; justify-content: center; top: 0.35em; right: 0.65em; height: 1.9em; width: 2em; border: none; border-radius: 0.5em; padding: 0; color: inherit; z-index: 2; background: none; outline: 2px solid transparent; outline-offset: -2px; transition: transform 0.4s ease-in-out 0s;}
.mMenu .submenu-toggle .custom-icon {position: relative; top: 0.15em; font-size: 0.5em; width: auto;}
.mMenu .submenu-toggle:focus {outline-color: var(--secondary);}
.submenu-toggle[aria-expanded="true"] {transform: rotate(-180deg);}
.mMenuDD {height: 0; overflow: hidden; visibility: hidden; opacity:0; transition: visibility 0s linear 0.3s, opacity 0.3s linear, height .4s;}
.mMenuDD.is-open {opacity: 1; visibility: visible; transition-delay: 0s;}
.mMenuDD__r {background-color: #fff;}
.mMenuDD__lnk {font-size: 1.125em;}
.mMenuDD__lnk:hover {color: var(--secondary);}
.btn-regions {display: inline-flex; font-size: 1.375em; font-weight: var(--weightSemibold); font-family: var(--family2); padding: 0.36818em 1em;}
@media screen and (min-width: 640px) {.mMenu__c.item-regions {display: none;}}

@media screen and (min-width: 1200px){
	#topHeader {padding: 2.6875rem 0 1.75rem 0;}
	.headerJ {padding: 3.25rem var(--centered-wrap_gX) 0; width: 100%; margin: 0 auto; max-width: 1446px;}
	
	.topRibbon-holder {min-height: 8em; margin-bottom: 0.75rem;}
	#topRibbon {position: relative; z-index: 2; align-items: flex-start; height: var(--topRibbonHeight); column-gap: 2%; transition: height 0.5s cubic-bezier(.165,.84,.44,1) 0s;}
	#topRibbon-wrap:before {content: ''; background-color: #fff; display: block; position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 1; opacity: 0;}
	@supports (backdrop-filter: blur(22px)) {
		#topRibbon-wrap:before {background-color: rgba(255,255,255, 0.35); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px);}
	}
	#topRibbon .btn-regions-orig {transition: font-size 0.5s cubic-bezier(.165,.84,.44,1) 0s;}
	
	.topLogo {align-self: center; transition: width 0.5s cubic-bezier(.165,.84,.44,1) 0s;}
	
	.topRibbon-holder.is-stuck .topLogo {width: 4.8em;}
	.topRibbon-holder.is-stuck #topRibbon {height: 5.5rem;}
	.topRibbon-holder.is-stuck #topRibbon-wrap {box-shadow: 0 0 13px 3px rgba(0,0,0,0.1)}
	.topRibbon-holder.is-stuck #topRibbon-wrap:before {opacity: 1; transition: opacity 0.5s cubic-bezier(.165,.84,.44,1) 0s;}
	.topRibbon-holder.is-stuck #topRibbon .btn-regions-orig {font-size: 1em;}
	.topRibbon-holder.is-stuck .mMenu {font-size: 0.8125em;}

	.menu-bd {display: none;}
	#main-menus {margin-left: auto;}
	#main-menus .m__inner_wrap {display: block!Important;}
	.mMenu__r {display: flex; flex-wrap: wrap; margin-right: -1.5em; margin-left: -1.5em;}/* for multiple lines use align-content */
	.mMenu__c {display: flex; align-items: center; margin-top: 0.75em; padding-right: 1.5em; padding-left: 1.5em; border-right: 1px solid rgba(0,0,0, 0.12);}
	.mMenu__c:nth-last-child(2) {border-right: none;}
	.btn-regions {position: absolute; bottom: 0.55em; right: 0;}
	.mMenu__lnk {display: flex; align-items: center; padding: 0.07em 0;}
	.mMenu__lnk_i {display: block;}
	.item-active .mMenu__lnk, .mMenu__c:hover .mMenu__lnk {color: var(--secondary);}
	.mMenu {transition: font-size 0.5s cubic-bezier(.165,.84,.44,1) 0s;}
	.mMenu .submenu-toggle {position: static; width: 1.875em; height: 1.7em; margin: 0 -0.5em 0 -0.15em; outline-offset: -6px; flex: 0 0 auto;}
	/*.mMenu .submenu-toggle:focus {outline: none;}*/
	.mMenu .submenu-toggle .custom-icon {font-size: 0.42em;}
	
	.mMenuDD {height: auto!important; text-align: left; position: absolute; left: 0.75em; top: 100%; padding-top: 0.5em; z-index: 806; width: 16em; transition: visibility 0s linear 0.3s, opacity 0.3s linear; overflow: visible;}
	.mMenuDD__r {background-color: var(--primary); padding: 1.5em 1.3em 1.5em 2em; border-radius: 0.35em;}
	.mMenuDD__c:not(:last-child) {margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 1px solid rgba(0,0,0, 0.1);}
	.mMenuDD__lnk {max-width: max-content;}
}
@media screen and (min-width: 1200px) and (max-width: 1632px) {.mMenu__c:nth-last-child(2) .mMenuDD {left: auto; right: 0; text-align: right;}}
@media screen and (min-width: 1200px) and (max-width: 1380px) {.mMenu__c:nth-last-child(3) .mMenuDD {left: auto; right: 0; text-align: right;}}
@media screen and (min-width: 1200px) and (hover: hover) {
	.mMenu__c:hover > .submenu-toggle {transform: rotate(-180deg);}
	.mMenu__c:hover > .mMenuDD {visibility: visible; opacity: 1; transition-delay: 0s;}
}
@media screen and (max-width: 1199px){
	.main-wrap {padding-bottom: var(--topRibbonHeight);}
	
	.topRibbon-holder {position: fixed; bottom: 0; left: 0; width: 100%; z-index: 803;}
	#topRibbon-wrap {background-color: var(--secondary);}
	#topRibbon-wrap > .centered-wrap {padding-right: 0; padding-left: 2%;}
	#topRibbon {padding-right: var(--topRibbonHeight);}
	#topRibbon > * {margin-right: 4%;}
	
	.topLogo {width: 13.5em;}
	
	.menu-bd {pointer-events: none; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; background-color: rgba(0,0,0,0.5); visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear;}
	.main-menus-active {overflow: hidden; height: 100%;}
	.main-menus-active .menu-bd {visibility: visible; opacity: 1; transition-delay: 0s;}
	#main-menus {--menuBarW: 350px; display: flex; flex-direction: column; align-items: flex-end; position: absolute; top: 0; right: 0; color: #000; margin-right: 0!important; text-align: center; font-size: 1rem;}
	#main-menus .menuBtn {display: block; height: var(--topRibbonHeight); width: var(--topRibbonHeight);}
	#main-menus .m__inner_wrap {display: flex; flex-direction: column; align-items: flex-end; bottom: var(--topRibbonHeight); top: 0; right: 0; margin-left: 0; z-index: 200; position: fixed; width: 100%; transform: translateX(100%); overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; visibility: hidden; transition: transform 0s cubic-bezier(.165,.84,.44,1) 0s, visibility 0s cubic-bezier(.165,.84,.44,1) 0s;}
	#main-menus .m__inner_wrap.shown {visibility: visible; transform: translateX(0); transition-duration: 0.5s;}
	#main-menus .m__inner_wrap::-webkit-scrollbar {display: none;}
	#main-menus .m__inner_wrap_i {width: var(--menuBarW);}
	#main-menus .m__inner_wrap_i_i {background: #fff; border-bottom: 5px solid var(--primary); min-height: calc(100vh - var(--topRibbonHeight)); display: flex; flex-direction: column; justify-content: center;}
	.mMenu__c {display: block; margin: 0;}
	.mMenu__c:not(:first-child) {border-top: 1px solid #f1f1f1;}
	.mMenuDD-parent > .mMenu__lnk {padding-left: 2em; padding-right: 2em;}
	.mMenu__lnk {padding: 0.45em 0.73em;}

	.mMenuDD__r {padding: 1.3333em; padding-bottom: 1.1333em; background-color: var(--primary);}
	.mMenuDD__c {margin-bottom: 12px;}
	.mMenuDD__c:last-child {margin-bottom: 0;}
	
}
@media screen and (max-width: 639px){
	#topRibbon .btn-regions-orig {display: none;}
}
@media screen and (max-width: 425px){
	#main-menus {--menuBarW: 100%;}
}
@media screen and (max-width: 320px){
	#topRibbon {font-size: 0.875rem;}
}

@keyframes widthTo100 {0% { width: 0; }100% { width: 100%; }}
.slick-progress-nav .slick-dots button {overflow: hidden; position: relative; border-radius: 0.5em; background: rgba(255,255,255,0.5)!important;}
.slick-progress-nav .slick-dots :not(.slick-active) button:hover {background: var(--secondary)!important;}
.slick-progress-nav .slick-dots button:after {display: block; content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: var(--secondary); z-index: 1;}
.slick-progress-nav .slick-dots .slick-active button {width: 2em;}
.slick-progress-nav .slick-dots .slick-active button:after {animation: widthTo100 4s forwards linear 0s 1;}
.slick-progress-nav:hover .slick-dots .slick-active button:after {animation-play-state: paused;}

.pSlider-wrap {max-width: 1396px; width: 100%; margin: 0 auto; position: relative; background-repeat: no-repeat; background-size: cover; overflow: hidden;}
/*.pSlider-bg {background-repeat: no-repeat; background-size: cover; display: block; z-index: 1; position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%,-50%) scale(0.997); border-radius: calc(3rem + 1px);}*/
.pSlider {position: relative; z-index: 2;}
.pSlider:not(.slick-initialized) > :not(:first-child) {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.pSlider.slick-initialized {min-height: 0!important;}
.pSlider .slick-list, .pSlider .slick-track, .tstmnls-slider .slick-list, .tstmnls-slider .slick-track {display: block;}
.pSlider .slick-track:after, .tstmnls-slider .slick-track:after {display: table; content: ''; display: block;}
.pSlider .slick-slide, .tstmnls-slider .slick-slide {float: left;}
/*.pSlider .slick-slide:before {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-color: rgba(0,0,0,0.3); pointer-events: none;}*/
.pSlider .slide-img {display: block;}
.pSlider .overlay {display: flex; text-shadow: 0 0 4px rgba(0,0,0,0.25); color: #fff; max-width: 1325px; padding: var(--centered-wrap_gX) var(--centered-wrap_gX) 5% var(--centered-wrap_gX); line-height: 1.35;}
.pSlider .overlay.justify-content-center {text-align: center;}
.pSlider .overlay.justify-content-end {text-align: right;}
.pSlider .overlay__cntn {max-width: 29em; width: 100%;}
.pSlider .overlay__cntn > * {margin-bottom: 0.4em;}
.pSlider .overlay__cntn > *:last-child {margin-bottom: 0!important;}
.pSlider .overlay__cntn .title1__txt {display: block; font-family: var(--family2); font-weight: var(--weightSemibold); font-size: 4.375em; line-height: 0.92;}
.pSlider .overlay__cntn .title2__txt {display: block; font-size: 2em;}
.pSlider .overlay__cntn .btn-wrap {padding-top: 1em;}
.pSlider .overlay__cntn .c-btn {font-size: 1.125em; text-shadow: none;}
.pSlider-wrap .slick-dots-wrap {width: 100%; max-width: 1483px; bottom: 0.3rem;}
.pSlider-wrap .slick-dots {justify-content: center;}
.pSlider-wrap .slick-dots li:not(.slick-active):not(:hover) button {background: rgba(255,255,255,0.6);}

@media screen and (min-width: 576px){
	.pSlider-wrap .slick-dots-wrap {bottom: 2%;}
	.pSlider .slide-media-sm {display:none!important;}
}
@media screen and (min-width: 1200px){
	.pSlider-wrap {border-radius: 3rem;}
	.pSlider .slide-img {border-radius: calc(3rem - 5px);}
}
@media screen and (max-width: 1399px){
	.pSlider .overlay {font-size: 0.93rem;}
	.pSlider .overlay__cntn .title1__txt {font-size: 3.85em;}
}
@media screen and (max-width: 1299px){.pSlider .overlay {font-size: 0.85rem;}}
@media screen and (max-width: 1199px){.pSlider .overlay {font-size: 0.8rem;}}
@media screen and (max-width: 991px){.pSlider .overlay__cntn .title1__txt {font-size: 3.35em;}}
@media screen and (max-width: 767px){
	.pSlider .overlay {font-size: 0.65rem;}
	.pSlider .overlay__cntn .title1__txt {font-size: 3em;}
	.pSlider .overlay__cntn .title2__txt {font-size: 1.75em;}
}
@media screen and (max-width: 639px){
	.pSlider .overlay__cntn .title1__txt {font-size: 2.5em;}
}
@media screen and (max-width: 575px){
	.pSlider .slide-media-lg {display:none!important;}
	.pSlider .overlay {text-shadow: none; font-size: 1rem; background: var(--special); background: linear-gradient(to bottom, rgba(0,0,0,0) 70%,rgba(0,0,0,0.11) 100%), url('../images/bg-header.jpg') no-repeat 0 0/ cover; position: static; color: #000!important; padding: var(--centered-wrap_gX)/* var(--centered-wrap_gX) calc(2 * var(--centered-wrap_gX)) var(--centered-wrap_gX)*/;}
	
	.pSlider .overlay {position: relative;}
	.pSlider .overlay__cntn .title1__txt {font-size: 1.8em;}
	.pSlider .overlay__cntn .btn-wrap {padding-top: 0.5em;}
	.pSlider .overlay__cntn .c-btn {font-size: 0.85em;}
	
	.pSlider-wrap:has(.slick-dots-wrap li:nth-child(2)) .overlay {padding-bottom: 3rem;}
	.pSlider-wrap:not(:has(.slick-dots-wrap li:nth-child(2))) .overlay {padding-bottom: 1.5rem;}
}

.main-content-wrap {padding: 3rem 0 3.5rem 0; padding: clamp(3rem, 2.31166rem + 3.05927vw, 5rem) 0 clamp(3rem, 1.96750rem + 4.58891vw, 6rem) 0;}
.main-content {position: relative;}
.frontpage aside {padding-top: clamp(0rem, -0.34417rem + 1.52964vw, 1rem);}

.cClms {position: relative; margin-bottom: 3.5rem; margin-bottom: clamp(3.5rem, 3.33486rem + 0.73394vw, 4rem);}
.cClms__r {display: flex; margin: 0 0 -3.1rem 0; position: relative; z-index: 1;}
.cClms__c {flex: 0 0 auto; max-width: 100%; margin-bottom: 3.1rem; }
.cClms__c > :last-child {margin-bottom: 0!important;}
@media screen and (min-width: 1025px){
	/* ei tohi kasutada flex: 1 1 auto, slick-slider l88b columni viewportist v2lja */
	.cClms__c:only-child {width: 100%;}
	.cClms__c1 {width: 22.8%;}
	.cClms__c2 {width: 77.2%;}
	.cClms__c1 + .cClms__c2 {padding-left: 4.75%;}
	.cClms__c1 + .cClms__c2 .subBList__c, .cClms__c1 + .cClms__c2 .subGList__c {width: 50%;}
	.cClms__c1 + .cClms__c2 .staffList__c {width: 33.33333%;}
}
@media screen and (max-width: 1024px){
	.cClms__r {flex-wrap: wrap;}
	.cClms__c {width: 100%;}
}

.sideMenu-wrap {position: -webkit-sticky; position: sticky; top: 1rem; z-index: 11;}
.sideMenu {width: 100%; position: relative; z-index: 1;}
.sideMenu__m {line-height: 1.2; letter-spacing: 0.5px;}
.sideMenu__item {position: relative; display: block; padding: 0.9375em 1.0625em 0.9375em 2em; border-bottom: 1px solid #dbdbdb;}
.sideMenu__item:after {display: block; content: '\E822'; position: absolute; top: 2.85em; left: 1em; font-size: 0.6em; color: inherit; line-height: normal; transform: translateY(-50%);}
.sideMenu__lnk {display: block; position: relative; font-size: 1.09375em; font-weight: var(--weightSemibold);}
.sideMenu__item ul {padding-top: 0.3em;}
.sideMenu__item li {margin-top: 0.4em;}
.sideMenu__item.active > .sideMenu__lnk, .sideMenu__lnk:hover, .sideMenu__item li:hover > a, .scroll-menu-item-active {color: var(--secondary);}

.sScrlSctn-wrap:first-child .sScrlSctn {margin-top: -5rem;}
.sScrlSctn-wrap {position: relative;}
.sScrlSctn {padding: 5rem 0; margin-top: -4rem;}
@media screen and (min-width: 1200px){.sideMenu-wrap {top: 6.5rem;}}
@media screen and (max-width: 991px){
	.sScrlSctn-wrap:first-child .sScrlSctn {margin-top: -3rem;}
	.sScrlSctn {padding: 3rem 0; margin-top: -2rem;}
}

.pillsNav .c-btn {border-color: rgba(0,0,0, 0.12);}
.pillsNav .row > * {flex-shrink: 1;}
.filterBy {margin-bottom: 0.5rem;}
@media screen and (max-width: 480px){
	.pillsNav .c-btn {font-size: 0.81rem; padding-top: 0.5em; padding-bottom: 0.5em;}
}

.date {color: #0062aa;}
.svcBox {font-size: var(--fSizeTxt); background-color: #f2f2f2; border: 1px solid rgba(0,0,0, 0.12); border-radius: 0.5em; padding: 1em; line-height: 1.2;}
.svcBox__r {display: grid; grid-template-columns: 7fr 2fr 2.5em; gap: 0.75em 2%;}
.svcBox__c3 {display: flex; justify-content: center;}
.svcBox__title {margin-top: -0.07em; margin-bottom: 0.15em;}
.svcBox__unit {font-size: 1em; width: 6.555em; text-align: center; padding-right: 2.5em;}
.svcBox__unit.c-btn {cursor: default; font-weight: var(--weightNormal); border-radius: 0.3em; box-shadow: inset 0 0 14px -7px rgba(0, 0, 0, 0.2);}
.svcBox .close-btn {font-size: 0.8em; margin-top: 0.2em;}
.svcAmtn__r {display: grid; grid-template-columns: auto 1fr; column-gap: 7%; align-items: center;}
@media screen and (min-width: 992px){.svcBox {padding: 1.5em;}}
@media screen and (max-width: 991px){.svcBox__r {grid-template-columns: 5fr 2fr 2em;}}
@media screen and (max-width: 767px){
	.svcBox__r {column-gap: 6%;}
	.svcBox__c1 {grid-row-start: 1; grid-column-end: span 2;}
	.svcBox__c2 {grid-row-start: 2; grid-column-end: span 3;}
	.svcBox__c3 {grid-column-start: 3; grid-column-end: span 1;}
	.svcBox .close-btn {margin-top: -0.66em;}
}

.svcsSctn {margin-bottom: 3rem; margin-bottom: clamp(2.25rem, 1.73375rem + 2.29446vw, 3.75rem);}
.typePick {margin-bottom: 2.7rem; margin-bottom: clamp(2.25rem, 1.81979rem + 1.91205vw, 3.5rem);}

@media screen and (min-width: 768px){.enqryForm {max-width: 42.5rem;}}
.enqryForm .bGapsN-2 > * {margin-bottom: -0.8rem!important;}
.enqryForm .bGaps-2 > * {margin-bottom: 0.8rem!important;}

.bbleBtn {border-radius: 50%; border: 1px solid rgba(0,0,0, 0.12); background-color: var(--special); width: 4em; height: 4em; display: inline-flex; align-items: center; justify-content: center; transition: color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s;}
@media screen and (max-width: 575px){.bbleBtn {font-size: 0.8em;}}

/* kasutuses enamikes 3 columniga kaardilistides, esilehe uudised ning nimekirja vaated */
.cBox {--boxRds: 1.75em; border-radius: var(--boxRds); padding: 4.09%; background-color: #fff; border: 1px solid #ddd; box-shadow: 0 0 15px -2px rgba(0,0,0, 0.07); transition: box-shadow 0.3s cubic-bezier(.165,.84,.44,1) 0s; display: flex; flex-direction: column; width: 100%; height: 100%; font-size: clamp(0.6875rem, 0.57995rem + 0.47801vw, 1rem);}
.cBox:hover {box-shadow: 0 0 7px -2px rgba(0,0,0, 0.2);}
.cBox:hover .bbleBtn {background-color: var(--primary);}
.cBox__thumb {overflow: hidden; border-radius: var(--boxRds) var(--boxRds) 0 0; flex: 0 0 auto;}
.cBox__thumb.odd .cBox__img {aspect-ratio: 16/9; object-fit: contain;}
.thumb-center .cBox__thumb {max-width: 50%; margin: 2% auto 0; overflow: visible; border-radius: 0;}
.thumb-center .cBox__img {border-radius: 0;}
.cBox__img {border-radius: var(--boxRds) var(--boxRds) 0 0;}
.cBox.text-center .cBox__cntn {max-width: 19rem;}
.cBox__cntn {font-size: 1.125em; padding: 0.8em 2% 0.2em; margin: 0 auto; flex: 1 1 auto; display: flex; flex-direction: column; width: 100%;}
.cBox__cntn > * {margin-bottom: 0.25em;}
.cBox__cntn > :last-child {margin-bottom: 0;}
.cBox__more {margin-top: auto; padding: 0.5em 0;}
.cBox__title_txt {display: block; font-size: 1.5555em; font-weight: var(--weightSemibold); font-family: var(--family2);}

.cList-wrap {padding-top: 1.75rem; padding-top: clamp(1rem, 0.48375rem + 2.29446vw, 2.5rem);}
.cList__r {margin: 0 0 -1.568627% -1.568627%;}
.cList__c {width: 33.3333%; padding: 0 0 0 1.544401%; margin-bottom: 1.544401%;}
@media screen and (max-width: 886px){
	.cList__c {width: 50%;}
}
@media screen and (max-width: 359px){
	.cList__r {margin-bottom: -1rem;}
	.cList__c {width: 100%; margin-bottom: 1rem;}
	.cBox {font-size: 0.8125rem;}
}

.dtls {font-size: var(--fSizeTxt);}

.staffDtls .contactP {font-size: var(--fSizeTxt); max-width: 64rem; grid-template-columns: 15.75rem 1fr; row-gap: 1.5rem; align-items: start; padding-top: 1rem; padding-top: clamp(1rem, 0.65583rem + 1.52964vw, 2rem);}
@media screen and (max-width: 720px){
	.staffDtls .contactP {grid-template-columns: 1fr;}
}

/* kasutuses 2x kohas, detailvaates kontaktisikuna ning t88taja detailvaates endas */
.contactBlock {position: relative; padding-top: 4.5rem; padding-top: clamp(3.25rem, 1.95937rem + 5.73614vw, 7rem);}
.contactP {--gapX: 4%; calc(var(--gapX)  / 2); display: grid; grid-template-columns: 25% 1fr; column-gap: var(--gapX); font-size: var(--fSizeTxt); max-width: 39rem;}
.contactP__img {display: block; width: 100%; max-width: 15.75rem; border-radius: 50%; margin: 0 auto;}
.contactP__title1 {margin: 0; font-weight: var(--weightBold); font-size: var(--article__h4);}
.contactP__title2 {margin: 0;}
.contactP__title1 + .contactP__title2 {margin-top: 0.25em;}
.contactP__cntn {min-width: 0;}
.contactP__cntn > * {margin: 0.75em 0 0 0;}
.contactP__cntn > :first-child {margin-top: 0;}
.contactP__cntn a {text-decoration: underline;}
.contactP__cntn a[href*="mailto"] {word-wrap: break-word;}
.contactP__cntn a:hover {text-decoration: none;}
@media screen and (min-width: 768px){
	.contactP {--gapX: 6%; grid-template-columns: 40.387% 1fr; column-gap: var(--gapX); align-items: center;}
	.contactP__cntn > * {margin: 1.25em 0 0 0;}
}
@media screen and (max-width: 479px){
	.contactP {font-size: 0.875rem;}
}

.evntBox {--boxRds: 1.75em; border-radius: var(--boxRds); padding: 4.09%; background-color: #fff; border: 1px solid #ddd; box-shadow: 0 0 15px -2px rgba(0,0,0, 0.07); transition: box-shadow 0.3s cubic-bezier(.165,.84,.44,1) 0s; display: flex; flex-direction: column; width: 100%; height: 100%; font-size: clamp(0.6875rem, 0.57995rem + 0.47801vw, 1rem);}
.evntBox:hover {box-shadow: 0 0 7px -2px rgba(0,0,0, 0.2);}
.evntBox:hover .bbleBtn {background-color: var(--primary);}
.evntBox__thumb {overflow: hidden; border-radius: var(--boxRds) var(--boxRds) 0 0; flex: 0 0 auto;}
.evntBox__img {border-radius: var(--boxRds) var(--boxRds) 0 0;}
.evntBox__cntn {font-size: 1.125em; padding: 0.8em 2% 0.2em; margin: 0 auto; flex: 1 1 auto; display: flex; flex-direction: column; width: 100%;}
.evntBox__cntn > * {margin-bottom: 0.25em;}
.evntBox__cntn > :last-child {margin-bottom: 0;}
.evntBox__title_txt {display: block; font-size: 1.25em; font-weight: var(--weightSemibold); font-family: var(--family2);}
.evntBox__date {color: #a5a5a5; font-size: 0.8125em;}

.evnts__r {margin: 0 0 -1.568627% -1.568627%;}
.evnts__c {width: 25%; padding: 0 0 0 1.544401%; margin-bottom: 1.544401%;}
@media screen and (max-width: 992px){.evnts__c {width: 33.3333%;}}
@media screen and (max-width: 668px){.evnts__c {width: 50%;}}
@media screen and (max-width: 359px){
	.evnts__r {margin-bottom: -1rem;}
	.evnts__c {width: 100%; margin-bottom: 1rem;}
	.evntBox {font-size: 0.8125rem; margin: 0 auto; max-width: 19.0625rem;}
}

.decor {position: absolute; z-index: -1;}
.decor__img {width: 100%;}
.decor1 {bottom: -5%; right: -18%; width: 60.236%;}
@media screen and (max-width: 1199px){.decor1 {opacity: 0.1; right: -12.875rem; width: 48rem;}}

.gal {max-width: 1600px; width: 100%; margin: 0 auto; padding: 2rem var(--centered-wrap_gX) 0;}
.gal a {display: block; position: relative;}
.gal a .custom-icon {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 6.5em; color: rgba(255,255,255, 0.5); pointer-events: none;}
@media screen and (min-width: 992px){
	.gal li:only-child {margin-left: auto; margin-right: auto;}
	.gal li:first-child:nth-last-child(2), .gal li:first-child:nth-last-child(3) {margin-left: auto;}
	.gal li:first-child:nth-last-child(2) ~ li:last-child, .gal li:first-child:nth-last-child(3) ~ li:last-child {margin-right: auto;}
}
@media screen and (min-width: 576px) and (max-width: 991px){
	.gal li:only-child, .gal li:first-child:nth-last-child(2) {margin-left: auto;}
	.gal li:only-child, .gal li:first-child:nth-last-child(2) ~ li:last-child {margin-right: auto;}
}

.main-content .lctnsMap-wrap {width: 100vw; width: calc(100vw - var(--scrollbarW)); margin-left: 50%; transform: translateX(-50%);}
.lctnsMap-wrap {max-width: 1550px; width: 100%; margin: 0 auto; margin-bottom: 2.5rem; margin-bottom: clamp(2rem, 1.65583rem + 1.52964vw, 3rem);}
.lctnsMap-wrap + .staffList-wrap {padding-top: 1rem;}
.lctnsMap {padding-bottom: clamp(27rem, 24.67686rem + 10.32505vw, 33.75rem);}
.dirChoises a {transition: opacity 0.3s cubic-bezier(.165,.84,.44,1) 0s;}
.dirChoises a:hover {opacity: 0.7;}
@media screen and (max-width: 575px){.dirChoises img {width: 4rem;}}
@media screen and (min-width: 1200px){
	.mapFilters > .row {margin-left: -2.2rem!important; margin-right: -2.2rem!important;}
	.mapFilters > .row > * {padding-left: 2.2rem!important; padding-right: 2.2rem!important;}
}

.footerImg {max-width: 1550px; margin: 0 auto; width: 100%;}

.scls a {display: flex; align-items: center; justify-content: center; height: 1em; font-size: 1.75em; text-decoration: none!Important;}
.scls a[aria-label*="Youtube"] .custom-icon {font-size: 1.35em;}
.scls a[aria-label*="TikTok"] .custom-icon {font-size: 0.85em;}
.scls a:hover {opacity: 0.7;}
.scls .custom-icon {width: auto;}

#footer-wrap {position: relative; background: var(--special) url('../images/bg-footer.jpg') no-repeat right center;}
#footer {position: relative; z-index: 2; font-size: var(--fSizeTxt); padding: 3rem 0; padding: clamp(2.5rem, 2.19885rem + 1.33843vw, 3.375rem) 0;}
#footer .article a:not([class*="btn"]) {color: inherit;}
#footer li a, #footer p a:not([class*="btn"]) {text-decoration: underline;}
#footer li a:hover, #footer p a:not([class*="btn"]):hover {text-decoration: none;}
#footer .bulleted-list li {line-height: inherit;}
#footer .bulleted-list li:before {top: 2.15em; color: inherit;}
#footer .scls {padding-top: 0.3em;}
.fCntn {max-width: 43rem;}
.fCntn h2 {font-size: var(--article__h2); font-weight: var(--weightSemibold); font-family: var(--family2); margin: 0 0 0.2em; line-height: 1;}
.fCntn p {margin: 0 0 1.2em;}

@media screen and (min-width: 576px){
	.fClms__r {flex-wrap: nowrap;}
	.fClms__c2 {flex: 1 1 auto;}
}
@media screen and (min-width: 768px){.fClms__r {align-items: center;}}

.gdprMenu {border-image: linear-gradient(#eedfcc, #eedfcc) fill 0 // 0 100vw; padding: 1.5rem 0; line-height: 1.222;}

@media screen and (max-width: 575px){
	#footer {text-align: center;}
	#footer .logo__img {margin: 0 auto; width: 8rem;}
	#footer .scls .row {justify-content: center!important;}
	#footer .bulleted-list:after {clear: both; display: table; content: '';}
	#footer .bulleted-list ul {float: left; position: relative; left: 50%; text-align: left; transform: translateX(-50%);}
	.fClms__r {flex-direction: column; align-items: center;}
	.fClms__c {width: auto; max-width: 26.625rem;}
	
	.gdprMenu {text-align: center;}
	.gdprMenu .row {align-items: center; flex-direction: column;}
}

/* ====================== MEDIA QUERIES ====================== */
/* =========================================================== */
@media screen and (min-height: 650px){
	.main-wrap {display: flex; flex-direction: column; min-height: 100vh;}
	#footer-wrap {margin-top: auto;}
	.sclScrl ~ #footer-wrap {margin-top: 0;}
}