*, *: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: grayscale;}
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;}
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: 25px;
	
	--fSizeDoc: 18px;
	--fSizeMD_M: 0.8888rem;

	--colorPrimary: #b6442a;
	--colorPrimaryHover: #2e2e2e;
	--colorSecondary: var(--colorPrimary);
	--colorSecondaryHover: var(--colorPrimaryHover);	
	--colorPrimaryRGB: 179,68,48;
	
	--bgColorPrimary: #b6442a;
	--bgColorPrimaryHover: #2e2e2e;
	--bgColorSecondary: var(--bgColorPrimary);
	--bgColorSecondaryHover: var(--bgColorPrimaryHover);
	
	--btnFS: 0.97736rem;
	--btnLH: 1.222222;
	--btnPd: 0.303rem 0.555rem;
	--btnRds: 0;
	--fldFS: 15px;
	--fldLH: var(--btnLH);
	--fldPd: 0.46666rem 0.6rem;
	--fldRds: var(--btnRds);
		
}
@media screen and (max-width: 1400px){:root {--centered_wrap_gX: 75px;}}
@media screen and (max-width: 767px){:root {--centered_wrap_gX: 50px;}}
@media screen and (max-width: 575px){:root {--centered_wrap_gX: 25px;}}
@media screen and (max-width: 991px){:root {--fSizeDoc: 17px;}}
@media screen and (max-width: 767px){:root {--fSizeDoc: 16px;}}
@media screen and (max-width: 575px){:root {--fSizeDoc: 15px;}}
@media screen and (max-width: 480px){
	:root {--centered_wrap_gX: 19px;}
}

@font-face{font-family:'VeneTeater';src:url('veneteater-font/VeneTeater-Regular.woff2') format('woff2'),url('veneteater-font/VeneTeater-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'VeneTeater';src:url('veneteater-font/VeneTeater-Bold.woff2') format('woff2'),url('veneteater-font/VeneTeater-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}

@font-face{font-family:glyphs;src:url('glyph-font/fontello.eot?99468518');src:url('glyph-font/fontello.eot?99468518#iefix') format('embedded-opentype'),url('glyph-font/fontello.woff?99468518') format('woff'),url('glyph-font/fontello.ttf?99468518') format('truetype'),url('glyph-font/fontello.svg?99468518#fontello') format('svg');font-weight:normal;font-style:normal}

html {-webkit-text-size-adjust: 100%; font-size: var(--fSizeDoc, 18px);}
body {background-color: #ededed; color: #000; font: 400 1rem/1.5 'Open sans', sans-serif; margin-left: auto; margin-right: auto;}

h1, h2, h3, h4, h5, h6, .form-name, .page-title {margin-bottom: 1.25rem; font-weight: normal; line-height: 1.2; letter-spacing: 0.3px;}
img, svg {max-width: 100%; height: auto;}
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, .chk-item {cursor: pointer;}
a:focus, button:focus, input:focus, select:focus, textarea:focus, optgroup:focus, .c-btn:focus {outline: none;}
p{margin: 0 0 10px 0;}
hr {height: 0; box-sizing: content-box; margin-top: 1.2rem; margin-bottom: 1.2rem; border: 0; border-bottom: 1px solid #d8d8d8;}
hr.inv {border-bottom-color: transparent;}
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; border: none; border-radius: 0; margin: 0; padding: 0; font-weight: inherit; font-family: inherit; font-size: inherit; line-height: inherit; color: #000;}
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;}
input[type=number] {-moz-appearance: textfield;}
[type="checkbox"], [type="radio"] {opacity: 0; position: absolute; z-index: -1;}

pre {background-color: #e1e4ec; border: 1px solid #e1e4ec; padding: 5px 10px; margin-bottom: 15px;}
blockquote {position: relative; margin-bottom: 27px; line-height: 1.7;}
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: '\E118'; line-height: 1em; font-size: 1.45rem;}
blockquote p:last-child {margin-bottom: 0;}
@media screen and (max-width: 400px){
	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: 401px){.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: 401px){.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 ============================== */

/* ========================== 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}.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 =========================== */

/* ============================= 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%}.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;}.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:48px 35px 38px 35px;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
.modal-dialog{padding: 0 12.5px; 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: 6px; right: 6px;}
.modal-body > *:last-child {margin-bottom: 0;}
@media screen and (max-width: 400px){.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;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;}.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 .fgr, .slick-slider video {width: 100%; display: block;}

.pSlider, .feat-slider, .feat-slider-tabs, .gallery-slider {visibility: hidden;}
.slick-initialized.slick-slider {visibility:visible}

.slick-arrow {background: none; border: none; background: none; display: flex; align-items: center; justify-content: center; color: #888; font-size: 1.77rem; position: absolute; z-index: 11; top: 50%; transform: translateY(-50%);}
.slick-arrow.slick-disabled {display: none !important;}
.slick-arrow:hover {color: var(--bgColorPrimary);}
.slick-prev {left: 0; margin-left: 7px;}
.slick-next {right: 0; margin-right: 7px;}
.slick-arrow:before {display: block; text-align: center; color: inherit; line-height: normal;}
.slick-prev:before {content: '\E804';}
.slick-next:before {content: '\E853';}

.slick-dots {display: flex; flex-wrap: wrap; justify-content: center; position: absolute; padding: 0 19px; max-width: 1500px; width: 100%; margin-left: auto; margin-right: auto; left: 0; right: 0; bottom: 0; z-index: 12;}
.slick-dots li {margin: 0 6px 16px 6px;}
.slick-dots li:only-child {display: none;}
.slick-dots button {background: transparent; border: 1px solid var(--bgColorPrimary); width: 15px; height: 15px; text-indent: -9999px; display: block; border-radius: 50%;}
.slick-dots .slick-active button, .slick-dots li:hover button {background: var(--bgColorPrimary);}
@media screen and (max-width: 680px){
	.slick-dots {padding: 0 21px;}
	.slick-dots button {width: 10px; height: 10px;}
	.slick-dots li {margin: 0 4px 8px 4px;}
}

/* ================================= 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:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:var(--bgColorPrimary);cursor:pointer;display:block;font-size:1.7rem;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:"\e853"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e804"}@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:var(--bgColorPrimary)}.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:var(--bgColorPrimary);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 *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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, .bulleted-list li:before, .subBItem__cntn li:before, .sideMenu__lnk:after, .sclScrlItem__cntn:after, .lg-actions .lg-prev:after, .lg-actions .lg-next:before, .article ul li:before, .chkd-list li:before, [type="checkbox"] + label:after, [type="radio"] + label:after, .chk-btn:after, .chk-item:after, blockquote:before, .menu2 > ul > li > a:after {font-family: "glyphs"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.custom-icon {display: inline-block; text-decoration: inherit; width: 1em; text-align: center; line-height: 1em;}

.centered-wrap {width: 100%; margin-left: auto; margin-right: auto; padding-left: var(--centered_wrap_gX, 19px); padding-right: var(--centered_wrap_gX, 19px);}
.maxWidth1600 {max-width: 1600px;}
.maxWidth1550 {max-width: 1550px;}
.logo a {display: inline-block; vertical-align: top;}
a.logo, .logo .fgr {display: block;}
.clearfix:after {display: table; content: ''; clear: both;}
.block-imgs img {display: block;}
.grayScale100 {filter: grayScale(1);}
.pRel {position: relative;}
.italic {font-style: italic;}
.weightNorm {font-weight: normal;}
.weight100 {font-weight: 100;}
.weight200 {font-weight: 200;}
.weight300 {font-weight: 300;}
.weight400 {font-weight: 400;}
.weight500 {font-weight: 500;}
.weight600, strong {font-weight: 600;}
.weight700, b, .bold {font-weight: 700;}
.weight800 {font-weight: 800;}
.weight900 {font-weight: 900;}
.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 {text-decoration: underline;}
.has-underline.has-hover-underline a:hover, .underline.hover-underline:hover {text-decoration: none;}
.line-through {text-decoration: line-through;}
.uppercase {text-transform: uppercase;}
.veneteater {font-family: 'VeneTeater';}
.fSizeDoc {font-size: var(--fSizeDoc);}
.fSizeMD_M {font-size: var(--fSizeMD_M);}
.fSizeMD {font-size: 14px;}
.fSizeSM {font-size: 13px;}
.fSizeXS {font-size: 12px;}
.hgt100 {height: 100%;}
.wdt100 {width: 100%;}
.fu-bld {width: 100vw; margin-left: 50%; transform: translateX(-50%);}
.txtAlignC, .center {text-align: center;}
.txtAlignR, .right {text-align: right;}
.txtAlignL, .left {text-align: left;}
.pd-0 {padding: 0!important;}
.pdX-0 {padding-left: 0!important; padding-right: 0!important;}
.pdY-0 {padding-top: 0!important; padding-bottom: 0!important;}
.sr-only {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;}
.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;}
.icon-video, .icon-link {background: url('../images/icons/icon-link@2x.png') no-repeat 0 0/ 59px 57px; width: 59px; height: 57px; display: block; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 5;}
.icon-video {background-image: url('../images/icons/icon-play.svg'); background-size: 100% auto; width: 63px; height: 63px;}
button.close, .rstd {padding: 0; background-image: none; background-color: transparent; border: 0; -webkit-appearance: none; appearance: none;}
.close-btn {border-radius: 50%; width: 1.8rem; height: 1.8rem; line-height: 1.8rem; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: normal; border: none; background: none;}
.close-btn:hover {color: var(--colorPrimary);}

.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(237,237,237,0) 0%,rgba(237,237,237,1) 100%);}

@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}
.loader {display: block; border-style: solid; border-color: var(--bgColorPrimary); 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.777em; height: 2.777em;}
.loader-sm {border-width: 0.1em; width: 1em; height: 1em;}

.loading {position: fixed; z-index: 999; overflow: visible; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 50px; height: 50px;}
.loading:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.5);}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {/* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.loading:not(:required):after {content: ''; display: block; font-size: 10px; width: 50px; height: 50px; margin-top: -0.5em; border: 15px solid var(--bgColorPrimary); border-radius: 100%; border-bottom-color: transparent; animation: spin 1s linear 0s infinite;}

.bgPrimary, .daterangepicker td.active, .daterangepicker td.active:hover {background-color: var(--bgColorPrimary);}
.bgSecondary {}
.bgWhite {background-color: #fff;}
.bgBlack {background-color: #000;}
.bgGrey {background-color: #dedede;}
.bgMuted {background-color: #f8f8f8;}

.colorPrimary, .hover-colorPrimary:hover, .has-colorPrimary > *, .has-hover-colorPrimary > *:hover, .link-color, .links-list a {color: var(--colorPrimary);}
.colorPrimary.hover-colorPrimary:hover, .has-colorPrimary.has-hover-colorPrimary:hover > * {color: var(--colorPrimaryHover);}
.colorSecondary, .hover-colorSecondary:hover {}
.colorWhite {color: #fff;}
.colorBlack, .hover-colorBlack:hover {color: #000;}
.colorGrey {color: #888;}
.colorGreyL {color: #939393;}
.colorMuted {color: #e0e0e0;}

.colorGreen {color: #96ba74;}
.colorRed {color: #cd0707;}

/* ========================== BTNS =========================== */
.c-btn, .subItem__btn, .sRsltItem__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; background-image: none; background-color: transparent; border: 1px solid transparent; padding: var(--btnPd); font: 600 var(--btnFS)/var(--btnLH) 'Open sans', sans-serif; position: relative; border-radius: var(--btnRds); letter-spacing: 0.25px;}
.c-btn:focus, .subItem__btn:focus {outline: 4px solid rgba(0,0,0,0.07);}

.c-btn-primary, .c-btn-submit, .sRsltItem__btn, .daterangepicker .drp-buttons .btn-primary {color: #fff; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}
.c-btn-primary:hover, .c-btn-submit:hover, .sRsltItem__btn:hover, .daterangepicker .drp-buttons .btn-primary:hover {color: #fff; border-color: #000; background: #000;}

.c-btn-white {color: #000; border-color: #fff; background: #fff;}

.c-btn-black, .c-btn-reset, .subItem__btn {color: #fff; border-color: #2e2e2e; background: #2e2e2e;}
.c-btn-white:hover, .c-btn-black:hover, .c-btn-reset:hover, .subItem__btn:hover {color: #fff; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}

.c-btn[disabled] {cursor: not-allowed; pointer-events: none; color: #acacac;}
.c-btn-primary[disabled] {background: #92c3ed; border-color: #92c3ed; color: #f6fafd;}
.c-btn-outline-primary[disabled] {background: transparent; border-color: #92c3ed; color: #92c3ed}
.c-btn-black[disabled] {background: #8c8c8c; border-color: #8c8c8c; color: #ebebeb;}
.c-btn-outline-black[disabled] {background: transparent; border-color: #8c8c8c; color: #8c8c8c;}

@media screen and (min-width: 768px){.c-btn.c-btn-lg {padding: 20px 25px;}}

p[style*="center"] > .gobutton {margin-left: 10px;}
p[style*="center"] > .gobutton:last-child {margin-right: 10px;}
p[style*="right"] > .gobutton.c-btn {margin-left: 8px; margin-right: 0;}
.gobutton.c-btn {margin-right: 8px; margin-bottom: 10px;}
.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 */
.menu-tgl-btn {background: var(--bgColorPrimary); border: none; display: none; position: relative; cursor: pointer; width: 57px; height: 57px; overflow: hidden;}
@media (hover: hover) {.menu-tgl-btn:hover {background: var(--bgColorPrimaryHover);}}
.menu-tgl-btn__wrap {left: 0; top: 0; right: 0; bottom: 0; margin: auto; position: absolute; width: 21px; height: 14px; display: block; z-index: 3;}
.menu-tgl-btn__bar {display: block; position: absolute; height: 2px; background-color: #fff; opacity: 1; left: 0; right: 0; transition: .25s ease-in-out; transform-origin: top;}
.menu-tgl-btn__bar1 {top: 0;}
.menu-tgl-btn__bar2, .menu-tgl-btn__bar3 {top: 50%; transform: translateY(-50%);}
.menu-tgl-btn__bar4 {top: 100%; transform: translateY(-100%);}
.menu-tgl-btn.active .menu-tgl-btn__bar1 {top: 50%; width: 0%; left: 50%;}
.menu-tgl-btn.active .menu-tgl-btn__bar2 {transform: rotate(45deg) translateY(-50%);}
.menu-tgl-btn.active .menu-tgl-btn__bar3 {transform: rotate(-45deg) translateY(-50%);}
.menu-tgl-btn.active .menu-tgl-btn__bar4 {top: 50%; width: 0%; left: 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: 3.86rem; width: 3.86rem; background: #8c061f url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.354' height='14.839' viewBox='0 0 26.354 14.839'%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 11.129h19.765V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath d='M.943 13.14l.716.718L13.158 2.361l11.535 11.536.717-.719L13.142.942z' fill='%23fff'/%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 14.839)'%3E%3Cpath d='M19.058 1.246l-9.201 9.177-9.15-9.15.539-.538 8.623 8.623 8.65-8.651z' fill='none' stroke='%23fff' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/ 20px 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: var(--bgColorPrimaryHover);}
.sticky-btn .scrolltop {opacity: 1; visibility: visible; cursor: pointer;}
@media screen and (max-width: 767px){
	.scrolltop {right: 15px; bottom: 15px; box-shadow: 0 0 0 4px rgba(255,255,255,0.9);}
}
@media screen and (max-width: 575px){
	.scrolltop {width: 3rem; height: 3rem;}
}*/

/* ====================== FORM ELEMENTS ====================== */

/* checkbox */
/* label */
[type="checkbox"] + label, [type="radio"] + label, .chk-item {position: relative; line-height: 1.2; padding: 0 0 0 28px; cursor: pointer; display: block;}
[type="checkbox"] + label:hover, [type="radio"] + label:hover {color: var(--colorPrimary);}
/* base */
[type="checkbox"] + label:before, [type="radio"] + label:before, [type="checkbox"] + label:after, [type="radio"] + label:after, .chk-item:before, .chk-item:after {content: ''; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; font-size: 10px; color: #000; display: flex; align-items: center; justify-content: center; border-radius: 0;}
[type="checkbox"] + label:before, [type="radio"] + label:before, .chk-item:before {border: 1px solid #c1c1c1; background: #fff;}
label.bdrless-chk:before, label.bdrless-chk:before, .chk-item.bdrless-chk:before {border-color: transparent;}
[type="radio"]:not(.rnd-exmpt) + label:before {border-radius: 50% !important;}
/* sizing */
[type="checkbox"].sizeSM + label, [type="radio"].sizeSM + label, .chk-item.sizeSM {padding: 0 0 0 26px; font-size: 12px;}
[type="checkbox"].sizeSM + label:before, [type="radio"].sizeSM + label:before, [type="checkbox"].sizeSM + label:after, [type="radio"].sizeSM + label:after, .chk-item.sizeSM:before, .chk-item.sizeSM:after {top: 1px; width: 17px; height: 17px; line-height: 17px; font-size: 9px;}
/* check */
[type="checkbox"] + label:after, [type="radio"] + label:after, .chk-item:after {content: '\E104'; transition: all .2s; opacity: 0;}
/* checked */
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after, .chk-item.active:after {opacity: 1;}
/* disabled */
[type="checkbox"]:not(.style-norm):disabled + label, [type="radio"]:not(.style-norm):disabled + label {color: #ababab; cursor: default;}
[type="checkbox"]:not(.style-norm):disabled + label:before, [type="radio"]:not(.style-norm):disabled + label:before {border-color: #d6d6d6;}
[type="checkbox"]:not(.style-norm):disabled:checked + label:after, [type="radio"]:not(.style-norm):disabled:checked + label:after {}
/* rtl */
.chk-r[type="checkbox"] + label, .chk-r[type="radio"] + label  {padding: 0 30px 0 0;}
.chk-r[type="checkbox"] + label:before, .chk-r[type="radio"] + label:before, .chk-r[type="checkbox"] + label:after, .chk-r[type="radio"] + label:after {left: auto; right: 0;}

select.c-field, .slct_dd-btn {-moz-appearance: none; -webkit-appearance: none; /*background-image: none\9;*/ padding-right: 2.647rem !important; /*padding-right: 2.647rem !important\9;*/ background: #fff url("data:image/svg+xml,%3Csvg width='20' height='12.113' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(.03774 0 0 .03774 -.108 .094)' fill='%23000'%3E%3Cpath d='m532.874-2.5-265.004 321L2.866-2.5Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.823rem center/ 0.63rem auto !important;}
.slct_dd-btn.act {background-image: url("data:image/svg+xml,%3Csvg width='20' height='12.113' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(0.03774,0,0,-0.03774,-0.108,12.01984)' fill='%23000000'%3E%3Cpath d='M 532.874,-2.5 267.87,318.5 2.866,-2.5 Z' /%3E%3C/g%3E%3C/svg%3E%0A")!important;}
select::-ms-expand {display: none;}

.slct_dd-combo {position: relative;}
.slct_dd-btn {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; min-width: 5rem;}
.slct_dd-menu {background-color: #fff; border: 1px solid #ccc; color: #000; padding: 15px 15px 13px 15px; position: absolute; top: calc(100% + 2px); left: 0; z-index: 100; text-align: left; width: 245px; font-size: 15px;}
.slct_dd-menu > * {margin-bottom: 1em;}
.slct_dd-menu .dd-hd .srt-btn {display: block; position: relative; padding-left: 1.5em;}
.slct_dd-menu .dd-hd .srt-btn .custom-icon {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.slct_dd-menu .dd-hd .slctAll .custom-icon {color: #a8c03f; font-size: 0.7333em; margin: -0.01666em 0 0;}
.slct_dd-menu .dd-hd .dsmsAll .custom-icon {color: #b50000; font-size: 0.6666em; margin: 0.06em 0 0 0.2em;}
.slct_dd-menu hr {margin-top: 0;}
.slct_dd-menu .dd-lst {line-height: 1.2; max-height: 20rem; overflow-y: scroll; scrollbar-color: #888 #f1f1f1; scrollbar-width: thin;}
.slct_dd-menu .dd-lst::-webkit-scrollbar {width: 0.6666em;}
.slct_dd-menu .dd-lst::-webkit-scrollbar-track {background: #f1f1f1;}
.slct_dd-menu .dd-lst::-webkit-scrollbar-thumb {background: #888;}
.slct_dd-menu .dd-lst::-webkit-scrollbar-thumb:hover {background: var(--bgColorPrimary);}
.slct_dd-menu .dd-lst li {margin-bottom: 0.8em;}
.slct_dd-menu .dd-lst li:hover {color: var(--colorPrimary);}
.slct_dd-menu .dd-lst li a:hover {text-decoration: underline;}
.slct_dd-menu .dd-lst [type="checkbox"] + label {padding-top: 0.13em;}

.slct_dd-btn.select2-selection {height: auto;}
.slct_dd-btn.select2-selection .select2-selection__rendered {padding-left: 0; padding-right: 0;}
.select2-results__option {line-height: 1.2; font-size: 15px;}

/* c-form */
.c-field[class*="date"] {padding-right: 2.647rem; min-width: 7rem; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.351' height='28.486' viewBox='0 0 30.351 28.486'%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='a'%3E%3Cpath d='M0 21.364h22.763V0H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='matrix(1.33333 0 0 -1.33333 0 28.486)'%3E%3Cpath d='M16.277 9.079c.868 0 1.572.728 1.572 1.628 0 .904-.704 1.635-1.572 1.635-.872 0-1.573-.727-1.573-1.628 0-.904.701-1.635 1.573-1.635M11.139 14.08c.87 0 1.576.732 1.576 1.636.003.9-.701 1.63-1.573 1.63-.858.004-1.57-.727-1.57-1.628 0-.904.709-1.638 1.567-1.638M16.28 14.08c.865-.002 1.57.729 1.57 1.632.003.9-.702 1.632-1.57 1.632-.87 0-1.572-.728-1.576-1.628 0-.904.705-1.635 1.576-1.635M11.139 9.082c.868-.003 1.572.728 1.572 1.631 0 .905-.701 1.632-1.572 1.632-.861.003-1.57-.724-1.57-1.628 0-.904.705-1.635 1.57-1.635M11.132 4.084c.872 0 1.576.728 1.576 1.628 0 .9-.704 1.631-1.569 1.635-.865 0-1.576-.727-1.576-1.632 0-.903.708-1.63 1.569-1.63M5.996 4.088c.868 0 1.573.73 1.576 1.635 0 .897-.708 1.628-1.572 1.63-.87 0-1.573-.73-1.576-1.627 0-.907.705-1.638 1.572-1.638M6.007 14.09c.868 0 1.572.732 1.576 1.632 0 .9-.701 1.632-1.573 1.632-.868 0-1.576-.731-1.579-1.628 0-.904.708-1.635 1.576-1.635M6.003 9.09c.865 0 1.57.724 1.573 1.63 0 .9-.705 1.632-1.573 1.632-.867 0-1.572-.727-1.576-1.631 0-.901.705-1.631 1.576-1.631' fill='%23b6442a'/%3E%3Cpath d='M20.724 2.287a1.081 1.081 0 00-.82-.385l-8.125-.009-8.714.009c-.333 0-.641.135-.878.385a1.28 1.28 0 00-.367.9l.017 16.293H21.05l.016-16.293c0-.339-.121-.657-.342-.9m2.025 19.078H.016L0 3.191C-.003 1.445 1.376.015 3.065.015L7.59.01V0l4.189.005L16.27 0v.011l3.634.004c1.576 0 2.86 1.43 2.858 3.176z' fill='%23b6442a'/%3E%3C/g%3E%3C/svg%3E") no-repeat right 0.5rem center/ 1.411rem auto; cursor: pointer;}

.c-form-wrap {margin-bottom: 3rem;}
.c-form-wrap[class*="bg"] {padding: var(--centered_wrap_gX);}
.c-form {line-height: 1.2;}
.c-field, .c-area, .slct_dd-btn, .select2-search__field {background: #fff; border: 1px solid #c1c1c1; width: 100%; line-height: var(--fldLH); font-size: var(--fldFS); padding: var(--fldPd); padding-left: 0.588rem; border-radius: var(--fldRds); text-align: left; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
.c-area {height: auto; line-height: 1.45; padding: 7px 10px; display: block;}
.c-field:focus, .c-area:focus, .slct_dd-btn:focus, .select2-search__field:focus, .amnt-ctrl .c-field:focus, [type="checkbox"]:focus + label:before, [type="radio"]:focus + label:before, .chk-item:focus:before {border-color: var(--bgColorPrimaryHover); box-shadow: 0 0 0 0.14705rem rgba(var(--colorPrimaryRGB),0.12);}
.load-input-wrap {position: relative;}
.load-input-wrap .loader-wrap {right: 9px; top: 50%; position: absolute; transform: translateY(-50%);}
.load-input-wrap .c-field {padding-right: 40px;}
.c-field[disabled], .c-area[disabled] {background: #f5f5f5; cursor: not-allowed;}
[class*="-msg"] .c-field {border-color: transparent;}

.c-field::placeholder, .c-area::placeholder {color: inherit; opacity: 0.5;}
.c-field::-ms-input-placeholder, .c-area::-ms-input-placeholder {color: inherit; opacity: 0.5;}

.ivld-fdbk {font-size: 0.83333rem; padding: 10px 0 0 0; line-height: 1.2; color: #cd0707;}

.success-msg, .error-msg, .warning-msg, .info-msg, .info-msg2 {margin: 10px 0; padding: 14px 12px; color: #000; border-radius: 0;}
.success-msg {background-color: #d4e6ce;}
.error-msg {background-color: #eedada;}
.warning-msg {background-color: #fbf6cc; color: #000;}
.info-msg {background-color: var(--bgColorPrimary); color: #fff;}
.info-msg2 {background-color: #fff; border: 1px solid var(--bgColorPrimary);}
[class*="msg"] ~ [class*="msg"] {margin-top: 0;}
.error {color: #6b0000;}

/* ========================= LISTS =========================== */
/*.aLnkList {padding-top: 10px; max-width: 700px;}
.aLnkList__l:not(:last-child) {margin-bottom: 12px; padding: 0 0 10px 0; border-bottom: 1px solid #dcdcdc;}
.aLnkItem {display: block; line-height: 1.2; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2 0v8l4-4-4-4z' fill='%23626262'/%3E%3C/svg%3E") no-repeat left top 0.35rem; margin-bottom: 12px; padding: 0 0 0 17px;}
@media screen and (min-width: 401px){.aLnkItem .row > :nth-child(1) + :before {display: block; content: ''; background-color: #c8c8c8; width: 1px; height: 1rem; position: absolute; right: 100%; top: 0.15rem;}}*/

.bulleted-list li, .subBItem__cntn li {padding-left: 1.17em; margin-bottom: 0.45em; position: relative; line-height: 1.2;}
.bulleted-list li:last-child, .subBItem__cntn li:last-child {margin-bottom: 0!important;}
.bulleted-list li:before, .subBItem__cntn li:before {display: block; position: absolute; top: 2em; left: 0; font-size: 0.35em; color: var(--colorPrimary); content: '\E214'; transform: translateY(-50%);}
[class*="rgX"].bulleted-list {margin-left: 0!important; margin-right: 0!important;}
[class*="rgX"].bulleted-list li:before {top: 1.8em;}

.chkd-list ul {line-height: 1.2;}
.chkd-list li {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: 50px;}
.files-list li {margin-bottom: 25px;}
.files-list li:last-child {margin-bottom: 0;}
.files-list li a {display: inline-block; vertical-align: top; position: relative; line-height: 1.2; padding-left: 38px;}
.files-list li .icon, .file-icn {display: block; position: relative; width: 23px; height: 29px; text-align: center; font: 600 8px/35px 'agenda', sans-serif; border: 2px solid #000; color: var(--colorPrimary);}
.files-list li .icon {position: absolute; left: 0; bottom: 0; top: 0; margin: auto 0;}
.files-list li .icon:before, .files-list li .icon:after, .file-icn:before, .file-icn:after {display: block; content: ''; position: absolute; top: -2px; right: -2px; width: 0; height: 0; border-style: solid;}
.files-list li .icon:before, .file-icn:before {border-width: 8px 0 0 8px; border-color: transparent; border-left-color: inherit;}
.files-list li .icon:after, .file-icn:after {border-style: solid; border-width: 0 8px 8px 0; border-color: transparent #ededed transparent transparent;}
.files-list li a:hover{text-decoration: underline;}
.icn-txt .icn.file-icn {transform: none; bottom: 0; top: 0; margin: auto 0;}

.links-list {margin-bottom: 30px;}
.links-list li {margin-bottom: 4px; position: relative; padding-left: 25px;}
.links-list li:before {background: url('../images/icons/links-list-style@2x.png') no-repeat left center/ 100% auto; content: ''; position: absolute; left: 0; top: 0; width: 12px; height: 100%;}

.subList-wrap, .aLnkList-wrap, .staffList-wrap, .feat-slider-combo, .sRsltList-wrap {margin-bottom: 4.44rem; margin-bottom: clamp(3.5rem, 3.21442rem + 1.42790vw, 4.444rem);}
* + .sRsltList-wrap {padding-top: 2.5rem; padding-top: clamp(1rem, 0.54622rem + 2.26891vw, 2.5rem);}
.subList__r, .staffList__r {display: flex; flex-wrap: wrap;}
.subItem, .staffItem {display: flex; flex-direction: column; width: 100%; height: 100%;}
.subItem__thumb {position: relative;}
.subItem__img, .staffItem__img {display: block; width: 100%;}
.subItem__title, .staffItem__title, .sRsltItem__title {font-weight: 700;}
.subItem > :last-child, .subItem__cntn > :last-child, .staffItem__cntn > :last-child, .sRsltItem__cntn > :last-child {margin-bottom: 0!important;}

.subBList__r {margin: 0 -2.6666% -30px -2.6666%;}
.subBList__c {width: 100%; padding: 0 2.5316%; margin: 0 0 30px 0;}
@media screen and (min-width: 576px){.subBList__c {width: 50%;}}
.subBItem, .subRItem {font-size: 1.33rem; font-size: clamp(1rem, 0.90017rem + 0.49916vw, 1.33rem);}
@media screen and (min-width: 576px) and (max-width: 860px){.subBItem {font-size: 1rem;font-size: clamp(0.8rem, 0.08548rem + 2.22048vw, 1.1523rem);}}
.subBItem__thumb + .subBItem__cntn {padding-top: 1.7em;}
.subBItem__cntn > *, .subRItem__cntn > * {margin-bottom: 1.9em;}
.subBItem__cntn p, .subRItem__cntn p {line-height: 1.75;}
.subBItem ul {font-weight: 700;}
.subBItem__title, .subRItem__title {font-family: 'VeneTeater'; font-size: 1.875em;}
.subBItem__cntn .subItem__title, .subRItem__cntn .subItem__title {margin-bottom: 0.5em;}
@media screen and (max-width: 575px){
	.subBItem__cntn > * {margin-bottom: 1.3em;}
}

.subRList__l:not(:last-child) {margin-bottom: 2.5rem; margin-bottom: clamp(2.5rem, 2.19748rem + 1.51261vw, 3.5rem);}
.subRItem ul {line-height: 1.33; font-weight: 700;}
.subRItem__cntn li:not(:last-child) {margin-bottom: 0.6em;}
@media screen and (min-width: 992px){
	.subRItem__r {display: flex; margin: 0 -2.66533%; align-items: center;}
	.even-reverse .subRList__l:nth-child(even) .subRItem__r {flex-direction: row-reverse;}
	.subRItem__c {width: 50%; padding: 0 2.53047%;}
}
@media screen and (max-width: 991px){
	.subRItem__cntn {padding-top: 1em;}
	.subRItem__cntn > * {margin-bottom: 1.2em;}
	.subRItem__cntn .subItem__title {margin-bottom: 0.3em;}
}
	
.subGList__r, .staffList__r {margin: 0 0 -35px -35px;}
.subGList__c, .staffList__c {margin: 0 0 35px; padding: 0 0 0 35px; width: 25%;}
.subGItem__thumb {display: block;}
.subGItem__title {font-size: 1.333rem; padding: 23px 0 19px;}
@media screen and (max-width: 1166px){.subGList__c, .staffList__c {width: 33.3333%;}}
@media screen and (max-width: 782px){.subGList__c, .staffList__c {width: 50%;}}
@media screen and (min-width: 360px) and (max-width: 575px){
	.subGList__r, .staffList__r {margin: 0 0 -12px -12px;}
	.subGList__c, .staffList__c {margin: 0 0 12px; padding: 0 0 0 12px;}
	.subGItem__title {font-size: 1rem; padding-top: 10px;}
}
@media screen and (max-width: 359px){
	.subGList__r {margin-bottom: calc(-1 * var(--centered_wrap_gX));}
	.subGList__c {width: 100%; margin-bottom: var(--centered_wrap_gX);}
	.subGItem__title {padding-top: 15px;}
}

.staffItem__cntn {padding: 1.2em 0.5em 0 0.5em;}
.staffItem__cntn:only-child {padding: 0;}
.staffItem__title {margin-bottom: 0; font-size: 1.333em;}
.staffItem__desc {margin-bottom: 0.5em; font-size: 0.8888em;}
@media screen and (min-width: 1167px) and (max-width: 1352px){
	.staffItem__cntn {font-size: 0.8rem; font-size: clamp(0.8rem, -0.46162rem + 1.94595vw, 1rem);}
}
@media screen and (min-width: 783px) and (max-width: 991px){
	.staffItem__cntn {font-size: 0.8rem; font-size: clamp(0.8rem, 0.04712rem + 1.73077vw, 1rem);}
}
@media screen and (max-width: 820px){
	.staffList__r {margin-left: calc(-1 * var(--centered_wrap_gX));}
	.staffList__c {padding-left: var(--centered_wrap_gX);}
}
@media screen and (min-width: 360px) and (max-width: 575px){
	.staffList__r {margin-bottom: -35px;}
	.staffList__c {margin-bottom: 35px;}
	.staffItem__cntn {font-size: 0.8rem;}
}
@media screen and (min-width: 360px) and (max-width: 440px){
	.staffItem__cntn {font-size: 0.7rem;}
}
@media screen and (max-width: 359px){
	.staffList__c {width: 100%;}
	.staffItem {margin: 0 auto; max-width: 272px;}
}
.article .staffItem {max-width: 272px; margin: 0 0 2rem;}

.sRsltItem__c:not(:last-child) {border-bottom: 1px solid var(--bgColorPrimary); padding-bottom: var(--bGaps-1);}
.sRsltItem {font-size: 0.88rem; display: block;}
.sRsltItem__title:hover a {color: var(--colorPrimary);}
.sRsltItem__c1 {font-weight: 600;}
.sRsltItem__cntn {margin-bottom: 0.5rem;}
.sRsltItem__title {font-size: 1.22rem; margin-bottom: 0.2rem;}
.sRsltItem__btn_wrap {padding-top: 0.2rem; padding-bottom: 1rem;}
.sRsltItem__cntn:last-child .sRsltItem__btn_wrap {padding-bottom: 0;}
.sRsltItem__btn {font-size: 14px;}
@media screen and (min-width: 768px){
	.sRsltItem__c1 {width: 8rem;}
	.sRsltItem__c:not(:last-child) {border-right: 1px solid var(--bgColorPrimary); border-bottom: none; padding-bottom: 0; padding-top: 0.1rem; text-align: right;}
}

/* ========================== MISC =========================== */
.breadcrumbs {font-size: 13px; font-weight: 400; line-height: 1.2; padding-top: 2rem; padding-top: clamp(1.5rem, 1.3182rem + 0.8081vw, 2rem);}
.breadcrumbs > ul {display: flex; flex-wrap: wrap; margin: 0 0 -1em 0;}
.breadcrumbs > ul > li {padding: 0 0 0 0.6em; margin: 0 0.6em 1em 0; position: relative;}
.breadcrumbs > ul > li:first-child {padding-left: 0; font-weight: 900;}
.breadcrumbs > ul > li:last-child {margin-right: 0;}
.breadcrumbs > ul > li:not(:first-child):before {content: '>'; display: block; transform: translate(-50%, -50%); position: absolute; top: 0.6em; left: 0; font-size: inherit;}
.breadcrumbs a {display: block;}
.breadcrumbs a:hover {text-decoration: underline;}

.data-table table {width: 100%; line-height: 1.2;}
.data-table td, .data-table th {text-align: left; padding: 0.3125em 1em; border-bottom: 1px solid #d8d8d8;}
.data-table tr:last-child > * {border-bottom: none;}
.data-table td:not(:last-child) {padding-right: 1.5rem;}

.goaccordion {margin-bottom: 32px;}
.goaccordion > h3 {cursor: pointer; margin: 0!important; color: #000!important; border-bottom: 1px solid rgba(0,0,0,0.5); padding: 10px 48px 10px 15px; position: relative; font-size: 1rem!important; transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;}
.goaccordion > h3:after {display: block; content: ''; position: absolute; right: 15px; top: 0; height: 100%; width: 14px; background: url("data:image/svg+xml,%3Csvg width='20' height='12.113' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(.03774 0 0 .03774 -.108 .094)' fill='%23000'%3E%3Cpath d='m532.874-2.5-265.004 321L2.866-2.5Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/ 100% auto;}
.goaccordion > h3:last-of-type {border-bottom: none;}
.goaccordion > h3:hover:not(.act) {background-color: rgba(0,0,0,0.05);}
.goaccordion > h3.act {background-color: var(--bgColorPrimary); border-bottom-color: var(--bgColorPrimary); color: #fff!important;}
.goaccordion > h3.act:after {transform: rotate(180deg); filter: invert(1);}
.goaccordion > div {display: none; border: 1px solid transparent; padding: 15px;}
.goaccordion > div > *:last-child {margin-bottom: 0;}

.gallery {margin-bottom: 40px;}
.gallery ul {margin-left: -25px; margin-bottom: -25px; display: flex; flex-wrap: wrap;}
.gallery li {padding-left: 25px; margin-bottom: 25px; width: 16.6666%;}
.gallery img {display: block; margin: 0 auto;}
.gallery .thumb {display: block;}
.gallery .title {display: block; padding: 12px 0 8px 0; line-height: 1.2; font-size: 14px;}
@media screen and (max-width: 1280px){.gallery li {width: 20%;}}
@media screen and (max-width: 991px){.gallery li {width: 25%;}}
@media screen and (max-width: 768px){.gallery li {width: 33.333333333%;}}
@media screen and (max-width: 577px){.gallery li {width: 50%;}}
@media screen and (max-width: 480px){	
	.gallery ul {margin-left: -15px; margin-bottom: -15px;}
	.gallery li {padding-left: 15px; margin-bottom: 15px;}
}	
@media screen and (max-width: 320px){.gallery li {width: 100%;}}

.icn-txt {position: relative; display: block; line-height: 1.3; padding-left: 1.65em;}
.icn-txt > .icn {position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block;}

.mppTitle:first-child {padding-top: 3px;}
.mppTitle {margin-bottom: 10px; line-height: 1.2; font-weight: 700;}
.mppRow {display: flex; align-items: center; margin-left: -10px;}
.mppRow__clm {padding-left: 10px;}
.mppRow__clm:only-child {width: 100%;}
.mppRow__clm1 {width: 28%;}
.mppRow__clm1 + .mppRow__clm {width: 72%;}
.mppRow__clm1 img {display: block;}
.mppRow__clm2 {font-size: 11px;}
.mppRow__clm2 a:hover {text-decoration: underline;}
.mppRow__clm2 .sep {margin: 0 5px; white-space: break-spaces;}
.mppRow__clm2 > * {margin-top: 0; margin-bottom: 5px !important;}
.mppRow__clm2 > *:last-child {margin-bottom: 0 !important;}
.leaflet-popup-content {min-width: 250px;}
.leaflet-popup-content-wrapper {border-radius: 6px !important;}
.leaflet-container {background: #f0f1f6 !important;}
.leaflet-container a.leaflet-popup-close-button {color: #000 !important;}

.pill {font-size: 13px; line-height: 1.2; padding: 0.1538em 0.61538em 0.11538em 0.61538em; border-radius: 0.26923em; display: inline-block; vertical-align: top;}
a.pill .custom-icon: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(--bgColorPrimary);}
.pill-misc {color: #fff; background-color: #e8ae0e;}
.pill-misc2 {color: #fff; background-color: #e50357;}

.price-row {line-height: 1.2;}
.price-row > * {margin-right: 8px; display: inline-block; vertical-align: baseline;}
.price-row > *:last-child {margin-right: 0;}
.price-row .line-through {font-size: 0.8333em; color: #808080;}

.rpnvEmbd {margin-bottom: 1.94rem; position: relative; padding-bottom: 47.461538%; overflow: hidden; background-color: #cbcbcb;}
.rpnvEmbd iframe, .rpnvEmbd object, .rpnvEmbd embed, .rpnvEmbd__inr {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(--colorPrimary);}
.scroll-notice .custom-icon {margin: 0 7px;}

.sep-rows:first-child {padding-top: 25px;}
.sep-rows {margin-bottom: 3rem;}
.sep-row__item {padding-bottom: 21px; margin-bottom: 21px; border-bottom: 1px solid rgba(0,0,0,0.08);}
.sep-row__item:last-child {margin-bottom: 0;}
.page-menu .active > a, .page-menu li:hover > a {text-decoration: underline;}

.tpLbl-wrap {position:absolute; z-index: 101; margin: 15px 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: var(--bgColorPrimary);}
.tpLbl__arw {position: absolute; display: block; z-index: -1;}
.tpLbl__arw__i {display: block; width: 1.111em; color: var(--bgColorPrimary);}

/* feat-slider */
.feat-slider-wrap {z-index: 1;}
.feat-slider .slide-inner {display: block; position: relative;}
.feat-slider .slick-arrow {width: 2em; height: 2em;}
.feat-slider .slick-arrow:not(:hover) {color: #fff;}

.feat-slider-tabs-wrap {z-index: 2;}
.feat-slider-tabs .slick-slide {padding: 30px 22px; 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 > * {margin-bottom: 15px;}
.feat-slider-tabs .slick-dots {position: static; margin-top: 16px;}
@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;}
}

/* cModal */
.cModal-wrap {position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 900;}
.cModal-wrap .cModal-close-btn {position: absolute; top: 0; right: 0; width: auto;}
.cModal-wrap .inr-wrap2 > .cModal-close-btn {color: #fff; padding: 15px; font-size: 1rem;}
.cModal-wrap .cModal-body > .cModal-close-btn {width: 2.4em; height: 2.4em; font-size: 0.8rem; line-height: calc(2.4em - 1px); border-radius: 50%; background: #1a1a1a; color: #fff; box-shadow: 0 0 0 2px #fff; transform: translate(50%,-50%);}
.cModal-wrap .cModal-close-btn:hover {opacity: 0.6;}
.cModal-wrap .cModal-body > .cModal-close-btn:hover {opacity: 1; background: #444;}
.cModal-wrap:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background:rgba(0,0,0,0.7); pointer-events: none;}
.cModal-wrap > .inr-wrap1 {position: absolute; top: 0; bottom: 0; left: 0; width:100%; overflow-y: scroll; display:flex; z-index: 2;}
.cModal-wrap > .inr-wrap1 > .inr-wrap2 {padding: 25px 12.5px; margin: auto; width: 100%;}
.cModal-body {position: relative; background-color: #fff; padding: 40px 30px 30px 30px; max-width: 900px; width: 100%; margin: auto; color: #000; font-size: 1rem; line-height: 1.5;}
@media screen and (max-width: 480px){.cModal-body {padding-left: 19px!important; padding-right: 19px!important;}}

/* html == .cookie-consent.cModal-wrap > .inr-wrap1 > inr-wrap2 > .cookie-consent-inner */
.cookie-consent:before {background-color: rgba(0,0,0,0.3);}
.cookie-consent-inner {max-width: 640px; margin: auto; position: relative; padding: 34px 33px 38px 33px; font-size: 15px; background-color: #fdfcfa; box-shadow: 0 2px 5px 2px rgba(0,0,0,0.12);}
.cookie-consent .title-primary {font-weight: 900;}
@media screen and (min-width: 421px){.cookie-consent .intro-row {line-height: 1.85;}}
.cookie-consent .intro-row, .cookie-consent .desc-row {margin-bottom: 30px;}
.cookie-consent p {margin-bottom: 22px;}
.cookie-consent .cookie-form, .cookie-consent p:last-child {margin-bottom: 0;}
@media screen and (max-width: 767px){
	.cookie-consent-inner {padding: 25px;}
}
@media screen and (max-width: 480px){
	.cookie-consent-inner {padding: 20px 15px 15px 15px;}
	.cookie-consent .cookie-form .sbmt-row {padding-top: 10px;}
	.cookie-consent .title-primary {margin-bottom: 14px;}
	.cookie-consent .intro-row, .cookie-consent .desc-row {margin-bottom: 25px;}
}

/* hover states, zoom-img */
.hover-zoom {overflow: hidden; display: block;} 
.zoom-img {display: block; transition: transform 0.2s ease-in-out 0s; width: 100%; backface-visibility: hidden;}
.hover-zoom:hover .zoom-img {transform: scale(1.07);}
.grayScale__img, .article .main-img img, .gallery img, .goimage999 .swipebox img, .subItem__img, .staffItem__img, .sclScrlItem__img {filter: grayscale(1); transition: filter 0.2s ease-in-out 0s; backface-visibility: hidden;}
.grayScale-hover:hover .grayScale__img, .gallery a:hover .thumb img, .article .main-img .thumb:hover img, .goimage999 .swipebox:hover img, .subItem:hover .subItem__img, .staffItem:hover .staffItem__img, .sclScrlItem:hover .sclScrlItem__img, .actor-photo.hover img {filter: grayscale(0);}
.logo:hover img, .media-block a:hover img, .thumbs-list a:hover img {opacity: 0.8;} 

/* ===================== FORM-CONTAINER2 ===================== */
.colset-pageform > .wrap > .col > *:last-child, .form-container2 > form > *:last-child, .form-container2 > form > *:last-child > * {margin-bottom: 0 !important;}
.colset-pageform {margin-bottom: 50px;}
.colset-pageform .col {padding-left: 0; padding-right: 0;}
.colset-pageform .col2 img {margin-top: 10px;}
@media screen and (min-width: 769px){
	.colset-pageform > .wrap {margin-left: -40px; display: flex; flex-wrap: wrap; flex-direction: row-reverse;}
	.colset-pageform > .wrap > .col {width: 100%; float: left; margin-bottom: 0; padding-left: 40px;}
	.colset-pageform > .wrap > .col1 {width: 50%;}
	.colset-pageform > .wrap > .col1 + .col {width: 50%;}
}
@media screen and (max-width: 768px){
	.colset-pageform .col1 {display: none;}
	.article .form-container2, .form-container2 {max-width: none;}
}

.form-container2 {margin-bottom: 40px; max-width: 600px; font-size: var(--fSizeDoc);}
.form-container2 label:not(input + label) {display: inline;}
.form-container2 .element-name {margin: 0 0 6px 0;}
.form-container2 .legend {font-size: 13px; color: #808285; padding: 4px 0;}
.form-container2 .form-section-title {margin-bottom: 14px; padding-top: 20px;}
.form-container2 .element-content {margin: 0 0 17px;}
.form-name {margin: 0 0 25px 0;}
.required {color: #f10909; font-size: 13px; font-weight: 600; vertical-align: top;}

.form-container2 .element-error {color: #53ac3b; display: none; padding: 0 0 5px 0; font-size: 13px;}

.form-container2 .element-list {margin: 0; padding: 0;}
.form-container2 .element-list > div {margin: 0 0 5px 0; padding: 1px;}
.form-container2 .buttons {margin-top: 0px;}
.form-container2 .buttons > div {position: fixed;}
.form-container2 .buttons input:first-child {margin-right: 10px;}
.form-container2 .captcha {margin-top: 10px;}
.form-container2 .captcha img {position: relative; top: 5px;}
.form-container2 .big {font-size: 16px; font-weight: bold;}
.form-container2.text-field .calendar {padding: 3px; font-size: 12px;}
.form-container2 .terms-row {font-size: 0.9em;}
.form-container2 .terms-row label {padding-top: 3px; color: #808285;}
.form-container2 .c-row {position: relative;}
.form-container2 .c-row:after {clear: both; display: table; content: '';}
.form-container2 .has-spaceY {padding-top: 17px; padding-bottom: 30px;}
@media screen and (min-width: 1044px) {
	.form-container2 .element-name {padding-top: 0.4rem;}
	.form-container2 .single-chk .element-content, .form-container2 .element-list, .form-container2 input[type="file"] {margin-top: 0.65rem;}
	
	.form-container2 .c-row {margin-left: -20px; margin-right: -20px;}
	.form-container2 .cell {padding-left: 20px; padding-right: 20px;}
	.form-container2 .cell1 {width: 50%; float: left; text-align: right;}
	.form-container2 .cell2 {width: 50%; float: left;}
	
	.form-name, .form-container2 .form-section-title {text-align: center;}
}
@media screen and (max-width: 1043px) {
	.form-container2 .cell.cell-empty {margin-bottom: 0;}
	.form-container2 .single-chk {padding-left: 28px;}
	.form-container2 .single-chk .element-content {position: absolute; left: 0; top: 0.15em;}
}
.form-container2 input[type="file"] {font-size: 14px; line-height: 22px;}

.article .form-container2 {line-height: 1.5; max-width: 600px; padding-top: 0;}
.article .form-name {margin-bottom: 14px;}
.article .form-container2 .element-name {padding-top: 0;}
.article .form-container2 .single-chk .element-content, .article .form-container2 .element-list, .article .form-container2 input[type="file"] {margin-top: 0;}
.article .form-container2 .c-row {margin-left: 0; margin-right: 0;}
.article .form-container2 .cell {padding-left: 0; padding-right: 0; width: auto; float: none; text-align: left;}
.article .form-name, .article .form-container2 .form-section-title {text-align: left;}
.article .form-container2 .cell.cell-empty {margin-bottom: 0;}
.article .form-container2 .single-chk {padding-left: 37px;}
.article .form-container2 .single-chk .element-content {position: absolute; left: 0; top: -2px;}

/* =============== goSlides, goblock ========================= */
.article .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: 0.85em; font-size: 3rem; line-height: 1.1; background-color: #fff;}
@media screen and (max-width: 1199px) {.article .goblock {font-size: 2.5rem;}}
@media screen and (max-width: 991px) {.article .goblock {font-size: 2.2rem;}}
@media screen and (max-width: 768px) {.article .goblock {font-size: 2rem;}}
@media screen and (max-width: 575px) {.article .goblock {font-size: 1.8rem;}}
.article .goblock > * {line-height: inherit;}
.article .bgFirst {background-color: #000; color: #fff;}
.article .bgSecond {background-color: var(--bgColorPrimary); color: #fff;}
/* ========================= ARTICLE ========================= */
.article{margin-bottom: 4rem; margin-bottom: clamp(3.5rem, 3.04622rem + 2.26891vw, 5rem);}
.article > *:last-child, .article li:last-child {margin-bottom: 0 !important;}

.page-title, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .form-name, .form-section-title, .modal-body .title-primary, .links-list .title, .social-scrl-sctn-title, .staffList__title {font-weight: 700; margin-bottom: 1.2rem;}
.page-title, .article h1 {font-family: 'VeneTeater'; margin-bottom: 1.4rem;}
.article__h1, .page-title, .article h1 {line-height: 1; font-size: 4.444rem; font-size: clamp(2.1rem, 1.39089rem + 3.54555vw, 4.444rem);}
.article__h2-1 {font-size: 2.5rem; font-size: clamp(1.875rem, 1.68592rem + 0.94538vw, 2.5rem);}
.article__h2, .article h2, .form-name, .cookie-consent .title-primary, .social-scrl-sctn-title, .staffList__title {font-size: 2.222rem; font-size: clamp(1.875rem, 1.7700rem + 0.5249vw, 2.222rem);}
.article__h3, .article h3, .form-section-title, .links-list .title {font-size: 1.8333rem; font-size: clamp(1.6875rem, 1.6434rem + 0.2205vw, 1.8333rem);}
.article__h4, .article h4, .modal-body .title-primary {font-size: 1.5rem;}
.article__h5, .article h5 {font-size: 1.333rem;}
.article__h6, .article h6 {font-size: 1.222rem;}
/* 33.6, 30, 27, 24, 22, 20 - 360-1500 */

.article i {font-weight: 400;}

.article > ul, .article > ol, .article [class*="col"] > ul, .article [class*="col"] > ol, .article .goaccordion div > ul, .article .goaccordion div > ol {margin-bottom: 1.9em;}
.article ul ul, .article ul ol, .article ol ol, .article ol ul {padding-top: 5px;}
.article li{position: relative; margin-bottom: 0.45em; line-height: 1.2;}

.article ul ul {padding-left: 1.2em;}
.article ul li {padding-left: 1.2em;}
.article ul li:before {display: block; position: absolute; top: 2em; left: 0; font-size: 0.35em; color: var(--colorPrimary); content: '\E214'; transform: translateY(-50%);}
.article ul ol li:before {display: none;}
.article ul ol li {padding: 0;}

.article ol {padding-left: 1.2em;}
.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;}
.article th {text-align: left; font-weight: normal; color: #fff; background-color: var(--bgColorPrimary);}
.article tr:nth-child(even) > * {background-color: #ebebeb;}
.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 blockquote {padding: 1.666rem; border: 1px solid rgba(0,0,0,0.5); border-radius: 0;}

.article table p{margin: 0;}
.article p{margin: 0 0 1rem 0; line-height: 1.7;}
.article a:not([class*="btn"]), .links-list a {text-decoration: underline;}
.article a:hover, .links-list a:hover {text-decoration: none;}
.article [class*="btn"] {vertical-align: baseline;}
.article .main-img .thumb {position: relative; display: block; overflow: hidden; max-width: 510px; z-index: 1;}
.article .main-img {width: 34%;}
.article .main-img img {display: block; margin: 0 auto;}
@media screen and (max-width: 480px){.article img {display: block; float: none; margin: 0 auto 12px auto; width: auto;}}
img.floatLeft, .article .img-left {float: left; margin: 0 60px 0 0; text-align: left;}
img.floatRight, .article .img-right {float: right; margin: 0 0 0 60px; text-align: right;}
.article .row .main-img {width: auto; float: none; margin: 0;}
.article .row {margin-bottom: 3.9rem;}
.article .row > * > *:last-child {margin-bottom: 0;}

@media screen and (min-width: 768px){
	.article :not(.row):not(h1) + .row {padding-top: 1rem;}
	.article .row > [class*="col-md"] p img {border-left: 30px solid transparent; border-right: 30px solid transparent;}
}
@media screen and (max-width: 767px){
	.article > .row, .article .row > [class*="col-md"] {margin-bottom: 30px;}
	.article .row > [class*="col-md"]:last-child {margin-bottom: 0;}
	.article .row > [class*="col-md"] .main-img, .article .row > [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%;}
}
@media screen and (max-width: 385px) {.article > .row, .article .row > [class*="col-md"] {margin-bottom: 1.4rem;}}
@media screen and (min-width: 1200px){
	.article .row {margin-left: -20px; margin-right: -20px;}
	.article .row > * {padding-left: 20px; padding-right: 20px;}
}
.goimage999 .swipebox {display: block; position: relative; overflow: hidden;}

/* ========================= LAYOUT STYLED =================== */
/* =========================================================== */
.topRibbon-holder {min-height: 3.5em; font-size: 22px;}
#topRibbon-wrap {background-color: #fff; position: relative; top: 0; left: 0; width: 100%; z-index: 803;}
.topRibbon-holder.is-stuck #topRibbon-wrap {position: fixed;}
#topRibbon {height: 3.5em; display: flex; align-items: center;}
#topRibbon .logo-main a, #topRibbon .logo-main .fgr {width: 4.8em;}

.topRibbonBtns .c-btn {display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.7037em; padding: 0.3105em 0.568em;}
.topRibbonBtns .c-btn .alt-txt {display: none;}
.topRibbonBtns__r {margin: 0 -0.2037em;}
.topRibbonBtns__c {padding: 0 0.2037em;}
@media screen and (max-width: 480px){.ru .topRibbonBtns__c2 {display: none;}}

.search-wrap {flex: 0 0 auto;}
.search {position: relative; z-index: 11; font-size: 0.81481em; display: flex; align-items: center;}
.search__bd {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.25); z-index: -1; visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear; pointer-events: none;}
.search__e {background: none; border: 1px solid transparent; font-size: 1em;}
.search__b {position: relative; color: #000; display: flex; align-items: center; justify-content: center; width: 1.682em; height: 1.682em; isolation: isolate;}
.search__b:before {content: ''; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 200%; height: 200%; z-index: -1;}
.search__b:hover {color: var(--colorPrimary);}
.search__f {position: absolute; right: 0; width: 0; padding: 0.33em; font-size: 0.81em; box-shadow: 0 0 0 4px transparent; transition: background 0.4s ease-in-out 0s, width 0.4s ease-in-out 0s, box-shadow 0.4s ease-in-out 0.35s; z-index: 1;}
.search__b:not(:focus) + .search__f {transition-delay: 0s;}
.search__b:not(:focus) + .search__f:not(:focus) {pointer-events: none;}/*for not being initially able to click the field*/
.search__b:focus + .search__f, .search__f:focus  {width: 21rem; background: #f1f1f1; box-shadow: 0 0 0 4px var(--colorPrimary);}
.search__b:focus ~ .search__bd, .search__f:focus ~ .search__bd {visibility: visible; opacity: 1; transition-delay: 0s;}
@media (hover: hover) {
	.search__b {transition: background-color 0.2s ease-in-out 0s;}
	.search__b:hover {background-color: #f1f1f1;}
}

.langS {font-weight: 600; position: relative;}
.langS__b {white-space: nowrap; text-transform: uppercase;}
@media screen and (min-width: 481px){
	.langSlct__dd-wrap {display: block!important;}
	.langS__b {display: none;}
	.langS__dd ul, .langS__dd li {display: flex; align-items: center;}
	.langS__dd li:not(:last-child):after {content: '/'; display: block; margin-left: 0.1em; margin-right: 0.1em;}
	.langS__dd .active {color: var(--colorPrimary);}
}
@media screen and (max-width: 480px){
	.langS__dd {padding: 0.7em; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 3.6em; background-color: var(--bgColorPrimary); color: #fff; text-align: center;}
	.langS__dd li:not(:last-child) {margin-bottom: 0.5em;}
}

.main-menu {line-height: 1.1; font-weight: 600;}
.main-menu .parent-wrap {position: relative;}
.main-menu .lnk {display: block; letter-spacing: -0.5px;}
.main-menu li:hover > .lnk {color: var(--colorPrimary);}
.main-menu .item-active > .lnk {font-weight: 800;}
.main-menu .submenu-toggle {position: absolute; display: flex; align-items: center; justify-content: center; top: 0.33em; right: 0.54em; height: 1.45em; width: 1.45em; border: none; border-radius: 0; padding: 0; z-index: 2; background: url("data:image/svg+xml,%3Csvg xml:space='preserve' width='16.6' height='9.449' viewBox='0 0 16.6 9.449' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0 8.157 9.45L16.6 0Z'/%3E%3C/svg%3E") no-repeat center center/ 0.68181em auto; outline: 2px solid transparent; outline-offset: -2px; transition: transform 0.3s ease-in-out 0s;}
.main-menu .submenu-toggle:focus {outline-color: #b6442a;}
.main-menu .opened .submenu-toggle {transform: rotate(-180deg);}
.main-menu .dd__menu {font-size: 0.7037em;}
#main-menus > .inner__wrap {display: none;}

@media screen and (min-width: 1280px){
	.topRibbon-holder {min-height: 5em; font-size: 22px;}
	#topRibbon {height: 5em; transition: height 0.2s ease-in-out 0s;}
	#topRibbon-wrap > .centered-wrap {padding: 0 25px;}
	#topRibbon > * {padding-right: 0.9em;}	
	#topRibbon > *:last-child {padding-right: 0!important;}	
	#topRibbon .logo-main {position: relative; z-index: 806;}
	#topRibbon .logo-main a, #topRibbon .logo-main .fgr {width: clamp(4.9328rem, -2.49689rem + 10.44800vw, 6.5rem); transition: width 0.2s ease-in-out 0s;}
	.search {z-index: 811;}
	
	.topRibbon-holder.is-stuck #topRibbon {height: 4em; /*font-size: 22px;*/}
	/*.topRibbon-holder.is-stuck #topRibbon .logo-main a, .topRibbon-holder.is-stuck #topRibbon .logo-main .fgr {width: 4em;}*/

	#main-menus {flex: 1 1 auto; display: flex; justify-content: center;}
	#main-menus > .inner__wrap {display: flex!Important; flex-wrap: wrap;}
	.main-menu > ul {display: flex; flex-wrap: wrap;}
	.main-menu > ul > li {margin: 0 1.32em 0 0; display: flex;}
	.main-menu .submenu-toggle {position: static; width: 1em; height: 1.2em; margin-right: -0.36em; background-size: 0.34em auto; outline-offset: -4px; flex: 0 0 auto;}
	.main-menu > ul > li:last-child {margin-right: 0;}
	.main-menu > ul > li > .lnk {padding-top: 0.05em; padding-bottom: 0.05em; position: relative; z-index: 810; transition: padding 0.3s ease-in-out 0s;}	
	
	.main-menu .dd__menu-wrap {/*display: block!important; interferes with submenu-toggle*/ text-align: left; position: absolute; left: 0; top: 100%; z-index: 805; width: 270px; padding-top: 1.05em; color: #000; /*visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear;*/}
	.main-menu .dd__menu {background-color: #fff; position: relative; padding-bottom: 0.1em; isolation: isolate;}
	.main-menu .dd__menu:before {display: block; content: ''; background-color: #fff; position: absolute; top: -0.5em; margin-left: 50%; transform: translateX(-50%); width: 200vw; height: 100%; height: calc(100% + 0.95rem); z-index: -1;}
	.main-menu .dd__menu li {margin-bottom: 0.8148em;}
	
	/*.main-menu li.opened > .dd__menu-wrap {visibility: visible; opacity: 1; transition-delay: 0s;}*/
}
@media screen and (min-width: 1334px){.topRibbon-holder {font-size: 23px;}}
@media screen and (min-width: 1388px){.topRibbon-holder {font-size: 24px;}}
@media screen and (min-width: 1442px){.topRibbon-holder {font-size: 25px;}}
@media screen and (max-width: 1279px){
	.topRibbon-holder {font-size: 22px;}
	#topRibbon-wrap > .centered-wrap {padding: 0 0.4545em;}
	#topRibbon .logo-main {margin-right: auto;}
	#topRibbon .logo-main a, #topRibbon .logo-main .fgr {width: 3em;}
	#topRibbon > * {margin-left: 1.5em;}
	#topRibbon > *:first-child {margin-left: 0!important;}
	
	#main-menus {position: relative; display: flex; flex-direction: column; align-items: flex-end; order: 5;}
	#main-menus .menu-tgl-btn {display: block; width: 2.59em; height: 2.59em;}
	#main-menus > .inner__wrap {top: 100%; right: 0; margin-left: 0; z-index: 200; position: absolute; border-top: 3px solid var(--bgColorPrimary); background: #fff; box-shadow: 0 6px 9px 0 rgba(0,0,0,0.09); text-align: center; width: 290px; display: none; padding: 13px 0; max-height: calc(100vh - 150px); overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none;}
	#main-menus > .inner__wrap::-webkit-scrollbar {display: none;}
	.main-menu > ul > li {display: block; margin: 0; border-top: 1px solid #f1f1f1;}
	.main-menu > ul > li:first-child {border-top: none;}
	.main-menu > ul > li > a {padding: 11px;}
	.main-menu .submenu-toggle {box-shadow: 0 0 12px -3px rgba(0,0,0,0.3);}
	.main-menu .dd__menu-wrap {background-color: #f1f1f1; display: none; padding: 20px 20px 17px 20px;}
	.main-menu .dd__menu li {margin-bottom: 12px;}
	.main-menu .dd__menu li:last-child {margin-bottom: 0;}
	.main-menu > ul > li > .parent {padding-left: 2.2727em; padding-right: 2.2727em;}

}
@media screen and (max-width: 767px){
	.topRibbon-holder {font-size: 19px;}
	
	.search__f {font-size: 14.5px;}
}
@media screen and (max-width: 680px){
	#topRibbon > * {margin-left: 1em;}
}
@media screen and (max-width: 540px){
	.topRibbon-holder {font-size: 17px;}
	.topRibbonBtns .c-btn .orig-txt {display: none;}
	.topRibbonBtns .c-btn .alt-txt {display: block;}
	
	.main-menu .submenu-toggle {top: 0.4em;}
	
	.search__f:focus, .search__b:focus + .search__f {box-shadow: 0 0 0 2px var(--colorPrimary);}
}
@media screen and (max-width: 480px){
	.search__f:focus, .search__b:focus + .search__f {width: 13rem;}
}
@media screen and (max-width: 410px){
	#topRibbon {justify-content: space-between;}
	#topRibbon .logo-main {margin-right: 0;}
	.topRibbonBtns {font-size: 0.9em;}
	.search-wrap {order: 4;}
}
@media screen and (max-width: 370px){
	#topRibbon > * {margin-left: 0.6em;}
	#topRibbon .logo-main, #topRibbon .logo-main .fgr {width: 3.3em;}
}
@media screen and (max-width: 340px){
	.topRibbon-holder {font-size: 15px;}
	.main-menu .submenu-toggle {top: 0.6em;}
	
	#main-menus > .inner__wrap {width: 88vw;}
}

.marquee1 {overflow: hidden; background-color: var(--bgColorPrimary); color: #fff; padding: 0.3684em 0; font-size: 1.05rem; line-height: 1.2; display: flex;}
.marquee1 span {white-space: nowrap; margin-right: 3rem;}

img[src*="flag"] {border-radius: 50%; box-shadow: 0 0 1px 0 #848586;}
.pSlider-wrap {width: 100%; margin: 0 auto; position: relative;}
.pSlider-arrows {visibility: hidden; position: absolute; left: 0; right: 0; bottom: 7.6%; z-index: 11; height: 0; justify-content: flex-end; align-items: center; gap: 0.7rem;}
.slick-initialized ~ .pSlider-arrows {visibility: visible;}
.pSlider-arrows .slick-arrow {position: static; margin: 0; transform: none;}
.pSlider .slick-list, .pSlider .slick-track {display: block;}
.pSlider .slick-track:after {display: table; content: ''; display: block;}
.pSlider .slick-slide {float: left;}
.pSlider .overlay {display: flex; color: #fff; top: 6.5%; bottom: 15%; /*pointer-events: none;*/}
.pSlider .overlay__cntn {display: flex; flex-direction: column; justify-content: space-between; width: 100%; font-size: 1.055rem; text-shadow: 1px 1px 2px rgba(0,0,0,0.4);}
.pSlider .overlay__cntn > * {margin-bottom: 2em;}
.pSlider .overlay__cntn > *:last-child {margin-bottom: 0;}
.pSlider .overlay__cntn .lang-info {font-weight: 800; }
.pSlider .overlay__cntn .lang-info img {width: 1.1578em;}
.pSlider .overlay__cntn .lang-info :nth-child(2) {padding-left: 0.7em;}
.pSlider .overlay__cntn .desc {color: var(--colorPrimary); font-weight: 800; margin-bottom: 0; text-transform: uppercase; text-shadow: none;}
.pSlider .overlay__cntn .title1__txt {display: block; font-size: 5.0998em; font-weight: 700; font-family: 'VeneTeater'; line-height: 0.95; margin-bottom: -0.138em; margin-top: -0.138em; text-shadow: 0.03em 0.03em 0.03em rgba(0,0,0,0.15);}
.pSlider .overlay__cntn .title2__txt {display: block; font-size: 1.5789em; font-weight: 700;}
.pSlider .slick-dots button {border-color: #fff;}
.pSlider .slick-dots .slick-active button, .pSlider .slick-dots li:hover button {background: #fff;}
.pSlider .overlay__cntn .c-btn, .pSlider .overlay__cntn .tpLbl__cntn {text-shadow: none;}

@media screen and (min-width: 1651px){.pSlider .overlay {padding-left: 4.54%; padding-right: 4.54%;}}
@media screen and (max-width: 1650px){.pSlider .overlay {max-width: 1550px;}}
@media screen and (min-width: 576px){
	/*.pSlider .overlay.justify-content-end .overlay__cntn {width: 55%;}*/
	.pSlider .overlay.justify-content-end .overlay__cntn {text-align: right;}
	.pSlider .overlay.justify-content-end .lang-info {justify-content: flex-end;}
	.pSlider .slide-media-sm {display:none!important;}
	.pSlider .overlay__cntn {font-size: 1.1515vw;}
	/*.pSlider .overlay__cntn {font-size: clamp(0.75rem, 0.56933rem + 0.56458vw, 1.0555rem);}
	.pSlider .overlay__cntn > * {margin-bottom: clamp(0.7rem, -0.75833rem + 4.55729vw, 3.166rem);}
	.pSlider .overlay__cntn .title1__txt {font-size: clamp(2.5rem, -0.94967rem + 10.78023vw, 8.3333rem);}*/
	
	.pSlider .overlay__cntn .lang-info {position: relative; top: -1em;}
	.pSlider .overlay__cntn .desc {position: relative; top: 1em;}
	.pSlider .overlay__cntn .title2__txt {position: relative; top: -0.6em;}

	.pSlider .overlay__cntn .c-btn {padding: 0.287473em 0.5259em; font-size: 0.9259em;}
}
@media screen and (max-width: 575px){
	.pSlider .slide-media-lg {display:none!important;}
	.pSlider .overlay {position: static; background: #888; padding: var(--centered_wrap_gX); padding-right: calc(2.5 * var(--centered_wrap_gX)); display: none;}
	.pSlider .overlay__cntn {font-size: 0.9em;}
	.pSlider .overlay__cntn > * {margin-bottom: 1em;}
	.pSlider .overlay__cntn .title1__txt {font-size: 2.8em;}
	
	.pSlider-arrows {bottom: var(--centered_wrap_gX);}
	.pSlider-arrows .slick-arrow {color: #fff;}
}
@media screen and (max-width: 480px){
	.pSlider .overlay__cntn {font-size: 0.8em;}
}

.newsList-wrap {padding-top: 3rem; padding-bottom: 3rem; padding-top: clamp(2.8rem, 2.43697rem + 1.81513vw, 4rem); padding-bottom: clamp(2.8rem, 2.43697rem + 1.81513vw, 4rem); position: relative; isolation: isolate;}
.newsList-wrap:before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100vw; height: 100%; margin-left: 50%; transform: translateX(-50%); background-color: #fff; z-index: -1;}
.newsList .article__h2 {font-size: clamp(1.875rem, 1.60213rem + 1.36437vw, 2.777rem);}
@media screen and (min-width: 576px){
	.newsList .article__h2 + ul {padding-top: 0.15rem;}
	.newsList .article__h2 + div {padding-top: 0.25rem;}
}

.monthSel {font-size: 1.3333rem;}
.monthSel__month {margin: 0; font-weight: 600; line-height: 1.2; text-align: center;}
.monthSel button {width: 1em; height: 1em;}
.monthSel button .custom-icon {font-size: 9.5px;}

.booking-sctn-wrap {margin-bottom: 2.33rem;}
.booking-sctn {z-index: 11; position: relative;}
/*fallback*/
.cCal {font-size: 30px;}
@media screen and (max-width: 1387px){.cCal {font-size: 27px;}}
@media screen and (max-width: 1225px){.cCal {font-size: 24px;}}
@media screen and (max-width: 1062px){.cCal {font-size: 21px;}}
@media screen and (max-width: 900px){.cCal {font-size: 18px;}}
@media screen and (max-width: 737px){.cCal {font-size: 15px;}}
@media screen and (max-width: 575px){.cCal {font-size: 12px;}}
/*/fallback*/
.cCal {max-width: 37.33333em; margin-left: -1.36666em; font-size: clamp(0.5rem, 0.14908rem + 1.75462vw, 1.66rem);}
.cCal table {width: 100%;}
.cCal tr > * {text-align: center; vertical-align: middle; border: 1px solid transparent; white-space: nowrap; cursor: pointer; /*min-width: 5.33em; width: 5.33em;*/ height: 1em; width: 14.28571%;}
.cCal th {font-weight: 400; color: #212020; pointer-events: none;}
.cCal td {font-family: 'VeneTeater'; font-weight: 700; font-size: 2.333em; /*min-width: 2.2857em; width: 2.2857em;*/ height: 1.57142em;}
.cCal td:not(.not-available, .sold-out, [style*="cursor:default"]):hover {color: var(--colorPrimary);}
.cCal .not-available {color: #fff; pointer-events: none;}
.cCal .sold-out {display: inline-block; vertical-align: middle; top: -0.06em;}
.cCal .sold-out__img {width: 0.42857em;}

.eventsBox {position: absolute; top: 0; left: 0; width: 100%; background-color: #fff; box-shadow: 0 0 14px -2px rgba(0,0,0,0.1); padding: 2.88rem; padding: 2.88rem clamp(0.875rem, 0.26845rem + 3.03277vw, 2.88rem);}
.eventsBox:before {z-index: -1; content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); pointer-events: none;}
.eventsBox-head:first-child {margin-top: -0.4rem;}
.eventsBox-head .monthSel {flex: 1 1 auto;}
.eventsBox-head .close {margin-top: -0.1em;}
.eventList-wrap .eventSlider-dir-btn span {transform: translateY(-300%);}

.eventList {overflow: hidden; position: relative;}
.eventList__c {width: 100%; flex: 0 0 auto;}
.eventItem {font-size: 0.8888rem;}
.eventItem__thumb {flex: 0 0 auto;}
.eventItem__img {width: 100%;}
.eventItem__cntn {padding: 0.5em 0 0 1.7em; flex: 1 1 auto;}
.eventItem__cntn > * {margin-bottom: 1em;}
.eventItem__title {font-size: 1.5em; margin-bottom: 0.6em;}
.eventItem .btn-wrap {display: flex; justify-content: flex-start;}
.eventItem .sold-out__img {width: 1.875em;}

.eventItem .c-btn {padding: 0.3105em 0.5684em; font-size: 1.1875em;}
@media screen and (min-width: 992px){
	.eventItem {flex-direction: column; width: 100%; height: 100%;}
	.eventList__r {position: relative; overflow-x: scroll; -ms-overflow-style: none;  scrollbar-width: none;}
	.eventList__r::-webkit-scrollbar {display: none;}
	.eventList__c {width: 22.2222rem; width: clamp(14.9222rem, 1.94442rem + 23.54839vw, 22.2222rem);}
	.eventList__c:not(:last-child) {margin-right: 33px;}
	.eventItem {flex-direction: column;}
	.eventItem__cntn {padding: 1.1em 0 0 0; display: flex; flex-direction: column; width: 100%; height: 100%;}
	.eventItem .btn-wrap {padding-top: 1.5em; margin-top: auto;}
}
@media screen and (max-width: 991px){
	.eventList-wrap .eventSlider-dir-btn {display: none!important;}
	.eventItem {margin-bottom: 2.25em; font-size: clamp(0.55rem, 0.35671rem + 0.96647vw, 0.8888rem);}
	.eventList__c:last-child .eventItem {margin-bottom: 0;}
	.eventList__r {flex-direction: column;}
	.eventItem__thumb {width: 15.5em;}
}
@media screen and (max-width: 575px){
	.eventItem__thumb {width: 9em;}
	.eventsBox-head .monthSel {justify-content: center;}
	.eventsBox-head .close {position: absolute; top: 0; right: 0; width: 2.8em; height: 2.7em; color: #fff; background-color: var(--colorPrimary); z-index: 11; transform: translate(40%, -50%); border-radius: 50%; font-size: 0.7rem;}
}
@media screen and (max-width: 320px){.eventItem__thumb {width: 7em;}}

.main-content-wrap {padding-top: 80px; padding-bottom: 119px; padding-top: clamp(2.8rem, 2.43697rem + 1.81513vw, 4rem); padding-bottom: clamp(4rem, 3.21345rem + 3.93277vw, 6.6rem);}
.main-content-wrap > .centered-wrap {max-width: 1550px;}
.frontpage .main-content-wrap {padding-bottom: clamp(2.8rem, 2.43697rem + 1.81513vw, 4rem);}

.cClms {position: relative; margin-bottom: 4rem; margin-bottom: clamp(3.5rem, 3.3182rem + 0.8586vw, 4rem);}
.cClms__r {display: flex; margin: 0 0 -3.1rem 0; position: relative; z-index: 1;}
.cClms__c {margin-bottom: 3.1rem; max-width: 100%;}
@media screen and (min-width: 992px){
	.cClms__c1 {padding-top: 4px; flex: 0 0 auto; width: 242px; width: clamp(13rem, 11.22222rem + 3.22581vw, 14rem);/*-1550*/}
	.cClms__c2 {flex: 1 1 auto;}
	.cClms__c1 + .cClms__c2 {padding-left: 10%;}
}
@media screen and (max-width: 991px){
	.cClms__r {flex-wrap: wrap;}
	.cClms__c {width: 100%;}
}

.sideMenu {width: 100%; position: relative; z-index: 1;}
.sideMenu__m {line-height: 1.33;}
.sideMenu__m__i {display: flex; flex-wrap: wrap;}
.sideMenu__item {position: relative; display: block;}
.sideMenu__item:last-child {border-bottom: none;}
.sideMenu__lnk {padding: 0.941em 2.3em 0.941em 1em; display: block;}
.sideMenu__lnk:after {display: block; content: '\E853'; position: absolute; top: 0.55em; right: 0.3em; font-size: 1.41em; color: var(--bgColorPrimary); line-height: normal; opacity: 0; transition: opacity 0.2s ease-in-out 0s;}
.sideMenu__lnk:hover {color: var(--colorPrimary);}
.scroll-menu-item-active .sideMenu__lnk:after {opacity: 1;}
@media screen and (min-width: 992px){
	.sideMenu-wrap {min-height: 1px;}
	.sideMenu-wrap.is-stuck .sideMenu {position: fixed; top: 80px;}
	.sideMenu {position: relative; top: 0; z-index: 11; transition: top 0.3s ease-in-out 0s; max-width: 13rem; max-width: clamp(13rem, 11.22222rem + 3.22581vw, 14rem);}

	.sideMenu__m__i {flex-direction: column;}
	.sideMenu__item {border-bottom: 1px solid #d8d8d8;}
}
@media screen and (max-width: 991px){
	.sideMenu__m__i {margin: 0 0 -5px -1.5rem;}
	.sideMenu__item {margin: 0 0 5px; padding: 0 0 0 1.5rem;}
	.sideMenu__lnk {padding: 0.4em 2em 0.4em 0;}
	.sideMenu__lnk:after {top: 0.33em; font-size: 1.2em;}
}
@media screen and (max-width: 400px){
	.sideMenu__m__i {flex-direction: column; margin: 0;}
	.sideMenu__item {border-bottom: 1px solid #d8d8d8; margin: 0; padding-left: 0;}
}
.sScrlSctn-wrap:first-child .sScrlSctn {margin-top: -5rem;}
.sScrlSctn-wrap {position: relative;}
.sScrlSctn {padding: 5rem 0; margin-top: -4rem;}

.titleBox {margin-bottom: 2rem; margin-bottom: clamp(1.5rem, 0.59244rem + 4.53782vw, 4.5rem);}
.titleBox2 {margin-bottom: 3.5rem;}
.titleBox2 .page-title {font-size: clamp(2rem, 1.09244rem + 4.53782vw, 5rem); line-height: 0.78;}
.titleBox2 .monthSel {font-size: 2.666rem; font-size: clamp(1.875rem, 1.63571rem + 1.19647vw, 2.666rem);}
.titleBox2 .monthSel__month {line-height: 0.8; font-family: 'VeneTeater'; font-weight: normal;}
.titleBox2 .monthSel button {height: 0.67em;}
.titleBox2 .monthSel button .custom-icon {font-size: 15px;}

.menu2 {font-size: 16px; font-weight: 700; padding-top: 0.5rem; margin-bottom: 1.2rem;}
.menu2 > ul > li > a {position: relative; padding-right: 18px;}
.menu2 > ul > li > a:after {display: block; content: '\E856'; position: absolute; top: 50%; right: 0; transform: translateY(-50%); font-size: 5.25px;}
.menu2 .active > a, .menu2 li:hover > a, .actor-name.hover a, .subItem__cntn a:not([class*="btn"]):hover {color: var(--colorPrimary);}
.menu2 a {display: block;}
@media screen and (max-width: 575px){
	.menu2-wrap {margin-bottom: 1.2rem;}
	.menu2-wrap .menu2 {background-color: #fff; z-index: 11; position: absolute; top: calc(100% + 3px); left: 0; width: 100%; padding: 1rem 0.87rem 1rem 1rem; box-shadow: 0 0 6px -3px rgba(0,0,0,0.3); border: 1px solid #c1c1c1; margin-bottom: 0;}
}

.allEvents {font-weight: 700; font-size: 1.333rem; font-size: clamp(1rem, 0.89926rem + 0.50370vw, 1.333rem);}
.allEvents h2, .staffList__title {margin-bottom: 1.66rem; margin-bottom: clamp(1rem, 0.80034rem + 0.99832vw, 1.66rem); font-weight: 700; font-family: 'VeneTeater'; font-size: 2.5rem; font-size: clamp(1.875rem, 1.68592rem + 0.94538vw, 2.5rem);}
.allEvents__u {margin-bottom: 3.8rem; margin-bottom: clamp(2rem, 1.45546rem + 2.72269vw, 3.8rem);}
.allEvents__l {line-height: 1.2; margin-bottom: 0.7rem;}
.allEvents__l:last-child {margin-bottom: 0;}
@media screen and (min-width: 681px){
	.allEvents, .reviews {columns: 2 200px; column-gap: 5%;}
	.allEvents > div, .reviews > div {break-inside: avoid; max-width: 70%;}
}

.langAvblty {font-size: 0.875em; line-height: 1.2;}
.langAvblty > :not(:last-child) {margin-bottom: 0.238em;}
.langAvblty .custom-icon {font-size: 1.86em;}

.scdlTags {line-height: 1.2;}
.scdlTags a {display: block;}
.scdlTags__r {margin: 0 0 -0.562em -1.437em;}
.scdlTags__c {margin: 0 0 0.562em; padding: 0 0 0 1.437em;}

.scdlList {font-size: 0.888rem; padding-top: 0.5rem;}
.scdlList__c, .eDtlsCols__c .scdlList__c:last-child {margin-bottom: 3.125em; padding-bottom: 3.125em; border-bottom: 1px solid #000;}
.scdlList__c:last-child {margin-bottom: 0!important; padding-bottom: 0; border-bottom: none;}
.scdlItem {font-weight: 700;}
.scdlItem__r {margin: 0 0 -1.25em -1.8125em;}
.scdlItem__c {padding: 0 0 0 1.8125em; margin: 0 0 1.25em;}
.scdlItem__c1 {flex: 0 0 auto;}
.scdlItem__c2 {flex: 1 1 auto;}
.scdlItem__date {font-size: 5em; line-height: 0.88; font-family: 'VeneTeater';}
.scdlItem .btn-wrap {/*width: 11.9375em;*/ display: flex; flex-direction: column; align-items: center;}
.scdlItem .c-btn {padding: 0.31047em 0.56802em; font-size: 1.0995em;}
.scdlItem .sold-out {font-size: 1.875em;}
.scdlItem .sold-out__img {width: calc(1em + 0.5px);}

.scdlTimeList__c:not(:last-child) {margin-bottom: 2.5em;}

.scdlTimeItem {position: relative;}
.scdlTimeItem__title {font-weight: inherit; font-size: 1.5em; margin-bottom: 0.375em;}
.scdlTimeItem__r {margin: 0 0 0 -1.8125em;}
.scdlTimeItem__c {padding: 0 0 0 1.8125em;}
.scdlTimeItem__c1 {flex: 0 0 auto; width: 4.375em; padding-top: 0.05em;}
.scdlTimeItem__c2 {flex: 1 1 auto;}
.scdlTimeItem__c2__r {margin: 0 0 -1em -1em;}
.scdlTimeItem__c2__r__c {padding: 0 0 0 1em; margin: 0 0 1em;}
.scdlTimeItem__c2__r__c1 {flex: 1 1 auto;}
.scdlTimeItem__c2__r__c2 {flex: 0 0 auto; width: 6.25em;}
.scdlTimeItem__c2__r__c3 {flex: 0 0 auto; width: 14em; display: flex; justify-content: flex-end;}

@media screen and (min-width: 992px){
	.scdlItem__c1 {width: 15.5em;}
	.scdlItem__date {display: block;}
	
	.eDtlsCols__c .scdlList {font-size: 11px;}
	.eDtlsCols__c .scdlTimeItem__c2__r__c3 {width: 11em;}
}
@media screen and (max-width: 991px){
	.scdlItem__r {flex-wrap: wrap;}
	.scdlItem__date {font-size: 4em;}
}
@media screen and (max-width: 767px){
	.scdlTimeItem {padding-right: 45px;}
	.scdlTimeItem__c2__r {flex-wrap: wrap;}
	.scdlTimeItem__c2__r__c1, .scdlTimeItem__c2__r__c3 {flex: 0 1 auto; width: 100%;}
	.scdlTimeItem__c2__r__c2 {width: auto; position: absolute; top: 0; right: 0;}
	.scdlTimeItem__c2__r__c2 .tpLbl-wrap {left: auto!important; right: -5px; transform: none!important;}
	.scdlTimeItem__c2__r__c2 .tpLbl {text-align: right!important; justify-content: flex-end!important;}
	.scdlTimeItem__c2__r__c2 .tpLbl__arw {left: auto!important; right: 0;}
	
	.scdlTimeItem__c2__r__c3 {justify-content: flex-start;}
	.scdlItem .btn-wrap {width: auto;}
}
@media screen and (max-width: 575px){
	.scdlList {font-size: 0.8rem;}
	.scdlTimeItem__r {margin: 0 0 0 -1rem;}
	.scdlTimeItem__c {padding: 0 0 0 1rem;}
	.scdlTimeItem__c1 {width: auto;}
	
	.scdlItem__date {font-size: 3.7em;}
}

.eventSlider-wrap {margin-bottom: 4.2rem; margin-bottom: clamp(2.2rem, 1.59496rem + 3.02521vw, 4.2rem);}
.eventSlider {position: relative; overflow: hidden;}
.eventSlider__r {display: flex; overflow-x: scroll; -ms-overflow-style: none;  scrollbar-width: none;}
.eventSlider__r::-webkit-scrollbar {display: none;}
.eventSlider__c {flex: 0 0 auto; display: block; position: relative;}
.eventSlider__img {display: block;}
.eventSlider-dir-btn {width: 1.25em; height: 100%; font-size: 1.7rem; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; z-index: 11; color: var(--bgColorPrimary);}
.eventSlider-dir-btn span {cursor: pointer;}
.no-overflow .eventSlider-dir-btn {display: none;}
.eventSlider-dir-btn:hover {color: var(--bgColorPrimaryHover);}
.eventSlider-dir-left {left: 0;}
.eventSlider-dir-right {right: 0;}
@media screen and (max-width: 575px){
	.eventSlider {margin-left: calc(-1 * var(--centered_wrap_gX)); margin-right: calc(-1 * var(--centered_wrap_gX));}
	.eventSlider-dir-btn {font-size: 2rem;}
}
@media (hover: hover) {
	.eventSlider-dir-btn {transition: transform 0.2s ease-in-out 0s;}
	.eventSlider-dir-left {transform: translateX(-100%);}
	.eventSlider-dir-right {transform: translateX(100%);}
	.eventSlider:hover .eventSlider-dir-btn, .scroller:hover .eventSlider-dir-btn, .eventsBox:hover .eventSlider-dir-btn {transform: translateX(0);}
}

@media screen and (min-width: 1200px){
	.castCols__r {margin-bottom: -4.3rem!important;}
	.castCols__c {margin-bottom: 4.3rem!important;}
}	
@media screen and (min-width: 1400px){
	.aDtlsCols__r {margin-left: -3.3rem!important; margin-right: -3.3rem!important;}
	.aDtlsCols__c {padding-left: 3.3rem!important; padding-right: 3.3rem!important;}
}
.castList {line-height: 1.45;}
.castList .row > :nth-child(1) {width: 210px; flex: 0 0 auto;}
@media screen and (max-width: 575px){.castList .row > :nth-child(1) {width: 166px;}}
.castList .row > :nth-child(2) {font-weight: 700; width: auto; flex: 1 1 auto;}


@media screen and (min-width: 768px){.actorsCols__c1 {width: 28%;}}
@media screen and (min-width: 920px){.actorsCols__c1 {width: 22%;}}
.actorsList {font-weight: 700; margin-top: -0.3rem;}
@media screen and (max-width: 575px){.actorsList__c {width: 50%;}}
@media screen and (max-width: 350px){.actorsList__c {width: 1000%;}}

.actorGalItem__title {padding-top: 0.5rem;}
.actorGalItem__img {width: 100%; display: block;}

.roles-list {line-height: 1.65;}
.roles-list li, .roles-list .role-year {margin-bottom: 3px;}

.rdmrBox {min-height: 300px; 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: 240px; overflow: hidden;}
.rdmrBox__intro:after {display: block; content: ''; height: 38px; position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to bottom, rgba(237,237,237,0) 0%,rgba(237,237,237,1) 100%); pointer-events: none;}
.rdmrBox__btn {margin-top: auto; position: relative;}
.preview-active .preview-short {opacity: 0; transition: opacity 0.8s ease-in-out 0s;/*duration 2x toggleSlide kiirust*/}
 
 .arvustused-inner-block:not(:last-child) {padding-bottom: 0.5rem;}
 
/* social-scroller */
.main-content-wrap + .social-scrl-sctn {padding-top: 0;}
.social-scrl-sctn {padding: 3rem 0; padding: clamp(2.8rem, 2.43697rem + 1.81513vw, 4rem) 0;}
.social-scrl-sctn-title {font-family: 'VeneTeater';}
@media screen and (min-width: 992px){.social-scrl-sctn-title {font-size: clamp(2.055rem, 0.77144rem + 2.32903vw, 2.777rem);}}
.scroller, .scroller .scroller-frame {overflow: hidden;}
.scroller .eventSlider-dir-btn span {transform: translateY(-115%);}
.scroller .scroller-item {float: left; height: 100%; padding: 0; cursor: pointer;}

.scroller .scrollbar {height: 12px; background: #fff; line-height: 0; margin-top: 1.8rem; border-radius: 0;}
.scroller .scrollbar .handle {width: 100px; height: 12px; position: relative; cursor: pointer; background: var(--bgColorPrimary); border-radius: 0;}
.scroller .scrollbar .handle .mousearea {position: absolute; left: 0; width: 100%; height: 12px;}
.scroller .scrollbar .handle .icon {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1em; font-size: 10px; color: #fff;}
.scroller .scrollbar .handle:hover, .scroller .scrollbar .dragged {background: var(--bgColorPrimaryHover);}
.scroller-regular .scroller-item {width: 283px; margin-right: 2.5em;}
.scroller-regular .scroller-item:last-child {margin-right: 0!important;}
@media screen and (max-width: 1024px){.scroller-regular {font-size: 15px;}.scroller-regular .scroller-item {width: 269px;}}
@media screen and (max-width: 767px){.scroller-regular {font-size: 14px;}.scroller-regular .scroller-item {width: 246px;}}
@media screen and (max-width: 575px){.scroller-regular {font-size: 13px;}.scroller-regular .scroller-item {width: 223px;}}
@media screen and (max-width: 360px){.scroller-regular {font-size: 12px;}.scroller-regular .scroller-item {width: 200px;}}

.sclScrlItem {line-height: 1.4; display: flex; flex-direction: column; height: 100%; width: 100%;}
.sclScrlItem__thumb {overflow: hidden; position: relative; margin-bottom: 0.6em;}
.sclScrlItem__img {width: 100%;}
.sclScrlItem__title {line-height: inherit; font-weight: 600;}
.sclScrlItem__cntn {position: relative; height: 4.15em; overflow: hidden;}
.sclScrlItem__cntn .date {font-size: 0.9em;}
.sclScrlItem__cntn > * {margin-bottom: 0;}
.sclScrlItem__cntn:after {display: flex; align-items: center; justify-content: flex-end; content: '\E853'; position: absolute; bottom: 0; right: 0; width: 1.7em; height: 3.1em; font-size: 0.486em; pointer-events: none; background: #ededed;}
/*.sclScrlItem__cntn:after {display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(237,237,237,1) 100%);}*/

.social-scrl-sctn ~ .logos-ribbon-wrap {padding-top: 0;}
.logos-ribbon-wrap {padding: 2.5rem 0;}
.logos-ribbon .row > * {display: flex; align-items: center; justify-content: center;}
.logos-ribbon [class^="col-"][class*="auto"] {flex: 0 1 auto;}

.pre-footer-wrap {background-color: #f6f6f6; padding: 4rem 0; padding: clamp(3rem, 2.69748rem + 1.51261vw, 4rem) 0;}

.scls {font-size: 1.6em;}
.scls li > a:hover {color: var(--colorPrimary); text-decoration: none!important;}
#footer-wrap {background-color: #2e2e2e; color: #fff; font-size: 0.888rem;}
#footer {padding: 2.5rem 0;}
#footer > * {margin-bottom: 2rem;}
#footer hr {margin-top:0; opacity:0.8;}
@media screen and (min-width: 1601px){#footer > hr {width: 100vw; max-width: 1600px; margin-left: 50%; transform: translateX(-50%);}}
#footer .logos-ribbon img {filter: invert(1);}
@media screen and (min-width: 992px){#footer .logos-ribbon .row {justify-content: space-between!important;}}
#footer .scls .custom-icon {border-color: #fff;}
#footer .article a:not([class*="btn"]) {color: inherit;}
#footer .bulleted-list li:before {color: inherit;}
#footer p a:not([class*="btn"]) {}
#footer p {line-height: 1.77; margin: 0 0 1.5rem 0;}
#footer p a:not([class*="btn"]):hover {text-decoration: none; color: var(--colorPrimary);}
#footer h4, .fClm-title {font-size: 1.222rem; font-family: 'VeneTeater'; font-weight: 700; margin-bottom: 0.88rem;}

@media screen and (min-width: 576px){
	/*.fClms__cntn {columns: 2 100px;}*/
	#footer .fClms__cntn > * {margin: 0;}
}
@media screen and (min-width: 992px){
	.fClms__c {width: 40%;}
	.fClms__c4 {width: 20%;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.fClms__c2 {width: 33%;}
	.fClms__c3 {width: 37%;}
	.fClms__c4 {width: 30%;}
	/*.fClms__cntn {columns: auto;}*/
}
@media screen and (min-width: 1200px){
	.sclsClms__c1 {width: 40%;}
}

#footer2-wrap {position: relative; background-color: var(--bgColorPrimary); color: #fff;}
#footer2 {padding: 21px 0; line-height: 1.222; font-size: 14px;}
#footer2 a:hover {color: #000;}

@media screen and (max-width: 575px){
	.fLogoC {text-align: left;}
	#footer {text-align: center;}
	#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: 70%;}
	
	#footer2 nav .row {align-items: center; flex-direction: column; text-align: center;}
}

/* ====================== MEDIA QUERIES ====================== */
/* =========================================================== */	
@media screen and (min-width: 1367px){
	.main-wrap {display: flex; flex-direction: column; min-height: 100vh;}
	#footer-wrap {margin-top: auto;}
}
@media screen and (min-width: 1025px){.main-wrap {overflow: hidden;}}
@media screen and (max-width: 1024px){body {overflow-x: hidden;}}
@media screen and (max-width: 680px){.main-wrap {overflow-x: hidden;}}
