/*! PAI > 20200415 ---------------- */

:root {

 --contain: 1220; --sx: 30px; --sy: 20px; --bx: 10px; --s1: 30px; --s2: 40px; --s3: 50px; --s4: 80px; --s5: 100px;
 --nx: calc(var(--sx) * -1); --ny: calc(var(--sy) * -1); --nb: calc(var(--bx) * -1);
 --vws: 1px; --vwx: calc(var(--vw, 1vw) * 100); --vhx: calc(var(--vh, 1vh) * 100);

 --ff_1: Avenir Next,Helvetica Neue,Arial,sans-serif;

 --c_d1: #1A1919; --c_d1t: var(--c_d1); /* default: dark-gray */
 --c_d2: #000000; --c_d2t: var(--c_d2); /* default: black */
 --c_i1: #f3f3f3; --c_i1t: var(--c_i1); /* inverted: light-gray */
 --c_i2: #ffffff; --c_i2t: var(--c_i2); /* inverted: white */
 --c_a1: #ffb605; --c_a1t: var(--c_a1); /* accent: yellow */
 --c_a2: #f84f5e; --c_a2t: var(--c_a2); /* accent: coral */
 --c_a3: #02aac5; --c_a3t: var(--c_a3); /* accent: blue */
 --c_a4: #ff6d2d; --c_a4t: var(--c_a4); /* accent: orange */
 --c_b1: #ffffff; --c_b1t: var(--c_b1); /* background: white */
 --c_b2: #f2efee; --c_b2t: var(--c_b2); /* background: light-gray */
 --c_b3: #ebe9e7; --c_b3t: var(--c_b3); /* background: light-gray */
 --c_b4: #d8caa5; --c_b4t: var(--c_b4); /* background: brown-yellow */
 --c_b5: #bfb6af; --c_b5t: var(--c_b5); /* background: brown-gray */
 --c_b6: #7e7672; --c_b6t: var(--c_b6); /* background: dark-brown-gray */
 --c_o1: #bfb6af; --c_o1t: var(--c_o1); /* borders: gray */
 --c_o2: #a39b96; --c_o2t: var(--c_o2); /* borders: dark gray */
 --c_o3: #ebe9e7; --c_o3t: var(--c_o3); /* separators: light gray */
 --c_e1: #ef4242; --c_e1t: var(--c_e1); /* error: red, fields */

 --xw_1: calc(var(--contain) * 1px);
 --xw_2: 1010px;
 --xw_3:  800px;
 --xw_4:  680px;
 --xw_5:  530px;

 --t8n_d1: 0.3s;
 --t8n_p1: border-color, background, background-size, box-shadow, transform, opacity, filter, clip-path, -webkit-clip-path;
 --t8n_p2: var(--t8n_p1), visibility;
 --t8n_e1: cubic-bezier(.5,0,0,1);
 --t8n_e2: cubic-bezier(.35,.6,.45,1);

}

@media print, screen and (max-width: 1279px) { :root { --vws: calc((100vw - 320px) / (1280 - 320)); --s1: 25px; --s2: 30px; --s3: 45px; --s4: 60px; --s5: 80px; } }
@media screen and (max-width: 1023px) { :root { --sx: 24px; } }
@media screen and (max-width:  599px) { :root { --s3: 40px; --s4: 50px; --s5: 60px; } }
@media screen and (max-width:  319px) { :root { --vws: 0px; } }

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4ea3887d-2454-45a8-be96-1ea63a1ab783&fontids=724362,724368,724374");
@font-face{ font-family:"Avenir Next"; font-weight: 400; font-style: normal; src: url("../fonts/avenirnext/Fonts/724362/bb590848-4012-46d6-a8d5-48c9893a176b.woff2") format("woff2"),url("../fonts/avenirnext/Fonts/724362/3a42a252-67ff-4186-88cf-762f56719ca1.woff") format("woff"); }
@font-face{ font-family:"Avenir Next"; font-weight: 500; font-style: normal; src: url("../fonts/avenirnext/Fonts/724374/7195d5d0-582f-42d4-86ca-9da8dc31146e.woff2") format("woff2"),url("../fonts/avenirnext/Fonts/724374/0417e965-6ae1-4395-8f71-f61ea767d523.woff") format("woff"); }
@font-face{ font-family:"Avenir Next"; font-weight: 600; font-style: normal; src: url("../fonts/avenirnext/Fonts/724368/b86524f7-009e-4c08-a266-c43f1fb68e5e.woff2") format("woff2"),url("../fonts/avenirnext/Fonts/724368/e40e6ac5-f2bd-4d65-baf7-b1e397d7fdcc.woff") format("woff"); }
@font-face { font-family: 'Icons'; font-weight: normal; font-style: normal; src: url('../fonts/icomoon/fonts/icomoon.ttf?z8888v') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?z8888v') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?z8888v#icomoon') format('svg'); }


/*   ______  _______ _______ _______
 *   |_____] |_____| |______ |______
 *   |_____] |     | ______| |______
*/

.root1 { position: relative; width: 100%; min-width: 320px; margin: 0; padding: 0; border: 1px solid #fff; border-width: 0 var(--bx); }
 .root1, .root1 *, .root1 *:before, .root1 *:after { box-sizing: border-box; }
 .root1-wrap { margin: 0; }

@media screen {
 .-contain { max-width: 1210px; max-width: calc(var(--contain) * 1px + 2 * var(--sx)); margin-left: auto; margin-right: auto; border-left: 20px solid transparent; border-right: 20px solid transparent; border-left-width: var(--sx); border-right-width: var(--sx); }
 .-decontain { margin-left: calc(50% - var(--vw, 1vw) * 50 + var(--bx)); margin-right: calc(50% - var(--vw, 1vw) * 50 + var(--bx)); }
 .-recontain { margin-left: calc(50% - var(--vw, 1vw) * 50 + var(--bx)); margin-right: calc(50% - var(--vw, 1vw) * 50 + var(--bx)); padding-left: calc(var(--vw, 1vw) * 50 - 50%); padding-right: calc(var(--vw, 1vw) * 50 - 50%); }
}
@media screen and (max-width: 719px) {
.-full-decontain\<m { margin-left: calc(50% - var(--vw, 1vw) * 50); margin-right: calc(50% - var(--vw, 1vw) * 50); }
}

@media print {
.-contain { margin-left: auto; margin-right: auto; }
}

/* grid */

[g1] { --gc: 24; --gx: var(--sx); --gy: var(--gx); display: grid; grid-template-columns: repeat(var(--gc, 24), 1fr); grid-row-gap: var(--gy); margin-left: calc(var(--gx) / -2); margin-right: calc(var(--gx) / -2); padding: 0; }
[g1~="end"] { align-items: end; } [g1~="middle"] { align-items: center; }
 [g1]>* { grid-column: var(--c, auto) / span var(--w, var(--gc,24)); order: var(--o,0); margin-bottom: 0; margin-left: calc(var(--gx) / 2); margin-right: calc(var(--gx) / 2); }
  [g1]>*:before { display: none; }

[g2] { --gc: 24; --gx: var(--sx); --gy: var(--gx); display: flex; flex-wrap: wrap; margin-top: calc(var(--gy,var(--gx)) * -1); margin-left: calc(var(--gx) / -2); margin-right: calc(var(--gx) / -2); padding: 0; pointer-events: none; }
[g2~="inline"] { display: inline-flex; } [g2~="between"] { justify-content: space-between; } [g2~="end"] { align-items: flex-end; } [g2~="center"] { justify-content: center; } [g2~="middle"] { align-items: center; } [g2~="baseline"] { align-items: baseline; }
 [g2]>* { order: var(--o,0); width: calc(100% * (var(--w,0) / var(--gc,24) * 0.9999)); min-width: 0; margin-bottom: 0; border: 1px solid transparent; border-width: var(--gy, var(--gx)) calc(var(--gx) / 2) 0; background-clip: padding-box; pointer-events: auto; }
  [g2]>*:before { display: none; }

[w^="a/"]{width:auto}[w^="1/"]{--w:1}[w^="2/"]{--w:2}[w^="3/"]{--w:3}[w^="4/"]{--w:4}[w^="5/"]{--w:5}[w^="6/"]{--w:6}[w^="7/"]{--w:7}[w^="8/"]{--w:8}[w^="9/"]{--w:9}[w^="10/"]{--w:10}[w^="11/"]{--w:11}[w^="12/"]{--w:12}[w^="13/"]{--w:13}[w^="14/"]{--w:14}[w^="15/"]{--w:15}[w^="16/"]{--w:16}[w^="17/"]{--w:17}[w^="18/"]{--w:18}[w^="19/"]{--w:19}[w^="20/"]{--w:20}[w^="21/"]{--w:21}[w^="22/"]{--w:22}[w^="23/"]{--w:23}[w^="24/"]{--w:24}
[c^="-1/"]{grid-column:span var(--w, var(--gc, 24))/-1}[c^="0/"]{--c:1}[c^="1/"]{--c:2}[c^="2/"]{--c:3}[c^="3/"]{--c:4}[c^="4/"]{--c:5}[c^="5/"]{--c:6}[c^="6/"]{--c:7}[c^="7/"]{--c:8}[c^="8/"]{--c:9}[c^="9/"]{--c:10}[c^="10/"]{--c:11}[c^="11/"]{--c:12}[c^="12/"]{--c:13}[c^="13/"]{--c:14}[c^="14/"]{--c:15}[c^="15/"]{--c:16}[c^="16/"]{--c:17}[c^="17/"]{--c:18}[c^="18/"]{--c:19}[c^="19/"]{--c:20}[c^="20/"]{--c:21}[c^="21/"]{--c:22}[c^="22/"]{--c:23}[c^="23/"]{--c:24}
[o^="-1/"]{--o:-1}[o^="0/"]{--o:0}[o^="1/"]{--o:1}[o^="2/"]{--o:2}[o^="3/"]{--o:3}
@media screen and (max-width: 719px) {[w^="0/"]{display:none !important}}
@media screen and (min-width: 720px) and (max-width: 1023px){[w*="/0//"]{display:none !important}}
@media print, screen and (min-width: 1024px) and (max-width: 1279px){[w*="//0/"]{display:none !important}}
@media print, screen and (min-width: 720px){[w*="/a//"]{width:auto}[w*="/1//"]{--w:1}[w*="/2//"]{--w:2}[w*="/3//"]{--w:3}[w*="/4//"]{--w:4}[w*="/5//"]{--w:5}[w*="/6//"]{--w:6}[w*="/7//"]{--w:7}[w*="/8//"]{--w:8}[w*="/9//"]{--w:9}[w*="/10//"]{--w:10}[w*="/11//"]{--w:11}[w*="/12//"]{--w:12}[w*="/13//"]{--w:13}[w*="/14//"]{--w:14}[w*="/15//"]{--w:15}[w*="/16//"]{--w:16}[w*="/17//"]{--w:17}[w*="/18//"]{--w:18}[w*="/19//"]{--w:19}[w*="/20//"]{--w:20}[w*="/21//"]{--w:21}[w*="/22//"]{--w:22}[w*="/23//"]{--w:23}[w*="/24//"]{--w:24}[c*="/-1//"]{grid-column:span var(--w, var(--gc, 24))/-1}[c*="/0//"]{--c:1}[c*="/1//"]{--c:2}[c*="/2//"]{--c:3}[c*="/3//"]{--c:4}[c*="/4//"]{--c:5}[c*="/5//"]{--c:6}[c*="/6//"]{--c:7}[c*="/7//"]{--c:8}[c*="/8//"]{--c:9}[c*="/9//"]{--c:10}[c*="/10//"]{--c:11}[c*="/11//"]{--c:12}[c*="/12//"]{--c:13}[c*="/13//"]{--c:14}[c*="/14//"]{--c:15}[c*="/15//"]{--c:16}[c*="/16//"]{--c:17}[c*="/17//"]{--c:18}[c*="/18//"]{--c:19}[c*="/19//"]{--c:20}[c*="/20//"]{--c:21}[c*="/21//"]{--c:22}[c*="/22//"]{--c:23}[c*="/23//"]{--c:24}[o*="/-1//"]{--o:-1}[o*="/0//"]{--o:0}[o*="/1//"]{--o:1}[o*="/2//"]{--o:2}[o*="/3//"]{--o:3}}
@media print, screen and (min-width: 1024px){[w*="//a"]{width:auto}[w*="//1"]{--w:1}[w*="//2"]{--w:2}[w*="//3"]{--w:3}[w*="//4"]{--w:4}[w*="//5"]{--w:5}[w*="//6"]{--w:6}[w*="//7"]{--w:7}[w*="//8"]{--w:8}[w*="//9"]{--w:9}[w*="//10"]{--w:10}[w*="//11"]{--w:11}[w*="//12"]{--w:12}[w*="//13"]{--w:13}[w*="//14"]{--w:14}[w*="//15"]{--w:15}[w*="//16"]{--w:16}[w*="//17"]{--w:17}[w*="//18"]{--w:18}[w*="//19"]{--w:19}[w*="//20"]{--w:20}[w*="//21"]{--w:21}[w*="//22"]{--w:22}[w*="//23"]{--w:23}[w*="//24"]{--w:24}[c*="//-1"]{grid-column:span var(--w, var(--gc, 24))/-1}[c*="//0"]{--c:1}[c*="//1"]{--c:2}[c*="//2"]{--c:3}[c*="//3"]{--c:4}[c*="//4"]{--c:5}[c*="//5"]{--c:6}[c*="//6"]{--c:7}[c*="//7"]{--c:8}[c*="//8"]{--c:9}[c*="//9"]{--c:10}[c*="//10"]{--c:11}[c*="//11"]{--c:12}[c*="//12"]{--c:13}[c*="//13"]{--c:14}[c*="//14"]{--c:15}[c*="//15"]{--c:16}[c*="//16"]{--c:17}[c*="//17"]{--c:18}[c*="//18"]{--c:19}[c*="//19"]{--c:20}[c*="//20"]{--c:21}[c*="//21"]{--c:22}[c*="//22"]{--c:23}[c*="//23"]{--c:24}[o*="//-1"]{--o:-1}[o*="//0"]{--o:0}[o*="//1"]{--o:1}[o*="//2"]{--o:2}[o*="//3"]{--o:3}}
@media screen and (min-width: 1280px){[w$="/0"]{display:none !important}[w$="/a"]{width:auto}[w$="/1"]{--w:1}[w$="/2"]{--w:2}[w$="/3"]{--w:3}[w$="/4"]{--w:4}[w$="/5"]{--w:5}[w$="/6"]{--w:6}[w$="/7"]{--w:7}[w$="/8"]{--w:8}[w$="/9"]{--w:9}[w$="/10"]{--w:10}[w$="/11"]{--w:11}[w$="/12"]{--w:12}[w$="/13"]{--w:13}[w$="/14"]{--w:14}[w$="/15"]{--w:15}[w$="/16"]{--w:16}[w$="/17"]{--w:17}[w$="/18"]{--w:18}[w$="/19"]{--w:19}[w$="/20"]{--w:20}[w$="/21"]{--w:21}[w$="/22"]{--w:22}[w$="/23"]{--w:23}[w$="/24"]{--w:24}[c$="/-1"]{grid-column:span var(--w, var(--gc, 24))/-1}[c$="/0"]{--c:1}[c$="/1"]{--c:2}[c$="/2"]{--c:3}[c$="/3"]{--c:4}[c$="/4"]{--c:5}[c$="/5"]{--c:6}[c$="/6"]{--c:7}[c$="/7"]{--c:8}[c$="/8"]{--c:9}[c$="/9"]{--c:10}[c$="/10"]{--c:11}[c$="/11"]{--c:12}[c$="/12"]{--c:13}[c$="/13"]{--c:14}[c$="/14"]{--c:15}[c$="/15"]{--c:16}[c$="/16"]{--c:17}[c$="/17"]{--c:18}[c$="/18"]{--c:19}[c$="/19"]{--c:20}[c$="/20"]{--c:21}[c$="/21"]{--c:22}[c$="/22"]{--c:23}[c$="/23"]{--c:24}[o$="/-1"]{--o:-1}[o$="/0"]{--o:0}[o$="/1"]{--o:1}[o$="/2"]{--o:2}[o$="/3"]{--o:3}}

/* reveal */

@media screen {
[reveal^="1"] { transition-duration: 0.5s; transition-timing-function: ease; }
[reveal^="2"] { transition-duration: 1s; }
[m4n]:not([ready]) [reveal^="1+/"], [m4n] [reveal^="1/"]:not([revealed]) { opacity: 0; transform: translateY(3vh); }
[m4n]:not([ready]) [reveal^="2+/"], [m4n] [reveal^="2/"]:not([revealed]) { opacity: 0; }
[reveal]{--rd:0;transition-delay:calc(var(--rd,0) * var(--rs, 0.1s))}[reveal$="/0"]{--rd:0}[reveal$="/1"]{--rd:1}[reveal$="/2"]{--rd:2}[reveal$="/3"]{--rd:3}[reveal$="/4"]{--rd:4}[reveal$="/5"]{--rd:5}[reveal$="/6"]{--rd:6}[reveal$="/7"]{--rd:7}[reveal$="/8"]{--rd:8}[reveal$="/9"]{--rd:9}[reveal$="/10"]{--rd:10}
[aligned]{transition-delay:calc(var(--rd,0) * var(--rs, 0.1s) + var(--rq) * 0.1s)}
}

/*   _______  _____  ______  _     _ _      _______ _______
 *   |  |  | |     | |     \ |     | |      |______ |______
 *   |  |  | |_____| |_____/ |_____| |_____ |______ ______|
*/

/**
 * @name .alert1
 * @description Alert bar
 * @example { }
 */

.alert1 { margin: 0; padding: 10px var(--sx); background: var(--c_a1t); text-align: center; }
 .alert1 > span { display: block; margin-bottom: 10px; }
 .alert1 > .button1 { --w: 200px; flex: none; }

@media print, screen and (min-width: 720px) {
.alert1 { display: flex; justify-content: center; align-items: center; padding: 15px var(--sx); }
 .alert1 > span { margin-bottom: 0; }
 .alert1 > .button1:not(:first-child) { margin-left: 20px; }
}

@media print {
.alert1 { background: none; box-shadow: inset 0 0 0 1px var(--c_a1t); }
}

/**
 * @name .amount1
 * @description Amount selection
 * @example { }
 */

.amount1 { --gx: 10px; --gy: var(--gx); --h: 50px; font: 600 16px/1.1 var(--ff_1); letter-spacing: 0.1em; text-transform: uppercase; }
 .amount1-select { --w: 8; position: relative; }
  .amount1-select input[type] { position: absolute; left: -10001px; top: 0; }
  .amount1-select label[for] { display: flex; justify-content: center; align-items: center; min-height: var(--h); padding: 5px 10px; box-shadow: inset 0 0 0 1px; }
  .amount1-select :checked ~ label[for] { box-shadow: inset 0 0; background-color: var(--c_a1t); }
  [keyboard] .amount1-select :focus ~ label[for] { outline: -webkit-focus-ring-color auto 5px; }
 .amount1-custom { --w: 16; }
  .amount1-custom label[for] { position: absolute; left: -10001px; }
  .amount1-custom input[type] { --h: inherit; --px: 20px; --ocn: var(--c_d1t); --ocf: var(--ocn); }

@media print {
.amount1-select input:not(:checked) ~ label[for] { opacity: 0.2; }
.amount1-select input:checked ~ label[for] { box-shadow: inset 0 0 0 1px; background: none; }
.amount1-custom input:placeholder-shown { opacity: 0.2; }
}

/**
 * @name .anchor1
 * @description Localscroll helper
 * @example { }
 */

.anchor1 { --offset: 0; overflow: hidden; height: 1px; margin: 0 0 -1px; }
 .anchor1-target { overflow: hidden; height: 1px; margin: var(--offset) 0 0; }

/**
 * @name .arrow1
 * @description Animating link arrow
 * @example { }
 */

.arrow1 { display: inline-block; margin-left: 10px; }
.arrow1[class*=angle] { font-size: 0.6em; }
a:hover .arrow1[class*=right] { transform: translateX(5px); }

/**
 * @name .background1
 * @description wrap1 background
 * @example { }
 */

.background1 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; }
.background1 + * { position: relative; }

@media screen and (max-width: 479px) {
.background1.-map { top: 10px; }
}
@media screen and (max-width: 413px) {
.background1.-map { top: 60px; }
}


@media print {
.background1 { display: none; }
}

/**
 * @name .box1
 * @description .wrap1 as a in-page box
 * @example { }
 */

.box1[class] { padding: var(--s2) var(--sx); }

@media screen and (min-width: 1024px) {
.box1[class] { padding: var(--s3); }
}

@media print {
.box1[class] { box-shadow: inset 0 0 0 1px; }
}

/**
 * @name .box2
 * @description News stream box
 * @example { }
 */

.box2 { padding: var(--bx) 0; background: var(--c_b2); }
 .box2 .filters1 { margin: calc(var(--bx) * -1) var(--nx) var(--s2); }
 .box2-wrap { }
  .box2-inner { padding: var(--s2) var(--s3); background: var(--c_b1); }

@media print, screen and (max-width: 1279px) {
.box2-inner { padding-left: var(--sx); padding-right: var(--sx); }
}

@media print {
.box2 { padding: 0; background: none; }
}

/**
 * @name .card1
 * @description Newsletter header/card
 * @example { }
 */

.card1 { display: flex; background: var(--c_d2); color: var(--c_i2); }
 .card1-image { flex: none; position: relative; width: 100%; margin: 0 -100% 0 0; }
  .card1-image:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background-image: linear-gradient(rgba(22,16,13,0.00) 0%, #3F2B20 86%); opacity: 0.75; }
  .card1-image .img1 { height: 100%; }
 .card1-main { display: flex; flex-direction: column; justify-content: space-between; position: relative; padding: var(--s2) var(--sx); }
  .card1-title { margin-top: auto; }

@media print, screen and (min-width: 1024px) {
.card1-main { padding: var(--s3); }
}

@media print {
.card1 { box-shadow: inset 0 0 0 1px; background: none; color: inherit; }
 .card1-image { display: none; }
  .card1-title { margin-top: var(--s2); }
}

/**
 * @name .card2
 * @description White card
 * @example { }
 */

.card2 { --px: var(--s1); height: 100%; }
 .card2-wrap { --aown: 0; --aoph: 1; --abcn: var(--c_i2t); display: flex; flex-direction: column; justify-content: space-between; position: relative; height: 100%; min-height: 420px; }
 .card2.-border .card2-wrap  { box-shadow: inset 0 0 0 1px var(--c_o1t); }
  .card2-wrap:before { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 5px; border-top: 5px solid; color: var(--c_a1t); transform: scaleX(0); transform-origin: 0 50%; transition: transform 0.5s var(--t8n_e1); }
  .card2-wrap:hover:before { transform: scaleX(1); }
  .card2-image { margin: 0; }
  .card2-main { --sy: 15px; margin-bottom: 0; padding: var(--px); }
  .card2-image + .card2-main { margin-bottom: auto; }
   .card2-title { font: 600 18px/1.4 var(--ff_1); letter-spacing: 0; text-transform: none; }
  .card2-subimage { margin: auto var(--px) var(--sy); max-width: 110px; }
  .card2-meta { padding: 24px var(--px); border-top: 1px solid var(--c_o3t); }

@media print {
.card2 .card2-wrap  { box-shadow: inset 0 0 0 1px var(--c_o1t); }
}

/**
 * @name .card3
 * @description Bio card
 * @example { }
 */

.card3 {  }
 .card3-wrap { --aown: 0; --aoph: 1; display: block; }
  .card3-image { }
  .card3 .line1 { margin-bottom: 15px; }
  .card3-title { margin-bottom: 2px; font: inherit; line-height: 1.2; font-weight: 600; letter-spacing: 0; text-transform: none; }
  .card3-subtitle { line-height: 1.3; }

/**
 * @name .card4
 * @description Big card
 * @example { }
 */

.card4 { }
 .card4-wrap { --aown: 0; --aoph: 1; display: flex; }
  .card4-image { flex: none; position: relative; width: 100%; margin: 0 -100% 0 0; }
   .card4-image:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background-image: linear-gradient(180deg, rgba(22,16,13,0.00) 18%, #45413F 92%); opacity: 0.85; }
   .card4-image .img1 { height: 100%; }
  .card4-main { display: flex; flex-direction: column; justify-content: flex-end; position: relative; padding: var(--s4); }
   .card4-inner { max-width: var(--xw_3) }

@media print, screen and (max-width: 1279px) {
.card4-main { padding: var(--s3); }
}
@media screen and (max-width: 1023px) {
.card4-main { padding: var(--sx); }
 .card4-title { font-size: 24px; }
}

@media print {
.card4-wrap { display: block; }
 .card4-image { margin: 0 0 var(--s2); }
  .card4-image:after { display: none; }
 .card4-main { padding: 0; }
  .card4-inner { max-width: 100%; }
}

/**
 * @name .card5
 * @description Box card
 * @example { }
 */

.card5 { }
 .card5-wrap { --aown: 0; --aoph: 1; display: block; height: 100%; padding: var(--s2); box-shadow: inset 0 0 0 1px var(--c_o1t); }
 .card5.-dark .card5-wrap { box-shadow: inset 0 0 0 1px; }

@media screen and (max-width: 1023px) {
.card5-wrap { padding: var(--sx); }
}

/**
 * @name .card6
 * @description Image+title card
 * @example { }
 */

.card6 {  }
 .card6-wrap { --aown: 0; --aoph: 1; display: flex; height: 100%; }
  .card6-image { flex: none; position: relative; width: 100%; min-width: 0; margin: 0 -100% 0 0; }
   .card6-image:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background-image: linear-gradient(rgba(59,52,48,0) 40%, #3B3430); opacity: 0.75; }
   .card6-image .img1 { height: 100%; }
 .card6-main { display: flex; align-items: flex-end; position: relative; padding: var(--s2); }

@media screen and (max-width: 1023px) {
.card6-main { padding: var(--sx); }
}

@media print {
.card6-wrap { display: block; }
 .card6-image { margin: 0 0 var(--sy); }
  .card6-image:after { display: none; }
 .card6-main { padding: 0; }
}

/**
 * @name .card7
 * @description Image+white background card
 * @example { }
 */

.card7 {  }
 .card7-wrap { --aown: 0; --aoph: 1; display: block; height: 100%; background: var(--c_b1); }
  .card7-image { margin: 0; }
 .card7-main { --sy: 14px; padding: var(--s2); }

@media screen and (max-width: 1023px) {
.card7-main { padding: var(--sx); }
}

@media print {
.card7-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); }
}

/**
 * @name .card8
 * @description Read more card
 * @example { }
 */

.card8 {  }
 .card8-wrap { --aown: 0; --aoph: 1; display: flex; align-items: center; }
  .card8-wrap > .img1 { flex: none; width: 110px; margin: 0 20px 0 0; }
  .card8-wrap > strong { min-width: 0; max-width: 360px; }
   .card8-wrap > strong span { box-shadow: 0 1px transparent; }
   a.card8-wrap:hover > strong span { box-shadow: 0 1px; }
   .card8-wrap > strong i { display: inline-block; margin-left: 10px; font-size: 0.6em; }
   a.card8-wrap:hover > strong i[class*=right] { transform: translateX(5px); }

/**
 * @name .card9
 * @description News card
 * @example { }
 */

.card9 {  }
 .card9-wrap { --sy: 2px; --aown: 0; --aoph: 1; display: block; }
  .card9-wrap .line1 { margin-bottom: 15px; }
   .card9-brow small { display: inline-block; padding: 0 3px; color: var(--c_o1t); vertical-align: top; }
  .card9-title { margin-top: 20px; }

/**
 * @name .circle1
 * @description Circle icon
 */

.circle1[class] { display: inline-flex; justify-content: center; align-items: center; width: 1em; height: 1em; border-radius: 50%; box-shadow: inset 0 0 0 2px var(--c_a1t); font: 50px/1 var(--ff_1); vertical-align: -0.1em; }
 .circle1:before { display: block; font-size: 0.5em; }
 .circle1.icon-download:before { font-size: 0.55em; }
 .circle1.icon-play:before { padding-left: 0.2em; font-size: 0.4em; }

/**
 * @name .columns1
 * @description Text columns
 */

.columns1 { padding: 0; columns: 1; column-gap: var(--gx, var(--s2)); }
.columns1.-g1 { column-gap: var(--s4); }
.columns1.-c2 { columns: 2; }
.columns1.-c3 { columns: 3; }
 .columns1 li { margin-bottom: 10px; }
 .columns1.-g1 li { margin-bottom: 3px; }
  .columns1 li:before { display: none; }

@media screen and (max-width: 599px) {
.columns1.-g1 { column-gap: var(--s2); }
.columns1.-c3 { columns: 2; }
}

/**
 * @name .content1
 * @description Global content
 */

.content1 { margin-bottom: 0; }
 .content1:before { display: block; content: attr(data-warning); margin: 0; padding: 20px 40px; background: #b22; color: #fff; text-align: center; }
@supports(--css: variables) { .content1:before { display: none; } }

@media screen and (max-width: 599px) {
 .content1:before { padding: 15px 20px; font-size: 14px; }
}

/**
 * @name .cta1
 * @description Add my name form
 * @example { }
 */

.cta1 { background: var(--c_d2); }
 .cta1-main { margin: 0; padding: var(--s3); }

@media screen and (max-width: 1023px) {
.cta1-main { padding: var(--sx); }
}

@media print {
.cta1 { background: none; }
}

/**
 * @name .ctas1
 * @description Sticky call to action bar
 * @example { }
 */

.ctas1 { --mh: 50px; position: -webkit-sticky; position: sticky; bottom: calc(var(--height, 100vh) * -1 + var(--mh)); z-index: 11; overflow: hidden; margin: var(--bx) calc(var(--bx) * -1) 0; background: var(--c_a1); font-size: 14px; text-align: center; transition: bottom 0.35s var(--t8n_e1); }
.ctas1.-open:not(.-locked) { bottom: 0; z-index: 121; }
:root:not([js]) .ctas1 { position: relative; bottom: auto; }
.ctas1-watcher { position: relative; top: 60px; overflow: hidden; height: 1px; margin-bottom: -1px; line-height: 1px; }
 .ctas1-wrap { max-width: var(--xw_1); min-height: var(--mh); margin: 0 auto; }
  .ctas1-toggler { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; right: 0; top: 0; z-index: 2; height: var(--mh); margin: 0; font: 600 14px/1.2 var(--ff_1); text-transform: uppercase; cursor: pointer; }
  :root:not([js]) .ctas1-toggler { display: none; }
  .ctas1-close { position: absolute; right: 0; top: 0; z-index: 3; padding: 15px; font-size: 16px; line-height: 1; opacity: 0; }
  [touch] .ctas1.-open .ctas1-close { opacity: 1; }
  [touch] .ctas1.-locked .ctas1-close { opacity: 0; }
  .ctas1.-open .ctas1-toggler { opacity: 0; transform: translateY(-20px); pointer-events: none; }
  .ctas1-outer { overflow: auto; max-height: 80vh; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .ctas1.-locked .ctas1-outer { max-height: none; }
  .ctas1-outer::-webkit-scrollbar { display: none; }
   [js] .ctas1-inner { opacity: 0; }
   [js] .ctas1.-open .ctas1-inner { opacity: 1; }
    .ctas1-block { --sy: 8px; margin-bottom: 0; padding: var(--s1) var(--sx); border: 1px solid rgba(255,255,255,0.3); border-width: 1px 0 0; }
    .ctas1-block:first-child { border-width: 0; }
     .ctas1-title { margin-bottom: calc(var(--sy) - 4px); font: 600 18px/24px var(--ff_1); text-transform: uppercase; }
      .ctas1-action .button1 { display: flex; width: 100%; max-width: 320px; margin: 0 auto; }

.ctas1.-static { position: relative; bottom: auto; }
 .ctas1.-static .ctas1-toggler { display: none; }
  .ctas1.-static[class] .ctas1-title { transform: none; }
  .ctas1.-static[class] .ctas1-title ~ * { opacity: 1; }

@media print, screen and (min-width: 1024px) {
.ctas1 { --mh: 60px; margin-left: 0; margin-right: 0; }
.ctas1-watcher { top: 80px; }
 .ctas1-toggler { opacity: 0; }
  [js] .ctas1-inner { opacity: 1; }
   .ctas1-blocks { display: flex; }
    .ctas1-block { --sy: 14px; display: flex; flex-direction: column; flex: none; width: 33.33%; border-width: 0 0 0 1px; }
     .ctas1-title { display: flex; justify-content: center; align-items: center; }
     [js] .ctas1:not(.-open) .ctas1-title { transform: translateY(calc((var(--mh) - 24px) / 2 - var(--s1))); }
     [js] .ctas1:not(.-open) .ctas1-title ~ * { opacity: 0; }
     .ctas1-action { margin-top: auto; }
}

@media print {
.ctas1 { position: relative; bottom: auto; background: none; box-shadow: inset 0 0 0 1px var(--c_a1); }
 [js] .ctas1-inner { opacity: 1; }
 [js] .ctas1:not(.-open) .ctas1-title ~ * { opacity: 1; }
}

/**
 * @name .embed1
 * @description Responsive embeds
 */

.embed1 { display: block; position: relative; overflow: hidden; height: 0; padding-bottom: 56.25%; }
 .embed1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/**
 * @name .error1
 * @description Error page overlay
 */

.error1 { display: flex; align-items: center; position: fixed; left: 0; top: 0; z-index: 201; width: 100%; height: var(--vhx); margin: 0; background: #f2f2f2; text-align: center; }
 .error1-wrap { margin-left: auto; margin-right: auto; }
  .error1-code { margin: 0; font-size: 82px; line-height: 1; opacity: 0.2; }
  .error1-title { margin-bottom: 0; }
  .error1-info { margin-bottom: calc(var(--sy) / 2); }

/**
 * @name .expand1
 * @description In honor block
 */

.expand1 { }
 .expand1-toggler { display: flex; justify-content: space-between; margin: 0; padding: 0 0 3px; border-bottom: 1px solid; font-weight: 600; }
 [js] .expand1-toggler { cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  .expand1.-open .expand1-toggler i { transform: rotate(-180deg); }
 .expand1-wrap { margin: 0; }
 [js] .expand1-wrap { display: block !important; overflow: hidden; height: 0; transition-property: height; }
 .expand1.-open .expand1-wrap { height: auto; }
 .expand1-wrap.enter[class], .expand1-wrap.preleave[class] { height: var(--height, auto); }
  .expand1-inner { padding-top: var(--sy); }

/**
 * @name .fauxlink1
 * @description Fake link
 */

.fauxlink1 { box-shadow: 0 1px; }
a:hover .fauxlink1 { opacity: 0.5; }

/**
 * @name .fauxlink2
 * @description Fake link
 */

.fauxlink2 { box-shadow: 0 1px transparent; }
a:hover .fauxlink2 { box-shadow: 0 1px; }

/**
 * @name .featured1
 * @description Featured block with 3 cards
 * @example { }
 */

@media print, screen and (min-width: 720px) {
.featured1-header { max-width: 400px; }
.featured1-entries { --gx: var(--s2); --gy: var(--gx); }
 .featured1-entry { --w: 8; }
}
@media print, screen and (min-width: 1024px) {
.featured1 { display: flex; position: relative; }
 .featured1-header { flex: none; width: 24.5%; min-width: 0; margin: 0; padding: 0 var(--s2) 60px 0; }
 .featured1-main { flex-grow: 1; overflow: hidden; min-width: 0; margin: 0; }
 .featured1-footer { flex: none; position: absolute; left: 0; bottom: 0; width: 24.5%; margin: 0; padding: 0 var(--s2) 0 0; }
}

/**
 * @name .fields1
 * @description Fields grid
 * @example { }
 */

.fields1 { --gx: 10px; --gy: 20px; }
 .fields1 { }

/**
 * @name .filters1
 * @description Resource filters
 * @example { }
 */

.filters1 {  }
 .filters1-title { margin-bottom: var(--s1); padding: 0 0 15px; border-bottom: 1px solid var(--c_o1t); }
  .filters1-title i { display: none; }
 .filters1-block { --sy: 10px; margin-bottom: var(--s1); }
 .filters1-block + .filters1-block { padding-top: var(--s1); border-top: 1px solid var(--c_o1t); }
  .filters1-subtitle { margin-bottom: 15px; }
  .filters1-ticks { margin: 0 0 var(--sy); padding: 0; }
  .filters1-ticks.-extra { margin: 0; }
  [js] .filters1-ticks.-extra { overflow: hidden; height: 0; transition-property: height; }
  [js] .filters1-block.is-active .filters1-ticks.-extra { margin-bottom: var(--sy); height: var(--height, auto); }
   .filters1-ticks li { position: relative; margin: 0 0 var(--sy); padding: 1px 0 0 33px; line-height: 1.2; }
    .filters1-ticks li:before { display: none; }
    .filters1-ticks input[type] { float: left; margin: -1px 0 0 -33px; }
  .filters1-more { display: none; }
  .filters1-more:hover { opacity: 0.5; }
  [js] .filters1-more { display: flex; align-items: center; }
   .filters1-more:after { content: attr(data-off); }
   .filters1-block.is-active .filters1-more:after { content: attr(data-on); }
   .filters1-more i { width: 33px; font-size: 24px; }
    .filters1-more i:before { display: block; }
    .filters1-block.is-active .filters1-more i:before { transform: scaleY(-1); }
   .filters1-more span { display: none; }

@media print, screen and (max-width: 1279px) {
.filters1 { --bh: 60px; position: -webkit-sticky; position: sticky; top: 0; z-index: 12; margin: 0 var(--nx) var(--s3); background: var(--c_b2t); }
 .filters1-title { display: flex; justify-content: space-between; align-items: center; min-height: var(--bh); margin: 0; padding: 10px var(--sx); }
  .filters1-title i { display: block; font-size: 24px; }
  .filters1.is-active .filters1-title i { transform: rotate(-90deg) translateX(1px) translateY(-1px); }
 [js] .filters1-main { position: absolute; left: 0; top: 100%; overflow: auto; width: 100%; height: 0; max-height: calc(100vh - var(--bh)); background: inherit; transition-property: height; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
 [js] .filters1-main::-webkit-scrollbar { display: none; }
 [js] .filters1.is-active .filters1-main { height: var(--height, auto); }
  .filters1-wrap { padding: var(--s2) var(--sx) var(--s3); box-shadow: inset 0 -1px var(--c_o1t); }
}

@media print {
.filters1 { position: relative; background: none; box-shadow: inset 0 0 0 1px var(--c_o1t); }
 .filters1-title { border: none; }
 [js] .filters1-main { position: relative; top: auto; max-height: none; }
}

/**
 * @name .float1
 * @description Floating image
 * @example { }
 */

@media print, screen and (min-width: 600px) {
.float1 { float: right; width: var(--w, 50%); margin-left: var(--s2); }
.float1.-left { float: left; margin-left: 0; margin-right: var(--s2); }
 .float1 > img { display: block; }
}

/**
 * @name .footer1
 * @description Global footer
 */

.footer1 { --sy: 10px; margin-bottom: 0; padding: var(--s2) 0; font: 14px/1.5 var(--ff_1); }
 .footer1-wrap > * { margin-bottom: 20px; }
  .footer1-contact { margin-top: var(--s2); }
  .footer1-copys { padding-top: 20px; border-top: 1px solid var(--c_o3t); }
   .footer1-copys > span { display: block; }
   .footer1-copys > a + a { margin-left: 20px; }

@media print, screen and (min-width: 720px) {
.footer1-wrap:after { display: table; clear: both; content: ''; }
.footer1-connect { float: right; text-align: right; }
.footer1-contact { float: left; max-width: 260px; margin: 0; }
.footer1-copys { float: right; clear: right; width: calc(100% - 260px); text-align: right; }
.footer1-copys:first-child { float: none; width: auto; text-align: right; }
 .footer1-copys > span { display: inline-block; margin-right: 20px; vertical-align: top; }
}

/**
 * @name .footer2
 * @description Compact footer
 * @example { }
 */

.footer2 { --sy: 10px; padding: 20px var(--sx); border-top: 1px solid var(--c_o3t); font: 14px/1.5 var(--ff_1); }
 .footer2-copys > span { display: block; }
 .footer2-copys > a + a { margin-left: 20px; }

@media print, screen and (min-width: 720px) {
.footer2-copys { text-align: right; }
 .footer2-copys > span { display: inline-block; margin-right: 20px; vertical-align: top; }
}

/**
 * @name .gallery1
 * @description Variable width gallery
 * @example { }
 */

.gallery1 { --h: 530px; overflow: hidden; }
 .gallery1-wrap { }
  .gallery1-title { margin-bottom: var(--s2); }
  .gallery1 .tns-outer { margin-bottom: 0; }
   .gallery1 .tns-outer > .tns-ovh { overflow: visible; }
   .gallery1-entries { display: flex; overflow: auto; margin: 0; white-space: nowrap; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; vertical-align: top; }
   .gallery1-entries.tns-slider { transition-timing-function: var(--t8n_e1); }
   .gallery1-entries::-webkit-scrollbar { display: none; }
    .gallery1-entry { flex: none; width: calc(var(--h) / var(--wr)); margin: 0 10px 0 0; white-space: normal; scroll-snap-align: start; }
    [js] .gallery1-entry { width: auto; margin-right: 0; }
    [js] .gallery1-entry,
    [js] .gallery1-entry.tns-slide-active ~ .gallery1-entry { opacity: 0.5; }
    [js] .gallery1-entry.tns-slide-active { opacity: 1; }
    [js] .gallery1-entry[class]:hover { opacity: 1; }
     [js] .gallery1-entry .img1 { width: calc(var(--h) / var(--wr)); }
     .gallery1-entry figcaption { padding-bottom: 0; border-bottom: none; }
     [js] .gallery1-entry figcaption { display: none; }
  .gallery1-controls { position: relative; height: 0; margin: var(--s2) 0 0; }
  :root:not([js]) .gallery1-controls { display: none; }
   .gallery1-counters { display: block; font-size: 14px; text-align: right; pointer-events: none; }
    .gallery1-counters small { display: inline-block; padding: 0 4px; font: inherit; vertical-align: top; }
   .gallery1-arrow { --aown: 0; display: block; position: absolute; left: 100%; top: 0; margin: 0 var(--s4); color: var(--c_a1); font: 24px/1 Icons; }
   .gallery1-arrow.-prev { left: auto; right: 100%; margin-left: 0; }
   .gallery1-arrow.-next { margin-right: 0; }
  .gallery1-caption { max-width: calc(100% - 100px); min-height: 30px; margin: -5px 0 0; }
  :root:not([js]) .gallery1-caption { display: none; }

@media screen and (max-width: 1023px) {
.gallery1 { --h: 400px; }
 .gallery1-controls { max-width: 80px; margin-left: auto; text-align: center; }
  .gallery1-counters { width: auto; text-align: center; }
  .gallery1-arrow { position: static; left: auto; right: auto; margin: 3px 1px 0; }
 .gallery1-caption { min-height: 53px; }
}
@media screen and (max-width: 719px) {
.gallery1 { --h: calc((var(--vwx) - var(--sx) * 2) / 1.5); }
}
@media screen and (max-width: 599px) {
.gallery1-entry { max-width: calc(var(--vwx) - var(--sx) * 2 + 10px); }
 .gallery1-entry .img1 { max-width: 100%; height: var(--h); }
.gallery1-controls { display: flex; align-items: center; max-width: 100%; height: auto; margin: 20px 0; }
 .gallery1-counters { margin-right: auto; }
 .gallery1-arrow { margin-top: 0; margin-left: 10px; }
.gallery1-caption { max-width: 100%; font-size: 14px; }
}


@media print {
[js] .gallery1-entry[class][class] { opacity: 1; }
}

/**
 * @name .gallery2
 * @description Split background gallery
 * @example { }
 */

.gallery2 { --g2x: 300px; background: linear-gradient(90deg, #F84F5E calc(50% - 1220 * 0.5px + 300px), #000 calc(50% - 1220 * 0.5px + 300px)); }
 .gallery2-wrap { }
  .gallery2 .-pushed { display: flex; align-items: center; min-height: 60px; margin: 0; padding: 5px var(--s2); padding-left: calc(var(--g2x) + var(--s2)); }
  .gallery2-title[class] { padding-top: 10px; padding-bottom: 10px; }
  .gallery2 .tns-outer { margin-bottom: 0; }
   .gallery2-entries { display: flex; overflow: auto; margin: 0; white-space: nowrap; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
   .gallery2-entries.tns-slider { transition-timing-function: var(--t8n_e1); }
   .gallery2-entries::-webkit-scrollbar { display: none; }
    .gallery2-entry { flex: none; width: 100%; margin: 0; white-space: normal; scroll-snap-align: start; }
     .gallery2-entry .card4 { -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  .gallery2-controls { font-size: 14px; }
  .gallery2-controls.-hidden,
  :root:not([js]) .gallery2-controls * { visibility: hidden; }
   .gallery2-controls > span { margin-right: 20px; }
    .gallery2-controls small { display: inline-block; padding: 0 4px; font: inherit; vertical-align: top; }
   .gallery2-controls > a { --aown: 0; display: inline-block; margin-right: 15px; color: var(--c_a1); font: 24px/1 Icons; vertical-align: top; }

@media screen and (max-width: 1279px) {
.gallery2 { --g2x: 200px; background: linear-gradient(90deg, #F84F5E calc(30px + 200px), #000 calc(30px + 200px)); }
}
@media screen and (max-width: 1023px) {
.gallery2 { background: linear-gradient(90deg, #F84F5E calc(24px + 200px), #000 calc(24px + 200px)); }
 .gallery2 .-pushed { padding-left: var(--sx); padding-right: var(--sx); }
}
@media screen and (max-width: 718px) {
.gallery2 { background: linear-gradient(90deg, #F84F5E 24px, #000 24px); }
}
@media screen and (max-width: 599px) {
.gallery2 .card4-title { margin-bottom: 0; }
.gallery2 .card4 .lined1 { display: none; }
}

@media print {
.gallery2 { --g2x: 0px; background: none; }
 .gallery2 .-pushed { min-height: 0; margin-bottom: var(--sy); padding: 0; }
 .gallery2-controls[class] { margin-top: var(--s2); }
}

/**
 * @name .grid1
 * @description [g1]/[g2] wrapper
 * @example { }
 */

.grid1 { overflow: hidden; }
 .grid1-title { margin-bottom: var(--sy); padding: 0; }
 .grid1-entries { --gx: var(--s2); --gy: var(--s2); }

@media screen and (max-width: 1023px) {
.grid1-entries { --gx: var(--sx); --gy: var(--gx); }
}

/**
 * @name .header1
 * @description Header
 * @example { }
 */

.header1 { position: relative; }
 .header1 .lined1 { margin-top: var(--s1); }
 .header1 .socials1 { margin-top: var(--s2); }

@media print, screen and (min-width: 1024px) {
.header1-wrap { max-width: var(--xw_3); }
 .header1 .socials1 { margin-top: 10px; }
}
@media print, screen and (min-width: 1089px)  {
 /*.header1 .langs1 ~ .socials1 { position: absolute; right: 0; top: 0; margin: 0; } */
 .header1  .socials1 { position: absolute; right: 0; top: 0; margin: 0; }
}

/**
 * @name .header2
 * @description Image header
 * @example { }
 */

.header2 { margin: 0; background: #000; }
 .header2-content { margin: 0; padding: var(--s2) 0; }

@media print, screen and (min-width: 720px) {
.header2 { display: flex; }
.header2.-gradient1 { --gradient: linear-gradient(var(--rotation, 180deg), rgba(0,0,0,0.2) 10%, rgba(0,0,0,0.9)); }
.header2.-gradient2 { --gradient: linear-gradient(var(--rotation, 90deg), rgba(22,16,13,0.0), rgba(63,43,32,0.85) calc(50% + 350px)); }
.header2.-gradient-top { --rotation: 0deg; }
.header2.-gradient-bottom { --rotation: 180deg; }
.header2.-gradient-right { --rotation: 90deg; }
.header2.-gradient-left { --rotation: -90deg; }
 .header2-content { position: relative; z-index: 2; flex: none; width: 100%; min-width: 0; margin: 0 -100% 0 0; padding: var(--s3) 0; }
  .header2-inner { height: 100%; }
   .header2-inner .insert1 { height: 100%; }
   .header2.-content-top .insert1 { height: auto; }
    .header2 .langs1 a { box-shadow: none; }
 .header2-image { width: 100%; }
  .header2-image .img1 { height: 100%; min-height: var(--height,0); }
   .header2-image .img1[class]:before { display: none; }
   .header2-image .img1:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background-image: var(--gradient, linear-gradient(var(--rotation, 180deg), rgba(22,16,13,0) 20%, rgba(22,16,13,0.8))); }
}

@media print {
.header2 { background: transparent; }
 .header2-image { display: none; }
}

/**
 * @name .hero1
 * @description Hero
 * @example { }
 */

.hero1 { margin-bottom: var(--bx); }

@media screen and (min-width: 1280px) {
.hero1 .header2 { min-height: calc(var(--vhx) - 180px); }
}
@media print, screen and (min-width: 1024px) {
.hero1 { position: relative; padding-bottom: var(--s4); background: #000; }
 .hero1 .header2 { min-height: calc(var(--vhx) - 130px); }
  .hero1 .header2-content { padding: var(--s4) 0; }
  .hero1 .insert1 { justify-content: flex-start; }
   .hero1 .insert1-bottom { display: flex; flex-direction: column; flex-grow: 1; }
  .hero1 .insert1-continue[class] { margin: auto 0 0; }
  .hero1 .header2-image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; }
   .hero1 .header2-image .img1 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; min-height: 0; margin: 0; }
    [m4n] .hero1 .header2-image .img1.-breathe img { animation-duration: 30s; }
    .hero1 .header2-image .img1:before { display: none; }
    .hero1 .header2-image .img1:after { background-image: linear-gradient(180deg, rgba(22,16,13,0.00) 18%, #3F2B20 92%), linear-gradient(270deg, rgba(22,16,13,0.00) 18%, #5D3B29 92%); opacity: 0.8; }
 .hero1-side { position: relative; margin-top: var(--s4); }
  .hero1-box[class] { max-width: 980px; margin-left: auto; padding: var(--s3); }
   .hero1-box[class] .-gs\:2 > * { border-bottom-color: var(--c_b4t); }
}
@media screen and (max-width: 1023px) {
.hero1-box[class] { padding: var(--s2) var(--sx); }
.hero1-featured { padding-top: var(--s3); padding-bottom: var(--s3); background: var(--c_b6); }
}

@media print {
.hero1 { background: transparent; }
 .hero1 .header2 { min-height: 0; }
 .hero1 .insert1-continue[class] { margin-top: var(--s4); }
 .hero1-side { margin-top: 0; }
  .hero1-box[class] { max-width: 100%; box-shadow: inset 0 0 0 1px; }
}

/**
 * @name .icoline1
 * @description Secure form info block
 * @example { }
 */

.icoline1 { display: flex; align-items: center; }
 .icoline1 > i { flex: none; min-width: 0; margin: 0 0.33em 0 0; color: var(--c_b6t); font-size: 2.5em; }
 .icoline1 > span { }

/**
 * @name .iconed1
 * @description Link with icon
 * @example { }
 */

.iconed1 { --aown: 0; --aoph: 1; display: flex; align-items: center; }
 .iconed1 > i { flex: none; margin-right: 12px; }
 .iconed1 > strong { line-height: 1.35; }
  .iconed1 > strong span { box-shadow: 0 1px; }
  a.iconed1:hover > strong span, a:hover .iconed1 > strong span { opacity: 0.5; }

/**
 * @name .iconed2
 * @description Link with blue lined icon
 * @example { }
 */

.iconed2 { --aown: 0; --aoph: 1; display: flex; align-items: center; }
 .iconed2-icon { flex: none; width: 42px; min-height: 40px; margin-right: 12px; box-shadow: inset 0 -10px var(--c_a3t); }
 .iconed2-text { font: 600 14px/1.3 var(--ff_1); }
  .iconed2-text span { box-shadow: 0 1px; }
  a:hover .iconed2-text span { opacity: 0.5; }

/**
 * @name .iconed3
 * @description Larger version of iconed2
 * @example { }
 */

.iconed3 { display: flex; }
 .iconed3-icon { align-self: flex-start; flex: none; width: 48px; min-height: 48px; margin: 0 15px 0 0; padding-bottom: 3px; box-shadow: inset 0 -10px var(--c_a3t); }
 .iconed3-main { flex-grow: 1; }
  .iconed3-title { margin-bottom: 3px; }
  .iconed3-title a { --aown: 0; --aoph: 1; }

/**
 * @name .img1
 * @description Image wrapper
 */

.img1 { display: block; position: relative; overflow: hidden; width: 100%; }
 .img1[style*="--r:"]:before { display: block; content: ''; width: 100%; padding-bottom: calc(var(--r) * 100%); }
 .img1 img, .img1 video { display: block; width: 100%; }
 .img1[style*="--r:"] img, .img1[style*="--r:"] video { position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; object-position: var(--x, 50%) var(--y, 50%); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
 .img1.-round img, .img1.-round video { border-radius: 50%; }
 .img1.-left { --x: 0; } .img1.-right { --x: 100%; } .img1.-top { --y: 0; } .img1.-bottom { --y: 100%; }
 .img1.-fit img, .img1.-fit video { height: 100%; object-fit: contain; }

[m4n] .img1.-breathe img.lazyloaded,
[m4n] .img1.-breathe img:not([data-src]) { animation: img1breathe 15s alternate infinite ease-in-out; }

@media screen and (max-width: 1023px) {
.img1[style*="--r2:"]:before { padding-bottom: calc(var(--r2) * 100%); }
}
@media screen and (max-width: 719px) {
.img1[style*="--r3:"]:before { padding-bottom: calc(var(--r3) * 100%); }
}

@keyframes img1breathe { 0% { transform: scale(1); } 100% { transform: scale(1.2); } }


/**
 * @name .invalid1
 * @description Validation message
 * @example { }
 */

.invalid1 { display: none; margin-top: 5px; color: var(--c_e1t); font-size: 13px; font-weight: bold; }
.-validated:invalid ~ .invalid1, .-validated:invalid + label .invalid1, .invalid1.-visible { display: block; }

/**
 * @name .insert1
 * @description Header insert
 * @example { }
 */

.insert1 { }
 .insert1-brow { margin-bottom: 10px; }

@media print, screen and (min-width: 720px) {
.insert1 { display: flex; flex-direction: column; justify-content: flex-end; position: relative; }
 .insert1 > * { width: 100%; max-width: 700px; }
 .insert1 .langs1 { margin-bottom: auto; }
 .insert1 .langs1 + * { margin-top: var(--s3); }
 .insert1-title { margin-bottom: var(--s1); }
 .insert1-bottom { }
  .insert1-bottom > * { margin-bottom: 0; margin-top: var(--sy); }
  .insert1-bottom > :first-child { margin-top: 0; }
  .insert1 .lined1 { max-width: 600px; }
  .insert1-continue { display: block; margin-top: var(--s2); }
  .lined1 + .insert1-continue { margin-left: 70px; }
  .insert1 .socials1 { position: absolute; right: 0; bottom: 0; }
}
@media print, screen and (min-width: 720px) and (max-width: 1100px) {
.insert1.-short > * { max-width: 50%; }
}

/**
 * @name .langs1
 * @description Language bar
 * @example { }
 */

.langs1 { overflow: hidden; }
 .langs1-wrap { --gx: 10px; --gy: 10px; font: 600 14px/1 var(--ff_1); }
  .langs1-wrap li { width: auto; }
   .langs1-wrap a { --aown: 0; --abcn: var(--c_b1); --abch: var(--c_d1); --atcn: var(--c_d1); --atch: var(--c_i1); --aoph: 1; display: flex; align-items: center; justify-content: center; min-height: 21px; padding: 0 4px; box-shadow: inset 0 0 0 1px var(--c_d1); }
   .langs1-wrap .-active > a { --abcn: var(--abch); --atcn: var(--atch); }

/**
 * @name .line1
 * @description Yellow line
 * @example { }
 */

.line1 { display: block; width: 50px; margin-bottom: var(--sy); border-top: 5px solid; color: var(--c_a1); transition-property: width; }
a:hover .line1.-expand { width: 100%; }

@media screen and (max-width: 719px) {
.line1 { width: 30px }
}

/**
 * @name .line2
 * @description Yellow thin line
 * @example { }
 */

.line2 { display: block; width: 100px; margin-bottom: var(--s1); border-top: 1px solid; color: var(--c_a1); }

@media screen and (max-width: 719px) {
.line2 { width: 70px }
}

/**
 * @name .lined1
 * @description Wrapper with side line
 * @example { }
 */

.lined1 { position: relative; padding-left: 70px; }
 .lined1 .line1 { position: absolute; left: 0; top: 0.75em; margin: -3px 0 0; }

@media screen and (max-width: 719px) {
.lined1 { position: relative; padding-left: 50px; }
}

/**
 * @name .link1
 * @description Small link with arrow icon
 * @example { }
 */

.link1 { --aown: 0; --aoph: 1; font-size: 14px; }
 .link1 i { display: inline-block; position: relative; top: -0.05em; margin: 0 0 0 5px; color: var(--c_a1t); font-size: 1.5em; vertical-align: middle; }
 a.link1:hover i[class*=right], a:hover .link1 i[class*=right] { transform: translateX(5px); }
 a.link1:hover i[class*=down], a:hover .link1 i[class*=down] { transform: translateY(5px); }

/**
 * @name .loader1
 * @description Loading spinner
 */

.loader1 { display: block; position: absolute; left: 50%; top: 50%; margin: -0.5em 0 0 -0.5em; color: rgba(0,0,0,0.25); font-size: 24px; animation: loader1 1s infinite linear; pointer-events: none; transition-property: var(--t8n_p2); }
.img1.-dark .loader1, .loader1.-light { color: rgba(255,255,255,0.65); }
.lazyload ~ .loader1, .lazyloaded ~ .loader1, html:not([js]) .loader1 { visibility: hidden; opacity: 0; animation-iteration-count: 10; }
.lazyloading ~ .loader1 { visibility: visible; opacity: 1; }
 .loader1:before { display: block; content: ''; width: 1em; height: 1em; border: 0.1em solid; border-top-color: transparent; border-radius: 50%; }

@media screen and (max-width: 599px) {
.loader1 { font-size: 20px; }
}

@keyframes loader1 { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/**
 * @name .loader2
 * @description Full screen loader
 */

.loader2 { visibility: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 999; margin: 0; background: rgba(0,0,0,0.35); font-size: 60px; transition-property: opacity, visibility; opacity: 0; }
.loader2.is-active { visibility: visible; opacity: 1; }
 .loader2:after { position: absolute; left: 50%; top: 50%; content: ''; width: 1em; height: 1em; margin: -0.5em 0 0 -0.5em; border: 0.1em solid; border-top-color: transparent; border-radius: 50%; color: var(--c_i1t); animation: loader1 1s infinite paused linear; }
 .loader2.is-active:after { animation-play-state: running; }
.loader2.-small { font-size: 32px; }
.loader2.-static { display: none; position: relative; z-index: unset; margin-bottom: var(--sy); background: none; }
.loader2.-static.is-active { display: block; }
 .loader2.-static:after { display: block; position: relative; left: 0; top: 0; margin: 0; color: var(--c_d1); opacity: 0.75; }

/**
 * @name .logo1
 * @description Scallable logo wrapper
 * @example { }
 */

.logo1 { font-size: var(--mh, 50px); line-height: 1; }
 .logo1 a { --aown: 0; --aoph: 1; display: block; }
  .logo1 img, .logo1 svg { display: block; height: 1em; }
  .logo1 i { display: block; }

@media screen and (min-width: 1280px) {
.logo1 { font-size: var(--gh, 70px); }
}

/**
 * @name .logo2
 * @description Partner logo
 * @example { }
 */

.logo2 {  }
 .logo2-wrap { --aown: 0; --aoph: 1; display: block; height: 100%; padding: var(--s2); box-shadow: inset 0 0 0 1px var(--c_o3t); }
 a.logo2-wrap:hover { box-shadow: inset 0 0 0 1px var(--c_o1t); }

@media screen and (max-width: 599px) {
.logo2-wrap { padding: var(--sx); }
}

/**
 * @name .mark1
 * @description Tape highlight
 * @example { }
 * @notes Can't use variables due to bug in safari preventing updating linear-gradient if it contains variables
 */

.mark1 { padding: 0 4px; background: linear-gradient(#ffb605, #ffb605) 0 0 no-repeat; background-size: 100% 1.2em; vertical-align: top; transition-duration: 0.5s; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
 .mark1 span { position: relative; }

@media print {
.mark1[class] { background: none; box-shadow: inset 0 0 0 100px var(--c_a1); color: var(--c_d1); }
}

@media screen {
[m4n] .mark1[reveal]:not([revealed]) { background-size: 0% 1.2em; }
}

/**
 * @name .meta1
 * @description Meta line
 * @example { }
 */

.meta1 { font-size: 14px; }
 .meta1 > :not(:first-child) { margin-left: 15px; }

/**
 * @name .minicard1
 * @description Top card
 * @example { }
 */

.minicard1 {  }
 .minicard1-wrap { --aown: 0; --abcn: var(--c_b3t); --aoph: 0.7; display: flex; align-items: center; padding-right: 15px; }
  .minicard1-image { flex: none; width: 60px; margin: 0 15px 0 0; }
   .minicard1-image .img1 { height: 100%; }
  .minicard1-main { --sy: 0; min-width: 0; font: 14px/1.2 var(--ff_1); }
   .minicard1-title { font: 600 16px/1.2 var(--ff_1); }

/**
 * @name .modal1
 * @description Modal window
 * @example { }
 */

.modal1 { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 201; visibility: hidden; margin: 0; opacity: 0; transition-property: var(--t8n_p2); pointer-events: none; }
[js] .modal1.is-active, .modal1:target { visibility: visible; opacity: 1; pointer-events: auto; }
 .modal1-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; margin: 0; background: var(--c_d1); opacity: 0.95; }
 .modal1-outer { display: flex; align-items: center; justify-content: center; height: 100%; padding: var(--s3) var(--sx); overflow: auto; overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .modal1-outer::-webkit-scrollbar { display: none; }
   .modal1-wrap { position: relative; width: 100%; max-width: var(--xw_3); margin: auto !important; transform: scale(0.9); }
   [js] .modal1.is-active .modal1-wrap, .modal1:target .modal1-wrap { transform: translateY(0) scale(1); }
    .modal1-continue { text-align: right; }

@media print {
.modal1 { background: rgba(255,255,255,0.7); }
}

/**
 * @name .outline1
 * @description Component border
 * @example { }
 */

.outline1 { border: 10px solid var(--c_a1); }

@media screen and (max-width: 719px) {
.outline1 { border-width: 5px; }
}

/**
 * @name .outline2
 * @description Half-size component border
 * @example { }
 */

.outline2 { border: 5px solid var(--c_a1); }

/**
 * @name .promo1
 * @description Modal donate promo
 * @example { }
 */

.promo1 { background: var(--c_d2); }
 .promo1-image { display: none; }
 .promo1-main { padding: var(--s2); text-align: left; }

@media print, screen and (min-width: 720px) {
.promo1 { display: flex; }
 .promo1-image { display: block; flex: none; width: 50%; min-width: 0; margin: 0; }
  .promo1-image .img1 { height: 100%; }
}

@media print {
.promo1 { background: none; }
}

/**
 * @name .promo2
 * @description Donate promo
 * @example { }
 */

.promo2 { background: var(--c_d2); }
 .promo2-image { width: 100%; margin: 0; }
 .promo2-main { padding: var(--sx); }
  .promo2-main .button1 { --w: 180px; }
  .promo2-action a { --tch: var(--c_d2); }

@media print, screen and (min-width: 720px) {
.promo2 { display: flex; }
 .promo2-image { flex: none; position: relative; min-width: 0; margin-right: -100%; }
  .promo2-image:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background-image: linear-gradient(90deg, rgba(22,16,13,0.24) 29%, #3F2B20 97%); opacity: 0.86; }
 .promo2-main { display: flex; align-items: center; justify-content: flex-end; flex: none; position: relative; width: 100%; min-width: 0; padding: var(--sx); }
  .promo2-inner { width: 50%; }
}

@media print {
.promo2 { display: block; background: none; }
 .promo2-image { margin-right: 0; }
  .promo2-image:after { display: none; }
  .promo2-inner { width: 100%; }
}

/**
 * @name .quote1
 * @description Photo quote
 * @example { }
 */

.quote1 { }
 .quote1-image { width: 100%; max-width: 300px; }
  .quote1-main { margin-bottom: var(--sy); }

@media screen and (min-width: 720px) and (max-width: 1023px) {
.quote1-image { max-width: 240px; }
}
@media print, screen and (min-width: 720px) {
.quote1 { display: flex; align-items: center; }
 .quote1-image { flex: none; min-width: 0; margin: 0 var(--s2) 0 0; }
 .quote1-wrap { flex-grow: 1; }
}

/**
 * @name .quote2
 * @description Yellow outline quote
 * @example { }
 */

.quote2 { padding: var(--sx); overflow-wrap: break-word; }
 .quote2-main { max-width: var(--xw_4); margin-left: auto; margin-right: auto; }

@media screen and (min-width: 720px) {
.quote2 { padding: var(--s4); }
.quote2.-compact { padding: var(--s2); }
}

/**
 * @name .radiotabs1
 * @description Radios as tabs (donate)
 * @example { }
 */

.radiotabs1 { display: flex; padding: 0; box-shadow: inset 0 0 0 1px; text-align: center; }
 .radiotabs1 li { flex: 1 0 0; margin: 0; font: 600 16px/1.1 var(--ff_1); letter-spacing: 0.1em; text-transform: uppercase; }
 .radiotabs1 li ~ li { box-shadow: -1px 0; }
  .radiotabs1 li:before { display: none; }
  .radiotabs1 input[type] { position: absolute; left: -10001px; }
  .radiotabs1 label { display: flex; justify-content: center; align-items: center; min-height: 50px; padding: 5px 10px; }
  .radiotabs1 :checked + label { background: var(--c_d1t); color: var(--c_i1t); }
  [keyboard] .radiotabs1 :focus + label { outline: -webkit-focus-ring-color auto 5px; }

@media print {
.radiotabs1 :checked + label { background: none; color: inherit; }
.radiotabs1 input:not(:checked) + label { opacity: 0.2; }
}

/**
 * @name .radiotabs2
 * @description Radios as tabs (news)
 * @example { }
 */

.radiotabs2 { display: flex; margin-bottom: 0; padding: 0; text-align: center; }
 .radiotabs2 li { margin: 0; box-shadow: 1px 0 var(--c_b1); font: 600 18px/1.1 var(--ff_1); letter-spacing: 0.14em; text-transform: uppercase; }
  .radiotabs2 li:before { display: none; }
  .radiotabs2 input[type] { position: absolute; left: -10001px; }
  .radiotabs2 label { display: flex; justify-content: center; align-items: center; min-height: 80px; padding: 5px var(--s3); text-align: center; }
  .radiotabs2 :checked + label { background: var(--c_b1); }
  [keyboard] .radiotabs2 :focus + label { outline: -webkit-focus-ring-color auto 5px; }

/**
 * @name .scrolled1
 * @description Horizontally scrolled container
 */

@media screen and (max-width: 1023px) {
.scrolled1 { position: relative; margin-right: var(--nx); margin-left: var(--nx); }
 .scrolled1:after { position: absolute; right: var(--sx); bottom: -16px; content: ''; width: 18px; height: 24px; background: url(../images/table1-icon1.png) no-repeat; background-size: contain; opacity: 0.75; pointer-events: none; animation: scrolled1 2s infinite; }
 .scrolled1-outer { overflow: auto; overflow-y: hidden; padding: 0; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
 .scrolled1-outer::-webkit-scrollbar { display: none; }
  .scrolled1-inner { min-width: 984px; }
   .scrolled1-inner table { width: 100%; }
    .scrolled1-inner tr > :first-child { border-left-width: 0; padding-left: var(--sx); }
    .scrolled1-inner tr > :last-child { border-right-width: 0; padding-right: var(--sx); }

@keyframes scrolled1 { 0% { opacity: 0; transform: translate3d(0,0,0); } 60% { transform: translate3d(-20px,0,0); opacity: 0.75; } 80% { opacity: 0.75; } 100% { opacity: 0; transform: translate3d(-20px,0,0); } }
}

/**
 * @name .search1
 * @description Resource search bar
 * @example { }
 */

.search1 {  }
 .search1 p { position: relative; }
  .search1 label[for] { position: absolute; left: 0; top: 0; color: var(--c_a1t); font-size: 24px; line-height: 50px; }
  .search1 input[type] { --h: 50px; --px: 40px; --py: 10px; --lh: 30px; --pc: currentColor; box-shadow: 0 1px; font-size: 26px; font-weight: 600; }
  .search1 button { position: absolute; right: 0; top: 0; min-width: 0; padding: 0 10px; background: none; color: inherit !important; line-height: 50px; }

/**
 * @name .shareable1
 * @description Grid with shareables
 * @example { }
 */

.shareable1 {  }
 .shareable1 .grid1-entry { display: flex; flex-direction: column; justify-content: flex-start; }
  .shareable1 .socials1 { align-self: stretch; flex: none; }
  .shareable1 .quote2 { flex-grow: 1; }

/**
 * @name .skips1
 * @description Skip links
 */

.skips1 { position: absolute; top: 100%; left: 0; z-index: 9999; list-style: none; width: 100%; height: 0; margin: -30px 0 0; padding: 0; text-align: center; }
 .skips1 li { position: absolute; left: 0; top: 0; width: 100%; height: 0; font: bold 50px/1 Calibri,Myriad Pro,Arial,Helvetica Neue,Helvetica,sans-serif; }
  .skips1 li:before { display: none;  }
  .skips1 li a { display: inline-block; position: absolute; left: -10001px; margin: 0 auto; padding: 20px 30px; border: 1px dotted #fff; border-color: rgba(255,255,255,0.7); border-radius: 20px;  background: #333; background: rgba(0,0,0,0.6); color: #fff; text-align: center; text-decoration: none; outline: none; }
  .skips1 li a:focus, .skips1 li a:active { position: relative; left: 0; }

@media print, screen and (max-width: 1279px) {
.skips1 { display: none; }
}

/**
 * @name .slick
 * @description Slick slider defaults
 */

@media screen {
.slick-track { transition: none; }
 .slick-slide { margin-bottom: 0; border-top-width: 0; outline: none; }
  .slick-slide * { outline: none; }
.slick-arrow[class] { overflow: hidden; position: absolute; left: 0; top: 50%; z-index: 10; width: 1.67em; min-width: 0; height: 1.67em; margin: -0.835em 0 0; min-height: 0; padding: 0; border: none; border-radius: 0; background: #111; color: #fff; font: 20px/1.66 Icons; text-align: center; text-indent: 10001px; text-align: left; }
.slick-next[class] { left: auto; right: 0; }
 .slick-arrow:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: '\e903'; text-indent: 0; text-align: center; }
 .slick-next:before { content: '\e904'; }
.slick-arrow.slick-disabled { opacity: 0.2; pointer-events: none; }
.slick-dots { position: absolute; left: 0; bottom: 30px; right: 0; padding: 0; font-size: 0; letter-spacing: -1em; text-align: center; }
 .slick-dots li { display: inline-block; margin: 0 5px; vertical-align: top; }
  .slick-dots li:before { display: none; }
  .slick-dots button { overflow: hidden; width: 10px; min-width: 0; min-height: 0; height: 10px; padding: 0; border: 1px solid !important; border-radius: 50%; background: currentColor; color: #ccc; font-size: 0; line-height: 1; text-indent: 321%; white-space: nowrap; }
  .slick-dots button:hover { background: currentColor; color: #73add3; }
  .slick-dots .slick-active button { color: #73add3; }
}
@media print {
 .slick-track { width: auto !important; max-width: 100%; transform: none !important; }
  .slick-track > * { width: auto !important; }
  .slick-cloned { display: none; }
 .slick-arrow, .slick-dots { display: none !important; }
}

/**
 * @name .socials1
 * @description Round social links
 * @example { }
 */

.socials1 { display: inline-flex; align-items: center; overflow: hidden; vertical-align: top; }
 .socials1 .line1 { margin: 0 15px 0 0; }
 .socials1-label { margin: 0 10px 0 0; font: 400 14px/1.57 var(--ff_1); }
 .socials1-items { --gx: 10px; --gy: 0px; }
  .socials1-items li { width: auto; }
   .socials1-items a { --aocn: var(--c_a1t); --atcn: var(--c_d1t); display: flex; justify-content: center; align-items: center; width: 1em; height: 1em; border-radius: 50%; box-shadow: inset 0 0 0 var(--aow, 1px) var(--aoc); font-size: 24px; line-height: 1; }
    .socials1-items a:before { font-size: 0.5em; }

.socials1.-large {  }
 .socials1.-large .socials1-label { font-size: 18px; }
  .socials1.-large .socials1-items a { font-size: 48px; }

@media screen and (max-width: 719px) {
.socials1 .line1 { display: none; }
}

/**
 * @name .spacer1
 * @description Spacing div
 * @example { }
 */

.spacer1 { height: 1px; margin-top: -1px; margin-bottom: 0; }

/**
 * @name .split1
 * @description Crazy split
 * @example { }
 */

.split1 { }
 .split1-block { margin-bottom: var(--s2); }

@media print, screen and (min-width: 1024px) {
.split1 { display: grid; grid-template-columns: auto 32%; grid-template-rows: auto 1fr; grid-column-gap: var(--s4); }
 .split1-block.-top { margin-bottom: var(--s2); }
 .split1-block.-middle { grid-column: 2 / -1; grid-row: 1 / -1; margin-bottom: 0; }
}

/**
 * @name .split2
 * @description Abstracted .featured1 layout
 * @example { }
 */

@media print, screen and (min-width: 720px) {
.split2-header { max-width: 400px; }
}
@media print, screen and (min-width: 1024px) {
.split2 { display: flex; position: relative; }
 .split2-header { flex: none; width: 24.5%; min-width: 0; margin: 0; padding: 0 var(--s2) 60px 0; }
 .split2-main { flex-grow: 1; overflow: hidden; min-width: 0; margin: 0; }
 .split2-footer { flex: none; position: absolute; left: 0; bottom: 0; width: 24.5%; margin: 0; padding: 0 var(--s2) 0 0; }
}

/**
 * @name .sticky1
 * @description Sticky container
 */

@media screen {
.sticky1 { position: -webkit-sticky; position: sticky; top: var(--bx); }
}

/**
 * @name .stream1
 * @description Resources stream
 * @example { }
 */


@media screen and (min-width: 1280px) {
.stream1 { display: flex; }
 .stream1 .filters1 { flex: none; width: 275px; min-width: 0; margin: 0 var(--s2) 0 0; }
 .stream1-main { flex-grow: 1; }
}

/**
 * @name .tags1
 * @description Filter tags
 * @example { }
 */

.tags1 { margin-bottom: var(--s2); font-size: 15px; }
 .tags1 ul { --gx: 10px; --gy: 10px; }
  .tags1 li { width: auto; }
  .tags1 li.-clear { margin-left: auto; }
   .tags1-tag { --aown: 0; display: flex; align-items: center; min-height: 20px; padding: 2px 5px; background: var(--c_b5t); font: 14px/1 var(--ff_1); }
   .tags1-tag i { min-width: 0; margin: 1px 0 0 5px; font-size: 0.6em; }

/**
 * @name .theme1
 * @description Inverted theme
 * @example { }
 */

@media screen {
.theme1 { --c_d1t: #fff; --c_d2t: #fff; --c_i1t: #333; --c_i2t: #000; --c_b1t: #000; --c_b2t: #111; --c_o1t: #999; --c_o2t: #ccc; --c_o3t: #aaa; color: var(--c_d1t); }
}

/**
 * @name .ticks1
 * @description Checkbox list
 * @example { }
 */

.ticks1 { padding: 0 }
 .ticks1 li { margin-bottom: 15px; padding-left: 35px; }
  .ticks1 li > input:first-child { float: left; margin-left: -35px; }
  .ticks1 li:before { display: none; }

/**
 * @name .top1
 * @description Global header
 */

.top1 { position: relative; z-index: 101; margin-bottom: 0; }
 .top1:after { position: absolute; left: 0; top: 100%; content: ''; width: 100%; border-top: 1px solid var(--c_o3t); }
 .top1-wrap { max-width: 100%; border: 1px solid transparent; border-width: 10px 0; }
 .top1-checkbox[class] { position: absolute; left: -10001px; }
 .top1-links { margin: 0; padding: var(--px); font: 600 20px/1.2 var(--ff_1); }
  .top1-links li { position: relative; margin-bottom: 25px; }
   .top1-links li:before { display: none; }
   .top1-links > li > a { --aoph: 1; display: inline-block; margin: 0 -5px; padding: 1px 5px 2px; box-shadow: none; background: linear-gradient(#000, #000) no-repeat; background-size: 0 100%; }
   [mouse] .top1-links > li > a:hover,
   .top1-links > .-active > a { background-size: 100% 100%; color: #fff; }
   .top1-links em { position: absolute; left: -10001px; }
   .top1-dropdown { position: absolute; left: -20px; top: 100%; z-index: 1; width: 170px; margin: 12px 0 0; padding: 20px; box-shadow: inset 0 0 0 1px var(--c_d2); background: var(--c_b1); font: 600 14px/1.2 var(--ff_1); visibility: hidden; opacity: 0; transition-property: var(--t8n_p2); }
  [touch] .top1-action .is-open + .top1-dropdown,
  [mouse] :hover > .top1-dropdown { visibility: visible; opacity: 1;  }
    .top1-dropdown:before { position: absolute; left: 0; bottom: 100%; right: 0; content: ''; height: 10px; }
    .top1-dropdown li { margin-bottom: 8px; }
    .top1-dropdown[class] li ~ li { margin-left: 0; }
     .top1-dropdown li:before { display: none; }
     .top1-dropdown a { --aocn: transparent; --aoch: currentColor; --aoph: 1; }
 .top1-secondary { font-size: 16px; }
  .top1-secondary a { margin: 0 -3px; padding: 0 3px; }
  .top1-secondary li li a { display: block; }
   .top1-secondary li li a:hover { box-shadow: none; }
  .top1-secondary li li a:hover span { box-shadow: rgb(26, 25, 25) 0px 1px 0px 0px;  }
 [touch] .top1-action i { display: block; }
   .top1-action .is-open > [toggle]:before { content: '\e90c'; }
 .top1-action i { display: none; padding-left: 10px; }


@media print, screen and (max-width: 1279px) {
.top1-wrap { --px: 30px; display: flex; align-items: center; }
 .top1 .logo1 { flex: none; margin: 0 auto 0 0; }
 .top1-action { flex: none; margin-bottom: 0; }
 .top1-toggler[class] { display: flex; justify-content: center; align-items: center; align-self: stretch; order: 2; position: relative; width: 50px; margin: 0 0 0 10px; background: var(--c_b3); font-size: 20px; }
  .top1-toggler[class]:after { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: '\e915'; opacity: 0; transform: rotate(-45deg); font-size: 1.1em; }
  .top1-checkbox:checked ~ .top1-toggler[class]:after { opacity: 1; transform: rotate(0); }
 .top1-checkbox:checked ~ .top1-toggler[class] { background: var(--c_b1); }
  .top1-checkbox:checked ~ .top1-toggler[class]:before { opacity: 0; transform: rotate(45deg) scale(0.8); }
 .top1-nav { position: absolute; left: 0; top: 100%; right: 0; overflow: hidden; height: 0; background: var(--c_b1); box-shadow: inset 0 0 0 1px transparent, 0 0 transparent; transition: all 0.5s var(--t8n_e1); transition-property: height; }
 .top1-checkbox:checked ~ .top1-nav { height: var(--height,auto); box-shadow: inset 0 0 0 1px var(--c_o3), 0 0 0 10px #fff; }
 .top1-checkbox:checked ~ .top1-nav.-opened { height: auto; }
  .top1-nav [toggle] { position: absolute; right: 0; top: 7px; font-size: 0.65em; }
   .top1-nav .is-open > [toggle]:before { content: '\e90c'; }
   .top1-nav [toggle]:after { position: absolute; left: -10px; top: -10px; right: -10px; bottom: -10px; content: ''; }
   .top1-links > li > a { max-width: calc(100% - 20px); }
  .top1-nav .top1-dropdown { display: none; position: relative; left: auto; top: auto; padding: 0; box-shadow: none; visibility: visible; opacity: 1; }
  .top1-nav .is-open > .top1-dropdown { display: block; }
  .top1-nav .minicard1 { margin: 0 10px; }
  .top1-search { border-top: 1px solid var(--c_o3); }
   .top1-search p { display: flex; }
    .top1-search label[for] { position: absolute; left: -10001px; }
    .top1-search input[type] { --h: 60px; --px: inherit; --own: 0px; --bcf: transparent; --pc: inherit; padding-right: 0; font: 600 16px/20px var(--ff_1); outline: none; }
    .top1-search button { --w: 0px; --px: 15px; --py: 0; --bcn: transparent; --bch: var(--bcn); --tch: var(--c_a1); font-size: 22px; }
 .top1-action { position: relative; }
  .top1-action .top1-dropdown { position: absolute; left: 0; top: 100%; z-index: 1; width: calc(100% + 60px); margin: 0; padding: 20px; box-shadow: inset 0 0 0 4px var(--c_a1); background: var(--c_b1); font: 500 14px/1.2 var(--ff_1); visibility: hidden; opacity: 0; transition-property: var(--t8n_p2); }
  [mouse] .top1-action .button1:hover + .top1-dropdown { visibility: visible; opacity: 1; }
   .top1-action .top1-dropdown li { margin: 0; }
   .top1-action .top1-dropdown li:not(:last-child) { margin-bottom: 8px; }
    .top1-action .top1-dropdown li:before { display: none; }
    .top1-action .top1-dropdown a { --aocn: transparent; --aoch: currentColor; --aoph: 1; }
}
@media screen and (min-width: 1280px) {
.top1-wrap { display: flex; position: relative; border-top-width: 0 }
 .top1 .logo1 { flex: none; align-self: center; min-width: 130px; margin: 0 40px 0 0; }
 .top1-toggler[class] { display: none; }
 .top1-nav { display: flex; min-height: 114px; align-items: center; flex-grow: 1; position: relative; margin: 0; padding: 54px 130px 0 0; }
  .top1-links { display: flex; justify-content: space-between; flex-grow: 1; }
   .top1-links > li { position: relative; margin-bottom: 0; }
    .top1-links [toggle] { display: none; }
    .top1-secondary .top1-dropdown { left: auto; right: -31px; }
  .top1-primary { max-width: 600px; margin: 0 auto; }
  .top1-nav .minicard1 { max-width: 300px; margin: 0 0 0 30px; }
   .top1-nav .minicard1-lead { overflow: hidden; width: 100%; white-space: nowrap; text-overflow: ellipsis; }
  .top1-brow { display: flex; justify-content: flex-end; align-items: center; position: absolute; left: 0; right: 0; top: 0; height: 44px; box-shadow: 0 1px var(--c_o3t); }
   .top1-secondary { flex-grow: 0; font: 600 14px/1.2 var(--ff_1); }
    .top1-secondary li ~ li { margin-left: 30px; }
   .top1-search { position: relative; margin: 0 0 0 30px; border-left: 1px solid var(--c_o3t); }
    .top1-search p { display: flex; }
     .top1-search label[for] { position: absolute; left: -10001px; }
     .top1-search input[type] { --h: 44px; --px: 30px; --own: 0px; --bcf: transparent; --pc: inherit; width: 280px; padding-right: 0; font: 600 14px/20px var(--ff_1); outline: none; transition-property: width; }
     .top1-search input[type]:placeholder-shown:not(:focus) { width: 80px; }
     .top1-search input[type].-validated:invalid { color: inherit; }
     .top1-search button { --w: 0px; --h: 44px; --px: 15px; --py: 0; --bcn: transparent; --bch: var(--bcn); --tch: var(--c_a1); font-size: 22px; }
 .top1-action { position: absolute; right: 0; bottom: 0; flex: none; align-self: flex-end; margin-left: 10px; }
  .top1-action .button1 { --h: 60px; --px: 20px; }
  .top1-action .top1-dropdown { left: auto; right: 0; margin-top: 0; box-shadow: inset 0 0 0 4px var(--c_a1t); }
   .top1-action .top1-dropdown:before { display: block; }
}

/**
 * @name .language1
 * @description Language switcher
 */
.language1 { font: 600 14px/1.2 var(--ff_1); }
 .language1.-desktop {  }
  .language1.-desktop i { position: relative; top: 1px; padding-left:8px; padding-right: 4px; font-size: 0.75em; font-weight: bold;  }
 .language1.-mobile { display: none; position: relative; padding: 10px 0; margin: 0;}
  .language1.-mobile > a { box-shadow: none; }
  .language1.-mobile i { position: absolute; right: 0; padding-right: 10px; }
   .language1-dropdown { position: absolute; top: 100%; z-index: 1; width: 100%; margin: 0; padding: 20px; box-shadow: inset 0 0 0 1px var(--c_d2); background: var(--c_b1); font: 600 14px/1.2 var(--ff_1); visibility: hidden; opacity: 0; transition-property: var(--t8n_p2); }
  [touch] .language1.-mobile.is-open .language1-dropdown,
  [mouse] :hover > .language1-dropdown { visibility: visible; opacity: 1;  }
    .language1-dropdown:before { position: absolute; left: 0; bottom: 100%; right: 0; content: ''; height: 14px; }
    .language1-dropdown li { margin-bottom: 8px; }
    .language1-dropdown[class] li ~ li { margin-left: 0; }
     .language1-dropdown li:before { display: none; }
     .language1-dropdown a { --aocn: transparent; --aoch: currentColor; --aoph: 1; }

@media screen and (max-width: 1279px) {
 .language1.-mobile { display: block; }
 .language1.-desktop { display: none; }
}

/**
 * @name .video1
 * @description Video embed with pre-screen
 * @example { }
 */

.video1 { position: relative; margin-bottom: 0; background: var(--c_d2); }
 .video1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 .video1-overlay { --aown: 0; --aoph: 1; display: block; position: relative; z-index: 1; margin: 0; box-shadow: none; color: inherit; }
 .video1.-play .video1-overlay { opacity: 0; pointer-events: none; }
  .video1-image { position: relative; margin: 0; cursor: pointer; }
   .video1-image .img1:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background-image: linear-gradient(180deg, rgba(22,16,13,0.24) 48%, #7E7672 99%); opacity: 0.8; }
   .video1-image figcaption { display: flex; flex-direction: column; justify-content: space-between; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: 0; padding: var(--s3); border: none; }
    .video1-image figcaption > strong { width: 100%; max-width: 360px; margin-bottom: var(--s2); }
    .video1-image figcaption > span > .circle1 { margin-left: 10px; font-size: 80px; }
    .video1-overlay:hover figcaption > span > .circle1 { transform: translateX(10px); }

@media screen and (max-width: 1023px) {
.video1-image figcaption { padding: var(--sx); }
 .video1-image figcaption > span > .circle1 { font-size: 48px; }
}

@media print {
.video1 { box-shadow: inset 0 0 0 1px var(--c_o1t); background: none; }
 .video1-image .img1:after { display: none; }
 .video1-image figcaption { position: relative; }
}

/**
 * @name .wrap1
 * @description Content wrapper
 */

.wrap1 { margin-bottom: 0; padding: var(--s4) 0; background: currentColor; color: transparent; }
 .wrap1-inner { color: var(--c_d1t); }

.wrap1.-p1 { background: currentColor url(../images/pattern1.jpg); background-size: 500px 300px; }

@media screen and (max-width: 1023px) {
.wrap1 { padding: var(--s3) 0; }
}

@media print {
.wrap1[class] { background: none; color: inherit; }
}

/**
 * @name .wrap2
 * @description Special page wrappper
 * @example { }
 */

.wrap2 { padding: var(--bx) 0 var(--sx); }
 .wrap2-side { margin-bottom: var(--s3); }
 .wrap2-main { padding: 0 var(--sx); }

@media print, screen and (min-width: 720px) {
.wrap2 { display: flex; }
 .wrap2-side { flex: none; width: 50%; margin: 0; }
 .wrap2-main { flex-grow: 1; padding: var(--sx); }
  .wrap2-inner { max-width: var(--xw_5); margin-left: auto; margin-right: auto; }
}

/**
 * @name .xgrid1
 * @description Expanding grid
 * @example { }
 */

.xgrid1 { position: relative; margin-bottom: var(--s4); }
.xgrid1.-instant * { transition-duration: 0s; }
 .xgrid1-entries { --gc: 3; --gx: var(--s2); --gy: var(--gx); }
  .xgrid1-entry { --w: 1; }
   .xgrid1-header { flex-grow: 1; position: relative; z-index: 2; margin: 0; cursor: pointer; }
    .xgrid1-header:before { position: absolute; left: 50%; top: 100%; content: ''; width: 1em; height: 1em; margin: var(--s3) 0 0; background: var(--c_b1); border: 1px solid; border-color: var(--c_o1t) var(--c_o1t) transparent transparent; font: 20px/1 var(--ff_1); transform: rotate(-45deg) translateY(-0.7em); transition-delay: 0.3s; opacity: 0; }
    .xgrid1-entry.-active .xgrid1-header:before { opacity: 1; transition-delay: 0s; }
   .xgrid1-details { height: 0; margin: 0; transition: height 0.6s var(--t8n_e1); }
   .xgrid1-entry.-active .xgrid1-details { height: var(--height); }
    .xgrid1-inner { position: absolute; left: 0; right: 0; top: auto; z-index: 1; overflow: hidden; height: 0; transition: inherit; }
    .xgrid1-entry.-active .xgrid1-inner { height: var(--height); }

@media screen and (max-width: 719px) {
.xgrid1-entries { --gc: 2; }
}
@media screen and (max-width: 479px) {
.xgrid1-entries { --gc: 1; }
}

/*   ______  _     _ _______ _______  _____  __   _ _______
 *   |_____] |     |    |       |    |     | | \  | |______
 *   |_____] |_____|    |       |    |_____| |  \_| ______|
*/

.button1, [type="submit"], [type="button"], [type="reset"] { --w: 120px; --h: 50px; --lh: 20px; --px: 30px; --py: 4px; --bcn: var(--c_a1); --bch: var(--c_d2t); --own: 0px; --orn: 0; --ocn: var(--bc); --tcn: var(--c_d1); --tch: var(--c_i2); --ow: var(--own); --oc: var(--ocn); --or: var(--orn); --bc: var(--bcn); --tc: var(--tcn); --op: var(--opn, 1); }
.button1, [type="submit"], [type="button"], [type="reset"] { display: inline-flex; justify-content: center; align-items: center; position: relative; z-index: 0; overflow: hidden; min-width: var(--w); height: auto; min-height: var(--h); padding: var(--py) var(--px); border: none; border-radius: var(--or); box-shadow: inset 0 0 0 var(--ow) var(--oc); background: var(--bc); color: var(--tc); font: 600 16px/var(--lh) var(--ff_1); letter-spacing: 0.1em; text-align: center; text-decoration: none !important; text-transform: uppercase; opacity: var(--op); transition: all 0.6s var(--t8n_e1); transition-property: var(--t8n_p1), color; }
input[type="submit"] { --bcf: var(--bcn); }
.button1:hover, a:hover .button1, [type="submit"]:hover, [type="button"]:hover, [type="reset"]:hover { --oc: var(--och, var(--ocn)); --bc: var(--bch, var(--bcn)); --tc: var(--tch, var(--tcn)); --op: var(--oph, var(--opn, 1)); color: var(--tc); }
 .button1 > span { display: block; position: relative; transform: translateZ(0); }
 .button1 > span:not(:first-child) { margin-left: 5px; }
 .button1 > span:not(:last-child) { margin-right: 5px; }
.button1:hover, a:hover .button1 { --bc: var(--bcn); }
 .button1:before { position: absolute; left: 0; top: 0; z-index: -1; content: ''; width: 100.5%; height: 100%; background: var(--bch, var(--bcn)); transform: scaleX(0); transform-origin: 100% 50%; transition: inherit; }
 .button1:hover:before, a:hover .button1:before { transform: scaleX(1); transform-origin: 0 50%; }

.button1.-ghost { --own: 2px; --ocn: currentColor; --och: var(--bch); --bcn: transparent; --tcn: currentColor; }
.button1.-block { display: flex; width: 100%; }
.button1.-mw1 { width: 100%; max-width: 320px; }

@media print {
.button1[class] { --own: 2px; --tcn: var(--c_d1); --ocn: var(--tcn); background: transparent; }
}

/*   _____ ______  ______  __   _ _______
 *     |   |       |     | | \  | |______
 *   __|__ |_____  |_____| |  \_| ______|
*/

[class^="icon-"],[class*=" icon-"] { display: inline-block; font-family: 'Icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; }
 [class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after { transition-property: var(--t8n_p1); }
 [class^="icon-"] i, [class*=" icon-"] i { font: inherit; }
 [class^="icon-"] span, [class*=" icon-"] span { display: none; }

.icon-logo:before { content: "\e907"; }
.icon-logo:after { content: "\e908"; margin-left: -1.8359375em; color: var(--c_a1t); }

.icon-close-thin:before { content: "\e91d"; }
.icon-email:before { content: "\e900"; }
.icon-youtube:before { content: "\e901"; }
.icon-instagram:before { content: "\e902"; }
.icon-dot:before { content: "\e903"; }
.icon-linkedin:before { content: "\e904"; }
.icon-twitter:before { content: "\e905"; }
.icon-facebook:before { content: "\e906"; }
.icon-angle-down:before { content: "\e909"; }
.icon-angle-left:before { content: "\e90a"; }
.icon-angle-right:before { content: "\e90b"; }
.icon-angle-up:before { content: "\e90c"; }
.icon-arrow-down:before { content: "\e90d"; }
.icon-arrow-left:before { content: "\e90e"; }
.icon-arrow-right:before { content: "\e90f"; }
.icon-arrow-up:before { content: "\e910"; }
.icon-circle-arrow-down:before { content: "\e911"; }
.icon-circle-arrow-left:before { content: "\e912"; }
.icon-circle-arrow-right:before { content: "\e913"; }
.icon-circle-arrow-up:before { content: "\e914"; }
.icon-close:before { content: "\e915"; }
.icon-download:before { content: "\e916"; }
.icon-external:before { content: "\e917"; }
.icon-link:before { content: "\e918"; }
.icon-lock:before { content: "\e919"; }
.icon-menu:before { content: "\e91a"; }
.icon-play:before { content: "\e91b"; }
.icon-search:before { content: "\e91c"; }


/*   ______  _______ _______ _______ _     _ _      _______ _______
 *   |     \ |______ |______ |_____| |     | |         |    |______
 *   |_____/ |______ |       |     | |_____| |_____    |    ______|
*/

*, *:before, *:after { margin: 0; padding: 0; color: inherit; transition: none var(--t8n_d1) ease; transition-property: var(--t8n_p1); }
:root:not([ready]) *, :root:not([ready]) *:before, :root:not([ready]) *:after { transition: none !important; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

div, form, fieldset, blockquote, article, aside, details, figcaption, figure, footer, header, menu, nav, main, section, address, ul, ol, dl, dd, dt, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin-bottom: 1rem; margin-bottom: var(--sy); }
body > :not(.root1), body > :not(.root1) div, body > :not(.root1) form { margin-bottom: 0; }

@page { margin: 40px; }
@media print { body { width: 1024px; margin: 0 auto; background: #fff; } }

/* forms */

fieldset { min-width: 0; padding: 0; border: none; }
label { cursor: pointer; vertical-align: middle; }
label:first-child { display: block; margin: 0 0 5px; }
 label em { color: #f00; font-style: inherit; }
input, textarea, select { --h: 44px; --lh: 20px; --px: 10px; --py: calc((var(--h) - var(--lh)) / 2); --bcn: transparent; --ocn: var(--c_o1t); --ocf: var(--c_o2t); --tcn: var(--c_d1t); --pcn: #aaa; --oc: var(--ocn); --or: var(--orn); --ow: var(--own); --bc: var(--bcn); --tc: var(--tcn); --pc: var(--pcn); }
input:hover, textarea:hover, select:hover { --oc: var(--och, var(--ocn)); --bc: var(--bch, var(--bcn)); --tc: var(--tch, var(--tcn)); }
input:focus, textarea:focus, select:focus { --oc: var(--ocf, var(--ocn)); --bc: var(--bcf, var(--bcn)); --tc: var(--tcf, var(--tcn)); }
input[type=text], input[type=password], input[type=search], input[type=email], input[type=tel], input[type="checkbox"], input[type="radio"], textarea, select { width: 100%; height: var(--h); padding: var(--py) var(--px); border: none; border-radius: var(--or, 0); box-shadow: inset 0 0 0 var(--ow, 1px) var(--oc); background: var(--bc); color: var(--tc); font: 17px/var(--lh) var(--ff_1); vertical-align: top; -webkit-appearance: none; -moz-appearance: none; }
input::-ms-clear { display: none; }
textarea { overflow: auto; height: auto; resize: vertical; }
textarea[data-autoresize] { min-height: var(--h); max-height: calc(var(--h) * 3); }
select { padding: calc(var(--py) - 1px) calc(var(--px) - 1px); padding-right: 60px; background: url(../images/select1.svg) right 20px center no-repeat; background-color: var(--bc); background-size: 12px 14px; line-height: normal; text-indent: 1px; text-overflow: ''; }
select::-ms-expand { display: none; }
.firefox select { padding-left: calc(var(--px) - 6px); }
button, input[type="submit"], input[type="button"], input[type="reset"] { overflow: visible; cursor: pointer; -webkit-appearance: button; } button::-moz-focus-inner { padding: 0; border: none; }
button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { --s: 22px; --tc: var(--c_d1t); display: inline-block; position: relative; width: var(--s, 20px); height: var(--s, 20px); margin: 0.2em 5px 0 0; padding: 0; text-align: center; vertical-align: top; }
input[type="radio"] { --orn: 50%; }
 input[type="checkbox"]:before { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; content: 'L'; width: 100%; height: 90%; color: inherit; font: 700 calc(var(--s, 20px) * 0.8)/1 Helvetica Neue,Helvetica,Arial,sans-serif; transform: scale(calc(var(--ch,0) * -1),var(--ch,0)) rotate(-45deg); }
 input[type="radio"]:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; margin: 0; border-radius: 50%; box-shadow: inset 0 0 0 20px var(--tc); transform: scale(calc(var(--ch, 0) * 0.4)); }
 input[type]:checked:before { --ch: 1; }
input::-ms-check { border: none; background: transparent; color: var(--tc); }

::-webkit-input-placeholder { color: var(--pc); font-style: normal; line-height: normal; opacity: 1; }
:-ms-input-placeholder { color: var(--pc); font-style: normal; opacity: 1; }
::-moz-placeholder { color: var(--pc); font-style: normal; opacity: 1; }
select:invalid, select.is-placeholder { color: var(--pc); }

.-validated:invalid, .-validated:invalid + label, .-validated:invalid + label:before { --oc: var(--c_e1t); color: var(--c_e1t); }

/* tables */

table { display: table; border-collapse: collapse; border-spacing: 0; }
 th, td { padding: 9px 19px; border: 1px solid var(--c_o3t); text-align: left; vertical-align: top; }
 thead th { padding-top: 14px; padding-bottom: 14px; background: var(--c_o3t); font-size: 0.86rem; text-transform: uppercase; }

/* lists */

ul, ol, dd, blockquote { padding-left: 40px; }

ol, ul { list-style: none; counter-reset: ordered; }
 li { counter-increment: ordered; margin-bottom: 10px; }
  ol > li:before { position: absolute; content: counter(ordered) '.'; width: 15px; margin: 0 0 0 -30px; text-align: right; }
  ul > li:before { float: left; overflow: hidden; content: '\2022'; margin: 0 0 0 -25px; }

dt { margin-bottom: 5px; font-weight: bolder; }
dd { padding-left: 0; }

/* links */

a { --aocn: currentColor; --aoph: 0.5; }
a { --aow: var(--aown); --aoc: var(--aocn); --abc: var(--abcn); --atc: var(--atcn); --aop: var(--aopn, 1); box-shadow: 0 var(--aow, 1px) 0 0 var(--aoc, 'currentColor'); background: var(--abc, transparent); color: var(--atc, 'currentColor'); text-decoration: none; opacity: var(--aop); transition-property: var(--t8n_p1), color; -webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover { --aow: var(--aowh, var(--aown)); --aoc: var(--aoch, var(--aocn)); --abc: var(--abch, var(--abcn)); --atc: var(--atch, var(--atcn)); --aop: var(--aoph, var(--aopn, 1)); }
 a * { cursor: pointer; }

/* images */

figure { }
 img { max-width: 100%; border-width: 0; box-sizing: content-box; }
 figure img { display: inline-block; vertical-align: top; }
 figcaption { margin-top: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--c_o3t); }

.wp-caption { max-width: 100%;  }
 img.alignnone,
 .wp-caption img { height:auto; }
.alignleft { float: left; margin-right: 1em; height: auto;}
.alignright { float: right; margin-left: 1em; height: auto;}
.aligncenter { height: auto; }

/* other */

blockquote { padding: 0; }
 blockquote q { display: block; }
 cite { display: block; margin-top: 10px; font: inherit; }
pre { padding: 10px; border: 1px solid var(--c_o1t); background: var(--c_b2t); font: 14px/1.2 Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code { padding: 2px 4px; background-color: #f9f2f4; color: #c7254e; font-size: 80%; white-space: nowrap; }
hr { overflow: hidden; width: auto; height: 1px; margin: var(--s1) 0; border: none; border-top: 1px solid; background: none; color: var(--c_o1t); font-size: 0; }
sup, sub { font-size: 0.6875em; vertical-align: top; } sub { vertical-align: bottom; }
b, strong { font-weight: bolder; }
mark { padding: 0 2px; background-color: var(--c_a1t); }
abbr { border-bottom: 1px dotted; text-decoration: none; }
ins { border-bottom: 1px dotted green; text-decoration: none; }

/* first/last margins */

body :last-child { margin-bottom: 0; }


/*   _    _ _______  ______ _______
 *    \  /  |_____| |_____/ |______
 *     \/   |     | |    \_ ______|
*/

/* text styling */

html, h1, h2, h3, h4, h5, h6, blockquote, cite, figcaption, [class*="-t:"] { font: 18px/1.66 var(--ff_1); letter-spacing: 0; text-transform: none; }
.-t\:1, h1 { font: 600 48px/1.10 var(--ff_1); } .-t\:1.-lh { line-height: 1.25; }
.-t\:2, h2 { font: 600 38px/1.20 var(--ff_1); }
.-t\:3, h3 { font: 600 28px/1.21 var(--ff_1); letter-spacing: 0.11em; text-transform: uppercase; }
.-t\:4, h4 { font: 600 26px/1.38 var(--ff_1); }
.-t\:5, h5 { font: 600 18px/1.30 var(--ff_1); letter-spacing: 0.16em; text-transform: uppercase; }
.-t\:6, h6 { font: 600 14px/1.40 var(--ff_1); letter-spacing: 0.14em; text-transform: uppercase; }
.-t\:7, blockquote { font: 600 26px/1.62 var(--ff_1); }
.-t\:8, cite { font: 400 14px/1.57 var(--ff_1); }
.-t\:9, figcaption { font: 400 14px/1.57 var(--ff_1); }
.-t\:10 { font: 400 24px/1.40 var(--ff_1); }


@media screen and (max-width: 1279px) {
.-t\:1, h1 { font: 600 36px/1.16 var(--ff_1); }
.-t\:2, h2 { font: 600 32px/1.19 var(--ff_1); }
.-t\:3, h3 { font: 600 26px/1.23 var(--ff_1); }
.-t\:4, h4 { font: 600 22px/1.38 var(--ff_1); }
.-t\:7, blockquote { font: 600 22px/1.62 var(--ff_1); }
.-t\:10 { font: 400 20px/1.40 var(--ff_1); }
}

/* line-heights */

.-lh\:11 { line-height: 1.1; }
.-lh\:12 { line-height: 1.2; }
.-lh\:13 { line-height: 1.3; }
.-lh\:14 { line-height: 1.4; }
.-lh\:15 { line-height: 1.5; }
.-lh\:16 { line-height: 1.6; }
.-lh\:17 { line-height: 1.7; }
.-lh\:18 { line-height: 1.8; }

/* link styling */

a.-as\:1, .-as\:1 a { --aocn: transparent; }

/* list styling */

ul.-ls\:1, ol.-ls\:1, .-ls\:1 ul, .-ls\:1 ol { padding: 0; }
 .-ls\:1 li { margin-bottom: 0; }
  .-ls\:1 li:before { display: none; }

/* input styling */

.-is\:1[type="checkbox"]:checked, .-is\:1[type="radio"]:checked { background-color: var(--c_b5t); color: var(--c_b6t); }
 .-is\:1[type="checkbox"]:before, .-is\:1[type="radio"]:before { display: flex; justify-content: center; align-items: center; content: '\e91d'; height: 100%; box-shadow: none; font: calc(var(--s, 20px) * .6)/1 Icons; transform: scale(calc(var(--ch,0) * -1),var(--ch,0)); }

/* spacing */

.-mb\:a,.-my\:a{margin-bottom:auto}.-mt\:a,.-my\:a {margin-top:auto}.-ml\:a,.-mx\:a{margin-left:auto}.-mr\:a,.-mx\:a{margin-right:auto}
.-mb\:0,.-my\:0,.-ma\:0{margin-bottom:0}.-mt\:0,.-my\:0,.-ma\:0{margin-top:0}.-ml\:0,.-mx\:0,.-ma\:0{margin-left:0}.-mr\:0,.-mx\:0,.-ma\:0{margin-right:0}.-pb\:0,.-py\:0,.-pa\:0{padding-bottom:0}.-pt\:0,.-py\:0,.-pa\:0{padding-top:0}.-pl\:0,.-px\:0,.-pa\:0{padding-left:0}.-pr\:0,.-px\:0,.-pa\:0{padding-right:0}
.-mb\:x,.-my\:x,.-ma\:x{margin-bottom:var(--sx)}.-mt\:x,.-my\:x,.-ma\:x{margin-top:var(--sx)}.-ml\:x,.-mx\:x,.-ma\:x{margin-left:var(--sx)}.-mr\:x,.-mx\:x,.-ma\:x{margin-right:var(--sx)}.-mb\:-x,.-my\:-x,.-ma\:-x{margin-bottom: var(--nx)}.-mt\:-x,.-my\:-x,.-ma\:-x{margin-top: var(--nx)}.-ml\:-x,.-mx\:-x,.-ma\:-x{margin-left: var(--nx)}.-mr\:-x,.-mx\:-x,.-ma\:-x{margin-right: var(--nx)}.-pb\:x,.-py\:x,.-pa\:x{padding-bottom:var(--sx)}.-pt\:x,.-py\:x,.-pa\:x{padding-top:var(--sx)}.-pl\:x,.-px\:x,.-pa\:x{padding-left:var(--sx)}.-pr\:x,.-px\:x,.-pa\:x{padding-right:var(--sx)}
.-mb\:y,.-my\:y,.-ma\:y{margin-bottom:var(--sy)}.-mt\:y,.-my\:y,.-ma\:y{margin-top:var(--sy)}.-ml\:y,.-mx\:y,.-ma\:y{margin-left:var(--sy)}.-mr\:y,.-mx\:y,.-ma\:y{margin-right:var(--sy)}.-mb\:-y,.-my\:-y,.-ma\:-y{margin-bottom: var(--ny)}.-mt\:-y,.-my\:-y,.-ma\:-y{margin-top: var(--ny)}.-ml\:-y,.-mx\:-y,.-ma\:-y{margin-left: var(--ny)}.-mr\:-y,.-mx\:-y,.-ma\:-y{margin-right: var(--ny)}.-pb\:y,.-py\:y,.-pa\:y{padding-bottom:var(--sy)}.-pt\:y,.-py\:y,.-pa\:y{padding-top:var(--sy)}.-pl\:y,.-px\:y,.-pa\:y{padding-left:var(--sy)}.-pr\:y,.-px\:y,.-pa\:y{padding-right:var(--sy)}
.-mb\:b,.-my\:b,.-ma\:b{margin-bottom:var(--bx)}.-mt\:b,.-my\:b,.-ma\:b{margin-top:var(--bx)}.-ml\:b,.-mx\:b,.-ma\:b{margin-left:var(--bx)}.-mr\:b,.-mx\:b,.-ma\:b{margin-right:var(--bx)}.-mb\:-y,.-my\:-y,.-ma\:-y{margin-bottom: var(--ny)}.-mt\:-y,.-my\:-y,.-ma\:-y{margin-top: var(--ny)}.-ml\:-y,.-mx\:-y,.-ma\:-y{margin-left: var(--ny)}.-mr\:-y,.-mx\:-y,.-ma\:-y{margin-right: var(--ny)}.-pb\:b,.-py\:b,.-pa\:b{padding-bottom:var(--bx)}.-pt\:b,.-py\:b,.-pa\:b{padding-top:var(--bx)}.-pl\:b,.-px\:b,.-pa\:b{padding-left:var(--bx)}.-pr\:b,.-px\:b,.-pa\:b{padding-right:var(--bx)}
.-mb\:1,.-my\:1{margin-bottom:var(--s1)}.-mt\:1,.-my\:1{margin-top:var(--s1)}.-mb\:-1,.-my\:-1,.-ma\:-1{margin-bottom: calc(var(--s1) * -1)}.-mt\:-1,.-my\:-1,.-ma\:-1{margin-top: calc(var(--s1) * -1)}.-ml\:-1,.-mx\:-1,.-ma\:-1{margin-left: calc(var(--s1) * -1)}.-mr\:-1,.-mx\:-1,.-ma\:-1{margin-right: calc(var(--s1) * -1)}.-pb\:1,.-py\:1,.-pa\:1{padding-bottom:var(--s1)}.-pt\:1,.-py\:1,.-pa\:1{padding-top:var(--s1)}.-pl\:1,.-px\:1,.-pa\:1{padding-left:var(--s1)}.-pr\:1,.-px\:1,.-pa\:1{padding-right:var(--s1)}
.-mb\:2,.-my\:2{margin-bottom:var(--s2)}.-mt\:2,.-my\:2{margin-top:var(--s2)}.-mb\:-2,.-my\:-2,.-ma\:-2{margin-bottom: calc(var(--s2) * -1)}.-mt\:-2,.-my\:-2,.-ma\:-2{margin-top: calc(var(--s2) * -1)}.-ml\:-2,.-mx\:-2,.-ma\:-2{margin-left: calc(var(--s2) * -1)}.-mr\:-2,.-mx\:-2,.-ma\:-2{margin-right: calc(var(--s2) * -1)}.-pb\:2,.-py\:2,.-pa\:2{padding-bottom:var(--s2)}.-pt\:2,.-py\:2,.-pa\:2{padding-top:var(--s2)}.-pl\:2,.-px\:2,.-pa\:2{padding-left:var(--s2)}.-pr\:2,.-px\:2,.-pa\:2{padding-right:var(--s2)}
.-mb\:3,.-my\:3{margin-bottom:var(--s3)}.-mt\:3,.-my\:3{margin-top:var(--s3)}.-mb\:-3,.-my\:-3,.-ma\:-3{margin-bottom: calc(var(--s3) * -1)}.-mt\:-3,.-my\:-3,.-ma\:-3{margin-top: calc(var(--s3) * -1)}.-ml\:-3,.-mx\:-3,.-ma\:-3{margin-left: calc(var(--s3) * -1)}.-mr\:-3,.-mx\:-3,.-ma\:-3{margin-right: calc(var(--s3) * -1)}.-pb\:3,.-py\:3,.-pa\:3{padding-bottom:var(--s3)}.-pt\:3,.-py\:3,.-pa\:3{padding-top:var(--s3)}.-pl\:3,.-px\:3,.-pa\:3{padding-left:var(--s3)}.-pr\:3,.-px\:3,.-pa\:3{padding-right:var(--s3)}
.-mb\:4,.-my\:4{margin-bottom:var(--s4)}.-mt\:4,.-my\:4{margin-top:var(--s4)}.-mb\:-4,.-my\:-4,.-ma\:-4{margin-bottom: calc(var(--s4) * -1)}.-mt\:-4,.-my\:-4,.-ma\:-4{margin-top: calc(var(--s4) * -1)}.-ml\:-4,.-mx\:-4,.-ma\:-4{margin-left: calc(var(--s4) * -1)}.-mr\:-4,.-mx\:-4,.-ma\:-4{margin-right: calc(var(--s4) * -1)}.-pb\:4,.-py\:4,.-pa\:4{padding-bottom:var(--s4)}.-pt\:4,.-py\:4,.-pa\:4{padding-top:var(--s4)}.-pl\:4,.-px\:4,.-pa\:4{padding-left:var(--s4)}.-pr\:4,.-px\:4,.-pa\:4{padding-right:var(--s4)}
.-mb\:5,.-my\:5{margin-bottom:var(--s5)}.-mt\:5,.-my\:5{margin-top:var(--s5)}.-mb\:-5,.-my\:-5,.-ma\:-5{margin-bottom: calc(var(--s5) * -1)}.-mt\:-5,.-my\:-5,.-ma\:-5{margin-top: calc(var(--s5) * -1)}.-ml\:-5,.-mx\:-5,.-ma\:-5{margin-left: calc(var(--s5) * -1)}.-mr\:-5,.-mx\:-5,.-ma\:-5{margin-right: calc(var(--s5) * -1)}.-pb\:5,.-py\:5,.-pa\:5{padding-bottom:var(--s5)}.-pt\:5,.-py\:5,.-pa\:5{padding-top:var(--s5)}.-pl\:5,.-px\:5,.-pa\:5{padding-left:var(--s5)}.-pr\:5,.-px\:5,.-pa\:5{padding-right:var(--s5)}

.-mb\:m1,.-my\:m1{margin-bottom:3px}.-mt\:m1,.-my\:m1{margin-top:3px}
.-mb\:m2,.-my\:m2{margin-bottom:6px}.-mt\:m2,.-my\:m2{margin-top:6px}
.-mb\:m3,.-my\:m3{margin-bottom:9px}.-mt\:m3,.-my\:m3{margin-top:9px}
.-mb\:m4,.-my\:m4{margin-bottom:12px}.-mt\:m4,.-my\:m4{margin-top:12px}
.-mb\:m5,.-my\:m5{margin-bottom:15px}.-mt\:m5,.-my\:m5{margin-top:15px}

@media (max-width: 1279px) {
.-mb\:0\<h,.-my\:0\<h,.-ma\:0\<h{margin-bottom:0}.-mt\:0\<h,.-my\:0\<h,.-ma\:0\<h{margin-top:0}.-ml\:0\<h,.-mx\:0\<h,.-ma\:0\<h{margin-left:0}.-mr\:0\<h,.-mx\:0\<h,.-ma\:0\<h{margin-right:0}.-pb\:0\<h,.-py\:0\<h,.-pa\:0\<h{padding-bottom:0}.-pt\:0\<h,.-py\:0\<h,.-pa\:0\<h{padding-top:0}.-pl\:0\<h,.-px\:0\<h,.-pa\:0\<h{padding-left:0}.-pr\:0\<h,.-px\:0\<h,.-pa\:0\<h{padding-right:0}
.-mb\:x\<h,.-my\:x\<h,.-ma\:x\<h{margin-bottom:var(--sx)}.-mt\:x\<h,.-my\:x\<h,.-ma\:x\<h{margin-top:var(--sx)}.-ml\:x\<h,.-mx\:x\<h,.-ma\:x\<h{margin-left:var(--sx)}.-mr\:x\<h,.-mx\:x\<h,.-ma\:x\<h{margin-right:var(--sx)}.-mb\:-x\<h,.-my\:-x\<h,.-ma\:-x\<h{margin-bottom: var(--nx)}.-mt\:-x\<h,.-my\:-x\<h,.-ma\:-x\<h{margin-top: var(--nx)}.-ml\:-x\<h,.-mx\:-x\<h,.-ma\:-x\<h{margin-left: var(--nx)}.-mr\:-x\<h,.-mx\:-x\<h,.-ma\:-x\<h{margin-right: var(--nx)}.-pb\:x\<h,.-py\:x\<h,.-pa\:x\<h{padding-bottom:var(--sx)}.-pt\:x\<h,.-py\:x\<h,.-pa\:x\<h{padding-top:var(--sx)}.-pl\:x\<h,.-px\:x\<h,.-pa\:x\<h{padding-left:var(--sx)}.-pr\:x\<h,.-px\:x\<h,.-pa\:x\<h{padding-right:var(--sx)}
.-mb\:y\<h,.-my\:y\<h,.-ma\:y\<h{margin-bottom:var(--sy)}.-mt\:y\<h,.-my\:y\<h,.-ma\:y\<h{margin-top:var(--sy)}.-ml\:y\<h,.-mx\:y\<h,.-ma\:y\<h{margin-left:var(--sy)}.-mr\:y\<h,.-mx\:y\<h,.-ma\:y\<h{margin-right:var(--sy)}.-mb\:-y\<h,.-my\:-y\<h,.-ma\:-y\<h{margin-bottom: var(--ny)}.-mt\:-y\<h,.-my\:-y\<h,.-ma\:-y\<h{margin-top: var(--ny)}.-ml\:-y\<h,.-mx\:-y\<h,.-ma\:-y\<h{margin-left: var(--ny)}.-mr\:-y\<h,.-mx\:-y\<h,.-ma\:-y\<h{margin-right: var(--ny)}.-pb\:y\<h,.-py\:y\<h,.-pa\:y\<h{padding-bottom:var(--sy)}.-pt\:y\<h,.-py\:y\<h,.-pa\:y\<h{padding-top:var(--sy)}.-pl\:y\<h,.-px\:y\<h,.-pa\:y\<h{padding-left:var(--sy)}.-pr\:y\<h,.-px\:y\<h,.-pa\:y\<h{padding-right:var(--sy)}
}
@media (max-width: 1023px) {
.-mb\:0\<l,.-my\:0\<l,.-ma\:0\<l{margin-bottom:0}.-mt\:0\<l,.-my\:0\<l,.-ma\:0\<l{margin-top:0}.-ml\:0\<l,.-mx\:0\<l,.-ma\:0\<l{margin-left:0}.-mr\:0\<l,.-mx\:0\<l,.-ma\:0\<l{margin-right:0}.-pb\:0\<l,.-py\:0\<l,.-pa\:0\<l{padding-bottom:0}.-pt\:0\<l,.-py\:0\<l,.-pa\:0\<l{padding-top:0}.-pl\:0\<l,.-px\:0\<l,.-pa\:0\<l{padding-left:0}.-pr\:0\<l,.-px\:0\<l,.-pa\:0\<l{padding-right:0}
.-mb\:x\<l,.-my\:x\<l,.-ma\:x\<l{margin-bottom:var(--sx)}.-mt\:x\<l,.-my\:x\<l,.-ma\:x\<l{margin-top:var(--sx)}.-ml\:x\<l,.-mx\:x\<l,.-ma\:x\<l{margin-left:var(--sx)}.-mr\:x\<l,.-mx\:x\<l,.-ma\:x\<l{margin-right:var(--sx)}.-mb\:-x\<l,.-my\:-x\<l,.-ma\:-x\<l{margin-bottom: var(--nx)}.-mt\:-x\<l,.-my\:-x\<l,.-ma\:-x\<l{margin-top: var(--nx)}.-ml\:-x\<l,.-mx\:-x\<l,.-ma\:-x\<l{margin-left: var(--nx)}.-mr\:-x\<l,.-mx\:-x\<l,.-ma\:-x\<l{margin-right: var(--nx)}.-pb\:x\<l,.-py\:x\<l,.-pa\:x\<l{padding-bottom:var(--sx)}.-pt\:x\<l,.-py\:x\<l,.-pa\:x\<l{padding-top:var(--sx)}.-pl\:x\<l,.-px\:x\<l,.-pa\:x\<l{padding-left:var(--sx)}.-pr\:x\<l,.-px\:x\<l,.-pa\:x\<l{padding-right:var(--sx)}
.-mb\:y\<l,.-my\:y\<l,.-ma\:y\<l{margin-bottom:var(--sy)}.-mt\:y\<l,.-my\:y\<l,.-ma\:y\<l{margin-top:var(--sy)}.-ml\:y\<l,.-mx\:y\<l,.-ma\:y\<l{margin-left:var(--sy)}.-mr\:y\<l,.-mx\:y\<l,.-ma\:y\<l{margin-right:var(--sy)}.-mb\:-y\<l,.-my\:-y\<l,.-ma\:-y\<l{margin-bottom: var(--ny)}.-mt\:-y\<l,.-my\:-y\<l,.-ma\:-y\<l{margin-top: var(--ny)}.-ml\:-y\<l,.-mx\:-y\<l,.-ma\:-y\<l{margin-left: var(--ny)}.-mr\:-y\<l,.-mx\:-y\<l,.-ma\:-y\<l{margin-right: var(--ny)}.-pb\:y\<l,.-py\:y\<l,.-pa\:y\<l{padding-bottom:var(--sy)}.-pt\:y\<l,.-py\:y\<l,.-pa\:y\<l{padding-top:var(--sy)}.-pl\:y\<l,.-px\:y\<l,.-pa\:y\<l{padding-left:var(--sy)}.-pr\:y\<l,.-px\:y\<l,.-pa\:y\<l{padding-right:var(--sy)}
}
@media (max-width:  719px) {
.-mb\:0\<m,.-my\:0\<m,.-ma\:0\<m{margin-bottom:0}.-mt\:0\<m,.-my\:0\<m,.-ma\:0\<m{margin-top:0}.-ml\:0\<m,.-mx\:0\<m,.-ma\:0\<m{margin-left:0}.-mr\:0\<m,.-mx\:0\<m,.-ma\:0\<m{margin-right:0}.-pb\:0\<m,.-py\:0\<m,.-pa\:0\<m{padding-bottom:0}.-pt\:0\<m,.-py\:0\<m,.-pa\:0\<m{padding-top:0}.-pl\:0\<m,.-px\:0\<m,.-pa\:0\<m{padding-left:0}.-pr\:0\<m,.-px\:0\<m,.-pa\:0\<m{padding-right:0}
.-mb\:x\<m,.-my\:x\<m,.-ma\:x\<m{margin-bottom:var(--sx)}.-mt\:x\<m,.-my\:x\<m,.-ma\:x\<m{margin-top:var(--sx)}.-ml\:x\<m,.-mx\:x\<m,.-ma\:x\<m{margin-left:var(--sx)}.-mr\:x\<m,.-mx\:x\<m,.-ma\:x\<m{margin-right:var(--sx)}.-mb\:-x\<m,.-my\:-x\<m,.-ma\:-x\<m{margin-bottom: var(--nx)}.-mt\:-x\<m,.-my\:-x\<m,.-ma\:-x\<m{margin-top: var(--nx)}.-ml\:-x\<m,.-mx\:-x\<m,.-ma\:-x\<m{margin-left: var(--nx)}.-mr\:-x\<m,.-mx\:-x\<m,.-ma\:-x\<m{margin-right: var(--nx)}.-pb\:x\<m,.-py\:x\<m,.-pa\:x\<m{padding-bottom:var(--sx)}.-pt\:x\<m,.-py\:x\<m,.-pa\:x\<m{padding-top:var(--sx)}.-pl\:x\<m,.-px\:x\<m,.-pa\:x\<m{padding-left:var(--sx)}.-pr\:x\<m,.-px\:x\<m,.-pa\:x\<m{padding-right:var(--sx)}
.-mb\:y\<m,.-my\:y\<m,.-ma\:y\<m{margin-bottom:var(--sy)}.-mt\:y\<m,.-my\:y\<m,.-ma\:y\<m{margin-top:var(--sy)}.-ml\:y\<m,.-mx\:y\<m,.-ma\:y\<m{margin-left:var(--sy)}.-mr\:y\<m,.-mx\:y\<m,.-ma\:y\<m{margin-right:var(--sy)}.-mb\:-y\<m,.-my\:-y\<m,.-ma\:-y\<m{margin-bottom: var(--ny)}.-mt\:-y\<m,.-my\:-y\<m,.-ma\:-y\<m{margin-top: var(--ny)}.-ml\:-y\<m,.-mx\:-y\<m,.-ma\:-y\<m{margin-left: var(--ny)}.-mr\:-y\<m,.-mx\:-y\<m,.-ma\:-y\<m{margin-right: var(--ny)}.-pb\:y\<m,.-py\:y\<m,.-pa\:y\<m{padding-bottom:var(--sy)}.-pt\:y\<m,.-py\:y\<m,.-pa\:y\<m{padding-top:var(--sy)}.-pl\:y\<m,.-px\:y\<m,.-pa\:y\<m{padding-left:var(--sy)}.-pr\:y\<m,.-px\:y\<m,.-pa\:y\<m{padding-right:var(--sy)}
.-mb\:-b\<m,.-my\:-b\<m,.-ma\:-b\<m{margin-bottom:var(--nb)}.-mt\:-b\<m,.-my\:-b\<m,.-ma\:-b\<m{margin-top:var(--nb)}.-ml\:-b\<m,.-mx\:-b\<m,.-ma\:-b\<m{margin-left:var(--nb)}.-mr\:-b\<m,.-mx\:-b\<m,.-ma\:-b\<m{margin-right:var(--nb)}.-pb\:-b\<m,.-py\:-b\<m,.-pa\:-b\<m{padding-bottom:var(--nb)}.-pt\:-b\<m,.-py\:-b\<m,.-pa\:-b\<m{padding-top:var(--nb)}.-pl\:-b\<m,.-px\:-b\<m,.-pa\:-b\<m{padding-left:var(--nb)}.-pr\:-b\<m,.-px\:-b\<m,.-pa\:-b\<m{padding-right:var(--nb)}
}

/* grid gutters */

.-gg\:1 { --gx: var(--bx); --gy: var(--s1); }
.-gg\:2 { --gx: var(--s4); --gy: var(--s3); }

@media screen and (max-width: 719px) {
.-gg\:2 { --gx: 0px; --gy: var(--s2); }
}

/* grid separators */

.-gs\:1 { margin-top: calc(var(--gy) * -1); }
 .-gs\:1 > * { position: relative; padding-top: var(--gy); }
  .-gs\:1 > *:before { display: block; position: absolute; left: calc(var(--gx) / -2); right: calc(var(--gx) / -2); top: -1px; content: ''; border-top: 1px solid var(--c_o3t); }

.-gs\:2 { }
 .-gs\:2 > * { position: relative; padding-bottom: var(--gy); border-bottom: 1px solid var(--c_o3t); }
 .-gs\:2.-dark > * { border-bottom: 1px solid var(--c_o1t); }

/* visibility */

.-d\:b { display: block; }
.-d\:n { display: none; }
@media print { .-d\:n\@p { display: none !important; } }

/* position */

.-p\:r { position: relative; }
.-p\:s { position: static; }

/* overflow */

.-o\:h { overflow: hidden; }
.-o\:v { overflow: visible; }

/* max widths */

.-xw\:0, .-xw\:n { max-width: none; }
.-xw\:1 { max-width: var(--xw_1); } .-xw\:1.-contain { max-width: calc(var(--xw_1) + var(--sx) * 2); }
.-xw\:2 { max-width: var(--xw_2); } .-xw\:2.-contain { max-width: calc(var(--xw_2) + var(--sx) * 2); }
.-xw\:3 { max-width: var(--xw_3); } .-xw\:3.-contain { max-width: calc(var(--xw_3) + var(--sx) * 2); }
.-xw\:4 { max-width: var(--xw_4); } .-xw\:4.-contain { max-width: calc(var(--xw_4) + var(--sx) * 2); }
.-xw\:5 { max-width: var(--xw_5); } .-xw\:5.-contain { max-width: calc(var(--xw_5) + var(--sx) * 2); }

/* colors */

.-c\:d1 { color: var(--c_d1); } .-c\:d1t, html { color: var(--c_d1t); }
.-c\:d2 { color: var(--c_d2); } .-c\:d2t { color: var(--c_d2t); }
.-c\:a1 { color: var(--c_a1); } .-c\:a1t { color: var(--c_a1t); }
.-c\:a2 { color: var(--c_a2); } .-c\:a2t { color: var(--c_a2t); }
.-c\:a3 { color: var(--c_a3); } .-c\:a3t { color: var(--c_a3t); }
.-c\:a4 { color: var(--c_a4); } .-c\:a4t { color: var(--c_a4t); }
.-c\:i1 { color: var(--c_i1); } .-c\:i1t { color: var(--c_i1t); }
.-c\:i2 { color: var(--c_i2); } .-c\:i2t { color: var(--c_i2t); }
.-c\:b1 { color: var(--c_b1); } .-c\:b1t { color: var(--c_b1t); }
.-c\:b2 { color: var(--c_b2); } .-c\:b2t { color: var(--c_b2t); }
.-c\:b3 { color: var(--c_b3); } .-c\:b3t { color: var(--c_b3t); }
.-c\:b4 { color: var(--c_b4); } .-c\:b4t { color: var(--c_b4t); }
.-c\:b5 { color: var(--c_b5); } .-c\:b5t { color: var(--c_b5t); }
.-c\:b6 { color: var(--c_b6); } .-c\:b6t { color: var(--c_b6t); }
.-c\:o1 { color: var(--c_o1); } .-c\:o1t { color: var(--c_o1t); }
.-c\:o2 { color: var(--c_o2); } .-c\:o2t { color: var(--c_o2t); }
.-c\:o3 { color: var(--c_o3); } .-c\:o3t { color: var(--c_o3t); }
.-c\:e1 { color: var(--c_e1); } .-c\:e1t { color: var(--c_e1t); }
.-c\:ix { color: inherit; }
.-c\:ux { color: unset; }

/* families */

.-ff\:1 { font-family: var(--ff_1); }

/* weights */

.-fw\:4, .-fw\:n { font-weight: 400; }
.-fw\:6, .-fw\:b { font-weight: 600; }
.-fw\:ix, .-fw\:i { font-weight: inherit; }

/* basic css */

.-ta\:l { text-align: left; }.-ta\:c { text-align: center; }.-ta\:r { text-align: right; }
.-tt\:n { text-transform: none; }.-tt\:l { text-transform: lowercase; }.-tt\:u { text-transform: uppercase; }
.-us\:n, [toggle], [data-toggle] { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

@media screen and (max-width: 719px) {
.-ta\:l\<m { text-align: left; }.-ta\:c\<m { text-align: center; }.-ta\:r\<m { text-align: right; }
}

/* other */

[mouse] *:focus { outline: none; }
[toggle],[data-toggle] { cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); }

@media screen {
[equalize] { min-height: var(--equalize, 0); }
}

.notice { background: var(--c_b2); border: 1px dashed var(--c_e1); padding: 20px;}

/*   _      _____ ______  _______
 *   |        |   |_____] |______
 *   |_____ __|__ |_____] ______|
/*

/* tinyslider */ .tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
/* lazysizes */ .lazyload, .lazyloading { opacity: 0; } [js] .lazyloaded[class] { opacity: 1; transition-duration: 0.5s; }
/*
 * Cookie Consent
 * https://github.com/insites/cookieconsent
 */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer; box-shadow:none;}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:0}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:0px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-link { text-decoration: none; }
@media screen and (max-width:500px) { .cc-revoke { font-size: 10px; padding-top: 2px; } }
.cc-revoke { display: none !important; }
