<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: grayscale;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ul{list-style:none;}
a{margin:0; padding:0; font-size:100%; background:transparent; text-decoration:none; color:inherit;}
table{border-collapse:collapse; border-spacing:0;}

:root {
	--rgX-1: .25rem; 
	--rgX-2: .5rem; 
	--rgX-3: .75rem; 
	--rgX-4: 1rem; 
	--rgX-5: 1.25rem; 
	--rgX-6: 1.5rem; 
	--rgX-7: 1.75rem;
	--bGaps-1: calc(2 * var(--rgX-1));
	--bGaps-2: calc(2 * var(--rgX-2));
	--bGaps-3: calc(2 * var(--rgX-3));
	--bGaps-4: calc(2 * var(--rgX-4));
	--bGaps-5: calc(2 * var(--rgX-5));
	--bGaps-6: calc(2 * var(--rgX-6));
	--bGaps-7: calc(2 * var(--rgX-7));
	
	--centered-wrap_gX: 25px;
	
	--fSizeL_M: clamp(1rem, 0.96018rem + 0.17699vw, 1.125rem);
	--fSizeDOC: 16px;
	--fSizeMD: 0.9375rem;
	--article__h1: clamp(1.9375rem, 1.82567rem + 0.49702vw, 2.25rem);
	--article__h2: clamp(1.6875rem, 1.57567rem + 0.49702vw, 2rem);
	--article__h3: clamp(1.5rem, 1.45527rem + 0.19881vw, 1.625rem);
	--article__h4: clamp(1.375rem, 1.33027rem + 0.19881vw, 1.5rem);
	--article__h5: clamp(1.25rem, 1.20527rem + 0.19881vw, 1.375rem);
	
	--weightLight: 300;
	--weightNormal: 400;
	--weightSemiBold: 500;
	--weightBold: 700;

	--colorPrimary: #ed217c;
	--colorPrimaryHover: #f33e8f;
	--colorSecondary: #ffde16;
	--colorSecondaryHover: #e7c912;	
	--colorPrimaryRGB: 237,33,124;
	
	--colorError: #e00000;
	--colorSuccess: #20710c;
	
	--bgColorPrimary: var(--colorPrimary);
	--bgColorPrimaryHover: var(--colorPrimaryHover);
	--bgColorSecondary: #ffde16;
	--bgColorSecondaryHover: #e7c912;
	
	--bgColorError: var(--colorError);
	--bgColorErrorRGB: 244,0,0;
	--bgColorSuccess: #20710c;
	--bgColorSuccessRGB: 32,113,12;
	--bgColorWarning: #fbf6cc;
	
	--btnFS: 1rem;
	--btnFS-sm: 0.866rem;
	--btnLH: 1.222222;
	--btnPd: 0.60625em 1.0625em;
	--btnPd-sm: 0.5em 0.9em;
	--btnRds: 0;
	
	--fldFS: var(--btnFS);
	--fldFS-sm: var(--btnFS-sm);
	--fldLH: var(--btnLH);
	--fldPd: var(--btnPd);
	--fldPd-sm: var(--btnPd-sm);
	--fldRds: var(--btnRds);
		
}
@media screen and (max-width: 991px){
	:root {
		--btnFS: 0.93rem;
		--btnFS-sm: 0.87rem;
	}
}
@media screen and (max-width: 480px){
	:root {
		--fSizeDOC: 15px;
		--centered-wrap_gX: 19px;
	}
}

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

h1, h2, h3, h4, h5, h6, .form-name, .page-title {margin-bottom: 1.25rem; font-weight: normal; line-height: 1.2;}
img, svg {max-width: 100%; height: auto;}
img {float: none; padding: 0;}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), label[for], input[type="submit"], [role="button"], .toggleNext, .chk-item {cursor: pointer;}
p{margin: 0 0 10px 0;}
hr {height: 0; box-sizing: content-box; margin-top: 1.2rem; margin-bottom: 1.2rem; border: 0; border-bottom: 1px solid #e3e4e5;}
sub, sup {position: relative; font-size: 0.85em; line-height: 1; vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.2em;}
label {display: block;}
input, button, select, optgroup, textarea {-webkit-appearance: none; border: none; border-radius: 0; margin: 0; padding: 0; font-weight: inherit; font-family: inherit; font-size: inherit; line-height: inherit; color: #000;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding: 0; border-style: none;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type=number] {-moz-appearance: textfield;}
[type="checkbox"], [type="radio"] {opacity: 0; position: absolute; z-index: -1;}

pre {background-color: #e1e4ec; border: 1px solid #e1e4ec; padding: 5px 10px; margin-bottom: 15px;}
blockquote {position: relative; margin-bottom: 27px; line-height: 1.7;}
blockquote .caption {position: absolute; top: 0; padding: 0.36em 0 0 3em; font-size: 1.11em; line-height: 1;}
blockquote:before {display: block; margin-bottom: 30px; content: '\E118'; line-height: 1em; font-size: 1.45rem;}
blockquote p:last-child {margin-bottom: 0;}
@media screen and (max-width: 400px){
	blockquote:before {margin-bottom: 18px; font-size: 1.15em;}
	blockquote .caption {padding: 0.2em 0 0 2.5em;}
}

/* ============================= grid minified ================================ */
.row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:1rem;padding-left:1rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{width:8.333333%}.col-2{width:16.666667%}.col-3{width:25%}.col-4{width:33.333333%}.col-5{width:41.666667%}.col-6{width:50%}.col-7{width:58.333333%}.col-8{width:66.666667%}.col-9{width:75%}.col-10{width:83.333333%}.col-11{width:91.666667%}.col-12{width:100%}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{flex:0 0 auto}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.offset-12{margin-left:100%}@media (min-width: 401px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:none}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{flex:0 0 auto}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.333333%}.offset-xs-2{margin-left:16.666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.333333%}.offset-xs-5{margin-left:41.666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.333333%}.offset-xs-8{margin-left:66.666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.333333%}.offset-xs-11{margin-left:91.666667%}.offset-xs-12{margin-left:100%}}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{width:8.333333%}.col-sm-2{width:16.666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333%}.col-sm-5{width:41.666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333%}.col-sm-8{width:66.666667%}.col-sm-9{width:75%}.col-sm-10{width:83.333333%}.col-sm-11{width:91.666667%}.col-sm-12{width:100%}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{flex:0 0 auto}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.offset-sm-12{margin-left:100%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{width:8.333333%}.col-md-2{width:16.666667%}.col-md-3{width:25%}.col-md-4{width:33.333333%}.col-md-5{width:41.666667%}.col-md-6{width:50%}.col-md-7{width:58.333333%}.col-md-8{width:66.666667%}.col-md-9{width:75%}.col-md-10{width:83.333333%}.col-md-11{width:91.666667%}.col-md-12{width:100%}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{flex:0 0 auto}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.offset-md-12{margin-left:100%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{width:8.333333%}.col-lg-2{width:16.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-5{width:41.666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333%}.col-lg-8{width:66.666667%}.col-lg-9{width:75%}.col-lg-10{width:83.333333%}.col-lg-11{width:91.666667%}.col-lg-12{width:100%}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{flex:0 0 auto}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.offset-lg-12{margin-left:100%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{width:8.333333%}.col-xl-2{width:16.666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-xl-9{width:75%}.col-xl-10{width:83.333333%}.col-xl-11{width:91.666667%}.col-xl-12{width:100%}.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{flex:0 0 auto}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.offset-xl-12{margin-left:100%}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 401px){.flex-xs-row{flex-direction:row!important}.flex-xs-column{flex-direction:column!important}.flex-xs-row-reverse{flex-direction:row-reverse!important}.flex-xs-column-reverse{flex-direction:column-reverse!important}.flex-xs-wrap{flex-wrap:wrap!important}.flex-xs-nowrap{flex-wrap:nowrap!important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xs-start{justify-content:flex-start!important}.justify-content-xs-end{justify-content:flex-end!important}.justify-content-xs-center{justify-content:center!important}.justify-content-xs-between{justify-content:space-between!important}.justify-content-xs-around{justify-content:space-around!important}.align-items-xs-start{align-items:flex-start!important}.align-items-xs-end{align-items:flex-end!important}.align-items-xs-center{align-items:center!important}.align-items-xs-baseline{align-items:baseline!important}.align-items-xs-stretch{align-items:stretch!important}.align-content-xs-start{align-content:flex-start!important}.align-content-xs-end{align-content:flex-end!important}.align-content-xs-center{align-content:center!important}.align-content-xs-between{align-content:space-between!important}.align-content-xs-around{align-content:space-around!important}.align-content-xs-stretch{align-content:stretch!important}.align-self-xs-auto{align-self:auto!important}.align-self-xs-start{align-self:flex-start!important}.align-self-xs-end{align-self:flex-end!important}.align-self-xs-center{align-self:center!important}.align-self-xs-baseline{align-self:baseline!important}.align-self-xs-stretch{align-self:stretch!important}}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}
/* ============================= grid minified ================================ */

/* ============================ display minified ============================== */
.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}@media (min-width:401px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-flex{display:flex!important}}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}}
/* ============================ display minified ============================== */

/* ========================== rgx and gaps minified =========================== */
.rgX-0{margin-left:0!important;margin-right:0!important}.rgX-0&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%}.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.45rem; right: 0.35rem;}
.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; background: #fff; display: flex; align-items: center; justify-content: center; color: #313639; font-size: 2.25rem; font-size: clamp(1.25rem, 0.95199rem + 1.32450vw, 2.25rem); padding: 0.4em; position: absolute; z-index: 11; top: 50%; transform: translateY(-50%); box-shadow: 0 0 0.4375rem rgba(0,0,0,0.15); transition: background 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;}
.slick-arrow.slick-disabled {display: none !important;}
.slick-arrow:hover {background: var(--bgColorPrimary); color: #fff;}
.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: '\E102';}
.slick-next:before {content: '\E103';}

.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-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);}
.slick-dots li {margin: 6px;}
.slick-dots li:only-child {display: none;}
.slick-dots button {background: #c8cacb; border: none; width: 10px; height: 10px; text-indent: -9999px; display: block; border-radius: 50%;}
.slick-dots .slick-active button, .slick-dots li:hover button {background: var(--bgColorPrimary);}

/* ================================= lightgallery ====================================== */
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}#lg-zoom-out,.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{opacity:.5;pointer-events:none}@font-face{font-family:lg;src:url(lg-fonts/lg.eot?n1z373);src:url(lg-fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(lg-fonts/lg.woff?n1z373) format("woff"),url(lg-fonts/lg.ttf?n1z373) format("truetype"),url(lg-fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#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, [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: grayscale;}
.custom-icon {display: inline-block; text-decoration: none; width: 1em; text-align: center; line-height: 1em;}
.p-icon {font-size: 1.5em; width: 1em; display: inline-block;}

.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;}}
.maxWidth1388, .main-content-wrap &gt; .centered-wrap {max-width: 1388px;}
.logo .logo__a {display: inline-block; vertical-align: top;}
.logo__a, .logo .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, strong {font-weight: var(--weightSemiBold);}
.weightBold, b {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;}
.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: 10px;}
.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: 1.8rem; height: 1.8rem; line-height: 1.8rem; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: normal; border: none; background: none; transition: color 0.2s ease-in-out 0s;}
.close-btn:hover {color: var(--bgColorPrimary);}

.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, .link-color, .links-list a {color: var(--colorPrimary);}
.colorPrimary.hover-colorPrimary:hover, .has-colorPrimary.has-hover-colorPrimary:hover &gt; * {color: var(--colorPrimaryHover);}
.colorSecondary, .hover-colorSecondary:hover {}
.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);}

/* ========================== 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: 400 var(--btnFS)/var(--btnLH) 'Roboto', sans-serif; position: relative; border-radius: var(--btnRds); transition: color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s; letter-spacing: 0.25px;}
.c-btn:focus {outline: 3px solid rgba(0,0,0,0.15);}

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

.c-btn-secondary {color: #000; border-color: var(--bgColorSecondary); background: var(--bgColorSecondary);}
.c-btn-secondary:hover {color: #000; border-color: var(--bgColorSecondaryHover); background: var(--bgColorSecondaryHover);}

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

.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.66; /*color: #626669;*/}
.c-btn-primary[disabled], .c-btn-primary.disabled {opacity: 0.3;}
.c-btn-black[disabled] {background: #8c8c8c; border-color: #8c8c8c; color: #ebebeb;}
.c-btn-outline-black[disabled] {background: transparent; border-color: #8c8c8c; color: #8c8c8c;}

.c-btn.c-btn-sm, .sRsltItem__btn {padding: var(--btnPd-sm); font-size: var(--btnFS-sm);}
@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: #7e3e96; 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(--bgColorSecondary); 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.17em 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: 1px; width: 1.6em; height: 1.6em; font-size: 0.85rem; color: #fff; 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: 1px solid #969698; 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: '\E800'; opacity: 0;}
/* checked */
[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before, .chk-item.active:before {background: var(--bgColorPrimary); border-color: var(--bgColorPrimary);}
[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);}
.c-form {line-height: 1.2;}
.c-field, .c-area, .slctBtn, .select2-search__field {background-image: none; background-repeat: no-repeat; background-color: #fff; border: 1px solid #969698; width: 100%; line-height: var(--fldLH); font-size: var(--fldFS); padding: var(--fldPd); padding-left: 0.6rem; 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;}
.c-field-sm {font-size: var(--fldFS-sm); padding: var(--fldPd-sm); padding-left: 0.85rem;}
.c-area {height: auto; line-height: 1.45; padding: 7px 10px; display: block;}
.c-field:focus, .c-area: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, .c-area.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], .c-area[disabled] {opacity: 0.65; pointer-events: none;}

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

.c-field[class*="date"] {padding-right: 2.8rem; 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.65rem center; background-size: 1.411rem auto; cursor: pointer;}

.daterangepicker {border-radius: 0; font-family: inherit; max-width: 292px;}
.daterangepicker .icn {display: inline-block; vertical-align: middle;}
.daterangepicker .calendar-table td, .daterangepicker .calendar-table th {min-width: 0; width: 41px; height: 40px; line-height: 40px; font-size: inherit; border-radius: 50%;}
.daterangepicker .calendar-table th {font-weight: var(--weightSemiBold);}
.daterangepicker thead tr:nth-child(2) {color: rgba(0,0,0,0.5);}
.daterangepicker td.available:hover {background-color: #191919; color: #fff;}
.daterangepicker td.today {background-color: #ffecef;}
/*.daterangepicker td.today path, .daterangepicker td.start-date path, .daterangepicker td.in-range path {fill: #fff;}*/
.daterangepicker td.in-range, .daterangepicker td.in-range:hover {background-color: #bbb; color: #fff;}
.daterangepicker td.active, .daterangepicker td.active:hover {background-color: #191919;}
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {background-color: transparent; color: rgba(0,0,0,0.25);}

/*.daterangepicker .calendar-table .start-date ~ .in-range, .daterangepicker .calendar-table .in-range:first-child, .daterangepicker .calendar-table .in-range ~ .in-range {border-radius: 0;}*/
.daterangepicker .calendar-table .in-range {border-radius: 0;}
.daterangepicker .calendar-table .start-date {border-top-right-radius: 0; border-bottom-right-radius: 0;}
.daterangepicker .calendar-table .start-date.end-date {border-radius: 50%;}
.daterangepicker .calendar-table .end-date {border-radius: 0 50% 50% 0!important;}
.daterangepicker .calendar-table .start-date.end-date {border-radius: 50%!important;}

.daterangepicker .calendar-table .closing-day {color: #999!important;}
.daterangepicker .calendar-table .closing-day.in-range {color: #a1a4a7!important;}
.daterangepicker .calendar-table .unavailable {background-color: transparent!important; cursor: default!important;}

.daterangepicker.daterangepicker-inline {width: auto; display: block; position: static; border: none; margin: 0;}
.daterangepicker.daterangepicker-inline:before, .daterangepicker.daterangepicker-inline:after {display: none;}

select.c-field, .slctBtn {-moz-appearance: none; -webkit-appearance: none; /*background-image: none\9;*/ padding-right: 2.8rem; /*padding-right: 2.647rem\9;*/ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 73.884003 42.111' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0,5.169 5.17,0 36.941,30.855 68.794,0.08 73.884,5.169 36.941,42.111 Z' /%3E%3C/svg%3E%0A"); background-position: right 1rem center; background-size: 1rem auto; transition: background-image 0.2s ease-in-out 0s;}
select.c-field:focus, .slctBtn:focus {background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 73.884003 42.111' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 73.884,36.942 68.714,42.111 36.943,11.256 5.09,42.031 0,36.942 36.943,0 Z' /%3E%3C/svg%3E%0A");}
select::-ms-expand {display: none;}
.slctBtn {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; min-width: 5rem;}
.slctBtn.select2-selection {height: auto;}
.slctBtn.select2-selection .select2-selection__rendered {padding-left: 0; padding-right: 0;}
.select2-results__option {line-height: 1.2; font-size: 15px;}

.slctDD {position: relative;}
.slctDD__menu {background-color: #fff; border: 1px solid #ccc; color: #000; padding: 15px 15px 13px 15px; position: absolute; top: calc(100% + 2px); left: 0; z-index: 100; text-align: left; width: 245px; font-size: 15px;}
.slctDD__menu &gt; * {margin-bottom: 1em;}
.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__list {padding-bottom: 2px; line-height: 1.2;}
.slctDD__list.opts {max-height: 20rem; overflow-y: scroll; scrollbar-color: #888 #f1f1f1; scrollbar-width: thin;}
.slctDD__list.opts::-webkit-scrollbar {width: 0.6666em;}
.slctDD__list.opts::-webkit-scrollbar-track {background: #f1f1f1;}
.slctDD__list.opts::-webkit-scrollbar-thumb {background: #888;}
.slctDD__list.opts::-webkit-scrollbar-thumb:hover {background: var(--bgColorPrimary);}
.slctDD__list li {margin-bottom: 0.8em;}
.slctDD__list a:hover {color: var(--colorPrimary); text-decoration: underline;}
.slctDD__list [type="checkbox"] + label {padding-top: 0.15em;}

.success-msg, .error-msg, .warning-msg, .info-msg {margin: 10px 0; padding: 13px; border-radius: 0; background-color: #fbfbfb; color: rgba(0,0,0,0.9); border: 1px solid rgba(0,0,0,0.05);}
.success-msg {background-color: rgba(var(--bgColorSuccessRGB),0.08); border: 1px solid rgba(var(--bgColorSuccessRGB),0.05);}
.error-msg {background-color: rgba(var(--bgColorErrorRGB),0.05); border: 1px solid rgba(var(--bgColorErrorRGB),0.05);}
.warning-msg {background-color: #fff5e5;}
.info-msg {background-color: #e5f7ff;}
[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.17em; 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; position: absolute; top: 2.3em; left: 0.07em; font-size: 0.3em; content: '\E214'; 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: 25px;}
.files-list li:last-child {margin-bottom: 0;}
.files-list li a {display: inline-block; vertical-align: top; position: relative; line-height: 1.2; padding-left: 38px;}
.files-list li .icon, .file-icn {display: block; position: relative; width: 23px; height: 29px; text-align: center; font: 600 8px/35px 'agenda', sans-serif; border: 2px solid #000; color: var(--colorPrimary);}
.files-list li .icon {position: absolute; left: 0; bottom: 0; top: 0; margin: auto 0;}
.files-list li .icon:before, .files-list li .icon:after, .file-icn:before, .file-icn:after {display: block; content: ''; position: absolute; top: -2px; right: -2px; width: 0; height: 0; border-style: solid;}
.files-list li .icon:before, .file-icn:before {border-width: 8px 0 0 8px; border-color: transparent; border-left-color: inherit;}
.files-list li .icon:after, .file-icn:after {border-style: solid; border-width: 0 8px 8px 0; border-color: transparent #fff transparent transparent;}
.files-list li a:hover{text-decoration: underline;}
.icn-txt .icn.file-icn {transform: none; bottom: 0; top: 0; margin: auto 0;}

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

.subList-wrap, .aLnkList-wrap, .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; border: 1px solid #e8e8e8; 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: 895px){.subBList__c, .subGList__c {width: 33.3333%;}}
@media screen and (min-width: 604px) and (max-width: 790px){.subBItem, .subGItem {font-size: 0.8rem;}}
@media screen and (max-width: 603px){.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.68142rem + 1.41593vw, 3rem);}
.subRItem__cntn {background-color: #f7f7f7; border: 1px solid rgba(0,0,0,0.06); 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.29169rem + 3.76731vw, 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% -50px;}
.staffList__c {padding: 0 1.6972%; margin: 0 0 50px; width: 20%;}
.staffItem__cntn {padding: 1.6em 0 0; position: relative; font-size: var(--fSizeMD);}
.staffItem__cntn p {line-height: 1.7;}
.staffItem__cntn a[href*="mailto"] {word-wrap: break-word;}
.staffItem__title {margin-bottom: 0.55em; font-size: 1.25em;}
@media screen and (min-width: 1200px) and (max-width: 1239px){.staffList__c {width: 25%;}}
@media screen and (max-width: 951px){.staffList__c {width: 25%;}}
@media screen and (max-width: 686px){.staffList__c {width: 33.3333%;}}
@media screen and (max-width: 447px){.staffList__c {width: 50%;}}
@media screen and (min-width: 360px) and (max-width: 586px){.staffItem__cntn {font-size: 0.85rem;}}
@media screen and (max-width: 359px){
	.staffList__c {width: 100%;}
	.staffItem {margin: 0 auto; max-width: 247px;}
}

* + .sRsltList-wrap {padding-top: 1rem; padding-top: clamp(1rem, 0.68142rem + 1.41593vw, 2rem);}
.sRsltItem__c:not(:last-child) {border-bottom: 1px solid var(--bgColorPrimary); padding-bottom: var(--bGaps-1);}
.sRsltItem {font-size: 0.88rem; display: block;}
.sRsltItem__title:hover a {color: var(--colorPrimary);}
.sRsltItem__c1 {font-weight: 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 var(--bgColorPrimary); border-bottom: none; padding-bottom: 0; padding-top: 0.1rem; text-align: right;}
}

/* ========================== MISC =========================== */
.breadcrumbs {font-size: 12px; font-weight: 400; line-height: 1.2; color: #939393; padding-top: 1.3rem;}
.breadcrumbs &gt; ul {display: flex; flex-wrap: wrap; margin: 0 0 -1em 0;}
.breadcrumbs &gt; ul &gt; li {padding: 0 0 0 1.416em; margin: 0 1.416em 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: '\E812'; display: block; transform: translate(-50%, -50%); position: absolute; font-size: 1em; top: 0.6em; 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 #e3e4e5; 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 #e3e4e5;}
.goaccordion &gt; h3:after {transition: transform 0.2s ease-in-out 0s;}
.goaccordion &gt; h3:after {display: block; content: '\E104'; position: absolute; right: 1em; top: 2em; font-size: 0.4em;}
.goaccordion &gt; h3:hover:not(.act) {color: var(--colorPrimary)!important;}
.goaccordion &gt; h3.act {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: 25%;}
.gallery a {display: block;}
.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: 13px; line-height: 1.2; padding: 0.1538em 0.61538em 0.11538em 0.61538em; border-radius: 0.26923em; display: inline-block; vertical-align: top;}
a.pill .custom-icon:hover {opacity: 0.7;}
.pill .custom-icon {font-size: 0.8em; position: relative; top: -0.09em;}
.pill-green {color: #fff; background-color: #5cd264;}
.pill-red {color: #fff; background-color: #c86567;}
.pill-primary {color: #fff; background-color: var(--bgColorPrimary);}
.pill-misc {color: #fff; background-color: #e8ae0e;}
.pill-misc2 {color: #fff; background-color: #e50357;}

.price-row {line-height: 1.2;}
.price-row &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: #808080;}

.rpnvEmbd {margin-bottom: 1.94rem; position: relative; padding-bottom: 47.461538%; overflow: hidden; background-color: #cbcbcb;}
.rpnvEmbd iframe, .rpnvEmbd object, .rpnvEmbd embed, .rpnvEmbd__inr {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.scroll-notice {display: none; justify-content: center; align-items: center; line-height: 1; font-size: 14px; color: var(--colorPrimary);}
.scroll-notice .custom-icon {margin: 0 7px;}

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

/* 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: scroll; 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 a:hover {text-decoration: underline;}

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

.form-container2 {margin-bottom: 40px; max-width: 600px; font-size: var(--fSizeDOC);}
.form-container2 [type="checkbox"] + *, .form-container2 [type="radio"] + * {padding-left: 34px;}
.form-container2 label:not(input + label) {display: inline;}
.form-container2 .element-name {margin: 0 0 6px 0;}
.form-container2 .legend {font-size: 13px; color: #7f8285; padding: 4px 0;}
.form-container2 .form-section-title {margin-bottom: 14px; padding-top: 20px;}
.form-container2 .element-content {margin: 0 0 17px;}
.form-name {margin: 0 0 25px 0;}
.required {color: #f10909; font-size: 13px; font-weight: 600; vertical-align: top;}

.form-container2 .element-error {color: var(--colorError); display: none; padding: 5px 0 0; font-size: 13px;}

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

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

/* =============== goSlides, goblock ========================= */
.article .goSlides img {display: block; width: 100%;}

.article .goblock {display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; margin-bottom: 1.4rem; padding: 0.85em; font-size: 3rem; line-height: 1.1; background-color: #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: 4rem; margin-bottom: clamp(2.5rem, 1.78429rem + 3.18091vw, 4.5rem);}
.article &gt; *:last-child, .article li:last-child {margin-bottom: 0 !important;}

.page-title, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .form-name, .form-section-title, .modal-body .title-primary, .links-list .title, .social-scrl-sctn-title, .staffList__title, .intro-article {margin-bottom: 1.4rem; font-weight: var(--weightBold);}
.article__h1, .page-title, .article h1 {font-size: 1.9375rem; font-size: var(--article__h1);}
.article__h2, .article h2, .form-name, .cookie-consent .title-primary, .subRItem__title {font-size: 1.6875rem; font-size: var(--article__h2);}
.article__h3, .article h3, .form-section-title, .links-list .title, .staffList__title, .social-scrl-sctn-title {font-size: 1.5rem; font-size: var(--article__h3);}
.article__h4, .article h4, .modal-body .title-primary {font-size: 1.375rem; font-size: var(--article__h4);}
.article__h5, .article h5 {font-size: 1.25rem; 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: '\E214'; transform: translateY(-50%); color: #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: 2.5rem;}
.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; color: #fff; background-color: var(--bgColorPrimary);}
.article tr:nth-child(even) &gt; * {background-color: #ebebeb;}
.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 blockquote {padding: 1.666rem; border: 1px solid rgba(0,0,0,0.5); border-radius: 0;}

.article table p {margin: 0;}
.article p {margin: 0 0 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 .row &gt; * &gt; *:last-child {margin-bottom: 0;}
.last-edited {color: #939393; letter-spacing: 0.25px;}
@media screen and (min-width: 1200px){.last-edited {padding-top: 1.5rem;}}

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

/* =========================== Layout styles =================== */
/* ============================================================= */
.sclBtn {background-color: rgba(0,0,0,0.09); border-radius: 50%; font-size: 1.25em; width: 2.45em; height: 2.45em; display: flex; align-items: center; justify-content: center;}
.sclBtn:hover {background-color: rgba(0,0,0,0.06);}
.sclBtn .custom-icon {width: auto;}
.slide-panel .scls {margin-bottom: 110px;}

.top-holder {min-height: 62px; display: none;}
#top-ribbon {height: 62px; width: 100%; position: fixed; left: 0; top: 0; z-index: 803; padding: 0 84px 0 25px; background-color: var(--bgColorSecondary); box-shadow: 0 1px 8px 5px rgba(0,0,0,0.13); display: flex; align-items: center; justify-content: flex-end;}
#top-ribbon .lang {padding-left: 25px;}
/*#top-ribbon .lang a:hover, #top-ribbon .lang .active {color: #ec2f2e;}*/
#top-ribbon .scls {display: none;}
#top-ribbon .sclBtn {font-size: 0.85em;}
.top-logo {background-color: #fff; display: flex; align-items: center; padding: 0 0.5rem; margin: 0 auto 0 -25px; height: 62px;}

.slide-panel-dismiss {display: none;}

.main-wrap {--sideBarWidth: 254px; --content-pdX: 68px; background-color: #fff;}
@media screen and (max-width: 1280px){.main-wrap {--content-pdX: 52px;}}
@media screen and (max-width: 1100px){.main-wrap {--content-pdX: 35px;}}
@media screen and (max-width: 920px){.main-wrap {--content-pdX: var(--centered-wrap_gX);}}
.slide-panel {background-color: #ffde17; width: var(--sideBarWidth); flex: 0 0 auto; padding: 58px 42px 331px 42px; text-align: center; color: #000; font-weight: var(--weightNormal);}
.slide-panel-content &gt; * {margin-bottom: 34px;}
.main-content-col {flex: 1 1 auto; max-width: calc(100% - var(--sideBarWidth));}
.content-box {padding: 3rem var(--content-pdX); padding: clamp(2.5rem, 1.96322rem + 2.38569vw, 4rem) var(--content-pdX);}
.main-content {padding-bottom: 3rem; padding-bottom: clamp(3rem, 2.28429rem + 3.18091vw, 5rem);}

.slide-panel-content .main-logo {margin-top: -58px; margin-left: -42px; margin-right: -42px; padding: 25px; background-color: #fff;}

.slide-panel .lang {padding-top: 14px;}
.lang .active {font-weight: var(--weightSemiBold); color: rgba(0,0,0,0.45);}
.lang a:hover {color: rgba(0,0,0,0.45);}

#main-menu .submenu-toggle {position: absolute; display: flex; align-items: center; justify-content: center; top: 0.4em; right: 0; height: 2em; width: 2em; border: none; border-radius: 2px; padding: 0; color: inherit; z-index: 2; background: none; outline: 2px solid transparent; outline-offset: -2px; transition: transform 0.3s ease-in-out 0s;}
#main-menu .submenu-toggle .custom-icon {font-size: 0.5em; width: auto;}
#main-menu .submenu-toggle:hover {color: #fff;}
#main-menu .submenu-toggle:focus {outline-color: rgba(0,0,0,0.09);}
#main-menu .submenu-toggle.active {transform: scaleY(-1);}
	
#main-menu {margin-bottom: 64px;}
#main-menu a {display: block;}
#main-menu li {position: relative;}
#main-menu &gt; li &gt; a {font-size: 18px; border-bottom: 1px solid rgba(0,0,0,0.07); padding-top: 11px; padding-bottom: 9px;}
#main-menu &gt; li &gt; .parent {padding-left: 33px; padding-right: 33px;}
#main-menu &gt; li:last-child &gt; a {border-bottom: none;}
#main-menu ul {border-bottom: 1px solid rgba(255,255,255,0.35); padding: 10px 0; display: none;}
#main-menu .item-active &gt; a, #main-menu li:hover &gt; a {color: rgba(0,0,0,0.45);}

@media screen and (min-width: 1200px) {
	.main-wrap {display: flex; min-height: 100vh; max-width: 1540px;}
	.slide-panel {background-image: url('../images/img-kid.png'); background-repeat: no-repeat; background-position: center bottom; background-size: 80% auto;}
}

@media screen and (max-width: 1199px){
	.top-holder {display: block;}
	
	.slide-panel-toggle {position: absolute; top: 0; right: 0; width: 57px; height: 100%; display: block;}
	.slide-panel {padding: 0; z-index: 803; top: 0; bottom: 0; right: -360px; position: fixed; width: 360px; transition: all 0.5s ease-in-out 0s; overflow: hidden; box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);}
	.slide-panel-wrap {position: absolute; overflow-y: scroll; left: 0; top: 0; bottom: 0; right: 0; -ms-overflow-style: none; scrollbar-width: none;}
	.slide-panel-wrap::-webkit-scrollbar {display: none;}
	.slide-panel-inner {position: relative; height: 100%;}
	.slide-panel-content {padding: 86px 25px 0 25px;}
	.slide-panel-dismiss {position: absolute; top: 23px; left: 20px; z-index: 1; font-size: 16px; display: block;}
	.slide-panel-content .reg-link {position: absolute; right: 39px; top: 22px;}
	.slide-panel-active .slide-panel{right: 0;}
	body.slide-panel-active {height: auto; overflow: hidden;}
	
	.main-content-col {width: 100%; max-width: none;}
	.slide-panel-content &gt; * {margin-bottom: 44px;}
	.main-logo, .slide-panel .lang, .slide-panel .scls {display: none;}
	#top-ribbon .scls {display: block;}
}
@media screen and (max-width: 1480px){
	.slide-panel {padding: 25px 25px 331px 25px;}
	.slide-panel-content .main-logo {margin-top: -25px; margin-left: -25px; margin-right: -25px;}
}
@media screen and (max-width: 680px){	
	#top-ribbon .scls {display: none;}
	.slide-panel .scls {display: block;}
}
@media screen and (max-width: 480px){
	#top-ribbon {padding-right: 68px;}
	.top-logo .logo__img {width: 150px;}

	.menu-tgl-btn {width: 51px;}
	#main-menu {margin-bottom: 44px;}
	.slide-panel {width: 95%; width: calc(100vw - var(--centered-wrap_gX)); right: 0; transform: translateX(101%);}
	.slide-panel-active .slide-panel{transform: translateX(0);}
}
@media screen and (max-width: 360px){
	.top-logo .logo__img {width: 115px;}
	
	#main-menu &gt; li &gt; a {font-size: 16px;}
}

.pSlider-wrap {position: relative; width: 100%; margin: 0 auto;}
.pSlider .slick-list, .pSlider .slick-track {display: block;}
.pSlider .slick-track:after {display: table; content: ''; display: block;}
.pSlider .slick-slide {float: left;}
.pSlider .slick-slide:before {content: ''; display: block; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.42); pointer-events: none;}
.pSlider .overlay {display: flex; align-items: center; width: 100%; padding: 5.5% var(--content-pdX); font-weight: var(--weightLight);}
.pSlider .overlay__cntn {width: 100%; color: #fff;}
.pSlider .overlay__cntn &gt; * {margin-bottom: 0.8em;}
.pSlider .overlay__cntn &gt; *:last-child {margin-bottom: 0!important;}
.pSlider .overlay__cntn .title1__txt {display: block; font-weight: var(--weightLight); font-size: 2.25em; line-height: 1.15; margin-bottom: 0;}
.pSlider .overlay__cntn .title2__txt {display: block; font-weight: var(--weightLight); font-size: 1.5em; margin-bottom: 0;}
.pSlider .c-btn {font-size: 1em;}
.pSlider .overlay__cntn .btn-wrap {padding-top: 1em;}
.pSlider-wrap .slick-dots-wrap {width: 100%; bottom: 2%;}
.pSlider-wrap .slick-dots {justify-content: center;}

@media screen and (min-width: 576px){
	.pSlider .slide-media-sm {display:none!important;}
	
	.pSlider .overlay__cntn {font-size: clamp(0.5rem, 0.13544rem + 1.01266vw, 1rem);}
}
@media screen and (max-width: 575px){
	.pSlider .slide-media-lg {display:none!important;}
	.pSlider .overlay {background-color: #575757; background: linear-gradient(to bottom, #575757 0%,#393939 100%); 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;}
	.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;}
}

.sideMenu-wrap {margin-bottom: 2rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e3e4e5;}
.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; margin: 0 0 -5px -1.5rem;}
.sideMenu__item {position: relative; display: block; margin: 0 0 5px; padding: 0 0 0 1.5rem;}
.sideMenu__item:last-child {border-bottom: none;}
.sideMenu__lnk {padding: 0.4em 0 0.4em 1em; display: block; position: relative; font-weight: var(--weightNormal);}
.sideMenu__lnk:after {display: block; content: '\E103'; position: absolute; left: 0; top: 1.05em; font-size: 1em; color: inherit; line-height: normal; transform: translateY(-50%);}
.sideMenu__item.active &gt; *, .sideMenu__lnk:hover, .scroll-menu-item-active {color: var(--colorPrimary);}
@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;}
}

.partnerLogos-wrap {margin-bottom: 3rem; margin-bottom: clamp(3rem, 2.42744rem + 2.54473vw, 4.6rem);}
.partnerLogos__c {width: 16.6666%;}
@media screen and (max-width: 991px){.partnerLogos__c {width: 20%;}}
@media screen and (max-width: 767px){.partnerLogos__c {width: 25%;}}
@media screen and (max-width: 575px){.partnerLogos__c {width: 33.3333%;}}
@media screen and (max-width: 400px){.partnerLogos__c {width: 50%;}}

/* social-scroller */
.main-content + .social-scrl-sctn {padding-top: 0;}
.social-scrl-sctn {padding: 3rem 0; padding: clamp(3rem, 2.42744rem + 2.54473vw, 4.6rem) 0; overflow: hidden;}
.social-scrl-sctn &gt; .centered-wrap {max-width: none; width: 100%; padding: 0 var(--content-pdX);}
.social-scrl-sctn-title {font-weight: var(--weightBold); padding-top: clamp(0rem, -0.35785rem + 1.59046vw, 1rem);}
.scroller .scroller-frame {overflow: hidden;}
.scroller .scroller-item {float: left; height: 100%; padding: 0; cursor: pointer;}

.scroller .scrollbar {height: 15px; background: #f1f1f1; line-height: 0; margin-top: 1.5rem; border-radius: 0;}
.scroller .scrollbar .handle {width: 100px; height: 15px; position: relative; cursor: pointer; background: var(--bgColorPrimary); border-radius: 0;}
.scroller .scrollbar .handle .mousearea {position: absolute; left: 0; width: 100%; height: 15px;}
.scroller .scrollbar .handle .icon {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1em; font-size: 10px; color: #fff;}
.scroller .scrollbar .handle:hover, .scroller .scrollbar .dragged {background: var(--bgColorPrimaryHover);}
.scroller-regular .scroller-item {width: 258px; margin-right: 39px;}
.scroller-regular .scroller-item:last-child {margin-right: 0!important;}

.sclScrlItem {line-height: 1.4; display: flex; flex-direction: column; height: 100%; width: 100%;}
.sclScrlItem .date {font-size: 12px;}
.sclScrlItem__thumb {overflow: hidden; position: relative;}
.sclScrlItem__img {width: 100%;}
.sclScrlItem__cntn {position: relative; height: 5.5em; padding: 20px 6% 0 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: 1199px){.scroller-regular .scroller-item {margin-right: var(--centered-wrap_gX);}}
@media screen and (max-width: 905px){.scroller-regular .scroller-item {width: 220px;}}
@media screen and (max-width: 680px){
	.scroller-regular .scroller-item {width: 200px;}
	.sclScrlItem {font-size: 15px;}
	.sclScrlItem__cntn {padding-left: 5px; padding-right: 5px;}
}

#footer2 {border-top: 1px solid #e6e7e8; padding: 18px var(--content-pdX); font-size: var(--fSizeMD);}
@media screen and (max-width: 575px){
	
	#footer2 nav .row {align-items: center; flex-direction: column; text-align: center;}
}

/* ======================= media queries ======================= */
/* ============================================================= */		

@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>