@font-face {font-family: 'glyphs';src: url('glyph-font/fontello.woff2?85731134') format('woff2'),url('glyph-font/fontello.woff?85731134') format('woff');font-weight: normal;font-style: normal;}

*, *:after, *:before {box-sizing: border-box; min-height: 0vw;}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul{list-style:none;}
a {margin: 0; padding: 0; font-size: 100%; background: transparent; text-decoration: none; color: inherit; text-decoration-thickness: 1px!important;}
table {border-collapse: collapse; border-spacing: 0;}

:root {
	--centered-wrap_gX: 1.5625rem;
	
	--topRibbonHeight: 4.75rem;
	
	/* clamp range 360-1406 */
	--fSize1: clamp(2.125rem, 1.99594rem + 0.57361vw, 2.5rem);
	--fSize2: clamp(1.875rem, 1.83198rem + 0.19120vw, 2rem);
	--fSize3: clamp(1.625rem, 1.58198rem + 0.19120vw, 1.75rem);
	--fSize4: clamp(1.5rem, 1.45698rem + 0.19120vw, 1.625rem);
	--fSize5: clamp(1.375rem, 1.33198rem + 0.19120vw, 1.5rem);
	--fSize6: clamp(1.25rem, 1.20698rem + 0.19120vw, 1.375rem);
	--fSizeTxt: 1rem;
	--fSizeLG: clamp(1rem, 0.95698rem + 0.19120vw, 1.125rem);
	/*--fSizeDOC: 100%; ei ole vist vaja, default on niikuinii 16px*/
	--fSizeMD: 0.9375rem;
	--fSizeSM: 0.875rem;
	--fSizeXS: 0.8125rem;
	
	--family1: "Open Sans", sans-serif;
	
	--article__h1: var(--fSize2);
	--article__h2: var(--fSize5);
	--article__h3: clamp(1.125rem, 1.08198rem + 0.19120vw, 1.25rem);
	--article__h4: var(--fSizeLG);
	--edtrTitleXL: calc(1.15 * var(--article__h1));
	--edtrTitleXL2: calc(1.3 * var(--article__h1));
	--edtrTitleXL3: calc(1.6 * var(--article__h1));

	--weightLight: 300;
	--weightNormal: 400;
	--weightMedium: 500;
	--weightSemibold: 600;
	--weightBold: 700;
	--weightBlack: 800;
	
	--white: #fff;
	--whiteRGB: 255 255 255;
	--black: #000;
	--blackRGB: 0 0 0;
		
	--primary: #00844a;
	--primaryHover: #13ab68;
	--primaryRGB: 0 132 4;
	--primary2: #01bd69;
	--primary2Hover: #16cf7d;
	--primary2RGB: 1 189 5;
	--secondary: #5c5c5c;
	--secondaryHover: #838383;
	--grey0-5: #fafafa;
	--grey0-8: #f7f7f7;
	--grey0-11: #f4f4f4;
	--grey0-14: #f1f1f1;
	--grey1-2: #ededed;
	--grey1-4: #ebebeb;
	--grey1-11: #e4e4e4;
	--grey2-3: #dcdcdc;
	--grey2-6: #d9d9d9;
	--grey2-11: #d4d4d4;
	--grey3-8: #c7c7c7;
	--grey4-7: #b8b8b8;
	--grey6-11: #949494;
	--grey8-12: #737373;
	--grey9-14: #616161;
	--grey12-2: #3d3d3d;
	--grey13-9: #262626;
	--red: #e30126;
	--danger: #b41112;
	--dangerRGB: 180 17 18;
	--success: #33b34d;
	--successRGB: 51 179 77;
	
	--easing1: cubic-bezier(0.165,0.84,0.44,1);

	--btnLH: 1.2222;
	--btnRds: 0.35rem;
	--btnBdrW: 1px;
	--btnFS: 0.875rem;
	--btnPd: 0.7125em 1.25em;
	
	--fldLH: var(--btnLH);
	--fldRds: var(--btnRds);
	--fldBdrW: var(--btnBdrW);
	--fldFS: var(--btnFS);
	--fldPd: var(--btnPd);
}
@media screen and (min-width: 1200px){
	:root {
		--topRibbonHeight: 11.25rem;
	}
}
@media screen and (max-width: 479px){
	:root {
		--centered-wrap_gX: 1.1875rem;
	}
}

html {-webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
body {color: var(--black); background-color: var(--white); font: var(--weightNormal) 1rem/1.5 var(--family1), sans-serif; text-underline-offset: 3px; letter-spacing: 0.25px;}
body, .main-wrap {overflow-x: clip;}

h1, h2, h3, h4, h5, h6, .heading {margin-bottom: 1rem; font-weight: inherit; line-height: 1.2;}
img, svg, video {max-width: 100%; height: auto; display: block;}
img, video {object-fit: cover; background-repeat: no-repeat; background-size: cover;}
img {float: none; padding: 0;}
picture {display: block;}
strong, b {font-weight: var(--weightBold);}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), label[for], input[type="submit"], [role="button"], .toggleNext {cursor: pointer;}
p{margin: 0 0 0.625rem 0;}
hr {height: 0; box-sizing: content-box; margin-top: 1.2rem; margin-bottom: 1.2rem; border: 0; color: inherit; border-bottom: 1px solid currentColor; border-bottom-color: hsl(from currentColor h s l / 0.18); max-width: 100%;}
sub, sup {position: relative; font-size: 0.85em; line-height: 1; vertical-align: baseline;}
sub {bottom: -.25em;}
sup {top: -.2em;}
label {display: block;}
input, button, select, optgroup, textarea {-webkit-appearance: none; appearance: none; border: none; border-radius: 0; margin: 0; padding: 0; font-weight: inherit; font-family: inherit; font-size: inherit; line-height: inherit; color: var(--grey12-2);}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; appearance: button; background-color: transparent; background-image: none;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding: 0; border-style: none;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; appearance: none;}
input[type="number"] {-moz-appearance: textfield;}
pre {background-color: var(--grey1-11); padding: 0.31rem 0.625rem; margin-bottom: 1rem;}

/* ============================= grid minified ================================ */
.row{display:flex;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:1rem;padding-left:1rem}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{width:8.333333%}.col-2{width:16.666667%}.col-3{width:25%}.col-4{width:33.333333%}.col-5{width:41.666667%}.col-6{width:50%}.col-7{width:58.333333%}.col-8{width:66.666667%}.col-9{width:75%}.col-10{width:83.333333%}.col-11{width:91.666667%}.col-12{width:100%}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{flex:0 0 auto}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}.offset-12{margin-left:100%}@media (min-width: 400px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:none}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{flex:0 0 auto}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.333333%}.offset-xs-2{margin-left:16.666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.333333%}.offset-xs-5{margin-left:41.666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.333333%}.offset-xs-8{margin-left:66.666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.333333%}.offset-xs-11{margin-left:91.666667%}.offset-xs-12{margin-left:100%}}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{width:8.333333%}.col-sm-2{width:16.666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333%}.col-sm-5{width:41.666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333%}.col-sm-8{width:66.666667%}.col-sm-9{width:75%}.col-sm-10{width:83.333333%}.col-sm-11{width:91.666667%}.col-sm-12{width:100%}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{flex:0 0 auto}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}.offset-sm-12{margin-left:100%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{width:8.333333%}.col-md-2{width:16.666667%}.col-md-3{width:25%}.col-md-4{width:33.333333%}.col-md-5{width:41.666667%}.col-md-6{width:50%}.col-md-7{width:58.333333%}.col-md-8{width:66.666667%}.col-md-9{width:75%}.col-md-10{width:83.333333%}.col-md-11{width:91.666667%}.col-md-12{width:100%}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{flex:0 0 auto}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}.offset-md-12{margin-left:100%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{width:8.333333%}.col-lg-2{width:16.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-5{width:41.666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333%}.col-lg-8{width:66.666667%}.col-lg-9{width:75%}.col-lg-10{width:83.333333%}.col-lg-11{width:91.666667%}.col-lg-12{width:100%}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{flex:0 0 auto}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}.offset-lg-12{margin-left:100%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{width:8.333333%}.col-xl-2{width:16.666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-xl-9{width:75%}.col-xl-10{width:83.333333%}.col-xl-11{width:91.666667%}.col-xl-12{width:100%}.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12{flex:0 0 auto}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}.offset-xl-12{margin-left:100%}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 400px){.flex-xs-row{flex-direction:row!important}.flex-xs-column{flex-direction:column!important}.flex-xs-row-reverse{flex-direction:row-reverse!important}.flex-xs-column-reverse{flex-direction:column-reverse!important}.flex-xs-wrap{flex-wrap:wrap!important}.flex-xs-nowrap{flex-wrap:nowrap!important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xs-start{justify-content:flex-start!important}.justify-content-xs-end{justify-content:flex-end!important}.justify-content-xs-center{justify-content:center!important}.justify-content-xs-between{justify-content:space-between!important}.justify-content-xs-around{justify-content:space-around!important}.align-items-xs-start{align-items:flex-start!important}.align-items-xs-end{align-items:flex-end!important}.align-items-xs-center{align-items:center!important}.align-items-xs-baseline{align-items:baseline!important}.align-items-xs-stretch{align-items:stretch!important}.align-content-xs-start{align-content:flex-start!important}.align-content-xs-end{align-content:flex-end!important}.align-content-xs-center{align-content:center!important}.align-content-xs-between{align-content:space-between!important}.align-content-xs-around{align-content:space-around!important}.align-content-xs-stretch{align-content:stretch!important}.align-self-xs-auto{align-self:auto!important}.align-self-xs-start{align-self:flex-start!important}.align-self-xs-end{align-self:flex-end!important}.align-self-xs-center{align-self:center!important}.align-self-xs-baseline{align-self:baseline!important}.align-self-xs-stretch{align-self:stretch!important}}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}
/* ============================= grid minified ================================ */

/* ============================ display minified ============================== */
.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}@media (min-width:400px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-flex{display:flex!important}}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-flex{display:flex!important}}
/* ============================ display minified ============================== */

/* ========================== text-align minified ============================= */
.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}@media (min-width:400px){.text-xs-start{text-align:left!important}.text-xs-end{text-align:right!important}.text-xs-center{text-align:center!important}}@media (min-width:576px){.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}
/* ========================== text-align minified ============================= */

/* ========================== rgx and gaps minified =========================== */
.rgX-0{margin-left:0!important;margin-right:0!important}.rgX-0>*{padding-left:0!important;padding-right:0!important}.rgX-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.rgX-1>*{padding-left:.25rem!important;padding-right:.25rem!important}.rgX-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.rgX-2>*{padding-left:.5rem!important;padding-right:.5rem!important}.rgX-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.rgX-3>*{padding-left:.75rem!important;padding-right:.75rem!important}.rgX-4{margin-left:-1rem!important;margin-right:-1rem!important}.rgX-4>*{padding-left:1rem!important;padding-right:1rem!important}.rgX-5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.rgX-5>*{padding-left:1.25rem!important;padding-right:1.25rem!important}.rgX-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.rgX-6>*{padding-left:1.5rem!important;padding-right:1.5rem!important}.rgX-7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.rgX-7>*{padding-left:1.75rem!important;padding-right:1.75rem!important}.bGaps-0>*,.bGapsLast-0>:last-child{margin-bottom:0!important}.bGaps-1>*{margin-bottom:.5rem!important}.bGaps-2>*{margin-bottom:1rem!important}.bGaps-3>*{margin-bottom:1.5rem!important}.bGaps-4>*{margin-bottom:2rem!important}.bGaps-5>*{margin-bottom:2.5rem!important}.bGaps-6>*{margin-bottom:3rem!important}.bGaps-7>*{margin-bottom:3.5rem!important}.bGapsN-1>*{margin-bottom:-.5rem!important}.bGapsN-2>*{margin-bottom:-1rem!important}.bGapsN-3>*{margin-bottom:-1.5rem!important}.bGapsN-4>*{margin-bottom:-2rem!important}.bGapsN-5>*{margin-bottom:-2.5rem!important}.bGapsN-6>*{margin-bottom:-3rem!important}.bGapsN-7>*{margin-bottom:-3.5rem!important}@media (min-width:400px){.rgX-xs-0{margin-left:0!important;margin-right:0!important}.rgX-xs-0>*{padding-left:0!important;padding-right:0!important}.rgX-xs-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.rgX-xs-1>*{padding-left:.25rem!important;padding-right:.25rem!important}.rgX-xs-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.rgX-xs-2>*{padding-left:.5rem!important;padding-right:.5rem!important}.rgX-xs-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.rgX-xs-3>*{padding-left:.75rem!important;padding-right:.75rem!important}.rgX-xs-4{margin-left:-1rem!important;margin-right:-1rem!important}.rgX-xs-4>*{padding-left:1rem!important;padding-right:1rem!important}.rgX-xs-5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.rgX-xs-5>*{padding-left:1.25rem!important;padding-right:1.25rem!important}.rgX-xs-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.rgX-xs-6>*{padding-left:1.5rem!important;padding-right:1.5rem!important}.rgX-xs-7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.rgX-xs-7>*{padding-left:1.75rem!important;padding-right:1.75rem!important}.bGaps-xs-0>*{margin-bottom:0!important}.bGaps-xs-1>*{margin-bottom:.5rem!important}.bGaps-xs-2>*{margin-bottom:1rem!important}.bGaps-xs-3>*{margin-bottom:1.5rem!important}.bGaps-xs-4>*{margin-bottom:2rem!important}.bGaps-xs-5>*{margin-bottom:2.5rem!important}.bGaps-xs-6>*{margin-bottom:3rem!important}.bGaps-xs-7>*{margin-bottom:3.5rem!important}.bGapsN-xs-1>*{margin-bottom:-.5rem!important}.bGapsN-xs-2>*{margin-bottom:-1rem!important}.bGapsN-xs-3>*{margin-bottom:-1.5rem!important}.bGapsN-xs-4>*{margin-bottom:-2rem!important}.bGapsN-xs-5>*{margin-bottom:-2.5rem!important}.bGapsN-xs-6>*{margin-bottom:-3rem!important}.bGapsN-xs-7>*{margin-bottom:-3.5rem!important}}@media (min-width:576px){.rgX-sm-0{margin-left:0!important;margin-right:0!important}.rgX-sm-0>*{padding-left:0!important;padding-right:0!important}.rgX-sm-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.rgX-sm-1>*{padding-left:.25rem!important;padding-right:.25rem!important}.rgX-sm-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.rgX-sm-2>*{padding-left:.5rem!important;padding-right:.5rem!important}.rgX-sm-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.rgX-sm-3>*{padding-left:.75rem!important;padding-right:.75rem!important}.rgX-sm-4{margin-left:-1rem!important;margin-right:-1rem!important}.rgX-sm-4>*{padding-left:1rem!important;padding-right:1rem!important}.rgX-sm-5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.rgX-sm-5>*{padding-left:1.25rem!important;padding-right:1.25rem!important}.rgX-sm-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.rgX-sm-6>*{padding-left:1.5rem!important;padding-right:1.5rem!important}.rgX-sm-7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.rgX-sm-7>*{padding-left:1.75rem!important;padding-right:1.75rem!important}.bGaps-sm-0>*{margin-bottom:0!important}.bGaps-sm-1>*{margin-bottom:.5rem!important}.bGaps-sm-2>*{margin-bottom:1rem!important}.bGaps-sm-3>*{margin-bottom:1.5rem!important}.bGaps-sm-4>*{margin-bottom:2rem!important}.bGaps-sm-5>*{margin-bottom:2.5rem!important}.bGaps-sm-6>*{margin-bottom:3rem!important}.bGaps-sm-7>*{margin-bottom:3.5rem!important}.bGapsN-sm-1>*{margin-bottom:-.5rem!important}.bGapsN-sm-2>*{margin-bottom:-1rem!important}.bGapsN-sm-3>*{margin-bottom:-1.5rem!important}.bGapsN-sm-4>*{margin-bottom:-2rem!important}.bGapsN-sm-5>*{margin-bottom:-2.5rem!important}.bGapsN-sm-6>*{margin-bottom:-3rem!important}.bGapsN-sm-7>*{margin-bottom:-3.5rem!important}}@media (min-width:768px){.rgX-md-0{margin-left:0!important;margin-right:0!important}.rgX-md-0>*{padding-left:0!important;padding-right:0!important}.rgX-md-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.rgX-md-1>*{padding-left:.25rem!important;padding-right:.25rem!important}.rgX-md-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.rgX-md-2>*{padding-left:.5rem!important;padding-right:.5rem!important}.rgX-md-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.rgX-md-3>*{padding-left:.75rem!important;padding-right:.75rem!important}.rgX-md-4{margin-left:-1rem!important;margin-right:-1rem!important}.rgX-md-4>*{padding-left:1rem!important;padding-right:1rem!important}.rgX-md-5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.rgX-md-5>*{padding-left:1.25rem!important;padding-right:1.25rem!important}.rgX-md-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.rgX-md-6>*{padding-left:1.5rem!important;padding-right:1.5rem!important}.rgX-md-7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.rgX-md-7>*{padding-left:1.75rem!important;padding-right:1.75rem!important}.bGaps-md-0>*{margin-bottom:0!important}.bGaps-md-1>*{margin-bottom:.5rem!important}.bGaps-md-2>*{margin-bottom:1rem!important}.bGaps-md-3>*{margin-bottom:1.5rem!important}.bGaps-md-4>*{margin-bottom:2rem!important}.bGaps-md-5>*{margin-bottom:2.5rem!important}.bGaps-md-6>*{margin-bottom:3rem!important}.bGaps-md-7>*{margin-bottom:3.5rem!important}.bGapsN-md-1>*{margin-bottom:-.5rem!important}.bGapsN-md-2>*{margin-bottom:-1rem!important}.bGapsN-md-3>*{margin-bottom:-1.5rem!important}.bGapsN-md-4>*{margin-bottom:-2rem!important}.bGapsN-md-5>*{margin-bottom:-2.5rem!important}.bGapsN-md-6>*{margin-bottom:-3rem!important}.bGapsN-md-7>*{margin-bottom:-3.5rem!important}}@media (min-width:992px){.rgX-lg-0{margin-left:0!important;margin-right:0!important}.rgX-lg-0>*{padding-left:0!important;padding-right:0!important}.rgX-lg-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.rgX-lg-1>*{padding-left:.25rem!important;padding-right:.25rem!important}.rgX-lg-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.rgX-lg-2>*{padding-left:.5rem!important;padding-right:.5rem!important}.rgX-lg-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.rgX-lg-3>*{padding-left:.75rem!important;padding-right:.75rem!important}.rgX-lg-4{margin-left:-1rem!important;margin-right:-1rem!important}.rgX-lg-4>*{padding-left:1rem!important;padding-right:1rem!important}.rgX-lg-5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.rgX-lg-5>*{padding-left:1.25rem!important;padding-right:1.25rem!important}.rgX-lg-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.rgX-lg-6>*{padding-left:1.5rem!important;padding-right:1.5rem!important}.rgX-lg-7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.rgX-lg-7>*{padding-left:1.75rem!important;padding-right:1.75rem!important}.bGaps-lg-0>*{margin-bottom:0!important}.bGaps-lg-1>*{margin-bottom:.5rem!important}.bGaps-lg-2>*{margin-bottom:1rem!important}.bGaps-lg-3>*{margin-bottom:1.5rem!important}.bGaps-lg-4>*{margin-bottom:2rem!important}.bGaps-lg-5>*{margin-bottom:2.5rem!important}.bGaps-lg-6>*{margin-bottom:3rem!important}.bGaps-lg-7>*{margin-bottom:3.5rem!important}.bGaps-lg-11>*{margin-bottom:5.5rem!important}.bGapsN-lg-1>*{margin-bottom:-.5rem!important}.bGapsN-lg-2>*{margin-bottom:-1rem!important}.bGapsN-lg-3>*{margin-bottom:-1.5rem!important}.bGapsN-lg-4>*{margin-bottom:-2rem!important}.bGapsN-lg-5>*{margin-bottom:-2.5rem!important}.bGapsN-lg-6>*{margin-bottom:-3rem!important}.bGapsN-lg-7>*{margin-bottom:-3.5rem!important}}@media (min-width:1200px){.rgX-xl-0{margin-left:0!important;margin-right:0!important}.rgX-xl-0>*{padding-left:0!important;padding-right:0!important}.rgX-xl-1{margin-left:-.25rem!important;margin-right:-.25rem!important}.rgX-xl-1>*{padding-left:.25rem!important;padding-right:.25rem!important}.rgX-xl-2{margin-left:-.5rem!important;margin-right:-.5rem!important}.rgX-xl-2>*{padding-left:.5rem!important;padding-right:.5rem!important}.rgX-xl-3{margin-left:-.75rem!important;margin-right:-.75rem!important}.rgX-xl-3>*{padding-left:.75rem!important;padding-right:.75rem!important}.rgX-xl-4{margin-left:-1rem!important;margin-right:-1rem!important}.rgX-xl-4>*{padding-left:1rem!important;padding-right:1rem!important}.rgX-xl-5{margin-left:-1.25rem!important;margin-right:-1.25rem!important}.rgX-xl-5>*{padding-left:1.25rem!important;padding-right:1.25rem!important}.rgX-xl-6{margin-left:-1.5rem!important;margin-right:-1.5rem!important}.rgX-xl-6>*{padding-left:1.5rem!important;padding-right:1.5rem!important}.rgX-xl-7{margin-left:-1.75rem!important;margin-right:-1.75rem!important}.rgX-xl-7>*{padding-left:1.75rem!important;padding-right:1.75rem!important}.bGaps-xl-0>*{margin-bottom:0!important}.bGaps-xl-1>*{margin-bottom:.5rem!important}.bGaps-xl-2>*{margin-bottom:1rem!important}.bGaps-xl-3>*{margin-bottom:1.5rem!important}.bGaps-xl-4>*{margin-bottom:2rem!important}.bGaps-xl-5>*{margin-bottom:2.5rem!important}.bGaps-xl-6>*{margin-bottom:3rem!important}.bGaps-xl-7>*{margin-bottom:3.5rem!important}.bGapsN-xl-1>*{margin-bottom:-.5rem!important}.bGapsN-xl-2>*{margin-bottom:-1rem!important}.bGapsN-xl-3>*{margin-bottom:-1.5rem!important}.bGapsN-xl-4>*{margin-bottom:-2rem!important}.bGapsN-xl-5>*{margin-bottom:-2.5rem!important}.bGapsN-xl-6>*{margin-bottom:-3rem!important}.bGapsN-xl-7>*{margin-bottom:-3.5rem!important}}
/* ========================== rgx and gaps minified =========================== */

/* ======================= padding top/bottom minified ======================== */
.p-0{padding:0!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.5rem!important}.pt-2{padding-top:1rem!important}.pt-3{padding-top:1.5rem!important}.pt-4{padding-top:2rem!important}.pt-5{padding-top:4rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.5rem!important}.pb-2{padding-bottom:1rem!important}.pb-3{padding-bottom:1.5rem!important}.pb-4{padding-bottom:2rem!important}.pb-5{padding-bottom:4rem!important}@media (min-width:400px){.pt-xs-0{padding-top:0!important}.pt-xs-1{padding-top:.5rem!important}.pt-xs-2{padding-top:1rem!important}.pt-xs-3{padding-top:1.5rem!important}.pt-xs-4{padding-top:2rem!important}.pt-xs-5{padding-top:4rem!important}.pb-xs-0{padding-bottom:0!important}.pb-xs-1{padding-bottom:.5rem!important}.pb-xs-2{padding-bottom:1rem!important}.pb-xs-3{padding-bottom:1.5rem!important}.pb-xs-4{padding-bottom:2rem!important}.pb-xs-5{padding-bottom:4rem!important}}@media (min-width:576px){.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.5rem!important}.pt-sm-2{padding-top:1rem!important}.pt-sm-3{padding-top:1.5rem!important}.pt-sm-4{padding-top:2rem!important}.pt-sm-5{padding-top:4rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.5rem!important}.pb-sm-2{padding-bottom:1rem!important}.pb-sm-3{padding-bottom:1.5rem!important}.pb-sm-4{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:4rem!important}}@media (min-width:768px){.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.5rem!important}.pt-md-2{padding-top:1rem!important}.pt-md-3{padding-top:1.5rem!important}.pt-md-4{padding-top:2rem!important}.pt-md-5{padding-top:4rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.5rem!important}.pb-md-2{padding-bottom:1rem!important}.pb-md-3{padding-bottom:1.5rem!important}.pb-md-4{padding-bottom:2rem!important}.pb-md-5{padding-bottom:4rem!important}}@media (min-width:992px){.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.5rem!important}.pt-lg-2{padding-top:1rem!important}.pt-lg-3{padding-top:1.5rem!important}.pt-lg-4{padding-top:2rem!important}.pt-lg-5{padding-top:4rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.5rem!important}.pb-lg-2{padding-bottom:1rem!important}.pb-lg-3{padding-bottom:1.5rem!important}.pb-lg-4{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:4rem!important}}@media (min-width:1200px){.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.5rem!important}.pt-xl-2{padding-top:1rem!important}.pt-xl-3{padding-top:1.5rem!important}.pt-xl-4{padding-top:2rem!important}.pt-xl-5{padding-top:4rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.5rem!important}.pb-xl-2{padding-bottom:1rem!important}.pb-xl-3{padding-bottom:1.5rem!important}.pb-xl-4{padding-bottom:2rem!important}.pb-xl-5{padding-bottom:4rem!important}}
/* ======================= padding top/bottom minified ======================== */

/* ============================= modal minified =============================== */
.collapsing,.modal,.modal-open{overflow:hidden}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;transition-property:height,visibility;transition-duration:.35s;transition-timing-function:ease}.modal{display:none;position:fixed;z-index:5010;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transform:translate(0,-25%);transition:transform .3s ease-out}.modal.in .modal-dialog{transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:100%;margin-left:auto;margin-right:auto;}.modal-content{position:relative;background-color:var(--white);box-shadow:0 3px 9px rgb(var(--blackRGB) / .15);background-clip:padding-box;outline:0;border-radius:0.4rem;}.modal-backdrop{position:fixed;z-index:5005;background-color:var(--grey12-2)}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.7}.modal-body{position:relative;padding:2.4rem var(--centered-wrap_gX) 2.375rem;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
.modal-dialog{padding: var(--centered-wrap_gX); max-width:520px;}.modal-sm{max-width:455px}.modal-md{max-width:640px}.modal-lg{max-width:800px}.modal-xl{max-width:1200px}

.vertical-alignment-helper {display: flex; justify-content: center; height: 100%; width: 100%; pointer-events:none;}
.vertical-align-center {pointer-events:none; margin-top: auto; margin-bottom: auto;}
.modal-content {width:inherit; max-width:inherit; height:inherit; margin: 0 auto; pointer-events: all;}

.modal-content .close-btn {position: absolute; top: 0.25rem; right: 0.25rem;}
.modal-body > *:last-child {margin-bottom: 0;}
@media screen and (max-width: 399px){.modal-body {padding-left: 20px; padding-right: 20px;}}
.modal-content .btn-wrap:last-child {padding-top: 17px;}
/* ============================= modal minified =============================== */

/* =============================== gdpr modal ================================= */
.gdpr-modal {position: fixed; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 900;}
.gdpr-modal:before {content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-color: rgb(var(--blackRGB) / 0.3); pointer-events: none;}
.gdpr-modal > .inr-wrap1 {position: absolute; top: 0; bottom: 0; left: 0; width: 100%; overflow-y: auto; display: flex; z-index: 2;}
.gdpr-modal > .inr-wrap1 > .inr-wrap2 {padding: 1.5625rem 0.78125rem; margin: auto; width: 100%;}
.gdpr-modal .close-btn {position: absolute; top: 0; right: 0;}
.gdpr-modal-body {max-width: 640px; margin: auto; position: relative; padding: 2.125rem 2.125rem 2.375rem 2.125rem; font-size: var(--fSizeMD); line-height: 1.5; background-color: #fff; box-shadow: 0 2px 5px 2px rgb(var(--blackRGB) / 0.12);}
@media screen and (min-width: 421px){.gdpr-modal .intro-row {line-height: 1.85;}}
.gdpr-modal .intro-row {margin-bottom: 1.4rem;}
.gdpr-modal p {margin-bottom: 1.375rem;}
.gdpr-modal p:last-child {margin-bottom: 0;}
@media screen and (max-width: 767px){
	.gdpr-modal-body {padding: 1.5625rem;}
}
@media screen and (max-width: 479px){
	.gdpr-modal .title-primary {margin-bottom: 0.875rem;}
}
/* =============================== gdpr modal ================================= */

/* ================================== 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{transform:translate3d(0px,0px,0px)}.slick-track{position:relative;top:0;left:0;display:block;}.slick-track:after{display:table;content:''}.slick-track:after{display: table; content: ''; clear: both}.slick-loading .slick-track{visibility:hidden}.slick-slide{visibility:hidden;float:left;height:100%;min-height:1px}.slick-slide .slide-img{width:100%;display:block}.slick-slide.slick-loading .slide-img{display:none}.slick-slide.dragging .slide-img{pointer-events:none}.slick-initialized .slick-slide{visibility:visible}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;}.slick-arrow.slick-hidden{display:none}
.slick-slider video {width: 100%; display: block;}
.flex-slick .slick-list, .flex-slick .slick-track {display: flex;}/* turn on flex option for alignment (slick is float based originally) */

.pr-slider, .brands-slider, .pSlider, .feat-slider, .feat-slider-tabs {visibility: hidden;}
.slick-initialized.slick-slider {visibility: visible}

.slick-arrow {background: none; border: none; display: flex; align-items: center; justify-content: center; color: var(--black); font-size: 3rem; font-size: clamp(2.5rem, 2.32792rem + 0.76482vw, 3rem); width: 1em; height: 1em; position: absolute; z-index: 11; top: 50%; border-radius: 50%; transform: translateY(-50%);}
.slick-arrow.slick-disabled {display: none !important;}
.slick-arrow:hover {opacity: 0.7;}
.slick-prev {left: 0; margin-left: 0.5rem;}
.slick-next {right: 0; margin-right: 0.5rem;}
.slick-arrow:before {display: block; text-align: center; color: inherit; line-height: normal;}
.slick-prev:before {content: '\E84a';}
.slick-next:before {content: '\E84c';}

.slick-list + .slick-dots {padding-top: 0.75rem;}
/*.slick-dots-wrap {position: absolute; left: 0; right: 0; bottom: 0; z-index: 12;}*/
.slick-dots-wrap .slick-dots {padding: 0;}
.slick-dots {display: flex; flex-wrap: wrap; justify-content: center; padding-top: 0.5rem; gap: 0.5rem; /*padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);*/}
.slick-dots li:only-child {display: none;}
.slick-dots button {background: var(--grey0-14); width: 2.8125rem; height: 0.625rem; border-radius: 0.25rem; text-indent: -9999px; display: block;}
.slick-dots .slick-active button, .slick-dots li:hover button {background: var(--primary);}

.slick-dots-wrap {padding-top: 0.75rem; margin-bottom: 1.6rem;}

@keyframes widthTo100p {0% { width: 0; }100% { width: 100%; }}
.slick-progress-nav .slick-dots button {overflow: hidden; position: relative; /*border-radius: 0.5em;*/ background: rgb(var(--blackRGB) / 0.05)!important;}
.slick-progress-nav .slick-dots :not(.slick-active) button:hover {background: rgb(var(--primaryRGB) / 1)!important;}
.slick-progress-nav .slick-dots button:after {display: block; content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 0; background-color: rgb(var(--primaryRGB) / 1); z-index: 1;}
/*.slick-progress-nav .slick-dots .slick-active button {width: 2em;}*/
.slick-progress-nav .slick-dots .slick-active button:after {animation: widthTo100p 4s forwards linear 0s 1;}
.slick-progress-nav:hover .slick-dots .slick-active button:after {animation-play-state: paused;}

/* ================================= 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.woff2) format("woff2"), url(lg-fonts/lg.woff) format("woff");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:greyscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-outer .lg-toogle-thumb,.lg-toolbar .lg-icon{color:#999;font-size:24px;line-height:27px;outline:0;text-align:center;cursor:pointer}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover,.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share,.lg-toolbar .lg-icon:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{animation:.3s lg-right-end;position:relative}.lg-outer.lg-left-end .lg-object{animation:.3s lg-left-end;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{float:right;height:47px;padding:10px 0;width:50px;text-decoration:none!important;background:0 0;border:none;box-shadow:none;transition:color .2s linear}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:transform .35s cubic-bezier(0, 0, .25, 1),opacity .35s cubic-bezier(0, 0, .25, 1),color .2s linear}.lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{transform:scale3d(.5,.5,.5);opacity:0;transition:transform 250ms cubic-bezier(0, 0, .25, 1),opacity 250ms cubic-bezier(0, 0, .25, 1)!important;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;transform:translate3d(0,100%,0);transition:transform .25s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,.lg-outer.lg-grab img.lg-object{cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{border-radius:4px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;height:39px;padding:5px 0;position:absolute;right:20px;top:-39px;width:50px;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../images/lg/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../images/lg/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../images/lg/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-backdrop.in,.lg-css3.lg-fade .lg-item.lg-current,.lg-outer .lg-has-html5:hover .lg-video-play,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play,.lg-outer.lg-visible,.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../images/lg/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../images/lg/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-empty-html,.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play,.lg-outer.lg-hide-download #lg-download{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;transition:opacity 80ms}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:transform .3s cubic-bezier(0, 0, .25, 1)}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0, 0, .25, 1),top .3s cubic-bezier(0, 0, .25, 1)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translate3d(0,0,0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scale3d(1,1,1);transition:transform .3s cubic-bezier(0, 0, .25, 1),opacity .15s!important;transform-origin:0 0;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;transition:opacity .15s,transform .15s;transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;transition:box-shadow .3s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;transition:visibility 0s linear .18s,opacity .18s linear}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{transition-delay:0s;transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;transform:translate3d(0,5px,0);transition:transform .18s linear,visibility 0s linear .5s,opacity .18s linear}.lg-outer #lg-share,.lg-outer .lg{position:relative}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;transition:opacity .15s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-backdrop,.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{transition:opacity .15s;opacity:0}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer .lg{overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../images/lg/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item,.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0, 0, .25, 1),opacity .1s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{transition:left 1s cubic-bezier(0, 0, .25, 1),opacity .1s}
/* ================================= lightgallery ====================================== */

/* hover states, zoom-img */
.hover-zoom, .gallery .thumb, .article .main-img .thumb, .subItem__thumb, .staffItem__thumb {overflow: hidden; display: block;}
.zoom-img, .article .main-img img, .gallery img, .goimage999 .swipebox img, .subItem__img, .staffItem__img/*, .sclScrlItem__img*/ {display: block; transition: transform 0.5s var(--easing1) 0s; width: 100%; backface-visibility: hidden;}
.hover-zoom:hover .zoom-img, .gallery a:hover .thumb img, .article .main-img .thumb:hover img, .goimage999 .swipebox:hover img, .subItem__thumb:hover .subItem__img, .staffItem:hover .staffItem__img/*, .sclScrlItem:hover .sclScrlItem__img*/ {transform: scale(1.05);}
.logo:hover .logo__img {opacity: 0.8;} 

/* ========================= UTILITIES ======================= */
.pos-relative {position: relative!important;}
.family1 {font-family: var(--family1)!important;}
.family2 {font-family: var(--family2)!important;}
.italic {font-style: italic!important;}
.weightLight {font-weight: var(--weightLight)!important;}
.weightNormal {font-weight: var(--weightNormal)!important;}
.weightMedium {font-weight: var(--weightMedium)!important;}
.weightSemibold {font-weight: var(--weightSemibold)!important;}
.weightBold {font-weight: var(--weightBold)!important;}
.weightBlack {font-weight: var(--weightBlack)!important;}
.lineh_1 {line-height: 1!important;}
.lineh_1-2 {line-height: 1.2!important;}
.lineh_1-33 {line-height: 1.33!important;}
.lineh_1-7 {line-height: 1.7!important;}
.has-underline a, .has-hover-underline a:hover, .underline, .hover-underline:hover {text-decoration: underline!important;}
.has-underline.has-hover-underline a:hover, .underline.hover-underline:hover {text-decoration: none!important;}
.line-through {text-decoration: line-through!important;}
.fSize1 {font-size: 2.3125rem!important; font-size: var(--fSize1)!important;}
.fSize2 {font-size: 1.9375rem!important; font-size: var(--fSize2)!important;}
.fSize3 {font-size: 1.6875rem!important; font-size: var(--fSize3)!important;}
.fSize4 {font-size: 1.5625rem!important; font-size: var(--fSize4)!important;}
.fSize5 {font-size: 1.4375rem!important; font-size: var(--fSize5)!important;}
.fSize6 {font-size: 1.3125rem!important; font-size: var(--fSize6)!important;}
.fSizeTxt {font-size: var(--fSizeTxt)!important;}
.fSizeLG {font-size: var(--fSizeLG)!important;}
.fSizeMD {font-size: var(--fSizeMD)!important;}
.fSizeSM {font-size: var(--fSizeSM)!important;}
.fSizeXS {font-size: var(--fSizeXS)!important;}
.hgt_1-2em {height: 1.2em!important;}
.hgt_1-5em {height: 1.5em!important;}
.hgt_100p {height: 100%!important;}
.wdt_100p {width: 100%!important;}

.colorPrimary, .hover-colorPrimary:hover, .has-colorPrimary > *, .has-hover-colorPrimary > *:hover {color: var(--primary)!important;}
.colorPrimary.hover-colorPrimary:hover, .has-colorPrimary.has-hover-colorPrimary:hover > * {color: var(--primaryHover)!important;}
.colorPrimary2 {color: var(--primary2)!important;}
.colorSecondary, .hover-colorSecondary:hover {color: var(--secondary)!important;}
.colorSecondary.hover-colorSecondary:hover {color: var(--secondaryHover)!important;}
.colorWhite {color: var(--white)!important;}
.colorBlack, .hover-colorBlack:hover {color: var(--black)!important;}
.colorGrey0-5 {color: var(--grey0-5)!important;}
.colorGrey0-8 {color: var(--grey0-8)!important;}
.colorGrey0-11 {color: var(--grey0-11)!important;}
.colorGrey0-14 {color: var(--grey0-14)!important;}
.colorGrey1-2 {color: var(--grey1-2)!important;}
.colorGrey1-4 {color: var(--grey1-4)!important;}
.colorGrey1-11 {color: var(--grey1-11)!important;}
.colorGrey2-3 {color: var(--grey2-3)!important;}
.colorGrey2-6 {color: var(--grey2-6)!important;}
.colorGrey2-11 {color: var(--grey2-11)!important;}
.colorGrey3-8 {color: var(--grey3-8)!important;}
.colorGrey4-7 {color: var(--grey4-7)!important;}
.colorGrey6-11 {color: var(--grey6-11)!important;}
.colorGrey8-12 {color: var(--grey8-12)!important;}
.colorGrey9-14 {color: var(--grey9-14)!important;}
.colorGrey12-2 {color: var(--grey12-2)!important;}
.colorGrey13-9 {color: var(--grey13-9)!important;}
.colorGreen {color: #58c52d!important;}
.colorRed {color: var(--red)!important;}
.colorSucces {color: var(--success)!important;}
.colorDanger, .error {color: var(--danger)!important;}

.bgPrimary {background-color: var(--primary)!important;}
.bgSecondary {background-color: var(--secondary)!important;}
.bgWhite {background-color: var(--white)!important;}
.bgBlack {background-color: var(--black)!important;}
.bgGrey10 {background-color: var(--grey0-11)!important;}
.bgGrey20 {background-color: var(--grey1-2)!important;}

/* ======================== CONTAINERS ======================= */
.centered-wrap {width: 100%; margin-left: auto; margin-right: auto; padding-left: var(--centered-wrap_gX); padding-right: var(--centered-wrap_gX);}
.centered-wrap .centered-wrap {width: 100%;}
@media screen and (min-width: 1200px){.centered-wrap {width: 93vw;}}
.maxWidth1250, .maxWidthContent {max-width: 1250px;}
.maxWidth1350 {max-width: 1350px;}
.full-bleed {width: 100vw; width: calc(100vw - var(--scrollbarW)); margin-left: 50%; transform: translateX(-50%);}

/* ====================== USEFUL GLOBALS ===================== */
.logo .logo__a {display: inline-block; vertical-align: top;}
.logo, .logo__a, .logo__img {display: block;}
.clearfix:after {display: table; content: ''; clear: both;}
.grecaptcha-badge {visibility: hidden;}
.collapsible2 {height: 0; overflow: hidden; transition: height .4s;}
.sr-only, .skipnav {position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(var(--blackRGB),0); white-space: nowrap; -webkit-clip-path: inset(50%); clip-path: inset(50%); border: 0;}
@keyframes shimmer {0% {background-position: 0%;} 100% {background-position: 600% 0;}}
.skeleton-bar {background: linear-gradient(90deg, var(--grey0-14) 25%, var(--white) 50%, var(--grey0-14) 75%); background-size: 600%; animation: shimmer 7s infinite linear; width: 100%;}
.skipnav:focus {width: auto; height: auto; padding: 0.3em 0.5em; top: 1rem; left: 1rem; clip: auto; white-space: normal; -webkit-clip-path: none; clip-path: none; z-index: 850; outline-offset: 3px;}
.overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10;}


/* glyph font */
.custom-icon, .slick-arrow:before, .aLnkItem:after, .mMenu__lnk:after, .breadcrumbs > ul > li:before, .sideMenu__item:after, .article ul li:before, .goaccordion > h3:after, .subItem__cntn li:before, .bulleted-list li:before, .caret-list ul li:before, blockquote:before {font-family: "glyphs"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: greyscale;}
.custom-icon {display: inline-block; text-decoration: none; width: 1em; line-height: 1em; text-align: center;}

/* ========================== BTNS =========================== */
.c-btn {touch-action: manipulation; user-select: none; display: inline-block; vertical-align: top; margin-bottom: 0; text-align: center; cursor: pointer; color: var(--black); border: var(--btnBdrW) solid transparent; padding: var(--btnPd); font: var(--weightSemibold) var(--btnFS)/var(--btnLH) var(--family1); 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; text-decoration: none!important; letter-spacing: 0.5px;}
.c-btn-inner {display: inline-block; position: relative;}
.c-btn-inner:after {display: block; content: ''; position: absolute; top: calc(100% + 1px); width: 100%; height: 1px; border-bottom: 1px solid currentColor; z-index: 1; opacity: 0; transform: translateY(8px); transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;}
.c-btn:hover .c-btn-inner:after, .underline2 .underline2__line, .hover-underline2:hover .underline2__line {opacity: 1; transform: translateY(0);}
.c-btn:focus {outline: 3px solid rgb(var(--blackRGB) / 0.1);}

.underline2, .hover-underline2 {display: inline-block; position: relative;}
.underline2__line {display: flex; align-items: center; overflow: hidden; position: absolute; top: 100%; width: 100%; height: 1px; z-index: 1; opacity: 0; transform: translateY(8px); transition: opacity 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s; pointer-events: none;}
.underline2__color {width: 100%;}
.underline2:hover .underline2__line {opacity: 0; transform: translateY(8px);}

.c-btn-primary, .c-btn-submit, .goButton1 {color: var(--white); border-color: var(--primary); background-color: var(--primary);}
.c-btn-primary:hover, .c-btn-submit:hover, .goButton1:hover {color: var(--white); border-color: var(--primaryHover); background-color: var(--primaryHover);}

.c-btn-primary2 {color: var(--white); border-color: var(--primary2); background-color: var(--primary2);}
.c-btn-primary2:hover {color: var(--white); border-color: var(--primary2Hover); background-color: var(--primary2Hover);}

.c-btn-secondary {color: var(--white); border-color: var(--secondary); background-color: var(--secondary);}
.c-btn-secondary:hover {color: var(--white); border-color: var(--secondaryHover); background-color: var(--secondaryHover);}

.c-btn-black, .goButton2 {color: var(--white); border-color: var(--black); background-color: var(--black);}
.c-btn-black:hover, .goButton2:hover {color: var(--white); border-color: var(--grey12-2); background-color: var(--grey12-2);}

.c-btn-grey, .c-btn-reset {color: var(--black); border-color: var(--grey0-14); background-color: var(--grey0-14);}
.c-btn-grey:hover, .c-btn-reset:hover {color: var(--black); border-color: var(--grey1-2); background-color: var(--grey1-2);}

.c-btn-outline-primary {color: var(--black); border-color: var(--primary); background-color: transparent;}
.c-btn-outline-primary:hover {color: var(--white); border-color: var(--primary); background-color: var(--primary);}

.c-btn-outline-current {color: inherit; border-color: currentColor; border-color: hsl(from currentColor h s l / 0.45); background-color: transparent;}
.c-btn-outline-current:hover {color: inherit; border-color: currentColor; background-color: transparent; opacity: 0.7;}

.c-btn-outline-grey {color: var(--black); border-color: var(--grey4-7); background-color: var(--white);}/*used in gdpr*/
.c-btn-outline-grey:hover {color: var(--white); border-color: var(--primary); background-color: var(--primary);}

.c-btn[disabled], .c-btn.disabled, .fld[disabled], .slctBtn[disabled], .slctBtn.disabled {pointer-events: none; opacity: 0.33;}
.c-btn-outline-grey.disabled {opacity: 1; color: var(--white); border-color: #c4c4c4; background-color: #c4c4c4;}

.c-btn-sm {padding: var(--btnPd-sm); font-size: var(--btnFS-sm); border-width: var(--btnBdrW);}
.c-btn-md {padding: var(--btnPd); font-size: var(--btnFS); border-width: var(--btnBdrW);}
.c-btn-lg {padding: var(--btnPd); font-size: var(--btnFS); border-width: var(--btnBdrW);}

.c-btn-block {display: block; width: 100%;}

p[style*="center"] > .gobutton {margin-left: 0.7rem;}
p[style*="center"] > .gobutton:last-child {margin-right: 0.7rem;}
p[style*="right"] > .gobutton.c-btn {margin-left: 0.7rem; margin-right: 0;}
.gobutton.c-btn {margin-right: 0.7rem; margin-top: 0.3rem; margin-bottom: 0.3rem;}
.gobutton.c-btn:last-child {margin-right: 0;}

/* menu-btn */
.menuBtn {background: var(--primary); border: none; display: none; position: relative; cursor: pointer; width: 3.25em; height: 3.25em; border-radius: 0.25rem; overflow: hidden;}
@media (hover: hover) {.menuBtn:hover {background: var(--primaryHover);}}
.menuBtn__i {display: block; position: absolute; left: 0; right: 0; transform: translateY(-50%); margin: 0 auto; height: 2px; max-width: 1.3125em; width: 100%; background-color: var(--white); transform-origin: top;}
.menuBtn__i1 {top: calc(50% - 0.375em); transition: opacity .25s ease-in-out 0.09s;}
.menuBtn__i2, .menuBtn__i3 {top: 50%; transition: transform .25s ease-in-out;}
.menuBtn__i4 {top: calc(50% + 0.375em); transition: opacity .25s ease-in-out 0.09s;}
.menuBtn.active .menuBtn__i1, .menuBtn.active .menuBtn__i4 {opacity: 0; transition: none;}
.menuBtn.active .menuBtn__i2 {transform: rotate(45deg) translateY(-50%);}
.menuBtn.active .menuBtn__i3 {transform: rotate(-45deg) translateY(-50%);}

/* close-btn */
.close-btn {color: var(--white); background-color: var(--primary); border: 1px solid var(--primary); border-radius: 0.25rem; width: 2.6em; height: 2.6em; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; transition: 0.1s ease-in-out 0s;}
.close-btn .custom-icon {line-height: normal;}
.close-btn:hover {color: var(--white); border-color: var(--primaryHover); background-color: var(--primaryHover);}

.sclBtn {flex: 0 0 auto; display: flex; align-items: center; justify-content: center; width: 2em; height: 2em; font-size: 1.25em; border: 1px solid currentColor; border-radius: 50%; text-decoration: none!important;}
.sclBtn:hover {opacity: 0.7;}

.scrolltop {opacity: 0; visibility: hidden; position: fixed; bottom: var(--centered-wrap_gX); right: var(--centered-wrap_gX); height: 2.875rem; width: 2.875rem; background: #414143 url("data:image/svg+xml,%3Csvg fill='%23fff' width='17.975' height='39.039001' viewBox='0 0 17.975001 39.039002' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 8.987,0 0,13.424 h 7.19 v 25.615 h 3.595 V 13.424 h 7.19 z' /%3E%3C/svg%3E%0A") no-repeat center center/ 0.5625rem auto; transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s; z-index: 802; color: var(--white);}
.scrolltop:hover {background-color: #59595b;}
.sticky-btn .scrolltop {opacity: 1; visibility: visible; cursor: pointer;}

/* ====================== FORM ELEMENTS ====================== */
/* chk */
.chk {flex: 0 0 auto; display: inline-block; font-size: 1rem; width: 1.5em; height: 1.5em; border: 1px solid var(--grey4-7); background-color: var(--white); background-repeat: no-repeat; background-position: center; background-size: 60% auto; cursor: pointer; border-radius: 0.2em; outline: 1px solid transparent; outline-offset: 2px;}
.chk[type="radio"] {border-radius: 50%;}
.chk:checked {background-color: var(--grey6-11); border-color: var(--grey6-11); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 12.370021' width='16' height='12.370021' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m 14.154337,0.32647346 a 1.0634568,1.0634568 0 0 1 1.533357,0 c 0.40807,0.420436 0.420436,1.10055404 0.01237,1.52099004 L 7.0934788,12.024498 a 1.0634568,1.0634568 0 0 1 -1.5457221,0.02473 L 0.31703303,6.7443115 a 1.1005542,1.1005542 0 0 1 0,-1.545722 1.0634568,1.0634568 0 0 1 1.52099057,0 l 4.4393139,4.501143 7.8522685,-9.34852804 a 0.35860753,0.35860753 0 0 1 0.02473,-0.02473 z' /%3E%3C/svg%3E%0A");}
.chk:disabled, .fld:disabled {opacity: 0.4; background-color: rgb(var(--blackRGB) / 0.05);}
.chkR {display: flex; column-gap: 0.5em;}

/* fld */
.fld, .slctBtn, .select2-search__field {background-image: none; background-position: right 0.5em center; background-size: 1.2em auto; transition: background-image 0.2s ease-in-out 0s; background-repeat: no-repeat; background-color: var(--white); border: var(--fldBdrW) solid var(--grey4-7); width: 100%; line-height: var(--fldLH); font-size: var(--fldFS); padding: var(--fldPd); padding-left: 0.75em; border-radius: var(--fldRds); text-align: left; outline: 1px solid transparent; outline-offset: 2px; transition: color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
textarea.fld {height: auto!important; line-height: 1.45!important; display: block;}
.fld:focus, .slctBtn:focus, .select2-search__field:focus, /*.amntSel__btn:focus,*/ .chk:focus {border-color: rgb(var(--blackRGB) / 0.4); box-shadow: 0 0 0 0.14705rem rgb(var(--blackRGB) / 0.07);}

.fld-sm {padding: var(--btnPd-sm); font-size: var(--btnFS-sm); border-width: var(--fldBdrW);}

.fld.has-error, .slctBtn.has-error, .select2-search__field.has-error, /*.amntSel .fld.has-error,*/ .chk.has-error {border-color: var(--danger); box-shadow: 0 0 0 0.2rem rgb(var(--dangerRGB) / 0.12), 0 0 0 1px var(--danger);}

.fld::placeholder {color: inherit; opacity: 0.5;}

.fld[class*="date"] {padding-right: 2.4em; min-width: 7rem; background-image: url("data:image/svg+xml,%3Csvg viewbox='0 0 16 15.999386' width='16' height='15.999386' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23878787' d='M 6.1535503e-4,14.65487 V 2.84778 q 0,-0.55996 0.38397000497,-0.95993 0.383971,-0.39996 0.95992604,-0.38397 h 2.159834 V 0.49596 q 0,-0.20798 0.143989,-0.35197 Q 3.7923234,0 4.0003074,0 q 0.207984,0 0.351973,0.14399 0.143989,0.14399 0.143989,0.35197 v 1.00792 h 3.007769 V 0.49596 q 0,-0.20798 0.143989,-0.35197 Q 7.7920164,0 8.0000004,0 q 0.207984,0 0.351972,0.14399 0.143989,0.14399 0.143989,0.35197 V 1.50388 H 11.503731 V 0.49596 q 0,-0.20798 0.143989,-0.35197 Q 11.791709,0 11.999693,0 q 0.207984,0 0.351973,0.14399 0.143989,0.14399 0.143989,0.35197 v 1.00792 h 2.159834 q 0.559956,0 0.959926,0.38397 0.399969,0.38398 0.38397,0.95993 v 11.80709 q 0,0.55996 -0.38397,0.95993 -0.383971,0.39997 -0.959926,0.38397 H 1.3445114 q -0.55995604,0 -0.95992604,-0.38397 -0.399969,-0.38397 -0.38397000497,-0.95993 z m 1.00792204497,0 q 0,0.15999 0.07999,0.25598 0.07999,0.096 0.255981,0.096 H 14.655485 q 0.159987,0 0.25598,-0.096 0.09599,-0.096 0.07999,-0.25598 V 2.84778 q 0,-0.15999 -0.07999,-0.25598 -0.07999,-0.096 -0.25598,-0.096 h -2.15983 v 1.00792 q 0,0.20798 -0.143989,0.35197 -0.143989,0.14399 -0.351973,0.14399 -0.207984,0 -0.351973,-0.14399 Q 11.503731,3.7117 11.503731,3.50372 V 2.4958 H 8.4959614 v 1.00792 q 0,0.20798 -0.143989,0.35197 -0.143988,0.14399 -0.351972,0.14399 -0.207984,0 -0.351973,-0.14399 Q 7.5040384,3.7117 7.5040384,3.50372 V 2.4958 h -3.007769 v 1.00792 q 0,0.20798 -0.143989,0.35197 -0.143989,0.14399 -0.351973,0.14399 -0.207984,0 -0.351973,-0.14399 Q 3.5043454,3.7117 3.5043454,3.50372 V 2.4958 h -2.159834 q -0.159987,0 -0.25598,0.096 -0.09599,0.096 -0.07999,0.25598 z m 2.495808,-2.15983 v -1.50389 h 1.999846 v 1.50389 z m 0,-2.49581 V 8.49535 h 1.999846 v 1.50388 z m 0,-2.49581 V 5.99954 h 1.999846 v 1.50388 z m 3.503731,4.99162 v -1.50389 h 1.999846 v 1.50389 z m 0,-2.49581 V 8.49535 h 1.999846 v 1.50388 z m 0,-2.49581 V 5.99954 h 1.999846 v 1.50388 z m 3.4877316,4.99162 v -1.50389 h 1.999847 v 1.50389 z m 0,-2.49581 V 8.49535 h 1.999847 v 1.50388 z m 0,-2.49581 V 5.99954 h 1.999847 v 1.50388 z' /%3E%3C/svg%3E%0A"); cursor: pointer;}

select.fld, .slctBtn {-moz-appearance: none; -webkit-appearance: none; padding-right: 2.4em; background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='6' viewBox='0 0 2.9104166 1.5875001' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 2.9104167,0 H 0 l 1.4552084,1.5875 z' /%3E%3C/svg%3E%0A"); background-position: right 0.7em center; background-size: 0.785em auto;}
select.fld:focus, .slctBtn.act, .select2-container--open .slctBtn {background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='6' viewBox='0 0 2.9104166 1.5875001' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 2.9104167,1.5875 H 0 L 1.4552084,0 Z' /%3E%3C/svg%3E%0A");}
.slctBtn {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; min-width: 5rem;}
.slctBtn.select2-selection {min-height: 0; height: auto!important;}
.slctBtn.select2-selection .select2-selection__rendered {padding-left: 0; padding-right: 0;}
.select2-results__option {line-height: 1.2; font-size: 0.9375em;}
.select2-results__option--selected {color: var(--danger);}

.select2-container .select2-selection--single {height: auto;}

/* ekmk-s sai tehtud multiple */
.slctBtn.select2-selection--multiple {padding: 0; background-image: none;}
.slctBtn.select2-selection--multiple {display: grid; grid-template-columns: auto 1fr;}
.slctBtn.select2-selection--multiple .select2-search {order: -1;}
.slctBtn.select2-selection--multiple .select2-search--inline .select2-search__field {font-size: var(--fldFS); margin: 0; padding: var(--fldPd); min-width: 2.25em; padding-left: 0.7em; padding-right: 1px; height: calc(2.559em - 2px); display: block; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16.118776' viewBox='0 0 16 16.118776' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ccc' d='M 7.7706041,10.763509 C 7.3437219,10.896221 6.8902067,10.96791 6.4169102,10.967968 5.785943,10.967831 5.1896667,10.840617 4.6456822,10.610694 3.8301531,10.26597 3.1333696,9.6876321 2.6424827,8.9607816 2.3970076,8.5974143 2.202987,8.1973548 2.0702378,7.7705779 1.9375201,7.3436957 1.8658315,6.8901805 1.8657788,6.4168839 1.8659158,5.785922 1.9931246,5.1896509 2.2230474,4.6456717 2.5677763,3.8301479 3.1461094,3.1333643 3.8729704,2.6424827 4.2363377,2.3970077 4.6364025,2.2029766 5.0631899,2.0702326 5.4900773,1.9375201 5.9435979,1.8658263 6.4169102,1.8657736 c 0.6309409,1.369e-4 1.2272119,0.127351 1.7711964,0.3572633 0.8155185,0.3447342 1.5122915,0.9230673 2.0031784,1.649923 0.245475,0.3633673 0.439501,0.7634321 0.57225,1.190209 0.132713,0.4268875 0.204401,0.880408 0.204454,1.353715 -1.37e-4,0.6309409 -0.127351,1.227212 -0.357263,1.7711964 C 10.265992,9.0035988 9.6876636,9.7003824 8.9608026,10.191264 8.5974405,10.436734 8.197381,10.63076 7.7706041,10.763509 m 7.9561619,3.76272 -4.212033,-4.212054 c 0.07709,-0.100697 0.151435,-0.203621 0.222587,-0.308916 0.345829,-0.5118845 0.620091,-1.0770038 0.807808,-1.6805479 0.187743,-0.6034336 0.288693,-1.2453553 0.28864,-1.9078272 C 12.833905,5.533474 12.654209,4.6870617 12.329119,3.9188528 11.841329,2.766084 11.028934,1.7881812 10.005286,1.0964535 9.4934007,0.75061333 8.9282815,0.47635647 8.3247373,0.28863996 7.7212985,0.10088658 7.079382,-5.7854108e-5 6.4169102,7.8202299e-8 5.5334897,-1.3685272e-4 4.6870775,0.1795534 3.9188686,0.50464851 2.7660945,0.9924281 1.7881916,1.8048341 1.0964534,2.8284823 0.7506186,3.340367 0.47635647,3.9054915 0.28863996,4.509041 0.10089185,5.1124745 -5.785412e-5,5.7543963 7.8200022e-8,6.4168839 -1.3685273e-4,7.3002833 0.17955867,8.1466903 0.50465377,8.9148992 0.99243863,10.067663 1.8048446,11.045555 2.8284981,11.737293 c 0.5118847,0.345835 1.0770092,0.620092 1.6805586,0.807809 0.6034389,0.187748 1.2453658,0.288692 1.9078535,0.288639 0.8833994,1.37e-4 1.7298064,-0.179553 2.49801,-0.504648 0.4499392,-0.190392 0.8730769,-0.430437 1.2631198,-0.712989 l 4.229412,4.229433 c 0.364315,0.364316 0.954993,0.364321 1.319314,0 0.36431,-0.364315 0.364315,-0.954988 0,-1.319308' /%3E%3C/svg%3E%0A"); background-position: left 0.7em center; cursor: pointer;}
.slctBtn.select2-selection--multiple .select2-search--inline .select2-search__field:focus {outline-color: var(--primary); outline-offset: -1px; background-image: none;}
.slctBtn.select2-selection--multiple .select2-selection__rendered {display: flex; align-items: flex-start; flex-wrap: wrap; padding-top: 0.25em; padding-left: 0.25em;}
.slctBtn.select2-selection--multiple .select2-selection__choice {display: flex; align-items: center; padding: 0.3em 0.5em; margin: 0 0.3em 0.25em 0; line-height: 1.2222; font-size: 1em; border: 1px solid rgb(var(--blackRGB) / 0.25); background-color: #e5e5e5; border-radius: 0.25em;}
.slctBtn.select2-selection--multiple .select2-selection__choice__remove {display: flex; align-items: center; height: 1em; margin-right: 0.27em;}
.slctBtn.select2-selection--multiple .select2-selection__choice__remove:hover {color: var(--danger);}
.slctBtn.select2-selection--multiple .select2-selection__choice__remove > span {font-size: 1.33em;}

.loadInput {position: relative;}
.loadInput .loadInput__i {right: 0.6em; top: 50%; position: absolute; transform: translateY(-50%);}
.loadInput .loadInput__i .c-btn {padding-left: 0; padding-right: 0; cursor: default;}
.loadInput .fld {padding-right: 2.7em;}
.fld[disabled] {opacity: 0.65; pointer-events: none;}

.editAmount .amntSel {--amntSelH: 2.5em; max-width: none;}
.amntSel {--amntSelH: 2.1666em; border: 1px solid var(--grey4-7); background-color: var(--white); border-radius: 0.25em; max-width: 8em; display: grid; align-items: center; grid-template-columns: 2fr 3fr 2fr;}
.amntSel__el {background: none; border-color: transparent; text-align: center;}
.amntSel__fld {padding: 0 0.5em; line-height: var(--amntSelH); height: var(--amntSelH); border-radius: 0; min-width: 0;/*prevents collapse*/}
.amntSel__btn {background: none; border-color: transparent; display: flex; align-items: center; justify-content: center; height: var(--amntSelH);}
.amntSel__btn_i {/*background-color: var(--grey1-2);*/ display: flex; align-items: center; justify-content: center; border-radius: 0.1em; width: 1.611em; height: 1.611em;}
.amntSel__btn_txt {width: 0.6em;}
.amntSel__btn:hover {opacity: 0.7;}/*
@media screen and (min-width: 768px){
	.amntSel {--amntSelH: 2.9375em; max-width: 8.5625em;}
}*/

.daterangepicker {color: var(--black);}
.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker .drp-buttons .btn-primary {background-color: var(--primary);}
.daterangepicker .drp-buttons .btn-primary {color: var(--white);}

.slctDD {position: relative; z-index: 11;}
.slctDD__menu {background-color: var(--white); box-shadow: 0 0 6px 2px rgb(var(--blackRGB) / 0.07); border-radius: 0.25rem; color: var(--black); padding: 0.625rem; position: absolute; top: calc(100% + 2px); left: 0; z-index: 100; text-align: left; width: 15.3rem; font-size: var(--fSizeMD);}
.slctDD__menu_i {padding: 0.3125rem;}
.slctDD__menu .c-btn {font-size: 0.66rem;}
/*.slctDD__menu .dd-hd .srt-btn {display: block; position: relative; padding-left: 1.5em;}
.slctDD__menu .dd-hd .srt-btn .custom-icon {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.slctDD__menu .dd-hd .slctAll .custom-icon {color: #a8c03f; font-size: 0.7333em; margin: -0.01666em 0 0;}
.slctDD__menu .dd-hd .dsmsAll .custom-icon {color: #b50000; font-size: 0.6666em; margin: 0.06em 0 0 0.2em;}*/
.slctDD__menu hr {margin-top: 0;}
.slctDD__menu_i {max-height: 13rem; overflow: hidden; overflow-y: auto;}
@-moz-document url-prefix() {
    .slctDD__menu_i {scrollbar-color: #888 #f1f1f1; scrollbar-width: thin;}
}
.slctDD__menu_i::-webkit-scrollbar {width: 0.6666em;}
.slctDD__menu_i::-webkit-scrollbar-thumb {background: #888;}
.slctDD__menu_i::-webkit-scrollbar-thumb:hover {opacity: 0.7;}
.slctDD__menu_i::-webkit-scrollbar-track {background: #f1f1f1;}

.slctDD__list {padding-bottom: 2px; line-height: 1.2;}
.slctDD__list li {margin-bottom: 0.8em;}
.slctDD__list a:hover {color: var(--secondary); text-decoration: underline;}

.msge {margin: 0.875rem 0; padding: 1.33rem; border-radius: 0.45rem; line-height: 1.35; background-color: var(--white); color: var(--white);}
.msge-success {background-color: var(--success); border-color: var(--success);}
.msge-danger {background-color: var(--danger); border-color: var(--danger);}
.msge ~ .msge {margin-top: 0;}

@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}
.loader {flex: 0 0 auto; display: block; border-style: solid; border-color: currentColor; border-top-color: transparent; border-radius: 50%; animation: spin 2s linear infinite; margin-left: auto; margin-right: auto;}
.loader-xl {border-width: 0.888em; width: 6.666em; height: 6.666em;}
.loader-lg {border-width: 0.555em; width: 4.444em; height: 4.444em;}
.loader-md {border-width: 0.333em; width: 2.5em; height: 2.5em;}
.loader-sm {border-width: 0.2em; width: 1.33em; height: 1.33em;}
.loading {font-size: 1rem; position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background-color: rgb(var(--whiteRGB) / 0.75);}
.loading:after {content: ''; display: block; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; width: 5em; height: 5em; border: 0.625em solid var(--primary); border-radius: 50%; border-bottom-color: transparent; animation: spin 1s linear 0s infinite;}

/* ======================= COMPONENTS ========================= */
.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, rgb(var(--whiteRGB) / 0) 0%,rgb(var(--whiteRGB) / 1) 100%);}

.phr {--phrSize: 100%; display: block; position: relative; background-color: var(--grey0-8); pointer-events: none;}
.phr:before {padding-bottom: var(--phrSize); content: ''; display: block;}
.phr__logo {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; width: 56%; max-width: 15rem; opacity: 0.04; filter: grayscale(1);}

.pill {font-size: var(--fSizeSM); font-weight: var(--weightSemibold); line-height: 1.2; padding: 0.25em 0.5em; border-radius: 0.15rem; display: inline-block; vertical-align: top;}
.pill button {color: inherit; margin-left: 0.4em;}
a.pill:hover, .pill button:hover {opacity: 0.7;}
.pill .custom-icon {font-size: 0.7em;}
.pill-green {color: var(--white); background-color: #5cd264;}
.pill-red {color: var(--white); background-color: var(--red);}
.pill-primary {color: var(--white); background-color: var(--primary);}
.pills {position: absolute; top: 0.5em; right: 0.5em; z-index: 1; pointer-events: none;}
.pills li {margin-bottom: 0.3125em; text-align: right;}

.priceRow {line-height: 1.2; font-weight: var(--weightBold); display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.12em 0.5em;}
.priceRow__normal {font-weight: var(--weightNormal);}
.priceRow__special {color: #dc002c;}
.priceRow__old {text-decoration: line-through; font-size: 0.8333em; font-weight: var(--weightNormal); color: var(--black);}

.rspnsvEmbd {margin-bottom: 1.94rem; position: relative; padding-bottom: 56%; overflow: hidden; background-color: var(--grey2-11);}
.rspnsvEmbd iframe, .rspnsvEmbd object, .rspnsvEmbd embed, .rspnsvEmbd__i {z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.scroll-notice {display: none; justify-content: center; align-items: center; line-height: 1; font-size: 14px; color: var(--primary);}
.scroll-notice .custom-icon {margin: 0 7px;}

.tpLbl-wrap {position: absolute; z-index: 101; margin: 12px 0; font-size: 13.5px;}
.tpLbl {position: relative; display: flex; width: 11em;}
.tpLbl__cntn {display: block; padding: 0.444em 0.5925em 0.37em 0.5925em; min-width: 2.48em; line-height: 1.4; color: var(--white); font-weight: var(--weightLight); background-color: var(--grey13-9);}
.tpLbl__arw {position: absolute; display: block; z-index: -1;}
.tpLbl__arw_i {display: block; width: 1.111em; color: var(--grey13-9);}

/* ========================= LISTS =========================== */
.aLnkItem {display: block; line-height: 1.2; margin: 0.25rem 0; padding: 0.95em 1.65em 0.95em 1em; border-radius: 2em; position: relative; font-size: 1rem; background-color: var(--grey0-8);}
@media screen and (max-width: 767px){.aLnkList:has(.date) .aLnkItem {border-radius: 0.7em;}}
.aLnkItem:after {display: block; content: '\E84c'; position: absolute; right: 0.7em; top: 50%; transform: translateY(-50%); font-size: 0.75em;}
.aLnkItem:hover {background-color: var(--primary)!important; color: var(--white)!important;}
.aLnkItem .date {display: block; width: 6em; white-space: nowrap;}
.aLnkItem__r {margin: 0 -0.4em; row-gap: 0.5em; align-items: center;}
.aLnkItem__c {padding: 0 0.4em;}
@media screen and (min-width: 768px){
	.aLnkItem {margin: 0.3125rem 0; padding: 0.95em 3em 0.95em 1.6em; font-size: var(--fSizeTxt);}
	.aLnkItem:after {right: 1.75em;}
	.aLnkItem .date {border-right: 1px solid rgb(var(--blackRGB) / 0.2);}
}

.bulleted-list ul li, .subItem__cntn ul li {padding-left: 1em; margin-bottom: 0.5em; position: relative; line-height: 1.2;}
.bulleted-list li:last-child, .subItem__cntn li:last-child, .caret-list li:last-child {margin-bottom: 0!important;}
.bulleted-list ul li:before, .subItem__cntn ul li:before {display: block; color: currentColor; position: absolute; top: 1.8em; left: 0.15em; font-size: 0.35em; content: '\E812'; transform: translateY(-50%);}
.bulleted-list ol {padding-left: 1.25em;}

.caret-list ul li {padding-left: 1.2em; margin-bottom: 0.35em; position: relative; line-height: 1.2;}
.caret-list ul li:before {display: block; position: absolute; top: 1.1em; left: 0.07em; font-size: 0.6em; font-weight: 900; content: '\E822'; transform: translateY(-50%); color: var(--primary);}

.files-list {margin-bottom: 2rem; font-size: var(--fSizeTxt);}
.files-list li:not(:last-child) {margin-bottom: 0.5rem;}
.files-list li a {display: flex; position: relative; line-height: 1.2; width: fit-content;}
.files-list .fileIcn {width: 1em; margin: -0.15em 0.8em 0 0; flex: 0 0 auto;}
.fileIcn__txt {color: var(--primary);}
.fileIcn__bg {fill: none;}
.fileIcn__fold {opacity: 0.6;}
.fileIcn__txt_i {letter-spacing: -0.5px;}

.subRItem .phr {--phrSize: 56.07476%;}
.cartItem .phr__logo, .sumPr .phr__logo {width: 86%;}

.subList-wrap, .aLnkList-wrap, .feat-slider-combo, .staffList-wrap, .sRsltList-wrap, .colset-pageform, .gallery {margin-bottom: 3.5rem; margin-bottom: clamp(3.25rem, 2.64771rem + 2.67686vw, 5rem);}
.subList__r, .staffList__r {display: flex; flex-wrap: wrap;}/* gap doesnt work in masonry, cant use grid */
.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 {font-weight: var(--weightSemibold); font-family: var(--family1);}
.subItem > :last-child, .subItem__cntn > :last-child, .staffItem__cntn > :last-child, .sRsltItem__cntn > :last-child {margin-bottom: 0!important;}
.subItem__cntn a:not([class*="btn"]), .staffItem__cntn a:not([class*="btn"]) {text-decoration: underline;}
.subItem__cntn a:not([class*="btn"]):hover, .staffItem__cntn a:not([class*="btn"]):hover {text-decoration: none;}

.subBList__r, .subGList__r {margin: 0 -1.15384% -2.30769%;}
.subBList__c, .subGList__c {padding: 0 1.12781%; margin: 0 0 2.25563%; width: 25%;}

.subBItem, .subGItem {overflow: hidden; width: 100%; max-width: 18.9375rem; font-size: var(--fSizeMD); background-color: var(--white); box-shadow: 0 0 19px 6px rgb(var(--blackRGB) / 0.05); border-radius: 0.3rem; margin: 0 auto;}
.subBItem__thumb, .subGItem__thumb {flex: 0 0 auto; overflow: hidden; border-radius: 0;}
.subBItem__cntn, .subGItem__cntn {padding: 1.25em; flex: 1 1 auto; display: flex; flex-direction: column; width: 100%; height: 100%;}
.subBItem__cntn > *, .subRItem__cntn > * {margin-bottom: 1.33em;}
.subBItem__title, .subGItem__title {line-height: 1.1; margin-bottom: 0.6em; font-size: 1.0625em;}
.subBItem__btn_wrap {margin-top: auto;}
.subItem .c-btn {font-size: 0.875em;}
@media screen and (max-width: 1004px){.subBList__c, .subGList__c {width: 33.3333%;}}
@media screen and (max-width: 666px){.subBList__c, .subGList__c {width: 50%;}}
@media screen and (min-width: 360px) and (max-width: 635px){.subBItem, .subGItem {font-size: 0.7rem; font-size: clamp(0.7rem, 0.59675rem + 0.45889vw, 1rem);}}
@media screen and (max-width: 499px){.subBItem__title, .subGItem__title {font-size: 1.15em;}}
@media screen and (max-width: 359px){
	.subBList__c, .subGList__c {width: 100%;}
}


/*.subRItem {box-shadow: 0 0.25rem 0.4375rem 0.25rem rgb(var(--blackRGB) / 0.03); border-radius: 6px; border: 1px solid #eeefe7;}*/
.subRList__l {position: relative;}
.subRList__l:not(:last-child) {margin-bottom: 3rem;}
.subRItem {font-size: var(--fSizeTxt);}
.subRItem__thumb {border-radius: 0.5rem;}
.subRItem__cntn {padding: 1.75rem 6.5% 0;}
.subRItem__cntn p {line-height: 1.6;}
.subRItem__title {margin-bottom: 0.6em; line-height: 1.1; font-size: 1.75em;}
@media screen and (min-width: 768px){
	.subRItem {box-shadow: none; border: none; border-radius: 0;}
	.subRItem__r {display: grid; grid-template-columns: 1fr 1fr; column-gap: 4.2%; align-items: center;}
	.subRList__l:nth-child(even) .subRItem__c1 {order: 2;}
	.subRItem__cntn {padding-top: 0;}
	.subRItem__thumb {position: relative; z-index: 1;}
	.subRItem__btn_wrap {padding-top: 0.25em;}
}
@media screen and (max-width: 991px){.subRItem {font-size: 0.9375rem;}}
@media screen and (max-width: 767px){
	.subItem__thumb {overflow: hidden; margin: -1px -1px 0 -1px;}
}

.subGItem__cntn {padding-top: 5%; padding-bottom: 5%;}

.article .staffItem {margin: 0 auto 2rem;}
.article .staffItem__img {margin: 0 auto; width: 100%; display: block;}
/*.staffList__title + .staffList {padding-top: 1rem;}*/
.staffList__r {display: grid; grid-template-columns: repeat(auto-fill, minmax(14.5rem, 1fr)); gap: 3rem; gap: clamp(3rem, 2.82792rem + 0.76482vw, 3.5rem);}
@media screen and (max-width: 419px){.staffList__r {grid-template-columns: none;}}
.edtrClms .staffList__r {column-gap: var(--edtrClmsGapX);}
.staffItem {font-size: 1rem; margin: 0 auto; width: 100%; max-width: 15.1875rem;}
.staffItem__thumb {display: block; width: 100%; margin: 0 auto; border-radius: 0.5rem;}
.staffItem__cntn {padding: 1.2em 0 0; position: relative; text-align: center;}
.staffItem__cntn a {color: var(--grey6-11)!important;}
.staffItem__cntn a[href*="mailto"] {word-wrap: break-word;}
.staffItem__cntn a[href*="mailto"], .staffItem__cntn a[href*="tel"] {font-size: 0.75em;}
.staffItem__title {margin: 0!important; font-size: var(--fSizeTxt)!important; font-family: var(--family1)!important; font-weight: var(--weightSemibold)!important; color: inherit!important;}
.staffItem__title2 {line-height: 1!important; margin: 0.3em 0 0!important; font-size: 0.83em; font-weight: var(--weightNormal); color: var(--grey2-6);}
.staffItem__txt {margin-top: 0.7em; line-height: 1.3;}
@media screen and (min-width: 480px){.article .staffItem {margin: 0 0 2rem;}}

/* ========================== MISC =========================== */
.breadcrumbs + .main-content-wrap {padding-top: 3rem; padding-top: clamp(3rem, 2.31166rem + 3.05927vw, 5rem);}
.breadcrumbs {font-size: var(--fSizeSM); line-height: 1.2; color: var(--grey8-12);}
.breadcrumbs ul {display: flex; flex-wrap: wrap; margin: 0 0 -1em 0;}
.breadcrumbs li {padding: 0 0 0 1em; margin: 0 0.75em 1em 0; position: relative;}
.breadcrumbs li:first-child {padding-left: 0;}
.breadcrumbs li:last-child {margin-right: 0;}
.breadcrumbs li:not(:first-child):before {content: '\E84c'; display: block; transform: translate(7%, -50%); position: absolute; top: 1.4em; left: 0; font-size: 0.4em; color: var(--grey12-2);}
.breadcrumbs a {display: block; text-decoration: underline;}
.breadcrumbs li:last-child a, .breadcrumbs a:hover {text-decoration: none;}

.data-table table {width: 100%; line-height: 1.2;}
.data-table td, .data-table th {text-align: left; padding: calc(1.1875em / 2) calc(1.1875em / 4); border-bottom: 1px solid #d8d8d8;}
.data-table tr:last-child > * {border-bottom: none;}
.data-table td:first-child, .plain-table1 td:first-child {padding-left: 0;}
.data-table td:last-child, .plain-table1 td:last-child {padding-right: 0;}
@media screen and (min-width: 768px){.data-table td, .data-table th {padding: 1.1875em calc(1.1875em / 2);}}

.plain-table1 td {padding: 0.5rem 0.5rem 0 0.5rem;}
.plain-table1 tr:first-child td {padding-top: 0;}

.goaccordion {margin-bottom: 2rem; border-top: 1px solid hsl(from currentColor h s l / 0.13);}
.goaccordion > h3 {cursor: pointer; margin: 0!important; color: inherit!important; padding: 0.4166em 1.5em 0.4166em 0.3rem; position: relative; border-bottom: 1px solid hsl(from currentColor h s l / 0.13); font-size: 1.125rem!important; font-family: var(--family1)!important; transition: color 0.2s ease-in-out 0s;}
.goaccordion > h3 .inner {opacity: 0.7;}
.goaccordion > h3:after {transition: transform 0.2s ease-in-out 0s;}
.goaccordion > h3:after {display: block; content: '\E82b'; position: absolute; right: 1em; top: 2em; font-size: 0.4em;}
.goaccordion > h3:hover .inner, .goaccordion > h3.act .inner {opacity: 1;}
.goaccordion > h3.act {border-bottom-color: transparent;}
.goaccordion > h3.act:after {transform: rotate(180deg);}
.goaccordion > div {display: none; border: 1px solid transparent; padding: 0.9375em 0 0.9375em 0.3rem;}
.goaccordion > div > *:last-child {margin-bottom: 0;}

.gallery:not([style*="--itemsCount"]) ul {grid-template-columns: repeat(auto-fill, minmax(153px, 1fr));}
@media screen and (min-width: 992px) {
	/* min-width tuleb ise v2lja m66ta, :not reegel vajalik, et reegel ei kehtiks sidebar olukorras */
	.cClms__c2:not(.cClms__c + .cClms__c2) .gallery:not([style*="--itemsCount"]) ul {grid-template-columns: repeat(5, 1fr);}
}
.gallery ul {--tolerance: 0rem; --itemsCntnr: calc(var(--edtrCntnrW) - (2 * var(--centered-wrap_gX) + var(--tolerance))); --itemsGap: 1rem; --itemsMin: calc((var(--itemsCntnr) - (var(--itemsCount) - 1) * var(--itemsGap)) / var(--itemsCount)); display: grid; gap: var(--itemsGap);
grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--itemsMin)), 1fr));
}
.gallery[style*="--itemsCount: 2"] ul {--tolerance: 21rem;}
.gallery[style*="--itemsCount: 3"] ul {--tolerance: 15rem;}
.gallery[style*="--itemsCount: 4"] ul {--tolerance: 9rem;}
.gallery img {display: block; margin: 0 auto;}
.gallery .thumb {display: block; position: relative; overflow: hidden;}
.gallery .icn {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; color: rgba(255,255,255, 0.8); width: 32%; max-width: 4.54375em;}
.gallery .title {display: block; padding: 0.75rem 0 0 0; line-height: 1.2;}

.leaflet-layer {filter: brightness(300%) contrast(90%);}
.leaflet-popup-content {min-width: 18rem; margin: 0.75em;}
.leaflet-popup-content-wrapper {border-radius: 0!important;}
.leaflet-container {background: var(--white)!important;}
.leaflet-container a.leaflet-popup-close-button {color: var(--black)!important; width: 1em; height: 1em; font: 2em/1.2 Tahoma, Verdana, sans-serif; display: flex; align-items: center; justify-content: center;}
.mpPop {display: grid; grid-template-columns: 5.8em 1fr; column-gap: 0.75em; font-size: 0.75rem; width: 26em;}
.mpPop__c > * {margin: 0 0 0.6em!important;}
.mpPop__c > :last-child {margin-bottom: 0!important;}
.mpPop__c:only-child {grid-column-end: span 2;}
.mpPop__img {aspect-ratio: 1;}
.mpPop__title {font-size: 1.15em; font-weight: var(--weightBold); margin: 0 1em 0.5em 0!important;}
.mpPop__btns {display: flex; flex-wrap: wrap; gap: 0.25em 0.5em;}
.mpPop__btns > * {font-size: 0.8em; padding: 0.45em 0.6em; color: var(--white)!important;}

/* feat-slider */
.feat-slider-wrap {z-index: 1;}
.feat-slider .slide-inner {display: block; position: relative;}

.feat-slider .slick-arrow:before {filter: drop-shadow(0 0 0.25rem rgb(var(--blackRGB) / 0.5)); color: var(--white);}
.feat-slider-tabs-wrap {z-index: 2;}
.feat-slider-tabs .slick-slide {padding: 1.875rem 1.375rem; border-radius: 0.5rem; background-color: var(--white); transition: transform .15s ease-in-out; height: auto;}
.feat-slider-tabs .slide-inner {display: flex; flex-direction: column; width: 100%; height: 100%;}
.feat-slider-tabs .slide-inner > * {margin-bottom: 1rem;}
.feat-slider-tabs .article {font-size: var(--fSizeMD);}
.feat-slider-tabs .article > * {margin-bottom: 1rem;}
.feat-slider-tabs .article h5 {font-weight: var(--weightNormal); font-size: var(--fSize6);}
.feat-slider-tabs .slick-dots {position: static;}
.feat-slider-tabs .c-btn {font-size: 0.8125rem; padding: 0.95em 1.2em;}
@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 rgb(var(--blackRGB) / .4); transform: translateY(-2.5rem);}
}/*
@media screen and (max-width: 680px){
	.feat-slider-tabs .slick-slide.slick-current {background-color: #f7f7f7;}
}*/

.sRsltItem__c:not(:last-child) {border-bottom: 1px solid #000; padding-bottom: 0.5rem;}
.sRsltItem {font-size: 0.88rem; display: block;}
.sRsltItem__title:hover a {color: var(--primary);}
.sRsltItem__c1 {font-weight: var(--weightSemibold);}
.sRsltItem__cntn {margin-bottom: 0.5rem;}
.sRsltItem__title {font-size: 1.375rem; margin-bottom: 0.2rem;}
.sRsltItem__btn_wrap {padding-top: 0.2rem; padding-bottom: 0.5rem;}
.sRsltItem__btn_wrap .c-btn {font-size: 0.8125rem; padding: 0.95em 1.2em;}
.sRsltItem__cntn:last-child .sRsltItem__btn_wrap {padding-bottom: 0;}
@media screen and (min-width: 768px){
	.sRsltItem__c1 {width: 8rem;}
	.sRsltItem__c:not(:last-child) {border-right: 1px solid #000; border-bottom: none; padding-bottom: 0; padding-top: 0.25rem; text-align: right;}
}

/* ===================== pForm ===================== */
.required {color: #f10909; font-weight: normal; vertical-align: top;}
.legend {font-size: 0.8125rem; color: var(--grey8-12); padding: 4px 0;}
.element-error {color: var(--danger); padding: 0.4rem 0 0; font-size: 0.8125rem;}

.article-inner-center .pForm {max-width: none;}
.pForm {max-width: 650px; font-size: var(--fSizeTxt); line-height: 1.5; margin-bottom: 3rem;}
.pForm .chkR {font-size: 1rem;}
.pForm__r {margin-bottom: 1.25rem;}
.pForm__r:last-child {margin-bottom: 0;}
.pForm__lbl {display: block; line-height: 1.2;}
.pForm__fld_w {padding-top: 0.5rem;}
.pForm__txt {color: var(--grey8-12); font-size: var(--fSizeSM);}
.pForm .pForm__title2 {margin: 0; padding-top: 0.75rem;}
.pForm .chks-toggle {padding: 0.75em; border-radius: 0.4em;}
.pForm .chks-toggle > * {width: 1.1em; display: block;}
.pForm__chcks {padding-top: 0.75rem; padding-bottom: 0.75rem; /*font-weight: var(--weightLight);*/}
.pForm__chcks > :not(:last-child) {margin-bottom: 0.5rem;}
.pForm [for*="terms"] > span {font-size: 0.9em; padding-top: 0.15em; display: block; color: var(--grey8-12);}
.pForm__r.pForm__rTerms {padding-top: 0.75rem; padding-bottom: 0.75rem;}
.pFormBtns__r {display: flex; flex-wrap: wrap; margin: 0 -0.375rem -0.75rem;}
.pFormBtns__c {margin: 0 0 0.75rem; padding: 0 0.375rem;}

/* ===================== goslides ===================== */
.goSlides {margin-bottom: 3rem; position: relative;}
.goSlides > div {position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transition: opacity 0.5s ease;}
.goSlides > div.active {opacity: 1; position: relative;}
.goSlides img {display: block!important; width: 100%;}

/* ========================= ARTICLE ========================= */
.article {margin-bottom: 2.5rem; margin-bottom: clamp(2rem, 1.82792rem + 0.76482vw, 2.5rem); line-height: 1.6; font-size: var(--fSizeTxt);}
.intro-article {max-width: 760px; margin-left: auto; margin-right: auto; margin-bottom: 2.5rem; margin-bottom: clamp(2rem, 1.65583rem + 1.52964vw, 3rem);}
.intro-article:has(:is(h1,h2,h3,h4,h5,h5):only-child) {margin-bottom: clamp(2.4rem, 2.19350rem + 0.91778vw, 3rem);}
.article > *:last-child, .article li:last-child, .article [class*="col-"] > *:last-child, .article-inner-center > :last-child {margin-bottom: 0 !important;}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article__h1, .article__h2, .article__h3, .article__h4, .edtrTitle, .pForm .pForm__title, .modal-title, .sclScrl__title, .staffList__title {font-weight: var(--weightBold); font-family: var(--family1);}
.article h1, .article__h1, .edtrTitle1, .sclScrl__title, .staffList__title, .pForm .pForm__title1 {text-wrap: balance; font-size: 2.3125rem; font-size: var(--article__h1); margin-bottom: 1.6rem; margin-bottom: clamp(1.5rem, 1.25908rem + 1.07075vw, 2.2rem);}
.article h2, .article__h2, .edtrTitle2, .pForm .pForm__title2, .modal-title {font-size: 1.4375rem; font-size: var(--article__h2);}
.article h3, .article__h3, .edtrTitle3 {font-size: 1.1875rem; font-size: var(--article__h3);}
.article h4, .article__h4, .edtrTitle4 {font-size: var(--article__h4);}
	
.article ul, .article ol {margin-bottom: 1.5rem;}
.article ul ul, .article ul ol, .article ol ol, .article ol ul {padding-top: 0.3125rem; margin-bottom: 0;}
.article li {position: relative; margin-bottom: 0.35em;}

.article ul {padding-left: 0.1em;}
.article ul li {padding-left: 1.07em;}
.article ul li:before {display: block; position: absolute; top: 2.35em; left: 0; font-size: 0.35em; content: '\E812'; transform: translateY(-50%); color: var(--primary);}
.article ul ol li:before {display: none;}
.article ul ol li {padding: 0;}

.article ol {padding-left: 1em; margin-left: 0.15em;}
.article ol > li {padding-left: 0.15em;}
.article ol ol, .article ul ol {padding-left: 1.2em;}

.article p {margin-bottom: 1rem;}
.article i {font-weight: var(--weightNormal);}
.article sup, .article sub {color: var(--primary);}
.article a:not([class*="btn"]), .subItem__cntn a:not([class*="btn"]) {color: var(--primary); text-decoration: underline;}
.article a:hover, .subItem__cntn a:hover {text-decoration: none;}
.article [class*="btn"] {vertical-align: baseline;}
.article img {display: inline-block;}

.responsive-table, .article .table-wrap {overflow-x: auto;}
.article .table-wrap, .article table {margin-bottom: 2rem; margin-top: 2rem;}
.article .table-wrap table {margin: 0;}
.article table {border-collapse: separate; width: 100%;}
.article table p:only-child {margin: 0;}
.article caption {background-color: var(--grey0-8); text-align: left; padding: 0.3125rem 1.25rem;}
.article tr > * {padding: 0.375rem 0.9375rem; text-align: left;}
.article th {font-weight: normal; background-color: var(--primary); color: var(--white);}
.article tr:nth-child(even) > * {background-color: rgb(var(--blackRGB) / 0.05);}
.article tr:last-child > * {border-bottom-color: transparent;}
.article tr > :first-child {border-top-left-radius: 0; border-bottom-left-radius: 0;}
.article tr > :last-child {border-top-right-radius: 0; border-bottom-right-radius: 0;}
.article table.noborder, .article table.noborder td, .article table.noborder th{border: none;}
.article table .c-btn {font-size: 0.8rem; padding: 0.25em 0.7em;}

.article blockquote {position: relative; line-height: 1.7; padding: 1.666rem; margin-bottom: 1.6875rem; background-color: rgb(var(--blackRGB) / 0.05); display: grid; gap: 0.75rem 1.5rem;}
.article blockquote:before {display: block; content: '\E809'; line-height: 1em; font-size: 1.55rem; color: var(--primary);}
.article blockquote p:last-child {margin-bottom: 0;}
@media screen and (min-width: 768px){
	.article blockquote {grid-template-columns: 2em 1fr;}
	.article blockquote:before {grid-column-start: 1;}
	.article blockquote > * {grid-column-start: 2;}
}

.article .main-img {width: 34%; text-align: center;}
.article .main-img a {display: block;}
.article .main-img .thumb {display: block; position: relative; max-width: 31.875rem; z-index: 1;}
.article .main-img .icn {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; color: rgb(var(--whiteRGB) / 0.8); width: 32%; max-width: 4.54375em;}
.article .main-img .title {display: block; padding-top: 0.25em; font-size: 0.9em;}
.article .main-img img {display: block; margin: 0 auto;}
.article .img-left {float: left; margin: 0 3.75rem 0 0;}
.article .img-right {float: right; margin: 0 0 0 3.75rem;}
.article .row .main-img {width: auto; float: none; margin: 0;}
.article .row {margin-bottom: 3.9rem; margin-bottom: clamp(2.7rem, 2.28700rem + 1.83556vw, 3.9rem);}
.article-inner-center {max-width: 800px; margin: 0 auto 3rem auto;}
.last-edited {color: #939393; letter-spacing: 0.25px;}
:is(h1,h2,h3,h4,h5,h6) + .last-edited {margin-top: -1rem;}
@media screen and (min-width: 1200px){
	:is(h1,h2,h3,h4,h5,h6) + .last-edited {padding-top: 0;}
	.last-edited {padding-top: 1.5rem;}
}
@media screen and (min-width: 1200px){
	.article .row {margin-left: -1.25rem; margin-right: -1.25rem;}
	.article .row > * {padding-left: 1.25rem; padding-right: 1.25rem;}
}
@media screen and (max-width: 767px){
	.article > .row {margin-bottom: 1.5rem;}
	.article [class*="col-md"]:not(:last-child) {margin-bottom: 1.1rem;}
	.article [class*="col-md"] .main-img, .article [class*="col-md"] > img {float: left; display: block; position: relative; left: 50%; transform: translateX(-50%);}
}
@media screen and (max-width: 575px){
	.article img {display: block; float: none; margin: 0 auto 1rem auto; width: auto;}
	
	.article .main-img {float: none; width: auto; margin: 0; margin-bottom: 1.25rem;}
	.article .main-img img {width: 100%;}
}
.govideo iframe {display: inline-block; vertical-align: top; margin-bottom: 2rem;}
.goimage999 .swipebox {display: block; position: relative; overflow: hidden;}

/* ==================== EDITOR =============================== */
.edtrArea-wrap {padding: 3rem 0; padding: clamp(3rem, 2.48375rem + 2.29446vw, 4.5rem) 0;}
.edtrArea-wrap + .main-content-wrap, .main-content-wrap + .edtrArea-wrap {position: relative; padding-top: 0;}
.edtrArea-container {max-width: 1250px; width: 100%; margin: 0 auto; padding: 0 var(--centered-wrap_gX);}
.edtrArea > * {margin-bottom: 3rem; margin-bottom: clamp(2rem, 1.20841rem + 3.51816vw, 4.3rem);}
.edtrArea > :last-child, .edtrClms > :last-child, .edtrClms__c > :last-child, .edtrBlock > :last-child {margin-bottom: 0;}

.edtrClms {
	--tolerance: 5rem;
	--edtrClmsCntnrW-net: calc(var(--edtrCntnrW) - (2 * var(--centered-wrap_gX))); 
	--edtrClmsCntnr: calc(var(--edtrCntnrW) - (2 * var(--centered-wrap_gX) + var(--tolerance))); 
	--edtrClmsCount: 1; 
	--edtrClmsGapY: 1.5rem; 
	--edtrClmsGapX: 1.5rem; 
	--edtrClmsMin: calc((var(--edtrClmsCntnr) - (var(--edtrClmsCount) - 1) * var(--edtrClmsGapX)) / var(--edtrClmsCount));
}
.edtrClms__r {display: grid; gap: var(--edtrClmsGapY) var(--edtrClmsGapX); grid-template-columns: repeat(var(--edtrClmsCount), 1fr);}
.edtrClms__c {position: relative; min-width: 0;}
.edtrClms__c > * {margin-bottom: 2rem;}
@media screen and (min-width: 768px){
	.edtrClms2 {--edtrClmsCount: 2;}
	.edtrClms3 {--edtrClmsCount: 3;}
	.edtrClms2-odd .edtrClms__r {grid-template-columns: var(--edtrCol1, 50fr) var(--edtrCol2, 50fr);}
}
@media screen and (min-width: 768px){.edtrClms4 {--edtrClmsCount: 2;}}
/*@media screen and (min-width: 992px){.edtrClms4 {--edtrClmsCount: 4;}}*/
.edtrClms5 {--edtrClmsCount: 5;}
.edtrClms6 {--edtrClmsCount: 6;}
.edtrClms5 .edtrClms__r, .edtrClms6 .edtrClms__r {grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--edtrClmsMin)), 1fr));}

.edtrClms.isCompact {--edtrCntnrW: calc(876px + (2 * var(--centered-wrap_gX))); max-width: 876px; margin-left: auto; margin-right: auto;}

.edtrClmsGX0 {--edtrClmsGapY: 0; --edtrClmsGapX: 0;}
.edtrClmsGX1 {--edtrClmsGapY: 1rem; --edtrClmsGapX: 1rem;}
.edtrClmsGX2 {--edtrClmsGapY: 2rem; --edtrClmsGapX: 2.5rem;}
.edtrClmsGX3 {--edtrClmsGapY: 2rem; --edtrClmsGapX: 7%;}
.edtrClmsAlgnS .edtrClms__r {align-items: start;}
.edtrClmsAlgnC .edtrClms__r {align-items: center;}
.edtrClmsAlgnE .edtrClms__r {align-items: end;}

.edtrClmsBdrX {--edtrClmsBdrX-size: 1px; --edtrClmsGapX-percent: calc(var(--edtrClmsGapX) * (var(--edtrClmsCntnrW-net) / var(--edtrClmsMin)));}
.edtrClmsBdrX .edtrClms__c:before {content: ''; display: block; position: absolute; top: 0; right: calc((var(--edtrClmsGapX) * -0.5) - (var(--edtrClmsBdrX-size) / 2)); height: 100%; border-right: var(--edtrClmsBdrX-size) solid currentColor;}
.edtrClmsBdrX.edtrClmsGX3 .edtrClms__c:before {right: calc((var(--edtrClmsGapX-percent) * -0.5) - (var(--edtrClmsBdrX-size) / 2));}
.edtrClmsBdrX .edtrClms__c:last-child:before {display: none;}
@media screen and (min-width: 768px) and (max-width: 991px){
	.edtrClms4.edtrClmsBdrX .edtrClms__c:nth-child(even):before {display: none;}
}
@media screen and (max-width: 767px){
	.edtrClms2.edtrClmsBdrX .edtrClms__c:before, .edtrClms3.edtrClmsBdrX .edtrClms__c:before, .edtrClms4.edtrClmsBdrX .edtrClms__c:before {display: none;}
}

.edtrClms.edtrBg {padding-top: 2rem; padding-bottom: 2rem;}
.edtrClms.edtrBg1 {border-image: linear-gradient(var(--primary), var(--primary)) fill 0 // 0 100vw;}
.edtrClms.edtrBg2 {border-image: linear-gradient(var(--secondary), var(--secondary)) fill 0 // 0 100vw;}
.edtrClms.edtrBg3 {border-image: linear-gradient(var(--grey0-8), var(--grey0-8)) fill 0 // 0 100vw;}
.edtrBg1, .edtrBg2 {color: var(--white);}
.edtrBg .fileIcn__txt, .edtrBg1 .article blockquote:before, .edtrBg1 .article ul li:before, .edtrBg2 .article ul li:before {color: inherit;}
.edtrBg1 .article th {background-color: var(--white); color: var(--primary);}
.edtrBg1 .goButton1 {background-color: var(--primary2); border-color: var(--primary2);}

.edtrClms__c.edtrBg1 {background-color: var(--primary);}
.edtrClms__c.edtrBg2 {background-color: var(--secondary);}
.edtrClms__c.edtrBg3 {background-color: var(--grey0-8);}
.edtrClms__c.hasPdX1, .edtrClms__c.hasPdX2, .edtrClms__c.hasPdX3 {padding-left: var(--edtrClmPdX, 0px); padding-right: var(--edtrClmPdX, 0px);}
.edtrBg.hasPdX1, .edtrBg.hasPdX2, .edtrBg.hasPdX3 {padding-top: var(--edtrClmPdX, 0px); padding-bottom: var(--edtrClmPdX, 0px);}
.edtrClms__c.hasPdX1 {--edtrClmPdX: 1.15rem; --edtrClmPdX: clamp(1rem, 0.82792rem + 0.76482vw, 1.5rem);}
.edtrClms__c.hasPdX2 {--edtrClmPdX: 1.6rem; --edtrClmPdX: clamp(1.5rem, 1.24187rem + 1.14723vw, 2.25rem);}
.edtrClms__c.hasPdX3 {--edtrClmPdX: 3rem; --edtrClmPdX: clamp(2.25rem, 1.47562rem + 3.44168vw, 4.5rem);}

.edtrBlock:only-child {display: flex; flex-direction: column; width: 100%; height: 100%;}
[class*="pulledX"]:only-child {width: calc(100% + (2 * var(--edtrClmPdX, 0px)));}/* .edtrBlock:only-child pulledX korral hakkas negatiivne margin widthi v2hendama */
/*.edtrBlock > * {margin-bottom: 2rem;}*/
.edtrBlock.pulledX-half {margin-left: calc(-0.5 * var(--edtrClmPdX, 0px)); margin-right: calc(-0.5 * var(--edtrClmPdX, 0px));}
.edtrBlock.pulledX-full {margin-left: calc(-1 * var(--edtrClmPdX, 0px)); margin-right: calc(-1 * var(--edtrClmPdX, 0px));}
.edtrClms__c.edtrBg .pulledX-half:first-child .edtrImage-wrap, .edtrClms__c.edtrBg .pulledX-half:first-child .edtrEmbed-wrap {margin-top: calc(-0.5 * var(--edtrClmPdX, 0px));}
.edtrClms__c.edtrBg .pulledX-full:first-child .edtrImage-wrap, .edtrClms__c.edtrBg .pulledX-full:first-child .edtrEmbed-wrap {margin-top: calc(-1 * var(--edtrClmPdX, 0px));}
.edtrClms__c.edtrBg .pulledX-half:last-child .edtrImage-wrap, .edtrClms__c.edtrBg .pulledX-half:last-child .edtrEmbed-wrap {margin-bottom: calc(-0.5 * var(--edtrClmPdX, 0px));}
.edtrClms__c.edtrBg .pulledX-full:last-child .edtrImage-wrap, .edtrClms__c.edtrBg .pulledX-full:last-child .edtrEmbed-wrap {margin-bottom: calc(-1 * var(--edtrClmPdX, 0px));}


.edtrTitleXL3 {font-size: 4.5rem; font-size: var(--edtrTitleXL3);}
.edtrTitleXL2 {font-size: 4rem; font-size: var(--edtrTitleXL2);}
.edtrTitleXL {font-size: 3.5rem; font-size: var(--edtrTitleXL);}

.edtrIcon {font-size: clamp(0.5rem, 0.32792rem + 0.76482vw, 1rem);}
.edtrIcon.jstfyC > * {margin-left: auto; margin-right: auto;}
.edtrIcon.jstfyE > * {margin-left: auto;}
.edtrIconXS > * {width: 2em;}
.edtrIconS > * {width: 4em;}
.edtrIconM > * {width: 6em;}
.edtrIconL > * {width: 8em;}

.edtrBlock:has(.edtrHr:only-child) {overflow: hidden;}/* prevent margin collapse */
.edtrHr[style*="width: 20%"] {width: 3rem!important;}
.edtrHr[style*="width: 40%"] {width: 6.75rem!important;}
.edtrHr[style*="width: 60%"] {width: 10rem!important;}
.edtrHr[style*="width: 80%"] {width: 16rem!important;}

.edtrClms:has(.edtrBlock:only-child > .fullVw:only-child) + .edtrClms:has(.edtrBlock:only-child > .fullVw:only-child) {margin-top: calc(-1 * clamp(2rem, 1.20841rem + 3.51816vw, 4.3rem));}/* stack fullVw on top of each other */
.edtrImage-wrap.jstfyC {align-items: center; text-align: center;}
.edtrImage-wrap.jstfyE {align-items: flex-end; text-align: right;}
.edtrImage-wrap.algnC {justify-content: center;}
.edtrImage-wrap.algnE {justify-content: flex-end;}
.edtrImage-wrap:not(.odd) .edtrImage {width: 100%;}
.edtrImage-wrap {display: flex; flex-direction: column; width: 100%; height: 100%; align-items: flex-start; justify-content: flex-start;}
.edtrImage-wrap.fullVw, .pSlider-wrap.fullVw {width: 100vw; width: calc(100vw - var(--scrollbarW)); margin-left: 50%; transform: translateX(-50%);}
@supports (clip-path: inset(0px)) {
	.edtrImage-wrap.prllx .edtrImage, .pSlider-wrap.prllx .slick-slide {height: 30rem; overflow: hidden; clip-path: inset(0px);}
	.edtrImage-wrap.prllx .edtrImage__img, .pSlider-wrap.prllx .slide-img {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
	.edtrImage-wrap.prllx.fullVw, .pSlider-wrap.prllx.fullVw {width: 0; transform: none; margin: 0 auto; align-items: center;}
	.edtrImage-wrap.prllx.fullVw .edtrImage, .pSlider-wrap.prllx.fullVw .pSlider {width: 100vw;}
	
	.pSlider-wrap.prllx .slick-list, .pSlider-wrap.prllx .slick-track {transform: none;}
	.pSlider-wrap.prllx.fullVw {display: flex; flex-direction: column; overflow: visible;}
	.pSlider-wrap.prllx.fullVw .slick-dots-wrap {width: 0; max-width: none; display: flex; flex-direction: column; align-items: center; padding-left: 0; padding-right: 0; bottom: 1rem;}
	.pSlider-wrap.prllx.fullVw .slick-dots-wrap .slick-dots {width: 100vw; justify-content: center;}
}
.edtrImage__thumb {display: block; position: relative;}
.edtrImage__thumb .icn {display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; color: rgb(var(--whiteRGB) / 0.8); width: 32%; max-width: 4.54375em;}
.edtrImage__img {display: block; width: 100%;}
.edtrImage__title {display: block; padding: 0.75rem 0.25rem 0 0.25rem; font-size: var(--fSizeXS); font-weight: var(--weightLight); opacity: 0.8;}

.edtrEmbed-wrap iframe {display: block;}

/* ========================= LAYOUT STYLED =================== */
/* =========================================================== */
.topFirst {background-color: var(--black); border-image: linear-gradient(var(--black), var(--black)) fill 0 // 0 100vw; color: var(--white); line-height: 1.222; font-size: var(--fSizeSM); font-size: clamp(0.8125rem, 0.79099rem + 0.09560vw, 0.875rem); max-width: 1354px; width: 100%; margin: 0 auto; padding: 0.75rem var(--centered-wrap_gX);}
.topFirst__c1 {width: 29%;}
.topFirst__c2 {flex: 1 1 auto;}
.topFirst__c3 a {color: var(--primary2);}
.topFirst__c .row {row-gap: 0.2rem;}
.topFirst p {margin: 0;}
.topFirst a {text-decoration: underline;}
.topFirst a:hover {text-decoration: none;}
@media screen and (min-width: 992px) and (max-width: 1199px){.topFirst__c1 {width: 24%;}}
@media screen and (min-width: 992px){
	.topFirst__r {flex-wrap: nowrap;}
}
@media screen and (max-width: 991px){
	.topFirst {padding-top: 1rem; padding-bottom: 1rem;}
	.topFirst__r {row-gap: 0.9rem;}
	.topFirst__c {width: 100%;}
}

.topRibbon-holder {min-height: var(--topRibbonHeight);}
#topHeader {--topMenuOffset: 2.03125rem;}
#topRibbon-wrap {position: relative; top: 0; left: 0; width: 100%; z-index: 803; background-color: var(--white); transition: background-color 0.2s linear 0s; box-shadow: 0 10px 16px 1px rgb(var(--blackRGB) / 0.09);}
.topRibbon-holder.is-stuck #topRibbon-wrap {position: fixed; top: 0;}
#topRibbon-wrap .centered-wrap {width: 100%; max-width: 1450px; padding: 0 var(--centered-wrap_gX);}
#topRibbon {height: var(--topRibbonHeight); display: flex; align-items: center; column-gap: 0.5em;}

.topLogo {width: 3.85em; min-width: 3.5em;}
.topLogo__img {display: block; width: 100%;}
.topSlogan {line-height: 1.2;}

.srch-wrap {display: flex; z-index: 201;}
.srch {flex: 1 1 auto; position: relative; display: flex; isolation: isolate; z-index: 201;}
.srch__i {flex: 1 1 auto; display: flex; align-items: center; column-gap: 0.5em;}
.srch__i_i {flex: 1 1 auto; position: relative;}
.srch__el {font-size: 1em; padding: 0.640625em 1em;}
.srch__tgl {width: 2.63em; padding-left: 0; padding-right: 0;}
.srch__tgl_i {display: flex; align-items: center; justify-content: center; height: 1.2222em;}
.srch__tgl .custom-icon {font-size: 1.15em;}
.srch__fld {font-size: 0.875em; padding-top: 0.81857em; padding-bottom: 0.81857em;}
.srch__btn {position: absolute; top: 1px; right: 1px; width: 2.5em; height: calc(100% - 2px); display: flex; justify-content: center; align-items: center; z-index: 1;}
.srch__btn:hover {color: var(--primary);}
.srch__rst {opacity: 0; visibility: hidden;}
.srch__rst .custom-icon {font-size: 0.83em;}
.srch__load {z-index: 2; background-color: var(--white); color: var(--grey3-8); pointer-events: none;}
.srch:valid .srch__rst {opacity: 1; visibility: visible;}
.srch:valid .srch__fld {background-image: none;}

.srch-wrap .tSel-dd {width: 100%; min-width: 20rem; max-width: 36rem;}

@media screen and (min-width: 1200px){
	.srch {z-index: 1;}
	.srch__tgl, .srch__bd {display: none;}
}
@media screen and (max-width: 1199px){
	.srch__fld {border-color: var(--white);}
	.srch__i {position: fixed; left: 50%; transform: translateX(-50%); z-index: 2; width: 0; overflow: hidden; opacity: 0; visibility: hidden;}
	.srch.act .srch__i {width: calc(100% - 1rem); opacity: 1; visibility: visible; transition: opacity 0.5s var(--easing1) 0s, visibility 0.5s var(--easing1) 0s, width 0.25s var(--easing1) 0s;}
	.srch__bd {position: fixed; top: 0; left: 0; width: 100%; height: 100%; border: none; outline: none; background: rgb(var(--blackRGB) / 0.7); z-index: 1;}
	.srch .srch-find {min-width: 6rem; box-shadow: inset 0 0 3px 3px rgb(var(--whiteRGB) / 0.35);}
	
	.srch-wrap .tSel-dd {position: fixed; top: calc(var(--topRibbonHeight) - 0.75rem); transform: none; min-width: 0; width: calc(100% - 1rem); left: 0.5rem;}
}


.tSel {position: relative; z-index: 200;}

.tSel-btn {font-size: 1em; padding: 0.640625em 1em;}
.tSel-btn__r {column-gap: 0.6em;}
.tSel-btn__icn {height: 1.2222em; display: flex; align-items: center; justify-content: center; position: relative;}
.tSel-btn .custom-icon {width: auto; display: block; flex: 0 0 auto; transition: transform 0.4s ease-in-out 0s;}

.langSel .tSel-btn {color: var(--black); border-color: var(--grey0-8); background-color: var(--grey0-8);}
.langSel .tSel-btn:hover {color: var(--black); border-color: var(--grey0-14); background-color: var(--grey0-14);}
.langSel .tSel-btn .custom-icon {font-size: 0.45em;}
.langSel .tSel-btn.act .custom-icon {transform: rotate(-180deg);}

.cartSel .tSel-btn {padding-left: 0.5em; padding-right: 0.5em;}
.cartSel .tSel-btn__r {column-gap: 1.3em;}
.cartSel .tSel-btn .custom-icon {font-size: 2.2em;}
.cartSel .item-count {display: flex; align-items: center; justify-content: center; text-align: center; width: 1.91666em; height: 1.91666em; font-size: 0.75em; font-weight: var(--weightNormal); color: var(--white); background-color: var(--red); position: absolute; top: 0; right: 0; transform: translate(50%, -80%); z-index: 1; border-radius: 50%;}

.tSel-dd {position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 1px); z-index: 1; overflow-y: auto; max-height: 60vh; width: 15em; background-color: var(--white); color: var(--black); box-shadow: 0 2px 6px 2px rgb(var(--blackRGB) / 0.1); padding: 1em; border-radius: 0.25rem; overflow-y: auto; max-height: calc(100vh - var(--topRibbonHeight));}
.tSel-dd .close-btn {position: absolute; top: 0.25em; right: 0.25em;}
.tSel-dd > * {margin-bottom: 0.5em;}
.tSel-dd hr {margin: 0.5em 0;}
.tSel-dd__opts > * {margin-bottom: 0.45em;}
.tSel-dd__btns > .row {margin: 0 -0.25em;}
.tSel-dd__btns > .row > * {padding: 0 0.25em;}

.langSel .tSel-dd {width: 4.3571em; background-color: var(--primary); color: var(--white); box-shadow: none;}
.cartSel .tSel-dd {width: 27em; padding: 1.25em; left: auto; transform: none; right: 0;}
.acntDd .tSel-dd {padding: 1em 1.25em;}

.tSel-dd__opts a:hover {opacity: 0.7;}

@media screen and (max-width: 629px){
	.cartSel .tSel-dd {left: 50%; transform: translateX(-50%); top: auto; position: fixed; width: calc(100% - 1rem); max-width: 27em;}
}
@media screen and (max-width: 575px){
	.tSel-btn {padding-left: 0.5em; padding-right: 0.5em;}
	.cartSel .tSel-btn {padding-left: 0.15em;}
	.cartSel .tSel-btn__txt {display: none;}
}


.ddPrList {margin-bottom: 1.15em;}
.ddPrList > * {margin-bottom: 0.75em; padding-bottom: 0.75em; border-bottom: 1px solid rgb(var(--blackRGB) / 0.07);}
.ddPr {display: grid; grid-template-columns: 15% 1fr; align-items: center; column-gap: 3.5%; position: relative;}
.ddPr .close-btn {font-size: 0.53em; top: 0; right: 0; position: absolute;}
.ddPr .phr__logo {width: 82%;}
.ddPr__thumb {box-shadow: 0 0 7px 1px rgb(var(--blackRGB) / 0.07);}
.ddPr__cntn {padding-right: 2em;}
.ddPr__cntn > * {margin-bottom: 0.35em;}
.ddPr__title {padding-top: 0.25em;}
.ddPr__code {font-size: 0.75em; color: var(--grey8-12);}

.mMenuDD-parent {position: relative;}
.mMenu {line-height: 1.2;}
/*.mMenu__c.item-active .mMenu__lnk:after, .mMenu__c:hover .mMenu__lnk:after {opacity: 1; width: 1.75rem;}*/
.mMenu__c-prs .mMenu__lnk {background-color: var(--black);}
.mMenu__lnk {display: block; position: relative; font-weight: var(--weightSemibold); letter-spacing: 0.25px;}
.mMenu__lnk_i {display: block;}
.mMenu__lnk:after {content: ''; display: block; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; opacity: 0; height: 3px; background-color: var(--primary); transition: all 0.3s ease-in-out 0s;}
.mMenuDD__lnk {display: block;}
/*.item-active .mMenu__lnk, .mMenu__c:hover .mMenu__lnk {}*/
.mMenu .submenu-toggle {position: absolute; display: flex; align-items: center; justify-content: center; top: 0.3em; right: 0.65em; height: 1.9em; width: 2em; border: none; border-radius: 0; padding: 0; color: inherit; z-index: 2; background: none; outline: 2px solid transparent; outline-offset: -2px; transition: transform 0.4s ease-in-out 0s;}
.mMenu .submenu-toggle .custom-icon {position: relative; top: 0.17em; font-size: 0.4em; width: auto;}
.mMenu .submenu-toggle:focus {outline-color: var(--primary);}
.submenu-toggle[aria-expanded="true"] {transform: rotate(-180deg);}
.mMenuDD {height: 0; overflow: hidden; visibility: hidden; opacity:0; transition: visibility 0s linear 0.3s, opacity 0.3s linear, height .4s;}
.mMenuDD.is-open {opacity: 1; visibility: visible; transition-delay: 0s;}
.mMenuDD__r {background-color: var(--white); color: var(--black);}
.mMenuDD__lnk:hover {opacity: 0.7;}

@media screen and (min-width: 1200px){
	.topFirst {order: -2;}
	
	.topRibbon-holder {order: -1;}
	#topHeader {display: flex; flex-direction: column;}
	#topRibbon-wrap {border-image: linear-gradient(0deg,var(--grey1-11) 1px,var(--white) 0) fill 0//0 100vw;}
	#topRibbon {column-gap: 5%; transition: height 0.3s var(--easing1) 0s; padding: 1.375em 1em calc(1.375em * 2.5) 0; display: grid; grid-template-columns: auto 1fr 1fr auto auto;}

	.topLogo {width: 6.6875em; transition: width 0.3s var(--easing1) 0s;}
	.topSlogan {margin-left: -2rem; width: calc(100% + 4rem);}

	.topRibbon-holder.is-stuck .topLogo {width: 3.5em;}
	.topRibbon-holder.is-stuck #topRibbon {height: 6rem;}

	.menu-bd {display: none;}
	#main-menus .m__inner_wrap {display: block!Important; z-index: 11; position: absolute; bottom: calc(-1 * var(--topMenuOffset)); left: 0; right: 0; max-width: 1450px; width: 100%; margin: 0 auto; padding: 0 var(--centered-wrap_gX);}
	#main-menus .m__inner_wrap_i {background-color: var(--primary); color: var(--white); border-radius: 0.45rem; padding-right: 1em;}
	.mMenu__r {display: flex; flex: 1 1 auto;}/* for multiple lines use align-content */
	.mMenu__c {display: flex; align-items: center;}
	.mMenu {display: flex; flex-direction: row-reverse; align-items: center;}
	.mMenu__lnk {display: flex; align-items: center; padding: 1.45em 1.65em; border-radius: 0.45rem;}
	.mMenu__lnk:after {left: 0; transform: none;}
	.mMenu__lnk_i {display: block;}
	.item-active .mMenu__lnk, .mMenu__c:hover .mMenu__lnk {color: var(--primary2);}
	.mMenu .submenu-toggle {position: static; width: 1.875em; height: 2em; margin: -0.2em 0.75em 0 -1.35em; outline-offset: -6px; flex: 0 0 auto;}
	/*.mMenu .submenu-toggle:focus {outline: none;}*/

	
	.mMenuDD {height: auto!important; max-height: 60vh; text-align: left; position: absolute; left: 0; top: 100%; padding-top: 0; z-index: 806; width: 16em; transition: visibility 0s linear 0.3s, opacity 0.3s linear; overflow-y: auto; box-shadow: 0 0 7px 2px rgb(var(--blackRGB) / 0.05);}
	.mMenuDD__r {padding: 1.6em 1.6em 1.5em 1.65em; border-radius: 0;}
	.mMenuDD__c:not(:last-child) {margin-bottom: 0.75em; padding-bottom: 0.75em; border-bottom: 1px solid rgb(var(--blackRGB) / 0.1);}
	.mMenuDD__lnk {max-width: max-content;}
}
@media screen and (min-width: 1400px) {#topRibbon {padding-left: 1.5em;}}
@media screen and (min-width: 1200px) and (hover: hover) {
	.mMenu__c:hover > .submenu-toggle {transform: rotate(-180deg);}
	.mMenu__c:hover > .mMenuDD {visibility: visible; opacity: 1; transition-delay: 0s;}
}
@media screen and (max-width: 1199px){
	#topHeader > * {width: 100%;}
	
	#topRibbon-wrap > .centered-wrap {padding-right: 0; padding-left: 0.65rem;}
	#topRibbon {padding-right: var(--topRibbonHeight);}
	
	.topSlogan + * {margin-left: auto;}
	.topSlogan {max-width: 50vw;}
	
	.menu-bd {pointer-events: none; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 11; background-color: rgb(var(--blackRGB) / 0.5); visibility: hidden; opacity:0; transition: visibility 0s linear 0.2s, opacity 0.2s linear;}
	.main-menus-active {overflow: hidden; height: 100%;}
	.main-menus-active .menu-bd {visibility: visible; opacity: 1; transition-delay: 0s;}
	#main-menus {--menuBarW: 21.875rem; display: flex; flex-direction: column; align-items: flex-end; position: absolute; z-index: 11; top: calc((var(--topRibbonHeight) - 3.25em) / 2); right: calc((var(--topRibbonHeight) - 3.25em) / 2); color: var(--white); margin-right: 0!important; text-align: center; font-size: 1rem;}
	#main-menus .menuBtn {display: block; }
	#main-menus .m__inner_wrap {display: flex; flex-direction: column; align-items: flex-end; top: var(--topRibbonHeight); bottom: 0; right: 0; margin-left: 0; z-index: 200; position: fixed; width: 100%; transform: translateX(100%); overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; visibility: hidden; transition: transform 0s var(--easing1) 0s, visibility 0s var(--easing1) 0s;}
	#main-menus .m__inner_wrap.shown {visibility: visible; transform: translateX(0); transition-duration: 0.5s;}
	#main-menus .m__inner_wrap::-webkit-scrollbar {display: none;}
	#main-menus .m__inner_wrap_i {width: var(--menuBarW);}
	#main-menus .m__inner_wrap_i_i {background-color: var(--primary); /*border-top: 5px solid var(--secondary);*/ min-height: calc(100vh - var(--topRibbonHeight)); display: flex; flex-direction: column; /*justify-content: center;*/}
	.mMenu {font-size: 1.1rem;}
	.mMenu__block {padding: 1em;}
	.mMenu__c {display: block; margin: 0;}
	.mMenu__c:not(:last-child) {border-bottom: 1px solid rgb(var(--blackRGB) / 0.07);}
	.mMenuDD-parent > .mMenu__lnk {padding-left: 3em; padding-right: 3em;}
	.mMenu__lnk {padding: 0.73em;}
	.submenu-toggle[aria-expanded="true"] .custom-icon {top: -0.15em;}

	.mMenuDD__r {background-color: var(--white); padding: 1.3333em; padding-bottom: 1.1333em;}
	.mMenuDD__c {margin-bottom: 0.75rem;}
	.mMenuDD__c:last-child {margin-bottom: 0;}
	
}
@media screen and (min-width: 316px) and (max-width: 1199px){#topRibbon > * {margin-right: 0.35em;}}
@media screen and (max-width: 819px){
	.topSlogan {display: none;}
}
@media screen and (max-width: 425px){
	#main-menus {--menuBarW: calc(100% - 8vw);}
}
@media screen and (max-width: 359px){#topRibbon {font-size: 0.875rem;}}
@media screen and (max-width: 300px){#topRibbon {font-size: 0.8125rem;}}


.topHero-wrap {position: relative; background: var(--grey0-11) url('../images/bg-hero.jpg') no-repeat center bottom / cover; padding-bottom: 1px;}
.topHero-wrap > .centered-wrap {max-width: 1450px; width: 100%;}
.topHero__title {font-size: clamp(1.75rem, 1.70698rem + 0.19120vw, 1.875rem); padding-top: 0.7rem; padding-top: clamp(0.7rem, 0.59675rem + 0.45889vw, 1rem);}
.topHero .logo {display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; height: 0; padding-top: 2.8rem;}
.topHero .logo__a {padding: 0.7em; background-color: var(--white); border-radius: 0.25rem;}
.topHero .slick-dots li:not(.slick-active) button {box-shadow: 0 0 3px 0 rgb(var(--blackRGB) / 0.07);}
.topHero .slick-dots li:not(:hover) button {background: var(--white)!important;}
@media screen and (min-width: 1200px){
	.topHero {padding-top: var(--topMenuOffset);}
}

.pSlider-wrap {width: 100%; max-width: 1400px; margin: 0.875rem auto 0; position: relative; background-repeat: no-repeat; background-size: cover; overflow: hidden; box-shadow: 0 0 22px 1px rgb(var(--blackRGB) / 0.07);}
.pSlider {position: relative; z-index: 2;}
.pSlider:not(.slick-initialized) > :not(:first-child) {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.pSlider.slick-initialized {min-height: 0!important;}
.pSliderItem {display: grid;}
.pSliderItem > * {grid-area: 1 / 1;}
.pSliderItem picture, .pSliderItem__pic {display: flex;}
.pSliderItem__img {display: block; width: 100%;}
.pSliderItem__overlay {display: flex; color: var(--white); max-width: 1170px; width: 100%; padding: var(--centered-wrap_gX); line-height: 1.35; z-index: 1; text-shadow: 0 0 4px rgb(var(--blackRGB) / 0.25);}
.frontpage .pSliderItem__overlay {color: var(--black); text-shadow: none;}
.page .pSliderItem__overlay {border-image: linear-gradient(rgb(var(--blackRGB) / 0.32), rgb(var(--blackRGB) / 0.32)) fill 0 // 0 100vw;}
.pSliderItem__overlay.justify-content-center {text-align: center;}
.pSliderItem__overlay.justify-content-end {text-align: right;}
.pSliderItem__cntn {max-width: 28rem; width: 100%;}
.pSliderItem__cntn > * {margin-bottom: 0.9em;}
.pSliderItem__cntn > *:last-child {margin-bottom: 0!important;}
.pSliderItem__cntn .title1__txt {display: block; font-weight: var(--weightBold); line-height: 1.1; font-size: 2.3125rem; font-size: var(--fSize1);}
.pSliderItem__cntn .title2__txt {display: block; font-weight: var(--weightNormal); font-size: 1rem;}
.pSliderItem__cntn .title3__txt {display: block; font-size: 1rem;}
.pSliderItem__cntn .btn-wrap {padding-top: 0.5em;}
.pSliderItem__cntn .c-btn {text-shadow: none; font-size: 1rem; font-size: clamp(0.83rem, 0.77149rem + 0.26004vw, 1rem);}
.pSlider-wrap .slick-dots-wrap {width: 100%; max-width: 1350px; /*bottom: 0.5rem;*/}
.pSlider-wrap .slick-dots {justify-content: center;}
/*.pSlider-wrap .slick-dots li:not(.slick-active):not(:hover) button {background: rgb(var(--whiteRGB) / 0.6);}*/

@media screen and (min-width: 576px){
	.pSlider-wrap .slick-dots-wrap {bottom: 2%;}
	.pSliderItem__cntn .c-btn {padding: 0.975em 1.2em;}
}
@media screen and (max-width: 575px){
	.frontpage .pSliderItem__overlay {grid-area: 2 / 1 / auto / auto; text-align: center;}
	/*.pSliderItem__overlay {padding: calc(1.25 * var(--centered-wrap_gX)) var(--centered-wrap_gX);}*/
	.pSliderItem__cntn > * {margin-bottom: 0.75em;}
	/*
	.pSlider-wrap:has(.slick-dots-wrap li:nth-child(2)) .pSliderItem__overlay {padding-bottom: 2.75rem;}
	.pSlider-wrap:not(:has(.slick-dots-wrap li:nth-child(2))) .pSliderItem__overlay {padding-bottom: 2rem;}*/
}

.main-content-wrap {padding: 3rem 0 5rem; padding: clamp(3rem, 2.13958rem + 3.82409vw, 5.5rem) 0 clamp(4rem, 2.96750rem + 4.58891vw, 7rem);}
.main-content {position: relative;}

.cClms {margin-bottom: 3.5rem; margin-bottom: clamp(3.5rem, 3.33486rem + 0.73394vw, 4rem);}
.cClms__r {display: grid; gap: 2.6rem 2.58%;}
.cClms__c {min-width: 0;}
.cClms__c > :last-child {margin-bottom: 0!important;}
@media screen and (min-width: 1025px){
	.cClms__r {grid-template-columns: 24fr 78fr;}
	.cClms__c:only-child {grid-column: 1/-1;}
	.cClms__c2:not(:only-child) .subBList__c, .cClms__c2:not(:only-child) .subGList__c {width: 33.3333%;}
}

.sideMenu-wrap {position: -webkit-sticky; position: sticky; top: 6rem; z-index: 11;}
.sideMenu {width: 100%; position: relative; z-index: 1;}
.sideMenu__m {line-height: 1.2; letter-spacing: 0.5px;}
.sideMenu__item {position: relative; display: block; padding: 0.9375em 1.0625em 0.9375em 2em; border-bottom: 1px solid var(--grey1-2);}
.sideMenu__item:after {display: block; content: '\E82c'; position: absolute; top: 2.85em; left: 1em; font-size: 0.6em; color: inherit; line-height: normal; transform: translateY(-50%);}
.sideMenu__lnk {display: block; position: relative; font-size: 1.09375em;}
.sideMenu__item ul {padding-top: 0.3em;}
.sideMenu__item li {margin-top: 0.4em;}
.sideMenu__item.active > .sideMenu__lnk, .sideMenu__lnk:hover, .sideMenu__item li:hover > a, .scroll-menu-item-active {color: var(--primary);}
.sScrlSctn-wrap {position: relative; scroll-margin-top: calc(var(--topRibbonHeight) + 1.75rem);}
.sScrlSctn-wrap:not(:last-child) {margin-bottom: 3.5rem;}
@media screen and (min-width: 992px){
	.sScrlSctn-wrap {scroll-margin-top: calc(var(--topRibbonHeight) - 0.5rem);}
	.sScrlSctn-wrap:not(:last-child) {margin-bottom: 5rem;}
}
@media screen and (min-width: 1200px){.sideMenu-wrap {top: 9rem;}}

.intro-content {width: 100%; margin: 0 auto 2.5rem; margin-bottom: clamp(2rem, 1.56979rem + 1.91205vw, 3.25rem);}
@media screen and (min-width: 1200px){.intro-content {max-width: 1110px;}}
.intro-content__head .article__h1 {margin-bottom: 0.25rem;}
.intro-content .article {padding-top: 2rem;}

.fp-desc {padding-top: 2rem; margin: 0 auto; max-width: 1145px; width: 100%;}

.pr-box {background-color: var(--white); box-shadow: 0 0 19px 6px rgb(var(--blackRGB) / 0.05); border-radius: 0.3rem; padding: 0.59375em;}

.mainCats {margin-bottom: 2rem; margin-bottom: clamp(2rem, 1.65583rem + 1.52964vw, 3rem);}
.mainCats__r {display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.7rem; gap: clamp(0.5rem, 0.24187rem + 1.14723vw, 1.25rem) clamp(0.5rem, 0.09130rem + 1.81644vw, 1.6875rem);}
.mainCat {height: 100%; min-height: 5.243125rem; display: grid; grid-template-columns: 4.5rem 1fr; gap: 1rem 6%; align-items: center; padding: 0.375rem; box-shadow: 0 0 27px 5px rgb(var(--blackRGB) / 0.07); transition: box-shadow 0.2s ease-in-out 0s;}
.mainCat__thumb {background-color: var(--grey0-8); border-radius: 0.3rem; display: flex; align-items: center; justify-content: center; overflow: hidden; aspect-ratio: 1;}
.mainCat__img {max-width: 59%;}
.mainCat__title {font-size: var(--fSizeLG); font-weight: var(--weightBold); margin: 0;}
.mainCat > :only-child {grid-column: 1/-1; text-align: center;}
.mainCat:hover {box-shadow: 0 0 11px 7px rgb(var(--blackRGB) / 0.02);}
@media screen and (max-width: 1199px){.mainCats__r {grid-template-columns: repeat(3, 1fr);}}
@media screen and (max-width: 879px){.mainCats__r {grid-template-columns: repeat(2, 1fr);}}
@media screen and (max-width: 575px){
	.mainCats__r {grid-template-columns: repeat(1, 1fr);}
	.mainCat {grid-template-columns: 4rem 1fr; min-height: 4.75rem;}
}
@media screen and (max-width: 300px){
	.mainCat {min-height: 3.5rem;}
	.mainCat__thumb {display: none;}
	.mainCat__title {grid-area: 1 / 1 / 2 / span 2; text-align: center;}
}

.catList-wrap {margin-bottom: 2rem; margin-bottom: clamp(2rem, 1.31166rem + 3.05927vw, 4rem);}
.catList__r {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; gap: clamp(0.5rem, 0.11281rem + 1.72084vw, 1.625rem);}
.catItem {display: flex; flex-direction: column; text-align: center; max-width: 19rem; width: 100%; height: 100%; margin: 0 auto;}
.catItem__cntn {padding-top: 1.4em; padding-bottom: 1.1em;}
.catItem__title {font-weight: var(--weightSemibold);}
@media screen and (max-width: 1000px){.catList__r {grid-template-columns: repeat(3, 1fr);}}
@media screen and (max-width: 672px){.catList__r {grid-template-columns: repeat(2, 1fr);}}
@media screen and (min-width: 360px){.catItem__title {font-size: clamp(0.75rem, 0.57792rem + 0.76482vw, 1.25rem);}}
@media screen and (max-width: 359px){.catList__r {grid-template-columns: none;}}

.fav {position: relative;}
.favBtn {color: #231f20; display: block;}
.favBtn:hover {color: #625d5e;}
.favBtn:not(.act) .favIcn__bg {fill: none;}

.products-wrap {position: relative; margin-bottom: 2rem; margin-bottom: clamp(2rem, 1.65583rem + 1.52964vw, 3rem);}
.pr-item-title {font-weight: var(--weightSemibold); font-size: 0.9375em; margin: 0;}
.pr-item-code, .pr-item-quantity {font-size: 0.8125em; margin-bottom: 0;}
.pr-item .priceRow {font-size: 1.125em;}

.pr-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; gap: clamp(0.5rem, 0.11281rem + 1.72084vw, 1.625rem);}
.pr-grid .pr-item {position: relative; display: flex; flex-direction: column; row-gap: 1.2em; max-width: 19rem; width: 100%; height: 100%; margin: 0 auto; padding-bottom: 1em;}
.pr-grid .pr-item > :not(.pr-item-thumb) {padding-left: 2.6%; padding-right: 2.6%;}
.pr-grid .pr-item-pill {position: absolute; right: 0; z-index: 1; pointer-events: none;}
.pr-grid .pill {position: absolute; top: 0.5rem; right: 2.6%; z-index: 1; pointer-events: none;}
.pr-grid .pr-item-thumb .pr-img {aspect-ratio: 1;}
.pr-grid .pr-item-data {margin-top: auto;}
.pr-grid .pill {padding: 0.125em 0.2em; font-size: 1rem;}
.pr-grid .priceRow {align-items: center;}
.pr-grid .priceRow .fav {margin-left: auto; flex: 0 0 auto;}

.pr-rows {overflow-x: auto; padding-top: 0.7rem; font-size: clamp(0.875rem, 0.83198rem + 0.19120vw, 1rem);}
.pr-rows table {width: 100%; min-width: 50em;}
.pr-rows tr > * {padding: 0.65em 1em; border-bottom: 1px solid var(--grey3-8);}
.pr-rows tr > :not(:last-child) {padding-right: 0;}
.pr-rows tr .cell-thumb {width: 6em; position: relative;}
.pr-rows tr .cell-code {width: 11em; text-align: center;}
.pr-rows tr .cell-price {width: 11em;}
.pr-rows tr:nth-child(even) > * {background-color: var(--grey0-8);}
.pr-rows th {background-color: var(--primary); color: var(--white); font-weight: var(--weightNormal); text-align: left; border-bottom-width: 0;}
.pr-rows th button {color: inherit;}
.pr-rows th button:hover {opacity: 0.7;}
.pr-rows th button.ascent, .pr-rows th button.descent {padding-right: 1.5em; background-repeat: no-repeat; background-position: right center; background-size: 1em auto;}
.pr-rows th button.ascent {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5'/%3E%3C/svg%3E");}
.pr-rows th button.descent {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1'/%3E%3C/svg%3E");}
.pr-rows .pill {padding: 0.125em 0.2em; font-size: 0.875em;}
.pr-rows .pr-item-title {margin-bottom: 0.35em;}
.pr-rows .pr-img {margin: 0 auto;}
.pr-rows .fav {flex: 0 0 auto;}
.pr-rows .favIcn {width: 1em; max-width: none;}
.pr-rows .priceRow {margin: 0;}

@media screen and (max-width: 1000px){.pr-grid {grid-template-columns: repeat(3, 1fr);}}
@media screen and (max-width: 767px){
	.pr-rows tr .cell-thumb {width: 4em;}
}
@media screen and (max-width: 672px){.pr-grid {grid-template-columns: repeat(2, 1fr);}}
@media screen and (max-width: 359px){.pr-grid {grid-template-columns: none;}}

.pagination {display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
@media screen and (min-width: 992px){.pagination {justify-content: flex-end;}}
.pagination li > * {display: flex; min-width: 1.75em; height: 1.75em; position: relative; justify-content: center; align-items: center; text-align: center; background: none; border: 1px solid transparent; border-radius: 0;}
.pagination .active > * {font-weight: var(--weightBold);}
.pagination li:first-child > * {background: url("data:image/svg+xml,%3Csvg width='1.5874999' height='2.9104166' viewBox='0 0 1.5874999 2.9104166' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 1.5874999,2.9104166 V 0 L 0,1.4552084 Z' /%3E%3C/svg%3E%0A") no-repeat center center/ 0.43em auto; text-indent: -9999px;}
.pagination li:last-child > * {background: url("data:image/svg+xml,%3Csvg width='1.5874999' height='2.9104166' viewBox='0 0 1.5874999 2.9104166' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0,2.9104166 V 0 l 1.5874999,1.4552084 z' /%3E%3C/svg%3E%0A") no-repeat center center/ 0.43em auto; text-indent: -9999px;}
.pagination li:not(.disabled, .active):hover > * {opacity: 0.5;}
.after-pagi {padding-top: 1rem;}

.prClms {margin-bottom: 3.5rem; margin-bottom: clamp(3.5rem, 3.33486rem + 0.73394vw, 4rem);}
.prClms__r {display: grid; gap: 1.2rem 2.58%;}
.prClms__c {min-width: 0;}
.prClms__c > :last-child {margin-bottom: 0!important;}
@media screen and (min-width: 1025px){
	.prClms__r {grid-template-columns: 24fr 78fr;}
	.prClms__c1 {grid-area: 2 / 1 / auto / auto;}
	.prClms__c2 {grid-area: 1 / 1 / auto / span 2;}
	.prClms__c3 {grid-area: 2 / 1 / auto / span 2;}
	.prClms__c1 ~ .prClms__c3 {grid-area: 2 / 2 / auto / auto;}
	.prClms__c1 ~ .prClms__c3 .pr-grid {grid-template-columns: repeat(3, 1fr);}
}

.catMenu-wrap {position: -webkit-sticky; position: sticky; top: 8.5rem; padding-top: 0.5rem;}
.catMenu {line-height: 1.2;}
.catMenu a {display: block;}
.catMenu a:hover, .catMenu .tgl:hover {color: var(--primary);}
.catMenu > li {border-bottom: 1px solid var(--grey3-8); padding-left: 0.5rem;}
.catMenu .lnk {font-weight: var(--weightSemibold); padding: 0.77rem 0;}
.catMenu .lnk-wrap {display: flex;}
.catMenu .tgl {flex: 0 0 auto; margin-left: auto; height: 2.738em; width: 2.738em; display: flex; align-items: center; justify-content: center;}
.catMenu .tgl .custom-icon {font-size: 0.45rem; width: auto; position: relative; top: 0.07em;}
.catMenu .tgl[aria-expanded="true"] {transform: rotate(-90deg);}
.catMenu-sub {font-size: var(--fSizeMD); padding: 0 0 0.7rem 1.5rem;}
.catMenu-sub .lnk {font-weight: var(--weightNormal); padding: 0.25rem 0;}
.catMenu-sub .tgl {height: 1.73em; width: 2.92em;}
.catMenu-sub .catMenu-sub {padding-top: 0.7rem;}


.prFilters {border-bottom: 2px solid var(--grey2-11); padding: 1.7rem 0 0.7rem 0; margin-bottom: 1.2rem;}
.prFilters__r {display: grid; grid-template-columns: 24% auto 1fr auto; gap: 1em 2%; align-items: center;}
.prFilters .fld {padding-top: 0.32em; padding-bottom: 0.32em;}
.prFilters .chkR {align-items: center; line-height: 1.1;}
.prFilters .chkR .chk {display: block;}
.prFilters .fldR {line-height: 1.1;}
.prFilters .fldR__r {display: flex; justify-content: flex-end; row-gap: 0.25em; margin: 0 -0.4em; align-items: center;}
.prFilters .fldR__c {padding: 0 0.4em;}
.prFilters .viewModes {display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75em; max-width: 6.088125em; margin-left: auto;}
.prFilters .viewModes svg {width: 1.53em;}
.prFilters .viewModes svg:hover {opacity: 0.7;}
.prFilters .viewModes button {display: block;}
.prFilters .viewModes button[aria-pressed="true"] svg {fill: var(--primary); stroke: var(--primary);}
@media screen and (min-width: 1200px){
	.prFilters {padding-left: 0.5rem;}
	.prFilters .fldR .fld {min-width: 11em;}
}
@media screen and (max-width: 991px){
	.prFilters__r {grid-template-columns: 1fr 1fr;}
	.prFilters .pagination {justify-content: flex-start;}
}
@media screen and (max-width: 575px){
	.prFilters__r {grid-template-columns: 1fr auto; row-gap: 1.5em;}
	.prFilters__c {grid-column-end: span 2;}
	.prFilters__c3 {grid-column: 1 / auto;}
	.prFilters__c4 {grid-column: 2 / auto;}
	
	.prFilters .chkR, .prFilters .fldR__r {justify-content: center;}
	.prFilters .fldR__c1 {order: 2;}
	.prFilters .fldR__c2 {order: 1; width: 9em;}
}
@media screen and (max-width: 359px){
	.prFilters__r {grid-template-columns: 1fr;}
	.prFilters__c {grid-column: 1 / -1;}
	.prFilters .pagination {justify-content: center;}
	.prFilters .viewModes {margin-right: auto;}
	.prFilters .fldR__c2 {width: auto;}

}

.prDtls-content {--leftOffset: 1.35rem;}
.prDtls-content .pill {padding: 0.125em 0.2em;}
.prDtls-content .priceRow {font-size: 1.5rem;}
.prDtls-content .priceRow__old {font-size: 0.625em;}
@media screen and (min-width: 992px){
	.prDtlsR__c1 {width: 47.25%;}
	.prDtlsR__c2 {width: 52.75%;}
}
@media screen and (min-width: 1200px){
	.prDtlsR__r {margin-left: -3.07692%!important; margin-right: -3.07692%!important;}
	.prDtlsR__c {padding-left: 2.89855%!important; padding-right: 2.89855%!important;}
	
	.prDtlsR__c1 {padding-top: 2rem;}
}
@media screen and (max-width: 991px){.prDtlsR__c1 {margin-top: -0.5rem;}}
@media screen and (max-width: 767px){
	.prDtlsR__c {max-width: 35.125rem;}
}

.product-facts > div {padding: 0.38rem var(--leftOffset); border-top: 1px solid var(--grey2-11);}
.product-facts dt, .product-facts dd {display: inline;}


.measures {font-size: var(--fSizeSM); max-width: 20rem;}
.measures .measure-row {display: grid; grid-template-columns: 1fr 1fr 2em; gap: 0.5em; margin-bottom: 0.5em;}
.measures .fld {padding: 0.57em;}
.measures .measure-add {padding: 0; width: 2.75em; height: 2.5em; font-family: sans-serif; font-weight: normal;}

.prAdd {font-size: var(--fSizeSM);}
.prAdd__r {display: flex; flex-wrap: wrap; gap: 1.2em 0.75em; align-items: center;}
.prAdd__c {display: flex; column-gap: 0.7em; align-items: center;}
.prAdd__c .priceRow {margin-bottom: 0;}
.prAdd .fld {text-align: center; padding: 0.57em; width: 3.5em;}
@media screen and (min-width: 449px){.prDtlsCart {padding-left: var(--leftOffset);}}
@media screen and (min-width: 576px){.prAdd .add-btn {min-width: 8.5rem;}}
@media screen and (min-width: 451px){.prAdd .prAdd__c-submit:not(:first-child) .btn-submit {margin-left: 0.7em;}}
/*
@media screen and (max-width: 450px){
	.prDtlsCart {text-align: center;}
	.prDtlsCart .priceRow, .prAdd {justify-content: center;}
}*/

.dtlsImgs__img, .dtlsThumbs__img {width: 100%;}
.pr-slider:not(.slick-initialized) {display: flex;}
.pr-slider:not(.slick-initialized) > * {flex: 0 0 auto;}
.dtlsImgs-wrap {background-repeat: no-repeat; background-size: cover;}
.dtlsThumbs {padding-top: 2rem; padding-top: clamp(2rem, 1.82792rem + 0.76482vw, 2.5rem);}
.dtlsThumbs__r {margin: 0 -2.6221484136002097718730880167817% -5.2442968272004195437461760335634% -2.6221484136002097718730880167817%;}
.dtlsThumbs__c {cursor: pointer; margin-bottom: 4.9829748359770783157545054397476%; padding: 0 2.4914874179885391578772527198738%; width: 25%;}
.dtlsThumbs__c:not(.active) {opacity: 0.4;}
.dtlsThumb {border: 1px solid var(--grey2-11); border-radius: 0.3rem; padding: 0.5rem;}
.dtlsThumb__img {aspect-ratio: 1;}

.shdw-box {display: flex; align-items: flex-end; position: relative; margin-bottom: 2.5rem;}
.shdw-box.as-sep {height: 0; z-index: -1;}
.shdw-box:before, .shdw-box:after {display: block; content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); pointer-events: none;}
.shdw-box:before {z-index: 1; width: 100%; height: 4rem; border-image: linear-gradient(var(--white), var(--white)) fill 0 // 0 100vw;}
.shdw-box:after {z-index: 0; width: 104%; height: 0; box-shadow: 0 -10px 30px 8px rgb(var(--blackRGB) / 0.1);}
.shdw-box__inner {width: 100%; position: relative; z-index: 2; padding: 1.5rem 0 0.75rem 0;}

.guide-videos a {max-width: 26.41625rem; width: 100%; margin: 0 auto;}

.product-technicals {padding: 3rem 3.5rem; padding: clamp(2rem, 1.31166rem + 3.05927vw, 4rem) clamp(2rem, 0.96750rem + 4.58891vw, 5rem); background-color: var(--grey0-14); font-size: var(--fSizeMD); line-height: 1.5; display: grid; gap: 2rem 8%;}
@media screen and (min-width: 992px){
	.product-technicals {grid-template-columns: 1fr 1fr;}
	.product-technicals > :only-child {grid-column: 1/-1;}
}
.product-technicals > div > * {margin-bottom: 2rem;}
.product-technicals h2, .product-technicals h3, .product-technicals h4 {margin-bottom: 0.8rem!important;}
.product-technicals > div > :last-child {margin-bottom: 0!important;}


.empty-cart-notice {padding: 1.25rem; background-color: var(--grey0-8);}
/*@media screen and (min-width: 1200px){.cartDtls {padding: 0 1.6%;}}*/
@media screen and (min-width: 768px){.cartDtls1 .cartDtls__title1 {padding-left: 2.2%;}}
.cartDtls__title2 {padding-top: 0.75rem;}
@media screen and (min-width: 992px){.cartDtls__title2, .cartDtls2 .cartDtls__title1 {padding-left: 1.35rem;}}
.cartDtls1 .cartDtls__title1 {padding-left: 0;}
/*.cartDtls .fld, .cartDtls .slctBtn, .cartDtls .select2-search__field {border-color: #e3ded8;}*/

.cartDtls .breadcrumbs {padding: 0; margin-bottom: 2rem; font-size: 1rem;}
.breadcrumbs + .cartDtlsClms {padding-top: 2rem; padding-top: clamp(0rem, -0.68834rem + 3.05927vw, 2rem);}
.cartDtls .hover-colorPrimary:hover {opacity: 0.7;}

.cartItem {display: grid; grid-template-columns: 5fr 19fr 8fr 8fr 8fr 8fr 2fr; gap: 0 3%; border-bottom: 1px solid var(--grey4-7); line-height: 1.2; padding: 1em 0; margin-bottom: 0.5em; position: relative;}
.cartItem__c > * {margin-bottom: 0.25em;}
.cartItem__c > :last-child {margin-bottom: 0;}
.cartItem__c3 .alt-label, .cartItem__c5 .alt-label {line-height: 1.2;}
.cartItem__title {line-height: inherit; margin-bottom: 0.25em; letter-spacing: 0;}
.cartItem__remove {font-size: 0.75rem;}
@media screen and (min-width: 768px){
	.cartItem {align-items: center; gap: 0 1em; text-align: center;}
	.cartItem__c2 {text-align: left;}
	.cartItem__c2:first-child {grid-column-end: span 2;}
	.cartItem .priceRow > * {width: 100%;}
	.cartItem .alt-label {display: none;}
}
@media screen and (max-width: 767px){
	.cartItems .cartDtls__title1 {margin-bottom: 0.5rem;}
	
	.cartItem {grid-template-columns: 10% 1fr;}
	.cartItem__c {grid-column-start: 2;}
	.cartItem__c3, .cartItem__c4, .cartItem__c5 {padding-top: 0.75em;}
	.cartItem__c1 {grid-area: 1 / 1 / span 4 / auto;}
	.cartItem__c2 {padding-right: 2.5em;}
	.cartItem__c3, .cartItem__c5 {display: flex; column-gap: 0.5em;}
	.cartItemHead, .cartItem__c3 br {display: none;}
	.cartItem__remove {position: absolute; top: 0.6em; right: 0; width: 2.5em; height: 2.5em; font-size: 0.7rem; background-color: var(--black); color: var(--white); border-radius: 0.25rem;}
	.cartItem .size {padding-top: 0.65em;}
}
@media screen and (max-width: 575px){
	.cartItem {grid-template-columns: 15% 1fr;}
}

.dataBox {padding: 1.35rem; background-color: var(--grey0-8); margin-bottom: 1.875rem;  margin-bottom: clamp(1.5rem, 1.25229rem + 1.10092vw, 2.25rem);}
.dataBox .fld, .dataBox .slctBtn, .select2-search__field {border-width: 1px;}
.checkFieldBox {padding-top: 0.47em; padding-bottom: 0.47em;}
.checkFieldBox .checkLbl {flex-grow: 1;}
@media screen and (min-width: 576px){.checkFieldBox {padding-left: 1em; padding-right: 1.5em;}}
.dataBox__label {/*font-size: var(--fSizeLG);*/ margin-bottom: 0.125rem;}
.checkBtn__cntn {padding-top: 1.25rem;}
.cart-check-txt {display: block; padding-top: 0.07em; font-size: 0.875em; line-height: 1.5;}
.dataBox .cart-check-txt {margin-top: -0.07em; font-size: 1rem;}

.cartSidebar {--sidebarPdX: 7.2%; position: -webkit-sticky; position: sticky; top: 6rem;}
.cartSidebar .priceRow {padding-top: 0.2em; flex-direction: column; align-items: flex-end;}
.cartSidebar .c-field, .cartSidebar .c-btn {font-size: var(--fSizeSM);}
.sumBox {border: 1px solid transparent; padding: var(--sidebarPdX);}
.sumBox p, .sumPr__title {margin-bottom: 0.25em;}
.sumBox__sep {margin: var(--sidebarPdX) 0 calc(1.11 * var(--sidebarPdX));}
.sumBox__sep2 {border-width: 2px;}
.sumBoxHead {padding: 0 var(--sidebarPdX) 1.2rem; border-top: none; border-bottom: none;}
.sumBoxBody {border-color: var(--grey4-7);}
.sumBoxFooter {padding-bottom: calc(var(--sidebarPdX) - 1em);}
/*.sumItemTotal {font-size: 1.125rem;}*/
.sumItemTotal .priceRow {row-gap: 0.27em;}
.sumPrs {border-top: 1px solid var(--grey4-7); border-left: 1px solid var(--grey4-7);}
.sumPrs__c {padding: var(--sidebarPdX); border-right: 1px solid var(--grey4-7); border-bottom: 1px solid var(--grey4-7);}
.sumPr {display: grid; padding-top: 2%; grid-template-columns: 5fr 20fr 8fr; gap: 0.5em 1.7%;}
.sumPr__c1 {margin-top: -16%;}
.sumPr__c2 {padding-left: 7%;}
.cartSbmtBox {padding-top: 1em;}

@media screen and (min-width: 1200px){.cartSidebar {top: 9rem;}}
@media screen and (min-width: 992px){
	.cartSidebar .cartFinalBtn {padding-top: 0.7em; padding-bottom: 0.7em;}
	.cartDtls2 .cartSidebar .cartFinalBtn {width: auto; min-width: 16rem; display: inline-block;}
}
@media screen and (max-width: 991px){
	.cartSidebar {--sidebarPdX: 4%;}
	.sumBoxHead {padding: 0 0 1.2rem;}
}
@media screen and (max-width: 575px){
	.cartSidebar {--sidebarPdX: 1.35rem;}
}

.cartFeedb-wrap {display: flex; padding: var(--centered-wrap_gX); min-height: 30vh;}
.cartFeedb {text-align: center; font-size: 1.25rem; margin: auto;}
.cartFeedb .fSizeSM {font-size: 0.8em;}
.cartFeedb__img {display: block; margin: 0 auto 1rem; width: 3.05em;}

.lgnCols__c > *, .lgnBox {display: flex; flex-direction: column; width: 100%; height: 100%;}
.lgnBox > :last-child {margin-top: auto;}
.lgnBox hr {margin: 0; width: 100%;}


.brands-slider-wrap {position: relative; padding: 0 5rem;}
.brands-slider {margin: 0 -1rem; position: static;}
.brands-slider:not(.slick-initialized) {display: flex;}
.brands-slider:not(.slick-initialized) > * {flex: 0 0 auto;}
.brands-slider .slick-arrow {font-size: 0.8rem; width: 3em; height: 3em; margin: 0; background-color: var(--grey0-8);}
.brands-slider.slides-lte .slick-track {margin: 0 auto; width: auto!important;}
.brands-slider .slick-track {align-items: center;}
.brands-slider .slick-slide {height: auto; padding: 0 1rem; flex: 0 0 auto;}
.brands-slider img {width: auto; margin: 0 auto;}
@media screen and (max-width: 575px){
	.brands-slider-wrap {padding: 0 4rem;}
	.brands-slider {margin: 0 -0.5rem;}
	.brands-slider .slick-slide {padding: 0 0.5rem;}
}
@media screen and (max-width: 399px){
	.brands-slider-wrap {padding: 0 3.5rem;}
}

/* social-scroller */
main + .sclScrl-wrap {padding-top: 0;}
.sclScrl-wrap {max-width: 1352px; padding-top: 3rem; padding-bottom: 3rem; padding-top: clamp(3rem, 2.31166rem + 3.05927vw, 5rem); padding-bottom: clamp(3rem, 2.31166rem + 3.05927vw, 5rem);}
.sclScrl {--sclScrlItem-width: 15.125rem; position: relative;}
.sclScrl__r {display: flex; overflow: hidden; overflow-x: auto; padding-bottom: 2rem;}
@-moz-document url-prefix() {
    .sclScrl__r {scrollbar-color: var(--primary) var(--grey0-8); scrollbar-width: thin;}
}
.sclScrl__r::-webkit-scrollbar {height: 0.875rem; cursor: pointer;}
.sclScrl__r::-webkit-scrollbar-track {background: var(--grey0-8); cursor: pointer;}
.sclScrl__r::-webkit-scrollbar-thumb {background: var(--primary2) url("data:image/svg+xml,%3Csvg class='icon' width='8' height='7' viewBox='0 0 2.117 1.852' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v1.852h.53V0H0zm.794 0v1.852h.529V0h-.53zm.793 0v1.852h.53V0h-.53z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center/ 9px auto; border-radius: 0.2rem;}
.sclScrl__r::-webkit-scrollbar-thumb:hover {background-color: var(--primary2Hover);}
.sclScrl__c {flex: 0 0 auto; margin-right: 1.4375rem;}
.sclScrl__btn {display: none; align-items: center; justify-content: center; font-size: 0.8rem; width: 3em; height: 3em; margin: 0; border-radius: 50%; background-color: var(--grey0-8);}
.sclScrl__btn:hover {opacity: 0.7;}
@supports (scroll-snap-align: start) {
	.sclScrl__r {scroll-snap-type: x proximity;}
	.sclScrl__c {scroll-snap-align: start;}
	.sclScrl__btn {display: flex;}
}
@media (hover: none) and (pointer: coarse) {
	.sclScrl-btns {display: none;}
}
@media (hover: none) and (min-width: 1200px) {
	.sclScrl__title-wrap {padding-left: 2.25rem; padding-right: 2.25rem;}
}
.sclScrl__c:last-child {margin-right: 0;}

.sclScrlItem {width: var(--sclScrlItem-width);}
.sclScrlItem > * {margin-bottom: 0.75rem;}
.sclScrlItem__thumb {overflow: hidden;}
.sclScrlItem__img {aspect-ratio: 1;}
.sclScrlItem__icn {display: flex; align-items: center; font-size: 0.75rem; padding-top: 0.55rem;}
.sclScrlItem__icn .custom-icon {width: auto; font-size: 1.7em; margin-right: 0.4em; flex: 0 0 auto; color: var(--grey1-11);}
.sclScrlItem__cntn {font-size: 0.84375rem; position: relative; height: 5.8rem; overflow: hidden;}
.sclScrlItem__cntn:after {content: ''; display: block; position: absolute; bottom: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(to bottom, rgb(var(--whiteRGB) / 0) 0%, rgb(var(--whiteRGB) / 1) 100%); pointer-events: none;}
/*@media screen and (min-width: 1200px){.sclScrl__title-wrap {padding-left: 2.25rem; padding-right: 2.25rem;}}*/
@media screen and (max-width: 1199px){.sclScrl__c {margin-right: 1.5625rem;}}
@media screen and (max-width: 964px){.sclScrl {--sclScrlItem-width: 13.5625rem;}}
@media screen and (max-width: 700px){
	.sclScrl__c {margin-right: 0.9375rem;}
	.sclScrl {--sclScrlItem-width: 11rem;}
}
@media screen and (max-width: 480px){
	.sclScrl {--sclScrlItem-width: calc(100vw / 2.2 - ((2 * var(--centered-wrap_gX)) - 0.625rem));}
}

#footer-wrap {padding: 3rem 0; padding: clamp(2.5rem, 2.11281rem + 1.72084vw, 3.625rem) 0; background: var(--black) url('../images/bg-footer.jpg') no-repeat 0 0 / cover; line-height: 1.75; border-bottom: 0.875rem solid var(--primary);}
#footer {--primary: var(--primary2); color: var(--white); font-size: var(--fSizeMD);}
#footer .article a:not([class*="btn"]) {color: inherit;}
#footer li a, #footer p a:not([class*="btn"]) {text-decoration: underline;}
#footer li a:hover, #footer p a:not([class*="btn"]):hover {text-decoration: none;}
#footer .bulleted-list li:before {top: 2.1em;}
#footer .logo__a {padding: 1.1em; background-color: var(--white); border-radius: 0.5rem;}
#footer .scls .custom-icon {font-size: 1.5em;}

.fCntn h2, .fCntn__h2 {margin: 0 0 1.3em; line-height: 1.5; font-size: clamp(1rem, 0.97849rem + 0.09560vw, 1.0625rem); font-weight: var(--weightSemibold); color: var(--primary);}
.fCntn p {margin: 0 0 1.75em;}
.fMenu li {line-height: 1.5; margin-bottom: 0.26666em;}
.fMenu a {position: relative; display: block;}
.fMenu a:focus {outline-offset: -2px;}

@media screen and (min-width: 576px){
	.fClms__c {width: 33.3333%;}
	.fClms__c1, .fClms__c5 {width: 100%;}
}
@media screen and (min-width: 768px){
	.fClms__c {width: 27%;}
	.fClms__c1 {width: 19%;}
	.fClms__c5 {width: 100%;}
}
@media screen and (min-width: 576px) and (max-width: 991px){
	.fClms__c5 {display: flex; align-items: center; column-gap: 2rem;}
}
@media screen and (min-width: 992px){
	.fClms__c {width: 18.5%;}
	.fClms__c1 {width: 13%;}
	.fClms__c5 {width: 23%; margin-left: auto;}
}
@media screen and (min-width: 1200px){
	.fClms__c {width: 17%;}
	.fClms__c5 {width: 20%;}
}

.gdprMenu {border-image: linear-gradient(var(--grey0-8), var(--grey0-8)) fill 0 // 0 100vw; color: var(--black); padding-top: 1.5rem; padding-bottom: 1.5rem; line-height: 1.222; font-size: var(--fSizeXS);}

@media screen and (max-width: 575px){
	#footer {text-align: center;}
	#footer .scls .row {justify-content: center!important;}
	#footer .bulleted-list:after {clear: both; display: table; content: '';}
	#footer .bulleted-list ul {float: left; position: relative; left: 50%; text-align: left; transform: translateX(-50%);}
	.fClms__r {flex-direction: column; align-items: center;}
	.fClms__c {width: 100%; max-width: 26.625rem;}
	#footer .logo__img {width: 5rem;}
	
	.gdprMenu {text-align: center;}
	.gdprMenu .row {align-items: center; flex-direction: column;}
}

/* ====================== MEDIA QUERIES ====================== */
/* =========================================================== */
@media screen and (min-height: 650px){
	.main-wrap {display: flex; flex-direction: column; min-height: 100vh;}
	.sclScrl, .brands, #footers {margin-top: auto;}
	.sclScrl ~ .brands, .sclScrl ~ #footers, .brands ~ #footers {margin-top: 0;}
}