<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{font-display:swap;font-family:"SkodaNext";font-style:normal;font-weight:700;src:url('https://cdn.skoda-auto.com/resources/Libs_c2911565-9b23-426f-b6df-3f86a0935d42/Assets/font/SKODANext-Bold.d5e066b4c13e35326c966157a419ea73.woff2') format("woff2"),url('https://cdn.skoda-auto.com/resources/Libs_c2911565-9b23-426f-b6df-3f86a0935d42/Assets/font/SKODANext-Bold.914eb1499e3faf94b062cfd9dde8175a.woff') format("woff")}
@font-face{font-display:swap;font-family:"SkodaNext";font-style:normal;font-weight:300;src:url('https://cdn.skoda-auto.com/resources/Libs_c2911565-9b23-426f-b6df-3f86a0935d42/Assets/font/SKODANext-Regular.9b5aa8031507e60d1b029d276e428063.woff2') format("woff2"),url('https://cdn.skoda-auto.com/resources/Libs_c2911565-9b23-426f-b6df-3f86a0935d42/Assets/font/SKODANext-Regular.05d29dc3bffe820654d5ba368b7b4757.woff') format("woff")}
@font-face{font-display:swap;font-family:"SkodaNext";font-style:normal;font-weight:100;src:url('https://cdn.skoda-auto.com/resources/Libs_c2911565-9b23-426f-b6df-3f86a0935d42/Assets/font/SKODANext-Light.e944abad9f898307be99.woff2') format("woff2"),url('https://cdn.skoda-auto.com/resources/Libs_c2911565-9b23-426f-b6df-3f86a0935d42/Assets/font/SKODANext-Light.5f81d59a1ff7675fea6d.woff') format("woff")}

@font-face {font-family: 'glyphs';src: url('glyph-font/fontello.woff2?85731134') format('woff2'),url('glyph-font/fontello.woff?85731134') format('woff');font-weight: normal;font-style: normal;}

*, *:after, *:before {box-sizing: border-box; min-height: 0vw;}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ul{list-style:none;}
a{margin:0; padding:0; font-size:100%; background:transparent; text-decoration:none; color:inherit;}
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));
	
	--topRibbonHeight: 60px;
	--centered-wrap_gX: 25px;
	
	--fSizeDOC: 16px;
	--fSizeMD_M: 0.9375rem;
	--fSizeMD: 14px;
	/* clamp viewport 360-1250*/
	--article__h1: clamp(1.466rem, 1.14888rem + 1.40944vw, 2.25rem);
	--article__h2: clamp(1.35rem, 1.13764rem + 0.94382vw, 1.875rem);
	--article__h3: clamp(1.233rem, 1.09992rem + 0.59146vw, 1.562rem);
	--article__h4: clamp(1.1rem, 1.03933rem + 0.26966vw, 1.25rem);
	--article__h5: clamp(1rem, 0.94944rem + 0.22472vw, 1.125rem);

	--weightLight: 100;
	--weightNormal: 300;
	--weightSemiBold: 500;
	--weightBold: 700;

	--colorPrimary: #78faae;
	--colorPrimaryHover: #a8ffcc;
	--colorSecondary: #419468;
	--colorSecondaryHover: #59bc87;	
	--colorPrimaryRGB: 120,250,174;
	--colorDark: #161718;
	
	--colorError: #e82b37;
	--colorSuccess: #37d002;
	
	--bgColorPrimary: var(--colorPrimary);
	--bgColorPrimaryHover: var(--colorPrimaryHover);
	--bgColorSecondary: var(--colorSecondary);
	--bgColorSecondaryHover: var(--colorSecondaryHover);
	--bgColorDark: var(--colorDark);
	
	--bgColorError: var(--colorError);
	--bgColorErrorRGB: 232,43,55;
	--bgColorSuccess: #37d002;
	--bgColorSuccessRGB: 55,208,2;
	--bgColorWarning: #ec6513;
	
	--btnFS: 0.8125rem;
	--btnFS-md: 0.75rem;
	--btnLH: 1.17;
	--btnPd: 1em 1.692em;
	--btnPd-md: 0.916em 1.66em;
	--btnRds: 2em;
	
	--fldFS: var(--btnFS);
	--fldFS-md: var(--btnFS-md);
	--fldLH: var(--btnLH);
	--fldPd: var(--btnPd);
	--fldPd-md: var(--btnPd-md);
	--fldRds: 0.3em;
		
}
/*
@media screen and (min-width: 992px){
	:root {
		--fSizeDOC: 18px;
	}
}*/
@media screen and (max-width: 575px){
	:root {--topRibbonHeight: 52px;}
}
@media screen and (max-width: 480px){
	:root {
		--centered-wrap_gX: 16px;
	}
}

html {-webkit-text-size-adjust: 100%; font-size: var(--fSizeDOC);}
body {background-color: #fbfbfb; color: #161718; font: var(--weightNormal) 1rem/1.5 'SkodaNext', sans-serif; margin-left: auto; margin-right: auto;}

h1, h2, h3, h4, h5, h6, .page-title {margin-bottom: 1.25rem; font-weight: normal; line-height: 1.2;}
img, svg, video {max-width: 100%; height: auto;}
img, video {object-fit: cover; background-repeat: no-repeat; background-size: cover;}
img {float: none; padding: 0;}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), label[for], input[type="submit"], [role="button"], .toggleNext, .chk-item {cursor: pointer;}
p{margin: 0 0 0.625rem 0;}
hr {height: 0; box-sizing: content-box; margin-top: 1.2rem; margin-bottom: 1.2rem; border: 0; border-bottom: 1px solid #eee;}
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;}
.CybotCookiebotDialogBodyLevelButtonSliderWrapper [type="checkbox"] {opacity: 1; position: static; z-index: auto;}

pre {background-color: #e1e4ec; border: 1px solid #e1e4ec; padding: 5px 10px; margin-bottom: 15px;}
blockquote {position: relative; line-height: 1.7; padding: 1.666rem; margin-bottom: 27px; background: radial-gradient(ellipse at -300px -100px,  #206b58  0%,#0e3a2f 100%);
 color: #fff; border-radius: 0;}
blockquote .caption {position: absolute; top: 0; padding: 0.36em 0 0 3em; font-size: 1.11em; line-height: 1;}
blockquote:before {display: block; margin-bottom: 30px; content: '\E809'; line-height: 1em; font-size: 1.45rem; color: var(--colorPrimary);}
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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-0&gt;*,.bGapsLast-0&gt;:last-child{margin-bottom:0!important}.bGaps-1&gt;*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-2&gt;*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-3&gt;*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-4&gt;*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-5&gt;*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-6&gt;*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-7&gt;*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-1&gt;*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-2&gt;*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-3&gt;*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-4&gt;*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-5&gt;*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-6&gt;*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-7&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-xs-0&gt;*{margin-bottom:0!important}.bGaps-xs-1&gt;*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-xs-2&gt;*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-xs-3&gt;*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-xs-4&gt;*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-xs-5&gt;*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-xs-6&gt;*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-xs-7&gt;*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-xs-1&gt;*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-xs-2&gt;*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-xs-3&gt;*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-xs-4&gt;*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-xs-5&gt;*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-xs-6&gt;*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-xs-7&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-sm-0&gt;*{margin-bottom:0!important}.bGaps-sm-1&gt;*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-sm-2&gt;*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-sm-3&gt;*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-sm-4&gt;*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-sm-5&gt;*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-sm-6&gt;*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-sm-7&gt;*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-sm-1&gt;*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-sm-2&gt;*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-sm-3&gt;*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-sm-4&gt;*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-sm-5&gt;*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-sm-6&gt;*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-sm-7&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-md-0&gt;*{margin-bottom:0!important}.bGaps-md-1&gt;*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-md-2&gt;*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-md-3&gt;*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-md-4&gt;*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-md-5&gt;*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-md-6&gt;*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-md-7&gt;*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-md-1&gt;*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-md-2&gt;*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-md-3&gt;*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-md-4&gt;*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-md-5&gt;*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-md-6&gt;*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-md-7&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-lg-0&gt;*{margin-bottom:0!important}.bGaps-lg-1&gt;*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-lg-2&gt;*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-lg-3&gt;*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-lg-4&gt;*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-lg-5&gt;*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-lg-6&gt;*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-lg-7&gt;*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-lg-1&gt;*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-lg-2&gt;*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-lg-3&gt;*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-lg-4&gt;*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-lg-5&gt;*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-lg-6&gt;*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-lg-7&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{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&gt;*{padding-left:var(--rgX-7,1.75rem)!important;padding-right:var(--rgX-7,1.75rem)!important}.bGaps-xl-0&gt;*{margin-bottom:0!important}.bGaps-xl-1&gt;*{margin-bottom:var(--bGaps-1,.5rem)!important}.bGaps-xl-2&gt;*{margin-bottom:var(--bGaps-2,1rem)!important}.bGaps-xl-3&gt;*{margin-bottom:var(--bGaps-3,1.5rem)!important}.bGaps-xl-4&gt;*{margin-bottom:var(--bGaps-4,2rem)!important}.bGaps-xl-5&gt;*{margin-bottom:var(--bGaps-5,2.5rem)!important}.bGaps-xl-6&gt;*{margin-bottom:var(--bGaps-6,3rem)!important}.bGaps-xl-7&gt;*{margin-bottom:var(--bGaps-7,3.5rem)!important}.bGapsN-xl-1&gt;*{margin-bottom:calc(-1 * var(--bGaps-1,.5rem))!important}.bGapsN-xl-2&gt;*{margin-bottom:calc(-1 * var(--bGaps-2,1rem))!important}.bGapsN-xl-3&gt;*{margin-bottom:calc(-1 * var(--bGaps-3,1.5rem))!important}.bGapsN-xl-4&gt;*{margin-bottom:calc(-1 * var(--bGaps-4,2rem))!important}.bGapsN-xl-5&gt;*{margin-bottom:calc(-1 * var(--bGaps-5,2.5rem))!important}.bGapsN-xl-6&gt;*{margin-bottom:calc(-1 * var(--bGaps-6,3rem))!important}.bGapsN-xl-7&gt;*{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%;margin-left:auto;margin-right:auto;}.modal-content{position:relative;background-color:#fff;box-shadow:0 3px 9px rgba(0,0,0,.15);background-clip:padding-box;outline:0;border-radius:0;}.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: 0.25rem; right: 0.25rem;}
.modal-body &gt; *: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, .pr-slider, .feat-slider, .feat-slider-tabs, .gallery-slider {visibility: hidden;}
.slick-initialized.slick-slider {visibility:visible}

.slick-arrow {background: none; border: none; display: flex; align-items: center; justify-content: center; color: var(--colorSecondary); font-size: 3.5em; width: 0.8928em; height: 1.07142em; position: absolute; z-index: 11; top: 50%; transform: translateY(-50%);}
.slick-arrow.slick-disabled {display: none !important;}
.slick-arrow:hover {color: var(--colorSecondaryHover);}
.slick-prev {left: 0; margin-left: 10px;}
.slick-next {right: 0; margin-right: 10px;}
.slick-arrow:before {display: block; text-align: center; color: inherit; line-height: normal;}
.slick-prev:before {content: '\E816';}
.slick-next:before {content: '\E901';}

.slick-list + .slick-dots {padding-top: 12px;}
/*.slick-dots-wrap {position: absolute; left: 0; right: 0; bottom: 0; z-index: 12;}
.slick-dots-wrap .slick-dots {padding: 0;}*/
.slick-dots {display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0.5rem; column-gap: 9px; /*padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);*/}
.slick-dots li {margin: 0.5rem 0 0 0;}
.slick-dots li:only-child {display: none;}
.slick-dots button {background: #d2d3d5; border: none; width: 3em; height: 6px; border-radius: 1em; font-size: 7px; text-indent: -9999px; display: block;}
@media screen and (min-width: 576px){.slick-dots button {font-size: 9px;}}
@media screen and (min-width: 768px){.slick-dots button {font-size: 12px;}}
@media screen and (min-width: 992px){.slick-dots button {font-size: 16px;}}
.slick-dots .slick-active button, .slick-dots li:hover button {background: var(--bgColorSecondary);}

/* ================================= lightgallery ====================================== */
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}#lg-zoom-out,.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{opacity:.5;pointer-events:none}@font-face{font-family:lg;src:url(lg-fonts/lg.eot?n1z373);src:url(lg-fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(lg-fonts/lg.woff?n1z373) format("woff"),url(lg-fonts/lg.ttf?n1z373) format("truetype"),url(lg-fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:greyscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-outer .lg-toogle-thumb,.lg-toolbar .lg-icon{color:#999;font-size:24px;line-height:27px;outline:0;text-align:center;cursor:pointer}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover,.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share,.lg-toolbar .lg-icon:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{animation:.3s lg-right-end;position:relative}.lg-outer.lg-left-end .lg-object{animation:.3s lg-left-end;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{float:right;height:47px;padding:10px 0;width:50px;text-decoration:none!important;background:0 0;border:none;box-shadow:none;transition:color .2s linear}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:transform .35s cubic-bezier(0, 0, .25, 1),opacity .35s cubic-bezier(0, 0, .25, 1),color .2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5,.5,.5);opacity:0;transition:transform 250ms cubic-bezier(0, 0, .25, 1),opacity 250ms cubic-bezier(0, 0, .25, 1)!important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0,100%,0);transition:transform .25s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,.lg-outer.lg-grab img.lg-object{cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:4px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;height:39px;padding:5px 0;position:absolute;right:20px;top:-39px;width:50px;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../images/lg/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../images/lg/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../images/lg/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-backdrop.in,.lg-css3.lg-fade .lg-item.lg-current,.lg-outer .lg-has-html5:hover .lg-video-play,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play,.lg-outer.lg-visible,.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../images/lg/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../images/lg/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-empty-html,.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play,.lg-outer.lg-hide-download #lg-download{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity 80ms}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0, 0, .25, 1)}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0, 0, .25, 1),top .3s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translate3d(0,0,0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1,1,1);transition:transform .3s cubic-bezier(0, 0, .25, 1),opacity .15s!important;transform-origin:0 0;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity .15s,transform .15s;transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;transition:box-shadow .3s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear .18s,opacity .18s linear}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{transition-delay:0s;transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0,5px,0);transition:transform .18s linear,visibility 0s linear .5s,opacity .18s linear}.lg-outer #lg-share,.lg-outer .lg{position:relative}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown&gt;li:last-child{margin-bottom:0}.lg-outer .lg-dropdown&gt;li:hover .lg-icon,.lg-outer .lg-dropdown&gt;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, .breadcrumbs &gt; ul &gt; li:before, .sideMenu__lnk:after, .article ul li:before, .goaccordion &gt; h3:after, .subItem__cntn li:before, .bulleted-list li:before, .chkd-list li:before, .colorBtn:after, [type="checkbox"] + label:after, [type="radio"] + label:after, .chk-btn:after, .chk-item:after, blockquote:before {font-family: "glyphs"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
.custom-icon {display: inline-block; text-decoration: none; width: 1em; text-align: center; line-height: 1em;}

.centered-wrap {width: 100%; margin-left: auto; margin-right: auto; padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);}
@media screen and (min-width: 1200px){.centered-wrap {width: 93vw;}}
.maxWidth1250, .main-content-wrap &gt; :not([class*="maxWidth"]) {max-width: 1250px;}
.maxWidth950 {max-width: 950px;}
.logo .logo__a {display: inline-block; vertical-align: top;}
.logo, .logo__a, .logo__img {display: block;}
.clearfix:after {display: table; content: ''; clear: both;}
.block-imgs img, .block-imgs svg {display: block;}
hr.inv {border-bottom-color: transparent;}
hr.thick {border-bottom: 2px solid #626669;}
.pRel {position: relative;}
.italic {font-style: italic;}
.weight100 {font-weight: 100;}
.weight200 {font-weight: 200;}
.weight300 {font-weight: 300;}
.weight400 {font-weight: 400;}
.weight500 {font-weight: 500;}
.weight600 {font-weight: 600;}
.weight700 {font-weight: 700;}
.weight800 {font-weight: 800;}
.weight900 {font-weight: 900;}
.weightLight {font-weight: var(--weightLight);}
.weightNormal {font-weight: var(--weightNormal);}
.weightSemiBold {font-weight: var(--weightSemiBold);}
.weightBold, b, strong {font-weight: var(--weightBold);}
.line-height_1-2 {line-height: 1.2;}
.line-height_1-33 {line-height: 1.33;}
.has-underline a, .has-hover-underline a:hover, .underline, .hover-underline:hover, .subItem__cntn a:not([class*="btn"]), .staffItem__cntn a:not([class*="btn"]) {text-decoration: underline;}
.has-underline.has-hover-underline a:hover, .underline.hover-underline:hover, .subItem__cntn a:not([class*="btn"]):hover, .staffItem__cntn a:not([class*="btn"]):hover {text-decoration: none;}
.line-through {text-decoration: line-through;}
.fSizeL_M {font-size: 1.125rem; font-size: var(--fSizeL_M);}
.fSizeDOC {font-size: var(--fSizeDOC);}
.fSizeMD_M {font-size: var(--fSizeMD_M);}
.fSizeMD_L {font-size: var(--fSizeMD_L);}
.fSizeMD {font-size: var(--fSizeMD);}
.fSizeSM {font-size: 13px;}
.fSizeXS {font-size: 12px;}
.h100 {height: 100%;}
.w100 {width: 100%;}
.full-bleed {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;}
.pdBox1 {padding: var(--centered-wrap_gX);}
.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: 2.3368em; height: 2.3368em; display: flex; align-items: center; justify-content: center; font-size: 0.77rem; font-weight: normal; border: none; background-color: #e1e1e1; color: #000;}
.close-btn .custom-icon {line-height: normal;}
.close-btn:hover {background-color: var(--bgColorPrimary); color: #000;}
.grecaptcha-badge {visibility: hidden;}

.content-preview {max-height: 14rem; position: relative; overflow: hidden; transition: max-height 1s ease-in-out 0s;}
.content-preview:after {display: block; content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 6.66rem; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}

@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}
.loader {display: block; border-style: solid; border-color: 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.2em; width: 1.5em; height: 1.5em;}

.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 {background-color: var(--bgColorPrimary);}
.bgSecondary {background-color: var(--bgColorSecondary);}
.bgWhite {background-color: #fff;}
.bgBlack {background-color: #000;}
.bgGrey {background-color: #f2f2f2;}
.bgGrey2 {background-color: #ebebeb;}
.bgMuted {background-color: #f8f8f8;}

.colorPrimary, .hover-colorPrimary:hover, .has-colorPrimary &gt; *, .has-hover-colorPrimary &gt; *:hover {color: var(--colorPrimary);}
.colorPrimary.hover-colorPrimary:hover, .has-colorPrimary.has-hover-colorPrimary:hover &gt; * {color: var(--colorPrimaryHover);}
.colorSecondary, .hover-colorSecondary:hover, .article a:not([class*="btn"]), .link-color, .links-list a, .staffItem__cntn a:not([class*="btn"]) {color: var(--colorSecondary);}
.colorWhite {color: #fff;}
.colorBlack, .hover-colorBlack:hover {color: #000;}
.colorGrey {color: #838689;}
.colorGrey1 {color: #b0b1b2;}
.colorGrey2 {color: #bbb;}
.colorSuccess {color: var(--colorSuccess);}
.colorError {color: var(--colorError);}

.colorGreen {color: #58c52d;}
.colorRed {color: #e72727;}

/* ========================== BTNS =========================== */
.c-btn {-ms-touch-action: manipulation; touch-action: manipulation; user-select: none; display: inline-block; vertical-align: top; margin-bottom: 0; text-align: center; cursor: pointer; background-image: none; background-color: transparent; border: 1px solid transparent; padding: var(--btnPd); font: var(--weightBold) var(--btnFS)/var(--btnLH) 'SkodaNext', sans-serif; position: relative; border-radius: var(--btnRds); transition: color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s; letter-spacing: 1px;}
.c-btn:focus {outline: 3px solid rgba(0,0,0,0.15);}

.c-btn-primary, .c-btn-submit {color: var(--colorDark); border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}
.c-btn-primary:hover, .c-btn-submit:hover {color: var(--colorDark); border-color: var(--bgColorPrimaryHover); background: var(--bgColorPrimaryHover);}

.c-btn-white {color: #000; border-color: #fff; background: #fff;}
.c-btn-white:hover {color: var(--colorDark); border-color: var(--bgColorPrimary); background: var(--bgColorPrimary);}

.c-btn-dark {color: #fff; border-color: var(--bgColorDark); background: var(--bgColorDark);}
.c-btn-dark:hover {color: #fff; border-color: var(--bgColorSecondary); background: var(--bgColorSecondary);}

.c-btn-grey {color: #fff; border-color: #818286; background: #818286;}
.c-btn-grey:hover {color: #fff; border-color: #9e9ea1; background: #9e9ea1;}

.c-btn-outline-dark {color: var(--colorDark); border-color: var(--bgColorDark); background: none;}
.c-btn-outline-dark:hover {color: var(--colorDark); border-color: var(--bgColorDark); background: rgba(22,23,24,0.06);}

.c-btn-outline-grey {color: #000; border-color: #ddd; background: none;}
.c-btn-outline-grey:hover {color: var(--colorSecondary); border-color: var(--bgColorSecondary); background: none;}

.c-btn-outline-primary {color: var(--colorPrimary); border-color: var(--bgColorPrimary); background: none;}
.c-btn-outline-primary:hover {color: #fff; border-color: var(--bgColorPrimary); background: var(--bgColorPrimary)}

.c-btn-reset {color: #000; border-color: #d5d5d5; background: #d5d5d5;}
.c-btn-reset:hover {color: #000; border-color: #e5e5e5; background: #e5e5e5;}

.c-btn[disabled], .c-btn.disabled {pointer-events: none; opacity: 0.33; /*color: #626669;*/}
/*.c-btn-primary[disabled], .c-btn-primary.disabled {opacity: 0.3;}
.c-btn-dark[disabled] {background: #8c8c8c; border-color: #8c8c8c; color: #ebebeb;}
.c-btn-outline-dark[disabled] {background: transparent; border-color: #8c8c8c; color: #8c8c8c;}*/

.c-btn.c-btn-md, .sRsltItem__btn, .lctnBox__cntn .c-btn {padding: var(--btnPd-md); font-size: var(--btnFS-md);}
/*@media screen and (min-width: 768px){.c-btn.c-btn-lg {padding: 20px 25px;}}*/

p[style*="center"] &gt; .gobutton {margin-left: 10px;}
p[style*="center"] &gt; .gobutton:last-child {margin-right: 10px;}
p[style*="right"] &gt; .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: var(--bgColorDark); 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.07em 0 0.09em 2.3em; cursor: pointer; display: block;}
/* 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: 0; width: 2.666em; height: 2.666em; font-size: 0.5em; color: var(--bgColorSecondary); display: flex; align-items: center; justify-content: center; border-radius: 0; transition: all 0.2s ease-in-out 0s;}
[type="checkbox"] + label:before, [type="radio"] + label:before, .chk-item:before {border: 2px solid #b4b4b4; background: #fff;}
[type="radio"]:not(.rnd-exmpt) + label:before {border-radius: 50% !important;}
/* check */
[type="checkbox"] + label:after, [type="radio"] + label:after, .chk-item:after {content: '\E813'; opacity: 0;}
/* checked */
[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before, .chk-item.active:before {border-color: var(--bgColorSecondary);}
[type="checkbox"]:checked + label:after, [type="radio"]:checked + label:after, .chk-item.active:after {opacity: 1;}

/* sizing */
@media screen and (min-width: 576px) {
	[type="checkbox"].sizeXL + label, [type="radio"].sizeXL + label, .chk-item.sizeXL {padding: 0.6em 0 0.53em 3.2em;}
	[type="checkbox"].sizeXL + label:before, [type="radio"].sizeXL + label:before, [type="checkbox"].sizeXL + label:after, [type="radio"].sizeXL + label:after, .chk-item.sizeXL:before, .chk-item.sizeXL:after {left: 0; top: 1px; width: 1.416em; height: 1.416em; font-size: 1.6rem; border-radius: 0;}
}
/* disabled */
[type="checkbox"]:disabled + label, [type="radio"]:disabled + label {color: #8b8b8b; cursor: default;}
/*[type="checkbox"]:disabled + label:before, [type="radio"]:disabled + label:before {border-color: #d6d6d6;}*/
/* 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;}

/* c-form */
.c-form-wrap {margin-bottom: 3rem;}
.c-form-wrap[class*="bg"] {padding: var(--centered-wrap_gX); box-shadow: 0 0 24px 4px rgba(0,0,0,0.07); border-radius: 9px;}
.c-form {line-height: 1.2;}
.c-field, .slctBtn, .select2-search__field {background-image: none; background-repeat: no-repeat; background-color: #fff; border: 1px solid #b4b4b4; width: 100%; line-height: var(--fldLH); font-size: var(--fldFS); padding: var(--fldPd); padding-left: 1rem; border-radius: var(--fldRds); text-align: left; outline: 1px solid transparent; outline-offset: 2px; transition: color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
textarea.c-field {height: auto!important; line-height: 1.45!important; display: block;}
.c-field-md, .slctBtn-md {font-size: var(--fldFS-md); padding: var(--fldPd-md); padding-left: 1em;}
.c-field:focus, .slctBtn: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: #a1a1a1; box-shadow: 0 0 0 0.14705rem rgba(0,0,0,0.07);}

.c-field.has-error, .slctBtn.has-error, .select2-search__field.has-error, .amnt-ctrl .c-field.has-error, [type="checkbox"].has-error + label:before, [type="radio"].has-error + label:before, .chk-item.has-error:before {border-color: var(--bgColorError); box-shadow: 0 0 0 0.2rem rgba(var(--bgColorErrorRGB),0.12), 0 0 0 1px var(--bgColorError);}
.loadInput {position: relative;}
.loadInput .loadInput__i {right: 9px; top: 50%; position: absolute; transform: translateY(-50%);}
.loadInput .c-field {padding-right: 40px;}
.c-field[disabled] {opacity: 0.65; pointer-events: none;}

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

.c-field[class*="date"] {padding-right: 2.4em; min-width: 7rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 4V3h-1v1H8V3H7v1H3v17h13l5-5V4h-4ZM8 5h8v2H8ZM4 5h3v2H4Zm16 10.33L15.44 20H15v-5h5ZM20 14h-6v6H4V8h3v1h1V8h8v1h1V8h3Zm0-7h-3V5h3Z'%3E%3C/path%3E%3C/svg%3E"); background-position: right 0.5rem center; background-size: 1.411em auto; cursor: pointer;}

select.c-field, .slctBtn {-moz-appearance: none; -webkit-appearance: none; padding-right: 2.4em; background-image: url("data:image/svg+xml,%3Csvg width='16' height='7.3698578' viewBox='0 0 16 7.3698575' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M 1.220951,0 0,1.664058 8,7.369858 16,1.664058 14.779049,0 8,4.900662 Z' /%3E%3C/svg%3E%0A"); background-position: right 0.8em center; background-size: 1em auto; transition: background-image 0.2s ease-in-out 0s;}
select.c-field:focus, .slctBtn.act {background-image: url("data:image/svg+xml,%3Csvg width='16' height='7.3698578' viewBox='0 0 16 7.3698575' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M 1.220951,7.369858 0,5.7058 8,0 16,5.7058 14.779049,7.369858 8,2.469196 Z' /%3E%3C/svg%3E%0A");}
select::-ms-expand {display: none;}
.slctBtn {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; min-width: 5rem;}
.slctBtn.select2-selection {height: auto;}
.slctBtn.select2-selection .select2-selection__rendered {padding-left: 0; padding-right: 0;}
.select2-results__option {line-height: 1.2; font-size: 15px;}

.slctDD {position: relative; z-index: 11;}
.slctDD__menu {background-color: #fff; box-shadow: 0 0 6px 2px rgba(0,0,0,0.07); border-radius: 5px; color: #000; padding: 10px; position: absolute; top: calc(100% + 2px); left: 0; z-index: 100; text-align: left; width: 245px; font-size: var(--fSizeMD_M);}
.slctDD__menu_i {padding: 5px;}
.slctDD__menu .c-btn {font-size: 0.66rem;}
/*.slctDD__menu .dd-hd .srt-btn {display: block; position: relative; padding-left: 1.5em;}
.slctDD__menu .dd-hd .srt-btn .custom-icon {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.slctDD__menu .dd-hd .slctAll .custom-icon {color: #a8c03f; font-size: 0.7333em; margin: -0.01666em 0 0;}
.slctDD__menu .dd-hd .dsmsAll .custom-icon {color: #b50000; font-size: 0.6666em; margin: 0.06em 0 0 0.2em;}*/
.slctDD__menu hr {margin-top: 0;}
.slctDD__menu_i.vScroll {max-height: 13rem; overflow-y: auto; scrollbar-color: #888 #f1f1f1; scrollbar-width: thin;}
.slctDD__menu_i.vScroll::-webkit-scrollbar {width: 0.6666em;}
.slctDD__menu_i.vScroll::-webkit-scrollbar-track {background: #f1f1f1;}
.slctDD__menu_i.vScroll::-webkit-scrollbar-thumb {background: #888;}
.slctDD__menu_i.vScroll::-webkit-scrollbar-thumb:hover {background: var(--bgColorSecondary);}
.slctDD__list {padding-bottom: 2px; line-height: 1.2;}
.slctDD__list li {margin-bottom: 0.8em;}
.slctDD__list a:hover {color: var(--colorSecondary); text-decoration: underline;}
.slctDD__list [type="checkbox"] + label {padding-top: 0.15em;}

.success-msg, .error-msg, .warning-msg, .info-msg {margin: 0.6rem 0; padding: 0.75rem 1rem; border-radius: 0.4rem; background-color: #fbfbfb; color: rgba(0,0,0,0.9); border: 1px solid rgba(0,0,0,0.12);}
.success-msg {background-color: rgba(var(--bgColorSuccessRGB),0.08); border: 1px solid rgba(var(--bgColorSuccessRGB),0.17);}
.error-msg {background-color: rgba(var(--bgColorErrorRGB),0.05); border: 1px solid rgba(var(--bgColorErrorRGB),0.17);}
.warning-msg {background-color: #fff4ed;}
.info-msg {background-color: #eff5fd;}
.misc-msg {background-color: #ffea7b; color: #000; text-align: center; padding: 10px;}
[class*="msg"] ~ [class*="msg"] {margin-top: 0;}

/* ========================= LISTS =========================== */
.aLnkList {padding-top: 10px;}
.aLnkList__l:not(:last-child) {margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #191919;}
.aLnkItem {display: block; line-height: 1.2;}
.aLnkItem &gt; .row {margin-bottom: calc(-0.5 * var(--centered-wrap_gX));}
.aLnkItem &gt; .row &gt; * {margin-bottom: calc(0.5 * var(--centered-wrap_gX));}
.aLnkItem .colorGrey {color: inherit;}
.aLnkItem .col-xs-auto {top: 0.17em;}
.aLnkItem .col-xs {font-size: 1.2222em;}
@media screen and (min-width: 768px){
	.aLnkItem &gt; .row {margin-left: -1.7777em; margin-right: -1.7777em;}
	.aLnkItem &gt; .row &gt; * {padding-left: 1.7777em; padding-right: 1.7777em;}
}

.bulleted-list li, .subItem__cntn li {padding-left: 1.2em; margin-bottom: 0.45em; position: relative; line-height: 1.2;}
.bulleted-list li:last-child, .subItem__cntn li:last-child {margin-bottom: 0!important;}
.bulleted-list li:before, .subItem__cntn li:before {display: block; color: #000; position: absolute; top: 2.35em; left: 0.07em; font-size: 0.3em; content: '\E812'; transform: translateY(-50%);}

.chkd-list li {line-height: 1.2; padding-left: 1.75em; margin-bottom: 0.6em; position: relative; background: url("data:image/svg+xml,%3Csvg xml:space='preserve' width='17.832' height='17.832' viewBox='0 0 17.832 17.832' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(1.33333 0 0 -1.33333 0 17.832)'%3E%3Cpath d='M13.315 7.58a6.563 6.563 0 0 1-.387 1.512 6.768 6.768 0 0 1-.445.934.422.422 0 0 1-.556.148.406.406 0 0 1-.148-.555 5.812 5.812 0 0 0 .782-2.932A5.881 5.881 0 0 0 6.687.812 5.882 5.882 0 0 0 .812 6.687 5.88 5.88 0 0 0 9.62 11.78a.416.416 0 0 1 .554.15.407.407 0 0 1-.148.554 6.684 6.684 0 0 1-3.338.891C3 13.374 0 10.374 0 6.687 0 3 3 0 6.687 0a6.695 6.695 0 0 1 6.628 7.58' fill='%238d0620'/%3E%3Cpath d='M9.62 9.888 6.111 5.505l-1.57 1.978a.411.411 0 0 1-.65 0 .602.602 0 0 1 0-.726L5.8 4.353a.415.415 0 0 1 .323-.165c.124 0 .24.058.325.165l3.82 4.808a.602.602 0 0 1 0 .727.41.41 0 0 1-.649 0'/%3E%3C/g%3E%3C/svg%3E") no-repeat left top 0.14em/ 0.95em auto;}
.chkd-list li:last-child {margin-bottom: 0!important;}

.files-list{margin-bottom: 50px;}
.files-list li {margin-bottom: 9px;}
.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: 32px; text-decoration: underline;}
.files-list li .icon, .file-icn {display: block; position: relative; width: 20px; height: 24px; text-align: center; font: normal 7px/27px sans-serif; background-color: #195747; border: 2px solid #195747; 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: 6px 0 0 6px; border-color: transparent; border-left-color: #38a364;}
.files-list li .icon:after, .file-icn:after {border-style: solid; border-width: 0 6px 6px 0; border-color: transparent #fbfbfb transparent transparent;}
.files-list li a:hover{text-decoration: none;}
.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, .feat-slider-combo, .staffList-wrap, .sRsltList-wrap, .colset-pageform {margin-bottom: 3.5rem;}
.subList__r, .staffList__r {display: flex; flex-wrap: wrap;}
.subItem, .staffItem {display: flex; flex-direction: column; width: 100%; height: 100%;}
.subItem__thumb, .staffItem__thumb {display: block;}
.subItem__img, .staffItem__img {display: block; width: 100%;}
.subItem__title, .staffItem__title {font-weight: var(--weightBold); }
.subItem &gt; :last-child, .subItem__cntn &gt; :last-child, .staffItem__cntn &gt; :last-child, .sRsltItem__cntn &gt; :last-child {margin-bottom: 0!important;}

.subBList__r, .subGList__r {margin: 0 0 -30px -1.891074130105900151285930408472%;}
.subBList__c, .subGList__c {width: 100%; padding: 0 0 0 1.855976243504083147735708982925%; margin: 0 0 30px 0; width: 25%;}

.subBItem, .subGItem {background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.07); padding: 0.3em; font-size: 0.9375rem; overflow: hidden;}
.subBItem__thumb, .subGItem__thumb {flex: 0 0 auto;}
.subBItem__cntn, .subGItem__cntn {padding: 1.2em 6%; flex: 1 1 auto; display: flex; flex-direction: column; width: 100%; height: 100%;}
.subBItem__cntn &gt; *, .subRItem__cntn &gt; * {margin-bottom: 1.2em;}
.subBItem__cntn li:not(:last-child), .subRItem__cntn li:not(:last-child) {margin-bottom: 0.6em;}
.subBItem__title, .subGItem__title {font-size: 1.125em;}
.subBItem__cntn .subItem__title {margin-bottom: 0.5em;}
.subBItem__btn_wrap {margin-top: auto;}
@media screen and (max-width: 930px){.subBList__c, .subGList__c {width: 33.3333%;}}
@media screen and (max-width: 625px){.subBList__c, .subGList__c {width: 50%;}}
@media screen and (max-width: 480px){.subBItem, .subGItem {font-size: 0.8rem;}}

.subRList__l:not(:last-child) {margin-bottom: 2rem; margin-bottom: clamp(2rem, 1.59551rem + 1.79775vw, 3rem);}
.subRItem__cntn {background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.07); padding: calc(1.5 * var(--centered-wrap_gX));}
.subRItem__title {margin-bottom: 0.65em;}
@media screen and (min-width: 768px){
	.subRItem__r {display: flex; align-items: center;}
	.subRList__l:nth-child(odd) .subRItem__r {flex-direction: row-reverse;}
	.subRItem__c {width: 50%;}
	.subRItem__cntn {position: relative; z-index: 1; padding: 62px 9%; padding: clamp(2.1rem, -0.59959rem + 5.63147vw, 3.8rem) 9%;}
	.subRList__l:nth-child(odd) .subRItem__cntn {margin-right: -8.5%}
	.subRList__l:nth-child(even) .subRItem__cntn {margin-left: -8.5%}
	.subRItem__btn_wrap {padding-top: 1.7em;}
}

.subGItem__cntn {padding-bottom: 1.5em;}

.staffList__r {margin: 0 -1.75685% -3rem;}
.staffList__c {padding: 0 1.6972%; margin: 0 0 3rem; width: 20%;}
.staffItem__cntn {padding: 1.6em 0 0; position: relative; font-weight: var(--weightLight);}
.staffItem__cntn a[href*="mailto"] {word-wrap: break-word;}
.staffItem__cntn a[href*="mailto"], .staffItem__cntn a[href*="tel"] {font-size: 0.8em;}
.staffItem__title {margin-bottom: 0.3em; font-size: 1.25em;}
@media screen and (max-width: 971px){.staffList__c {width: 25%;}}
@media screen and (max-width: 715px){.staffList__c {width: 33.3333%;}}
@media screen and (min-width: 460px) and (max-width: 615px){.staffItem__cntn {font-size: 0.85rem;}}
@media screen and (max-width: 459px){.staffList__c {width: 50%;}}
@media screen and (max-width: 359px){
	.staffList__c {width: 100%;}
	.staffItem {margin: 0 auto; max-width: 206px;}
}
.article .staffItem {max-width: 206px; margin: 0 0 2rem;}

* + .sRsltList-wrap {padding-top: 1rem; padding-top: clamp(1rem, -0.58799rem + 3.31263vw, 2rem);}
.sRsltItem__c:not(:last-child) {border-bottom: 1px solid #000; padding-bottom: var(--bGaps-1);}
.sRsltItem {font-size: 0.88rem; display: block;}
.sRsltItem__title:hover a {color: var(--colorSecondary);}
.sRsltItem__c1 {font-weight: var(--weightSemiBold);}
.sRsltItem__cntn {margin-bottom: 0.5rem;}
.sRsltItem__title {font-size: 1.375rem; margin-bottom: 0.2rem;}
.sRsltItem__btn_wrap {padding-top: 0.2rem; padding-bottom: 1rem;}
.sRsltItem__cntn:last-child .sRsltItem__btn_wrap {padding-bottom: 0;}
@media screen and (min-width: 768px){
	.sRsltItem__c1 {width: 8rem;}
	.sRsltItem__c:not(:last-child) {border-right: 1px solid #000; border-bottom: none; padding-bottom: 0; padding-top: 0.25rem; text-align: right;}
}

/* ========================== MISC =========================== */
.breadcrumbs {font-size: var(--fSizeMD); line-height: 1.2; color: #abadaf; padding-top: 1.5rem; width: 100%;}
.breadcrumbs &gt; ul {display: flex; flex-wrap: wrap; margin: 0 0 -1em 0;}
.breadcrumbs &gt; ul &gt; li {padding: 0 0 0 1.25em; margin: 0 1.25em 1em 0; position: relative;}
.breadcrumbs &gt; ul &gt; li:first-child {padding-left: 0;}
.breadcrumbs &gt; ul &gt; li:last-child {margin-right: 0;}
.breadcrumbs &gt; ul &gt; li:not(:first-child):before {content: '\E84f'; display: block; transform: translate(-50%, -50%); position: absolute; font-size: 0.55em; top: 1.25em; left: 0;}
.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: calc(1.1875em / 2) calc(1.1875em / 4); border-bottom: 1px solid #d8d8d8;}
.data-table tr:last-child &gt; * {border-bottom: none;}
.data-table td:first-child, .plain-table1 td:first-child {padding-left: 0;}
.data-table td:last-child, .plain-table1 td:last-child {padding-right: 0;}
@media screen and (min-width: 768px){.data-table td, .data-table th {padding: 1.1875em calc(1.1875em / 2);}}

.plain-table1 td {padding: var(--bGaps-1) var(--bGaps-1) 0 var(--bGaps-1);}
.plain-table1 tr:first-child td {padding-top: 0;}

.goaccordion {margin-bottom: 32px;}
.goaccordion &gt; h3 {cursor: pointer; margin: 0!important; color: #000!important; border-bottom: 1px solid rgba(0,0,0,0.13); padding: 0.4166em 1.5em 0.4166em 0; position: relative; font-size: 1.125rem!important; transition: color 0.2s ease-in-out 0s;}
.goaccordion &gt; :first-child {border-top: 1px solid rgba(0,0,0,0.13);}
.goaccordion &gt; h3:after {transition: transform 0.2s ease-in-out 0s;}
.goaccordion &gt; h3:after {display: block; content: '\E84c'; position: absolute; right: 0; top: 2em; font-size: 0.4em;}
.goaccordion &gt; h3:hover {color: var(--colorSecondary)!important;}
.goaccordion &gt; h3.act {color: var(--colorSecondary)!important; border-bottom-color: transparent;}
.goaccordion &gt; h3.act:after {transform: rotate(180deg);}
.goaccordion &gt; div {display: none; border: 1px solid transparent; padding: 0.9375em 0;}
.goaccordion &gt; div &gt; *:last-child {margin-bottom: 0;}

.gallery {margin-bottom: 40px;}
.gallery ul {margin-left: calc(-1 * var(--centered-wrap_gX)); margin-bottom: calc(-1 * var(--centered-wrap_gX)); display: flex; flex-wrap: wrap;}
.gallery li {padding-left: var(--centered-wrap_gX); margin-bottom: var(--centered-wrap_gX); width: 20%;}
.gallery img {display: block; margin: 0 auto;}
.gallery .thumb {display: block;}
.gallery .title {display: block; padding: 12px 0 0 0; line-height: 1.2;}
/*@media screen and (min-width: 1200px){
	.gallery {padding-top: 1.8rem;}
	.gallery ul {margin-left: -55px; margin-bottom: -55px;}
	.gallery li {padding-left: 55px; margin-bottom: 55px;}
}*/
@media screen and (max-width: 1024px){.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%;}}

.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 &gt; * {margin-top: 0; margin-bottom: 5px !important;}
.mppRow__clm2 &gt; *: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: 0.875em; font-weight: var(--weightSemiBold); line-height: 1.2; padding: 0.2142em 0.6428em; border-radius: 0.45em; display: inline-block; vertical-align: top;}
a.pill:hover/* .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);}
.pills {position: absolute; top: 0.5em; right: 0.5em; z-index: 1; pointer-events: none;}
.pills li {margin-bottom: 0.3125em; text-align: right;}

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

.rspnsvEmbd {margin-bottom: 1.94rem; position: relative; padding-bottom: 47.461538%; overflow: hidden; background-color: #cbcbcb;}
.rspnsvEmbd iframe, .rspnsvEmbd object, .rspnsvEmbd embed, .rspnsvEmbd__i {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;}

.tpLbl-wrap {position:absolute; z-index: 101; margin: 12px 0; font-size: 13.5px;}
.tpLbl {position: relative; display: flex; width: 11em;}
.tpLbl__cntn {display: block; padding: 0.444em 0.5925em 0.37em 0.5925em; min-width: 2.48em; line-height: 1.4; color: #fff; font-weight: 300; background-color: #191919;}
.tpLbl__arw {position: absolute; display: block; z-index: -1;}
.tpLbl__arw_i {display: block; width: 1.111em; color: #191919;}

.rdmrBox {min-height: 200px; position: relative; display: flex; flex-wrap: wrap; margin-bottom: 30px;}
.rdmrBox &gt; :not(.rdmrBox__btn) {width: 100%;}
.rdmrBox__cntn {display: none; padding-bottom: 30px;}
.rdmrBox__intro {position: absolute; top: 0; left: 0; width: 100%; height: 140px; overflow: hidden; background-color: #fff;}
.rdmrBox__intro:after {display: block; content: ''; height: 38px; position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); pointer-events: none;}
.rdmrBox__btn {margin-top: auto; position: relative;}
.preview-short {transition: opacity 0.8s ease-in-out 0s;/*duration 2x toggleSlide kiirust*/}
.preview-active .preview-short {opacity: 0;}

/* feat-slider */
.feat-slider-wrap {z-index: 1;}
.feat-slider .slide-inner {display: block; position: relative;}

.feat-slider-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 &gt; * {margin-bottom: 18px;}
.feat-slider-tabs .article &gt; * {margin-bottom: 15px;}
.feat-slider-tabs .slick-dots {position: static;}
@media screen and (min-width: 1251px){
	.feat-slider-tabs .slick-track {transform: translate3d(0px, 0px, 0px) !important; width: 100% !important;}
	.feat-slider-tabs .slick-slide {width: 25%;}
}
@media screen and (min-width: 681px){
	.feat-slider-tabs .slick-list {overflow: visible;}
	.feat-slider-tabs .slick-track {margin-left: 0; margin-right: 0; display: flex;}
	.feat-slider-tabs .slick-slide.slick-current {box-shadow: 0 0 50px -20px rgba(0,0,0,.4); transform: translateY(-40px);}
}
@media screen and (max-width: 680px){
	.feat-slider-tabs .slick-slide.slick-current {background-color: #f7f7f7;}
}

/* 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 &gt; .cModal-close-btn {color: #fff; padding: 15px; font-size: 1rem;}
.cModal-wrap .cModal-body &gt; .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 &gt; .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 &gt; .inr-wrap1 {position: absolute; top: 0; bottom: 0; left: 0; width:100%; overflow-y: auto; display:flex; z-index: 2;}
.cModal-wrap &gt; .inr-wrap1 &gt; .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 == .gdpr-modal.cModal-wrap &gt; .inr-wrap1 &gt; inr-wrap2 &gt; .gdpr-modal-body */
.gdpr-modal:before {background-color: rgba(0,0,0,0.3);}
.gdpr-modal-body {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);}
@media screen and (min-width: 421px){.gdpr-modal .intro-row {line-height: 1.85;}}
.gdpr-modal .intro-row {margin-bottom: 1.4rem;}
.gdpr-modal p {margin-bottom: 22px;}
.gdpr-modal .cookie-form, .gdpr-modal p:last-child {margin-bottom: 0;}
@media screen and (max-width: 767px){
	.gdpr-modal-body {padding: 25px;}
}
@media screen and (max-width: 480px){
	.gdpr-modal-body {padding: 20px 15px 15px 15px;}
	.gdpr-modal .cookie-form .sbmt-row {padding-top: 10px;}
	.gdpr-modal .title-primary {margin-bottom: 14px;}
}

/* hover states, zoom-img */
.hover-zoom, .gallery .thumb, .article .main-img .thumb, .subItem__thumb, .staffItem__thumb {overflow: hidden; display: block;}
.zoom-img, .article .main-img img, .gallery img, .goimage999 .swipebox img, .subItem__img, .staffItem__img, .sclScrlItem__img {display: block; transition: transform 0.2s ease-in-out 0s; width: 100%; backface-visibility: hidden;}
.hover-zoom:hover .zoom-img, .gallery a:hover .thumb img, .article .main-img .thumb:hover img, .goimage999 .swipebox:hover img, .subItem:hover .subItem__img, .staffItem:hover .staffItem__img, .sclScrlItem:hover .sclScrlItem__img {transform: scale(1.07);}
.logo:hover .logo__img {opacity: 0.8;} 
.bulleted-list li a:hover {text-decoration: underline;}

/* ===================== pForm ===================== */
.required {color: #f10909; font-size: 13px; font-weight: 600; vertical-align: top;}
.legend {font-size: 13px; color: #7f7f7f; padding: 4px 0;}
.element-error {color: var(--colorError); padding: 0.4rem 0 0; font-size: 13px;}

.pForm {max-width: 650px;}
.pForm__r {margin-bottom: 1rem;}
.pForm__r:last-child {margin-bottom: 0;}
.pForm__lbl {display: block; line-height: 1.2;}
.pForm__fld_w {padding-top: 0.5rem;}
.pForm .pForm__title2 {margin: 0; padding-top: 0.75rem;}
.pForm .chks-toggle {padding: 0.75em; border-radius: 0.4em; position: relative; top: -0.3em;}
.pForm .chks-toggle &gt; * {width: 1.1em; display: block;}
.pForm__chcks {padding-top: 0.75rem; padding-bottom: 0.75rem; font-weight: var(--weightLight);}
.pForm__chcks &gt; :not(:last-child) {margin-bottom: 0.5rem;}
.pForm [for*="terms"] span {font-size: 0.9em; padding-top: 0.15em; color: #7f7f7f;}
.pForm__r.pForm__rTerms {padding-top: 0.75rem; padding-bottom: 0.75rem;}
.pFormBtns__r {display: flex; flex-wrap: wrap; margin: 0 -0.375rem -0.75rem;}
.pFormBtns__c {margin: 0 0 0.75rem; padding: 0 0.375rem;}

/* =============== goSlides, goblock ========================= */
.goSlides {margin-bottom: 3rem;}
.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: #f1f1f1;}
@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 &gt; * {line-height: inherit;}
.article .bgFirst {background-color: var(--bgColorPrimary);}
.article .bgSecond {background-color: var(--bgColorSecondary); color: #fff;}

/* ========================= ARTICLE ========================= */
.article{margin-bottom: 2.5rem; margin-bottom: clamp(2.5rem, 2.29775rem + 0.89888vw, 3rem);}
.article &gt; :last-child, .article li:last-child, .article .row &gt; * &gt; *:last-child, .article .goblock &gt; :last-child {margin-bottom: 0 !important;}

.page-title, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .pForm__title, .modal-body .title-primary, .links-list .title, .social-scrl-sctn-title, .staffList__title, .intro-article {margin-bottom: 1.4rem; font-weight: var(--weightBold);}
.article__h1, .page-title, .article h1, .social-scrl-sctn-title {font-size: 1.858rem; font-size: var(--article__h1);}
.article__h1, .page-title, .article h1, .titleBox {margin-bottom: 2.2rem; margin-bottom: clamp(1.5rem, 1.21685rem + 1.25843vw, 2.2rem);}
.article__h2, .article h2, .pForm .pForm__title1, .gdpr-modal .title-primary, .subRItem__title {font-size: 1.6125rem; font-size: var(--article__h2);}
.article__h3, .article h3, .pForm .pForm__title2, .links-list .title, .staffList__title, .modal-body .title-primary {font-size: 1.3975rem; font-size: var(--article__h3);}
.article__h4, .article h4 {font-size: 1.175rem; font-size: var(--article__h4);}
.article__h5, .article h5 {font-size: 1.0625rem; font-size: var(--article__h5);}
/*.article__h6, .article h6 {font-size: var(--article__h6);}*/

.article i {font-weight: 400;}

.article &gt; ul, .article &gt; ol, .article [class*="col"] &gt; ul, .article [class*="col"] &gt; ol, .article .goaccordion div &gt; ul, .article .goaccordion div &gt; 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: 2.3em; left: 0.07em; font-size: 0.3em; content: '\E812'; transform: translateY(-50%); color: var(--colorPrimary); filter: drop-shadow(0px 0px 1px #000);}
.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 &gt; * {padding: 6px 15px 6px 15px;}
.article th {text-align: left; font-weight: normal; background-color: #81caa3;}
.article tr:nth-child(even) &gt; * {background-color: #d1d3d4;}
.article tr:last-child &gt; * {border-bottom-color: transparent;}
.article tr &gt; :first-child {border-top-left-radius: 0; border-bottom-left-radius: 0;}
.article tr &gt; :last-child {border-top-right-radius: 0; border-bottom-right-radius: 0;}

.article table.noborder, .article table.noborder td, .article table.noborder th{border: none;}

.article table p {margin: 0;}
.article p {margin: 0 0 1.25rem 0; line-height: 1.65;}
.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; 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-inner-center {max-width: 800px; margin: 0 auto;}
.last-edited {color: #939393; letter-spacing: 0.25px;}

@media screen and (min-width: 768px){
	.article :not(.row):not(h1) + .row {padding-top: 1rem;}
	.article [class*="col-md"] p img {border-left: 30px solid transparent; border-right: 30px solid transparent;}
}
@media screen and (min-width: 1200px){
	.article .row {margin-left: -20px; margin-right: -20px;}
	.article .row &gt; * {padding-left: 20px; padding-right: 20px;}
	
	.last-edited {padding-top: 1.5rem;}
}
@media screen and (max-width: 767px){
	.article &gt; .row {margin-bottom: 1.5rem;}
	.article [class*="col-md"]:not(:last-child) {margin-bottom: 1.1rem;}
	.article [class*="col-md"] .main-img, .article [class*="col-md"] &gt; img {float: left; display: block; position: relative; left: 50%; transform: translateX(-50%);}
}
@media screen and (max-width: 575px){
	.article .main-img {float: none; width: auto; margin: 0; margin-bottom: 20px;}
	.article .main-img img {width: 100%;}
}

.govideo iframe {display: inline-block; vertical-align: top; margin-bottom: 2rem;}
.goimage999 .swipebox {display: block; position: relative; overflow: hidden;}

/* ========================= LAYOUT STYLED =================== */
/* =========================================================== */
.topRibbon-holder {min-height: var(--topRibbonHeight); font-size: 16px;}
#topHeader {background-color: #fff; position: relative; top: 0; left: 0; width: 100%; z-index: 803;}
#topRibbon-wrap {border-bottom: 1px solid #d7d7d7;}
#topRibbon-wrap &gt; .centered-wrap {width: 100%; max-width: 1550px;}
.topRibbon-holder.is-stuck #topHeader {position: fixed;}
#topRibbon {height: var(--topRibbonHeight); display: flex; align-items: center; position: relative;}
#topRibbon &gt; * {margin-right: 3%;}
.topLogo + * {margin-left: auto;}

.searchBtn {width: 1.8456em; height: 1.8456em;}
.searchBtn .custom-icon {font-size: 1.25em; line-height: normal;}
.search .c-field {font-size: 0.9375em; padding-top: 0.6933em; padding-bottom: 0.5333em;}
.search__reset {width: 1.5em; height: 1.5em; display: none;}
.search__reset .custom-icon {font-size: 0.8em;}
.search .loadInput__i {padding: 0.2em; right: 0.4em;}
.search:valid .search__reset {display: flex;}
#search-modal .modal-dialog {padding-top: 3rem;}
#search-modal .modal-content {border-radius: 6px; box-shadow: 0 3px 12px 3px rgba(0,0,0,0.6);}
#search-modal .modal-body {padding: 6px;}

.langSlct {position: relative; z-index: 1; font-size: 0.875em;}
.langSlct.act {z-index: 812;}
.langSlct__btn {white-space: nowrap; background-color: #fff; font-size: 0.8571em; padding: 0.45em 0.95em; color: inherit;}
.langSlct__btn_inner {height: 1.39642em;}
.langSlct__btn_icon_wrap {height: 1.2221428em; padding-bottom: 0.25em;}
.langSlct__btn .custom-icon {font-size: 0.4em; margin-left: 1.2em; top: 0.15em; width: auto; position: relative; line-height: normal; transition: transform 0.3s ease-in-out 0s;}
.langSlct__btn.act .custom-icon {transform: rotate(180deg) translateY(25%);}
.langSlct__dd {padding: 0.7em; border-radius: 0.5em; position: absolute; top: calc(100% + 2px); left: 50%; transform: translateX(-50%); width: 3.6em; background-color: var(--bgColorSecondary); color: #fff; text-align: center;}
.langSlct__list &gt; :not(:last-child) {margin-bottom: 0.5em;}

.mMenuDD-parent {position: relative;}
.mMenu {line-height: 1.2; color: var(--colorDark);}
.mMenu__lnk, .mMenuDD__lnk {display: block;}
/*.item-active .mMenu__lnk, .mMenu__c:hover .mMenu__lnk {}*/
.mMenu .submenu-toggle {position: absolute; display: flex; align-items: center; justify-content: center; top: 0.4em; right: 0.6em; height: 1.9em; width: 2em; border: none; border-radius: 0; padding: 0; color: inherit; z-index: 2; background: none; outline: 2px solid transparent; outline-offset: -2px; transition: transform 0.3s ease-in-out 0s;}
.mMenu .submenu-toggle .custom-icon {font-size: 0.5em; width: auto;}
.mMenu .submenu-toggle:focus {outline-color: var(--bgColorPrimary);}
.mMenu .opened .submenu-toggle {transform: rotate(-180deg);}
.mMenuDD__lnk {font-size: 14px;}
.mMenuDD .mMenuDD__lnk:hover {color: var(--colorSecondary);}

.prDD-wrap {padding: 3rem 0 2rem 0; position: fixed; top: calc(var(--topRibbonHeight) + 1px); bottom: 0; left: 0; z-index: 805; width: 100%; background-color: #f8f8f8; overflow-y: auto; scrollbar-color: var(--bgColorSecondary) #dfdfdf; scrollbar-width: thin;}
.prDD-wrap::-webkit-scrollbar {width: 8px;}
.prDD-wrap::-webkit-scrollbar-track {background: #f1f1f1;}
.prDD-wrap::-webkit-scrollbar-thumb {background: var(--bgColorSecondary);}
.prDD-wrap::-webkit-scrollbar-thumb:hover {background: var(--bgColorSecondaryHover);}
.prDD-wrap &gt; .centered-wrap {max-width: 1530px; width: 100%;}
.prDD-close {background-color: #fff; color: var(--colorDark); box-shadow: 0 0 6px 1px rgba(0,0,0,0.07); width: 2.5em; height: 2.5em; font-size: 0.75rem; border-radius: 50%; position: absolute; right: 0; top: 0; transform: translate(50%, -50%); z-index: 1;}
@media screen and (max-width: 1280px){.prDD-close {transform: translate(60%, -60%);}}
@media screen and (max-width: 991px){.prDD-close {transform: translate(38%, -50%);}}
@media screen and (max-width: 575px){.prDD-close {transform: translate(50%, -50%);}}
@media screen and (max-width: 480px){.prDD-close {transform: translate(25%, -50%);}}
.prDD-close:hover {background-color: var(--bgColorSecondary); color: #fff;}
.prDD {text-align: left; position: relative;}

@media screen and (min-width: 1280px){
	#topRibbon {transition: height 0.2s ease-in-out 0s;}
	#topRibbon &gt; * {margin-right: 1.8%;}
	
	.topLogo {order: -2;}
	.topLogo, .topLogo__img {width: 8.875em; transition: width 0.35s ease-in-out 0s;}
	
	#topRibbon &gt; *:nth-last-child(2) {margin-right: 0!important;}

	.menu-bd {display: none;}
	#main-menus {display: block!Important; order: -1;}
	#main-menus .m__inner_wrap {display: block!Important;}
	#main-menus .m__inner_wrap_i {display: flex;}
	.mMenu {flex: 1 1 auto;}
	.mMenu__r {display: flex; align-items: center;}
	.mMenu__c {display: flex; align-items: center; margin: 0 1.3em 0 0;}
	.mMenu__c:last-child {margin-right: 0;}
	.mMenu__lnk {display: flex; align-items: center; text-align: center; height: var(--topRibbonHeight); padding: 0.25em; border-bottom: 3px solid transparent;}
	.mMenu__lnk_i {display: block; position: relative; top: 0.15em;}
	.item-active .mMenu__lnk, .mMenu__lnk.prDD-active, .mMenu__c:hover .mMenu__lnk {border-bottom-color: var(--bgColorSecondary);}
	.mMenu .submenu-toggle {position: static; width: 1.875em; margin: 0 -0.25em 0 -0.5em; outline-offset: -4px; flex: 0 0 auto; pointer-events: none;}
	.mMenu .submenu-toggle:focus {outline: none;}
	.mMenu .submenu-toggle .custom-icon {position: relative; top: 0.25em; font-size: 0.35em;}
	
	.mMenuDD {display: block!important; text-align: left; position: absolute; left: -1.3em; top: 100%; z-index: 806; width: 210px; padding-top: 2px; color: #000; visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear;}
	.mMenuDD__r {background-color: #fff; padding: 1.3em 1.3em 1.2em 1.3em; box-shadow: 0 3px 4px 2px rgba(0,0,0,0.05); border-radius: 4px;}
	.mMenuDD__c:not(:last-child) {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ededed;}
	
	.mMenu__c:hover .submenu-toggle {transform: rotate(180deg);}
	.mMenu__c:hover &gt; .mMenuDD {visibility: visible; opacity: 1; transition-delay: 0s;}

	
}
@media screen and (max-width: 1279px){
	#topRibbon &gt; *:last-child {margin-right: 0;}
	#topRibbon-wrap &gt; .centered-wrap {padding-right: var(--topRibbonHeight); padding-left: calc(var(--centered-wrap_gX) / 2);}
	
	.topLogo {width: 8.5em;}
	
	.menu-bd {pointer-events: none; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; background-color: rgba(0,0,0,0.5); visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear;}
	.main-menus-active {overflow: hidden; height: 100%;}
	.main-menus-active .menu-bd {visibility: visible; opacity: 1; transition-delay: 0s;}
	#main-menus {--menuBarW: 350px; display: flex; flex-direction: column; align-items: flex-end; position: absolute; top: 0; right: calc(-1 * var(--topRibbonHeight)); color: #000; margin-right: 0!important; text-align: center;}
	#main-menus .menu-tgl-btn {display: block; height: var(--topRibbonHeight); width: var(--topRibbonHeight);}
	#main-menus .m__inner_wrap {display: flex; flex-direction: column; align-items: flex-end; top: calc(var(--topRibbonHeight) + 1px); bottom: 0; right: 0; margin-left: 0; z-index: 200; position: fixed; width: 100%; transform: translateX(100%); overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; transition: transform 0s ease-in-out 0s;}
	#main-menus .m__inner_wrap.shown {transform: translateX(0); transition-duration: 0.5s;}
	#main-menus .m__inner_wrap::-webkit-scrollbar {display: none;}
	#main-menus .m__inner_wrap_i {width: var(--menuBarW);}
	#main-menus .m__inner_wrap_i_i {background: #fff; box-shadow: 0 6px 9px 0 rgba(0,0,0,0.09); min-height: calc(100vh - (var(--topRibbonHeight) + 1px));}
	.mMenu__c {display: block; margin: 0;}
	.mMenu__c:not(:first-child) {border-top: 1px solid #f1f1f1;}
	.mMenuDD-parent .mMenu__lnk {padding-left: 3em; padding-right: 3em;}
	.mMenu__lnk {padding: 0.73333em;}

	.mMenuDD__r {background-color: #f1f1f1; padding: 1.3333em; padding-bottom: 1.1333em;}
	.mMenuDD__c {margin-bottom: 12px;}
	.mMenuDD__c:last-child {margin-bottom: 0;}
	.mMenu .submenu-toggle.active {transform: scaleY(-1);}
	
	#main-menus .prDD-wrap {top: 0;}
}
@media screen and (max-width: 991px){
	.prDD-wrap {-ms-overflow-style: none; scrollbar-width: none;}
	.prDD-wrap::-webkit-scrollbar {display: none;}
}
@media screen and (max-width: 575px){
	.topRibbon-holder {font-size: 14px;}
}
@media screen and (max-width: 425px){
	#main-menus {--menuBarW: 100%;}
}

@keyframes widthTo100 {0% { width: 0; }100% { width: 100%; }}
.slick-progress-nav .slick-dots button {font-size: 16px; width: 6px; overflow: hidden; position: relative; border-radius: 0.5em; background: #d2d3d5!important;}
.slick-progress-nav .slick-dots :not(.slick-active) button:hover {background: var(--bgColorPrimary)!important;}
.slick-progress-nav .slick-dots button:after {display: block; content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: var(--bgColorSecondary); z-index: 1;}
.slick-progress-nav .slick-dots .slick-active button {width: 3em;}
.slick-progress-nav .slick-dots .slick-active button:after {animation: widthTo100 4s forwards linear 0s 1;}
.slick-progress-nav:hover .slick-dots .slick-active button:after {animation-play-state: paused;}

.pSlider-wrap {max-width: 1600px; width: 100%; margin: 0 auto;}
.pSlider-outer {background-repeat: no-repeat; background-size: cover;}
.pSlider {position: relative; background-repeat: no-repeat; background-size: cover;}
.pSlider:not(.slick-initialized) &gt; :not(:first-child) {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.pSlider.slick-initialized {min-height: 0!important;}
.pSlider .slick-list, .pSlider .slick-track {display: block;}
.pSlider .slick-track:after {display: table; content: ''; display: block;}
.pSlider .slick-slide {float: left;}
.pSlider .slide-img {display: block;/* vajalik, et laadimisel 6ige k6rgus k2tte tuleb */}
.frontpage .pSlider .slick-slide:before {content: ''; display: block; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 60%); pointer-events: none;}
.pSlider .overlay {display: flex; max-width: 1250px; width: 100%; padding: 3% var(--centered-wrap_gX); color: #fff; font-weight: var(--weightLight);}
.pSlider .overlay__cntn {width: 100%; max-width: 600px;}
.pSlider .overlay__cntn &gt; * {margin-bottom: 0.85em;}
.pSlider .overlay__cntn &gt; *:last-child {margin-bottom: 0!important;}
.pSlider .overlay__cntn .title1__txt {display: block; font-weight: var(--weightBold); font-size: 2em; line-height: 1; margin-bottom: 0;}
.pSlider .overlay__cntn .title2__txt {display: block; font-weight: var(--weightBold); font-size: 1em; margin-bottom: 0;}
.pSlider .overlay__cntn .c-btn {font-size: 0.777em; padding: 1.036em 2.145em;}
.pSlider-wrap .slick-dots-wrap {width: 100%;}
.pSlider-wrap .slick-dots {justify-content: center;}

@media screen and (min-width: 576px){
	.pSlider .overlay.justify-content-end {text-align: right;}
	.pSlider .overlay {font-size: 9px;}
	.pSlider .overlay__cntn .btn-wrap {padding-top: 1em;}
	.pSlider-wrap .slick-dots-wrap {min-height: 22px;}
	
	.pSlider .slide-media-sm {display:none!important;}
}
@media screen and (min-width: 681px){.pSlider .overlay{font-size: 11px;}}
@media screen and (min-width: 801px){.pSlider .overlay{font-size: 13px;}}
@media screen and (min-width: 992px){.pSlider .overlay{font-size: 15px;}}
@media screen and (min-width: 1101px){.pSlider .overlay{font-size: 17px;}}
@media screen and (min-width: 1250px){.pSlider .overlay{font-size: 18px;}}
@media screen and (max-width: 575px){
	.pSlider .slide-media-lg {display:none!important;}
	.pSlider .overlay {background-color: #404f46; position: static; padding: var(--centered-wrap_gX)/* var(--centered-wrap_gX) calc(2 * var(--centered-wrap_gX)) var(--centered-wrap_gX)*/;}
	
	.pSlider .overlay {position: relative;}
	.pSlider .overlay__cntn {font-size: 0.78rem; color: #fff;}
	.pSlider .overlay__cntn .title1__txt {font-size: 2em;}
	
	/*
	.pSlider-wrap .slick-dots-wrap {bottom: 0.7rem;}
	.pSlider-wrap:has(.slick-dots-wrap li:nth-child(2)) .overlay {padding-bottom: calc(2 * var(--centered-wrap_gX));}
	.pSlider-wrap:not(:has(.slick-dots-wrap li:nth-child(2))) .overlay {padding-bottom: var(--centered-wrap_gX);}*/
}
@media screen and (max-width: 480px){.pSlider .overlay__cntn {font-size: 0.7rem;}}

.main-content-wrap {padding: 3rem 0 4rem; padding: clamp(2.2rem, 1.26966rem + 4.13483vw, 4.5rem) 0 clamp(3.5rem, 2.48876rem + 4.49438vw, 6rem);}

.fpFeat-wrap, .lctns-wrap {margin-bottom: 3.8rem; margin-bottom: clamp(3rem, 2.19101rem + 3.59551vw, 5rem);}
@media screen and (min-width: 992px){
	.fpFeat__c2 .iList__c {width: 33.3333%;}
	.fpFeat .label-btn {padding-top: 0.5em; padding-bottom: 0.5em;}
}
@media screen and (max-width: 991px){
	.fpFeat .c-btn {font-size: 0.75rem; padding: 0.666em 1.4166em;}
}

.lctnMap:before {padding-bottom: 360px; content: ''; display: block;}
@media screen and (min-width: 992px){.lctnMap:before {padding-bottom: 50%;}}
.lctnBox {background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.07);}
.lctnBox__img {width: 100%; height: 100%; object-fit: cover;}
.lctnBox__c {width: 50%;}
.lctnBox__c2 {padding: 2rem;}
.lctnBox__cntn a:not([class*="btn"]) {color: var(--colorSecondary);}
.lctnBox__cntn .gobutton:only-child {margin-bottom: 0;}
@media screen and (max-width: 991px){
	.lctnBox__c1 {width: 30%;}
	.lctnBox__c2 {width: 70%;}
}
@media screen and (max-width: 768px){
	.lctnBox__c {width: 100%;}
	.lctnBox__c2 {padding: 1.2rem; padding: clamp(1.2rem, 0.49238rem + 3.14496vw, 2rem);}
	.lctnBox__cntn .gobutton {margin-top: 12px;}
}

.nArticlesList {background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.07); padding: 2rem; padding: clamp(1.2rem, 0.67416rem + 2.33708vw, 2.5rem) clamp(1.2rem, 0.47191rem + 3.23596vw, 3rem);}
.nArticlesList &gt; ul &gt; li:not(:last-child) {margin-bottom: 1.75rem; padding-bottom: 1.5rem; margin-bottom: clamp(1.5rem, 1.29775rem + 0.89888vw, 2rem); padding-bottom: clamp(1rem, 0.59551rem + 1.79775vw, 2rem); border-bottom: 1px solid #dfdfdf;}
.nArticle .c-btn:hover .custom-icon {transition: transform 0.2s linear 0s; transform: translateX(33%);}
.nArticle__txt {position: relative;}
.nArticle__txt p {height: 1.5em; overflow: hidden;}
@media screen and (min-width: 992px){
	.nArticleClms__c1 {border-right: 1px solid #dfdfdf;}
	.nArticle__date {padding-top: 0.17em; font-size: 0.8888em;}
	.nArticleClms__c3 {margin-top: -0.25em; text-align: right;}
	.nArticle__txt p {white-space: nowrap; text-overflow: ellipsis; max-width: 30em; max-width: clamp(30rem, -8.44961rem + 62.01550vw, 40rem);}
}
@media screen and (max-width: 991px){
	.nArticle__txt:before {content: ''; display: block; height: 100%; width: 100%; position: absolute; bottom: 0; left: 0; z-index: 1; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); }
}

.cClms {position: relative; margin-bottom: 3.5rem; margin-bottom: clamp(3.5rem, 3.29775rem + 0.89888vw, 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%;}
.cClms__c &gt; :last-child {margin-bottom: 0!important;}
@media screen and (min-width: 1101px){
	.cClms__c1 {flex: 0 0 auto; width: 22.08774%;}
	.cClms__c2 {flex: 1 1 auto;}
	.cClms__c1 + .cClms__c2 {padding-left: 3.4795%;}
	.cClms__c1 + .cClms__c2 .gallery li {width: 25%;}
}
@media screen and (min-width: 1101px) and (max-width: 1321px){.cClms__c1 + .cClms__c2 .staffList__c {width: 33.3333%;}}
@media screen and (max-width: 1100px){
	.cClms__r {flex-wrap: wrap;}
	.cClms__c {width: 100%;}
}

.sideMenu {width: 100%; position: relative; z-index: 1;}
.sideMenu__m {line-height: 1.33; letter-spacing: 0.5px;}
.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.6875em 1em 0.6875em 2em; display: block; position: relative; font-weight: var(--weightNormal);}
.sideMenu__lnk:after {display: block; content: '\E901'; position: absolute; top: 1.45em; left: 0.2em; font-size: 1em; color: inherit; line-height: normal; transform: translateY(-50%);}
.sideMenu__item.active &gt; *, .sideMenu__lnk:hover, .scroll-menu-item-active {color: var(--colorSecondary);}
@media screen and (min-width: 1101px){
	.sideMenu-wrap {min-height: 1px;}
	.sideMenu-wrap.is-stuck .sideMenu {position: fixed; top: 5rem;}
	.sideMenu {position: relative; top: 0; z-index: 11; transition: top 0.3s ease-in-out 0s; width: 232px;}

	.sideMenu__m__i {flex-direction: column;}
	.sideMenu__item {border-bottom: 1px solid #d9d9d9;}
}
@media screen and (max-width: 1100px){
	.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 0 0.4em 1em;}
	.sideMenu__lnk:after {left: 0; top: 1.7em; font-size: 0.7em;}
}
@media screen and (max-width: 400px){
	.sideMenu__m__i {flex-direction: column; margin: 0;}
	.sideMenu__item {border-bottom: 1px solid #d9d9d9; margin: 0; padding-left: 0;}
}
.sScrlSctn-wrap:first-child .sScrlSctn {margin-top: -5rem;}
.sScrlSctn-wrap {position: relative;}
.sScrlSctn {padding: 5rem 0; margin-top: -4rem;}
@media screen and (max-width: 991px){
	.sScrlSctn-wrap:first-child .sScrlSctn {margin-top: -3rem;}
	.sScrlSctn {padding: 3rem 0; margin-top: -2rem;}
}

.prLbls {position: absolute; z-index: 11; pointer-events: none;}
.prLbl {font-weight: var(--weightBold); color: #797f84; letter-spacing: 3px; line-height: 1.222; font-size: 9px; display: inline-block; border-radius: 2px;}
.lbl {font-weight: var(--weightBold); letter-spacing: 3px; line-height: 1.222; font-size: 9px; padding: 5px 10px; display: inline-block; border-radius: 2px;}
.lbl-info {background-color: #e4e5e6; color: var(--colorDark);}

/* used inside menu as cars */
.menuCars {background-color: #fff; padding: 1.25rem;}
@media screen and (min-width: 576px){.menuCars {padding: 1.875rem;}}
@media screen and (min-width: 1025px){.menuCars {padding: 1.875rem 3.5rem;}}
.carList .prLbls {top: 0; left: 0;}
.carList__r {margin: 0 -2.046783625730994152046783625731% -2.1929824561403508771929824561404%;}
.carList__c {margin: 0 0 2.1067415730337078651685393258427%; padding: 0 1.9662921348314606741573033707865%; width: 20%;}
.carItem {text-align: center; position: relative;}
.carItem__cntn {padding-top: 2px;}
.carItem__title {font-weight: var(--weightBold); margin-bottom: 0.3em;}
.carItem__title_txt {display: block;}
.carList__c.allCars {padding-top: 0.5em; align-self: center;}
@media screen and (max-width: 1280px){.carList__c.allCars {width: 100%; text-align: center;}}
@media screen and (max-width: 1214px){.carList__c {width: 25%;}}
@media screen and (max-width: 858px){.carList__c {width: 33.3333%;}}
@media screen and (max-width: 567px){
	.carList__r {margin-bottom: -1.25rem;}
	.carList__c {margin-bottom: 1.25rem; width: 50%;}
}
@media screen and (max-width: 359px){
	.carList__c {width: 100%;}
	.carItem {max-width: 280px; width: 100%; margin-left: auto; margin-right: auto; font-size: 14px;}
	.carItem__thumb {max-width: 196px; width: 100%; margin-left: auto; margin-right: auto;}
}

/* used in deals, news as lists */
.iList-wrap, .mList-wrap {margin-bottom: 2.7rem; margin-bottom: clamp(2.7rem, 2.17416rem + 2.33708vw, 4rem);}
.iList__r {margin: 0 0 -2.666666% -2.666666%;}
.iList__c {margin: 0 0 2.5974025974025974025974025974026% 0; padding: 0 0 0 2.5974025974025974025974025974026%;}
.iItem {display: flex; flex-direction: column; width: 100%; height: 100%; background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.07); font-size: 0.8125rem;}
.hover-zoom .iItem__thumb {overflow: hidden;}
.iItem__cntn {padding: 1.29em;}
.iItem__cntn &gt; * {margin-bottom: 0.75em;}
.iItem__cntn &gt; *:last-child {margin-bottom: 0;}
.iItem__img {object-fit: cover;}
.iItem__title_txt {display: block; font-size: 1.3846em;}/* default title */

@media screen and (min-width: 926px){.iList__c {width: 25%;}}
@media screen and (min-width: 619px) and (max-width: 925px){.iList__c {width: 33.3333%;}}
@media screen and (min-width: 360px) and (max-width: 618px){
	.iList__c {width: 50%;}
}
@media screen and (min-width: 360px) and (max-width: 500px){
	.iItem {font-size: 0.75rem;}
	.iItem__cntn {padding: 1.05em;}
	
	.newsList .iItem__cntn &gt; *:not([class*="title"]) {display: none;}
}
@media screen and (max-width: 359px){
	.iList__r {margin-bottom: -1.25rem;}
	.iList__c {width: 100%; margin-bottom: 1.25rem;}
	.iItem {max-width: 280px; width: 100%; margin-left: auto; margin-right: auto;}
}

/* used in prDtls as model list */
.mList__r {margin: 0 -3% -6%; justify-content: center;}
.mList__c {margin: 0 0 5.6603773584905660377358490566038% 0; padding: 0 2.8301886792452830188679245283019%; width: 33.3333%;}
.mItem {display: block; text-align: center; font-size: 0.8125rem;}
.hover-zoom .mItem__thumb {overflow: hidden;}
.mItem__cntn {padding-top: 1.2em;}
.mItem__img:not([src$="png"]) {background-color: #fff; box-shadow: 0 0 5px 0 rgba(0,0,0,0.07);}
.mItem__title {margin-bottom: 0.3em;}
.mItem__title_txt {display: block; font-size: 1.5384em;}
@media screen and (max-width: 611px){.mList__c {width: 50%;}}
@media screen and (min-width: 360px) and (max-width: 500px){.mItem {font-size: 0.6875rem;}}
@media screen and (max-width: 359px){
	.mList__r {margin-bottom: -1.5rem;}
	.mList__c {margin-bottom: 1.5rem; width: 100%;}
	.mItem {max-width: 280px; width: 100%; margin-left: auto; margin-right: auto;}
}

.offerDtls, .prDtls {max-width: 900px; margin: 0 auto;}
.prDtls {text-align: center;}
.prDtls .btns-wrap {padding: 2rem 0 3rem; padding: clamp(1rem, 0.59551rem + 1.79775vw, 2rem) 0 clamp(1.5rem, 0.89326rem + 2.69663vw, 3rem);}
.prDtls iframe {max-width: 600px; width: 100%; margin: 0 auto; display: block;}

/* social-scroller */
.social-scrl-sctn {background-color: var(--bgColorPrimary); padding: 4rem 0; padding: clamp(2rem, 1.41080rem + 2.61866vw, 4rem) 0 clamp(3rem, 2.70540rem + 1.30933vw, 4rem); overflow: hidden;}
.social-scrl-sctn-title {font-weight: var(--weightSemiBold); text-align: center;}
.scroller .scroller-frame {overflow: hidden;}
.scroller .scroller-item {float: left; height: 100%; padding: 0; cursor: pointer;}

.scroller .scrollbar {height: 12px; background: rgba(255,255,255,0.55); line-height: 0; margin-top: 1.5rem; border-radius: 0;}
.scroller .scrollbar .handle {width: 100px; height: 12px; position: relative; cursor: pointer; background: var(--bgColorSecondary); 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: 8px; color: #fff;}
.scroller .scrollbar .handle:hover, .scroller .scrollbar .dragged {background: var(--bgColorSecondaryHover);}
.scroller-regular .scroller-item {width: 275px; margin-right: 33px;}
.scroller-regular .scroller-item:last-child {margin-right: 0!important;}

.sclScrlItem {line-height: 1.4; display: flex; flex-direction: column; background-color: #fff; color: #1e2221; height: 100%; width: 100%;}
.sclScrlItem .date {font-size: 12px;}
.sclScrlItem .date .custom-icon {width: auto; height: 0.8em; font-size: 1.25em;}
.sclScrlItem__thumb {overflow: hidden; position: relative;}
.sclScrlItem__img {width: 100%;}
.sclScrlItem__cntn {position: relative; height: 6em; padding: 1em 6%; overflow: hidden;}
.sclScrlItem__cntn &gt; * {margin-bottom: 8px;}
.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(255,255,255,1) 100%);}
@media screen and (max-width: 1250px){.scroller-regular .scroller-item {width: 260px; margin-right: var(--centered-wrap_gX);}}
@media screen and (max-width: 991px){.scroller-regular .scroller-item {width: 230px;}}
@media screen and (max-width: 680px){
	.scroller-regular .scroller-item {width: 200px;}
	.sclScrlItem {font-size: 15px;}
	.sclScrlItem__cntn {padding-left: 5px; padding-right: 5px;}
}

.scls .custom-icon:hover, .pSlider .scrollTo:hover {opacity: 0.8; text-decoration: none!important;}

.social-scrl-sctn, #footer-wrap {position: relative; z-index: 1;}/*prevent main-content position:fixed blocks covering these elements*/
#footer-wrap {background-color: #0e3a2f; color: #fff;}
#footer {padding: 3em 0; font-size: 12px; font-weight: var(--weightLight);}
#footer .c-btn-md {font-size: 0.9166em;}
#footer .scls {font-size: 1.4166em;}
#footer hr {border-bottom-color: rgba(255,255,255,0.3); margin-top: 0;}
#footer .article a:not([class*="btn"]) {color: inherit;}
#footer .bulleted-list li:before {color: inherit;}
#footer li a:hover, #footer p a:not([class*="btn"]) {text-decoration: underline;}
#footer p {line-height: 1.6;}
#footer p a:not([class*="btn"]):hover {text-decoration: none;}

#footer2-wrap {position: relative; background-color: #00271d; color: #fff;}
#footer2 {padding: 21px 0; line-height: 1.222; font-size: 11px; font-weight: var(--weightLight);}
#footer2 a:not([class]) {text-decoration: underline;}
#footer2 a:not([class]):hover {text-decoration: none;}

.fClms__c1 .logo__img {width: 189px;}
.fMenus__title, .fMenus__c ul li:not(:last-child) {margin-bottom: 0.4rem;}

.fMenus__r {columns: 3 150px; gap: 1.5rem;}
.fMenus__title {break-before: column;}

@media screen and (min-width: 992px){
	.fClms__c1 {width: 18%; padding-top: 0.3em;}
	.fClms__c2 {width: 17%;}
	.fClms__c3 {width: 65%;}
	
	.fContact {text-align: right;}
}
@media screen and (min-width: 576px) and (max-width: 991px){
	.fClms__c1 {border-right: 1px solid rgba(255,255,255,0.3);}
	
	.fMenus {border-top: 1px solid rgba(255,255,255,0.3); padding-top: 1.5rem;}
}
@media screen and (min-width: 1200px) {.fClms__c3 {width: 61%; margin-left: 4%;}}

@media screen and (max-width: 575px){
	.fContact {border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 1.2rem;}
	/*#footer {text-align: center;}
	#footer .scls &gt; .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%;}*/
	.fMenus__r {columns: auto;}
	#footer2 nav .row {/*align-items: center; text-align: center;*/ flex-direction: column;}
}

/* ====================== MEDIA QUERIES ====================== */
/* =========================================================== */
@media screen and (min-height: 650px){
	.main-wrap {display: flex; flex-direction: column; min-height: 100vh;}
	.social-scrl-sctn, #footer-wrap {margin-top: auto;}
	.social-scrl-sctn ~ #footer-wrap {margin-top: 0;}
}
@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;}}</pre></body></html>