/*! National Domestic Violence Hotline > 20200721 ---------------- */

:root {

 --contain: 1090; --sx: 30px; --sy: 20px; --st: 90px; --s1: 40px; --s2: 60px; --s3: 80px; --s4: 120px;
 --nx: calc(var(--sx) * -1); --ny: calc(var(--sy) * -1);
 --vws: 1px; --vwx: calc(var(--vw, 1vw) * 100); --vhx: calc(var(--vh, 1vh) * 100);

 --ff_1: Gotham,Helvetica Neue,Arial,sans-serif;

 --c_d1: #1D1C1D; --c_d1t: var(--c_d1); /* default: black */
 --c_d2: #555056; --c_d2t: var(--c_d2); /* default: dark gray */
 --c_d3: #9E9E9E; --c_d3t: var(--c_d3); /* default: light gray */
 --c_i1: #ffffff; --c_i1t: var(--c_i1); /* inverted: white */
 --c_i2: #cccccc; --c_i2t: var(--c_i2); /* inverted: light-gray */
 --c_a1: #A83E92; --c_a1t: var(--c_a1); /* accent: dark pink */
 --c_a2: #592C5F; --c_a2t: var(--c_a2); /* accent: purple */
 --c_a3: #E3AAFF; --c_a3t: var(--c_a3); /* accent: light pink */
 --c_a4: #D73C4E; --c_a4t: var(--c_a4); /* accent: red */
 --c_a5: currentColor; --c_a5t: var(--c_a5); /* reserved for LiR */
 --c_a6: currentColor; --c_a6t: var(--c_a6); /* reserved for LiR */
 --c_b1: #ffffff; --c_b1t: var(--c_b1); /* background: white */
 --c_b2: #F7F7F7; --c_b2t: var(--c_b3); /* background: light gray */
 --c_b3: #E6E9F2; --c_b3t: var(--c_b3); /* background: light gray */
 --c_b4: #532F5D; --c_b4t: var(--c_b4); /* background: dark purple */
 --c_o1: #9E9E9E; --c_o1t: var(--c_o1); /* borders: gray */
 --c_o2: #777777; --c_o2t: var(--c_o2); /* borders: dark gray */
 --c_e1: #ef4242; --c_e1t: var(--c_e1); /* error: red, fields */

 --xw_1: 1280px;
 --xw_2: calc(var(--contain) * 1px);
 --xw_3: 880px;
 --xw_4: 590px;
 --xw_5: 695px;

 --bra_1: 20px;

 --t8n_d1: 0.3s;
 --t8n_d2: 0.5s;
 --t8n_p1: border-color, background-color, 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 screen and (max-width: 1279px) { :root { --vws: calc((100vw - 320px) / (1280 - 320)); --st: 90px; } }
@media screen and (max-width: 1023px) { :root { --sx: 20px; --s1: 30px; --s2: 45px; --s3: 60px; --s4: 80px; } }
@media screen and (max-width:  319px) { :root { --vws: 0px; } }
@media print { :root { --contain: 964; } }

@font-face { font-family: 'Icons'; font-weight: normal; font-style: normal; src: url('../fonts/icomoon/fonts/icomoon.woff?20251014') format('woff'), url('../fonts/icomoon/fonts/icomoon.ttf?1693521071') format('truetype'); }
@font-face { font-family: 'Gotham'; font-weight: 300; font-style: normal; src: url('../fonts/gotham/gotham-300.woff2') format('woff2'), url('../fonts/gotham/gotham-300.woff') format('woff'); }
@font-face { font-family: 'Gotham'; font-weight: 400; font-style: normal; src: url('../fonts/gotham/gotham-400.woff2') format('woff2'), url('../fonts/gotham/gotham-400.woff') format('woff'); }
@font-face { font-family: 'Gotham'; font-weight: 700; font-style: normal; src: url('../fonts/gotham/gotham-700.woff2') format('woff2'), url('../fonts/gotham/gotham-700.woff') format('woff'); }
@font-face { font-family: 'Gotham'; font-weight: 800; font-style: normal; src: url('../fonts/gotham/gotham-800.woff2') format('woff2'), url('../fonts/gotham/gotham-800.woff') format('woff'); }

/*   ______  _______ _______ _______
 *   |_____] |_____| |______ |______
 *   |_____] |     | ______| |______
*/

.root1 { position: relative; width: 100%; min-width: 320px; margin: 0; padding: 0; }
 .root1, .root1 *, .root1 *:before, .root1 *:after { box-sizing: border-box; }
 .root1-wrap { margin: 0; }

.-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); }
.-contain[class*="-xw:"] { max-width: calc(var(--xw) + var(--sx) * 2); }
.-decontain { margin-left: calc(50% - var(--vw, 1vw) * 50); margin-right: calc(50% - var(--vw, 1vw) * 50); }
.-recontain { margin-left: calc(50% - var(--vw, 1vw) * 50); margin-right: calc(50% - var(--vw, 1vw) * 50); padding-left: calc(var(--vw, 1vw) * 50 - 50%); padding-right: calc(var(--vw, 1vw) * 50 - 50%); }
.-recontain[class*="-xw:"] { max-width: none; padding-left: calc(50vw - var(--xw) / 2 - var(--sx)); padding-right: calc(50vw - var(--xw) / 2 - var(--sx)); border-left: var(--sx) solid transparent; border-right: var(--sx) solid transparent; }

@media print {
.-contain { border-left-width: 0; border-right-width: 0; }
.-contain[class*="-xw:"] { max-width: var(--xw); }
.-recontain[class*="-xw:"] { padding-left: calc(50vw - var(--xw) / 2); padding-right: calc(50vw - var(--xw) / 2); border-left-width: 0; border-right-width: 0; }
}

/* 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(30px); }
[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 .accordion1
 * @description Accordion
 * @example { }
 */

.accordion1 { --a1px: var(--s3); margin-bottom: var(--s1); box-shadow: 0 1px var(--c_o1t); }
 .accordion1-title { margin: 0; padding: 30px 0; padding-left: var(--a1px); border-top: 1px solid var(--c_o1t); cursor: pointer; transition-property: color; }
 .accordion1-title:first-child { padding-top: 0; border-top-width: 0; }
  .accordion1-title i { float: left; width: 50px; margin: 0 0 0 calc(var(--a1px) * -1); color: var(--c_a1t); text-align: center; }
  .accordion1-title.-open i { transform: rotate(180deg); }
 .accordion1-details { margin: 0; padding-left: var(--a1px); }
  .accordion1-details:after { display: block; content: ''; height: var(--s1); }

@media screen and (max-width: 719px) {
.accordion1 { --a1px: 30px; }
 .accordion1-title { padding-top: 20px; padding-bottom: 20px; }
  .accordion1-title i { width: 20px; margin-top: 2px; font-size: 0.8em; }
}

@media print {
.accordion1 { --a1px: 0; }
}

/**
  * @name .site-alert-strip
  * @description Site alert strip
  * @example { }
  */

body .site-alert-strip { width:100%; background: #DAACFA; padding: .75rem 1rem; z-index: 99; }
.site-alert-strip[hidden] { display: none; }
.site-alert-strip__inner { max-width: var(--container, 1200px); margin: 0 auto; padding:0; color: #532F5D; font-weight: 200; background: url(../images/icon-wait-time.png) left top no-repeat; background-size: 20px 20px; padding-left: 35px; padding-right: 60px; }
.site-alert-strip__inner a { color: #532F5D; font-weight: unset; }

@media screen and (max-width: 720px) {
  .site-alert-strip__inner { background: unset; padding-left: 0; padding-right: 0; }
  .site-alert-strip__inner p { font-size: 16px; line-height: 1.1; }
}

@media screen and (min-width: 720px) {
  .site-alert-strip { position: absolute; top: 0; left: 0; z-index: 99; }
}

/**
 * @name .amount1
 * @description Amount line
 * @example { }
 */

.amount1 { --gx: 10px; --gy: var(--gx); }
 .amount1 li { width: 20%; }

@media screen and (max-width: 599px) {
.amount1 li { width: 33.33%; }
}

/**
 * @name .callout1
 * @description Quote with background
 * @example { }
 */

.callout1 { padding: var(--s2); border-radius: var(--bra_1); background: currentColor url(../images/callout1-decor.png) 100% -10px no-repeat; background-size: 256px 56px; color: var(--c_a1t); }
 .callout1-wrap { color: var(--c_d1t); }
  .callout1-wrap a { color: currentColor; }

@media screen and (max-width: 719px) {
.callout1 { padding: var(--s1) var(--sx); }
}

@media print {
.callout1 { box-shadow: inset 0 0 0 1px var(--c_o1t); background: none; }
}

/**
 * @name .callout2
 * @description Large callout
 * @example { }
 */

.callout2 { position: relative; overflow: hidden; padding: var(--s3) 0; background: currentColor; color: var(--c_a1); font-size: 20px; }
 .callout2:before { position: absolute; right: calc(50% + 400px); bottom: 50px; content: ''; width: 256px; height: 56px; background: url(../images/callout1-decor.png) no-repeat; background-size: 100% 100%; transform: scaleX(-1); }
 .callout2-wrap { display: flex; align-items: center; color: var(--c_d1t); }
  .callout2-image { flex: none; width: 42.2%; margin: 0 var(--s3) 0 0; }
  .callout2-main { position: relative; min-width: 0; }
   .callout2-main ul > li:before { color: currentColor; }
   .callout2-main a { --atcn: currentColor; }

@media screen and (max-width: 1023px) {
.callout2-image { margin-right: var(--s2); }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
.callout2-image .double1 { --d1x: 80px; }
}
@media screen and (max-width: 719px) {
.callout2-wrap { display: block; }
 .callout2-image { width: auto; margin: 0 0 var(--s1) }
}

@media print {
.callout2 { box-shadow: inset 0 1px var(--c_o1t), 0 1px var(--c_o1t); background: none; color: inherit; }
 .callout2:before { display: none; }
}

/**
 * @name .card1
 * @description Donate card
 * @example { }
 */

.card1 { position: relative; height: calc(var(--vhx) - 40px); max-height: 710px; }
 .card1-image { position: relative; overflow: hidden; height: 100%; margin: 0; background: var(--c_d2t); border-radius: var(--bra_1); transform: translateZ(0); }
  .card1-image:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: linear-gradient(#32231D, rgba(50,35,29,0) 20%, rgba(50,35,29,0) 60%, #32231D); opacity: 0.8; }
  .card1-image .img1 { height: 100%; }
   .card1-image .img1:before { display: none; }
 .card1-logo { position: absolute; left: 20px; top: 20px; right: 0; margin: 0; padding: var(--s1); font-size: 100px; line-height: 1; }
 .donate .card1-logo {
   position: static;
   text-align: left;
 }
 .wrap3-side .card1-logo { position: absolute; left: 0; top: 0; right: 0; margin: 0; padding: var(--s1); font-size: 100px; line-height: 1; }
 .card1-logo img {
   height: 1em;
 }
  .card1-logo a { --aown: 0; }
 .card1-footer { --sy: 16px; position: absolute; left: 0; bottom: 0; right: 0; padding: var(--s1); color: var(--c_i1); }

@media screen {
.card1-logo .icon-logo-ndvh:before,
.card1-logo .icon-logo-ndvh i:before,
.card1-logo .icon-logo-lir:before,
.card1-logo .icon-logo-lir:after { color: var(--c_i1); }
}

@media screen and (max-width: 1023px) {
.card1 { height: auto; }
 .card1-image { height: auto; }
  .card1-image .img1 { height: auto; }
   .card1-image .img1:before { display: block; }
 .card1-logo { font-size: 80px; }
 .donate .card1-logo {
   text-align: center;
 }
 .card1.natural {
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}
}
@media screen and (max-width: 719px) {
.card1-logo { padding: var(--sx); }
.card1-footer { padding: var(--sx); text-align: left; }
}

@media print {
.card1-image { background: none; box-shadow: inset 0 0 0 1px var(--c_o1t); }
 .card1-image:after { display: none; }
 .card1-image .img1 { visibility: hidden; }
.card1-footer { color: inherit; }
}

/**
 * @name .card2
 * @description Article teaser
 * @example { }
 */

.card2 { height: 100%; }
 .card2-wrap { --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); --abcn: var(--c_i1); --abch: var(--c_a3); --atcn: var(--c_a1); --atch: var(--c_a2); display: flex; overflow: hidden; height: 100%; min-height: 180px; padding: var(--s1); border-radius: var(--bra_1); box-shadow: 0 2px 20px 0 var(--aoc); font: inherit; }
  span.card2-wrap { background: var(--c_a6); }
  .card2-image { flex: none; width: 54%; max-width: 240px; margin: 0 var(--sx) 0 0; }
   .card2-figure { margin: -50px 0 0 -90px; }
  .card2-main { display: flex; flex-grow: 1; flex-direction: column; min-width: 0; }
   .card2-title { font: inherit; }
   .card2-icon { position: relative; top: 10px; margin-top: auto; font: 22px/1 Icons; text-align: right; }
    .card2-icon i { will-change: transform; }
    a:hover .card2-icon i { transform: translateX(5px); }

.card2.-vertical {  }
 .card2.-vertical .card2-wrap { flex-direction: column; min-height: 430px; }
  .card2.-vertical .card2-image { width: 100%; margin: 0 0 var(--s1); }
  .card2.-vertical .card2-main { flex-grow: 0; flex-direction: row; margin-top: auto; }
   .card2.-vertical .card2-title { margin-bottom: 0; }
   .card2.-vertical .card2-icon { top: 0; }

@media screen and (max-width: 719px) {
.card2-image { width: 33%; }
 .card2-image + .card2-main .card2-title { margin-right: -10px; }
 .card2-icon { top: 5px; }
}

@media print {
.card2-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); }
}

.card2b { }
 .card2b .card2-wrap { background-color: transparent; padding:25px; }
  .card2b .card2-wrap h3 { margin-bottom: 0; }
  .card2b .card2-wrap p { color: var(--c_d2); }
  .card2b .card2-wrap .card2-icon { text-align: left; }
  .card2b .card2-wrap .card2-icon .icon-arrow-right:before { color: #A83E92; }
 .card2b .card2-wrap:hover { background-color: var(--c_a3); }
  .card2b .card2-wrap:hover .card2-icon .icon-arrow-right:before { color: var(--c_a2); }
.-s\:lir .card2-wrap:hover p { color:#fff; }

.action-rail .stream1-entry { margin-left:0; margin-right:0; }
.action-rail .stream1-entry.img1 {  margin-left: calc(var(--gx) / 2); margin-right: calc(var(--gx) / 2); }
.action-rail.resource1 { margin-bottom:40px; }
.action-rail.action-rail-addional {  border-top:1px solid #fff; padding-top:30px; }
.action-rail .img1-fourcol { width:auto; };

/**
 * @name .card3
 * @description News teaser
 * @example { }
 */

.card3 {  }
 .card3-wrap { --sy: 12px; --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); display: block; padding-top: 20px; border-top: 2px solid var(--c_i1); box-shadow: none; background: none; color: var(--c_d1t); font: inherit; }
  .card3-title, .card3-icon { color: var(--c_a1t); transition-property: color; }
  a:hover .card3-title, a:hover .card3-icon { color: var(--c_a2t); }
  .card3-icon { font: 20px/1 Icons; }
   a:hover .card3-icon i { transform: translateX(5px); }

@media print {
.card3-wrap { border-top-color: var(--c_o1t); }
}

.-c\:a2 .card3-title { color:var( --c_a3 ); }
.-c\:a2 .card3-icon { color:var( --c_a3 ); }
.-c\:a2 a:hover .card3-title { color:#fff; }
.-c\:a2 a:hover .card3-icon { color:#fff; }

/**
 * @name .card4
 * @description Get Involved cards
 * @example { }
 */

.card4 { position: relative; height: 100%; color: var(--c_a3t); }
 .card4-wrap { --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); --abcn: currentColor; --abch: var(--abcn); --atcn: currentColor; --atch: var(--atcn); display: block; position: relative; overflow: hidden; height: 100%; border-radius: var(--bra_1); box-shadow: 0 2px 40px 0 var(--aoc); font: inherit; transform: translateZ(0); }
  .card4-image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; }
   .card4-image .img1 { height: 100%; }
    .card4-image .img1:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: linear-gradient(#32231D, rgba(50,35,29,0) 70%); opacity: 0.8; }
    .card4-image .img1:before { display: none; }
  .card4-main { display: flex; flex-direction: column; position: relative; height: 100%; min-height: 525px; padding: var(--s2); color: var(--c_a2); }
   .card4-main > * { width: 100%; min-width: 0; }
   .card4-brow { margin-bottom: 10px; }
   .card4-action { margin-top: auto; }
    .card4-action .button1[class] { --bcn: var(--c_i1); --own: 1px; --ocn: var(--c_i1); --och: var(--c_i1); --tcn: var(--c_a2); display: flex; box-shadow: inset 0 0 0 var(--ow) var(--oc); }

@media screen and (max-width: 1023px) {
.card4-main { padding: var(--s1); }
}
@media screen and (max-width: 719px) {
.card4-main { min-height: 400px; }
}

@media print {
.card4-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); background: none; }
 .card4-image { display: none; }
  .card4-action .button1[class] { --bcn: var(--c_a2t); --ocn: var(--bcn); }
}

/**
 * @name .card5
 * @description Image card
 * @example { }
 */

.card5 {  }
 .card5-wrap { --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); --abcn: transparent; --abch: var(--abcn); --atcn: currentColor; --atch: var(--atcn); display: block; position: relative; overflow: hidden; height: 100%; border-radius: var(--bra_1); box-shadow: 0 2px 40px 0 var(--aoc); font: inherit; transform: translateZ(0); }
  .card5-image { margin: 0; }
   .card5-image .img1:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: linear-gradient(rgba(39,35,34,0) 40%, #272322); opacity: 0.7; }
  .card5-main { display: flex; justify-content: space-between; align-items: flex-end; position: absolute; left: 0; bottom: 0; right: 0; padding: var(--s1); color: var(--c_i1); }
   .card5-title { flex-grow: 1; min-width: 0; max-width: 350px; margin: 0; }
   .card5-icon { flex: none; min-width: 0; margin-left: 20px; font-size: 20px; }
    .card5-icon i { display: block; padding-right: 1px; will-change: transform; }
    a:hover .card5-icon i { transform: translateX(5px); }

@media screen and (max-width: 599px) {
.card5-main { padding: var(--sx); }
}

@media print {
.card5-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); }
  .card5-image .img1 { visibility: hidden; }
 .card5-main { color: inherit; }
}

/**
 * @name .card6
 * @description Get Involved cards
 * @example { }
 */

@media (min-width: 1080px) {
.testimonials { display:flex; align-items: stretch; position: relative; --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; }
.testimonials > * { 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; flex: 1; }
}
@media (max-width: 1079px) {
  .testimonials {
    display: block; /* Slick needs a block container */
    padding-bottom: 60px;
    max-width: 400px;
    margin: 0 auto;
  }
}

 .testimonials .slick-prev, .testimonials .slick-next { font-size: 0 !important; width: 60px !important; min-width: unset !important; padding: var(--py) !important; position: absolute; bottom: 0; left: 75px; }
 .testimonials .slick-prev { left: 0; }
 .testimonials .slick-prev:before, .testimonials .slick-next:before { font-family: 'Icons'; font-size: 20px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.testimonials .slick-prev:before { content: "\e906"; }
.testimonials .slick-next:before { content: "\e907" }

.testimonials-main-slider > * { margin-top: 15px; }
.testimonials .button1, [type="submit"], .testimonials [type="button"]:not(.mejs-controls *), .testimonials [type="reset"] { --bcn: #FFF; --ocn: #fff; --tcn: #000; }


.text-wrapper { display: flex; }
.text-wrapper i { margin-right: 10px; align-self: center; }
.text-wrapper p { align-self: center; }
.card6 { position: relative; color: var(--c_a3t); flex: 1 0 300px; align-self: stretch; height: 100%; }
 .card6-wrap { background: #E7E9F1; --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); --abcn: currentColor; --abch: var(--abcn); --atcn: currentColor; --atch: var(--atcn); display: block; position: relative; overflow: hidden; height: 100%; border-radius: 36px; box-shadow: 0 2px 40px 0 var(--aoc); font: inherit; transform: translateZ(0); }
  .card6-image { margin: 0; }
   .card6-image .img1 { height: 100%; aspect-ratio: 1; }
   .card6-image .img1[style*="--r:"] img { aspect-ratio: 1; height: unset; border-radius: 0; }
    .card6-image .img1:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: #E7E9F1;
      background: linear-gradient(0deg,rgba(231, 233, 241, 1) 5%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);

    
    }
    .card6-image .img1:before { display: none; }
  .card6-main { display: flex; flex-direction: column; position: relative; height: 100%; padding: 0 25px 20px 25px; color: var(--c_a2); margin-top: -20px; }
   .card6-main > * { width: 100%; min-width: 0; }
   .card6 blockquote { font-size: 18px; font-weight: bold; line-height: 1.1; color: #000; margin-bottom: 24px; }
   .card6 blockquote::before { display: block; font-size: 42px; content: '“'; height: 20px; line-height: 20px; padding: 0; color: #000; position: relative; }
   .card6-attr { font-size: 18px; font-style: normal; font-weight: 325; line-height: 129%; color:#000; }

@media screen and (max-width: 1023px) {
.card6-main { padding: var(--s1); }
}
@media screen and (min-width: 719px) {
/* .card6-main { min-height: 400px; } */
}

@media print {
.card6-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); background: none; }
 .card6-image { display: none; }
  .card6-action .button1[class] { --bcn: var(--c_a2t); --ocn: var(--bcn); }
}

/**
 * @name .card7
 * @description Article teaser
 * @example { }
 */

.card7 { flex: 1 1 370px; align-self: stretch;}
 .card7-wrap { --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3);  display: block; overflow: hidden; height: 100%; min-height: 180px; padding: 25px; border-radius: 36px; box-shadow: 0 2px 20px 0 var(--aoc); font: inherit; }
  span.card7-wrap { background: var(--c_b3); }
   a.card7-wrap:hover { background: var(--c_b3); }
  .card7-image { flex: none; margin: 0 0 var(--sx) 0; border-radius: 36px; width: 100%; }
  
  .card7-main { display: flex; flex-grow: 1; flex-direction: column; min-width: 0; }
  .card7-main .button1 { --bcn: #FFFFFF; --bch: #D3A7F2; --tcn: #000; --tch: #532F5D; }
   .card7-title { font-weight: 300; color: #9C458E; }
    .card7-title strong { font-weight: bold; color: #000; }
   .card7-icon { position: relative; top: 10px; margin-top: auto; font: 22px/1 Icons; text-align: right; }
    .card7-icon i { will-change: transform; }
    a:hover .card7-icon i { transform: translateX(5px); }
    .card7-button a i { color: #A83E92;  font-size: 20px; line-height: 20px; }
    .card7-button i::before { font-size: .8em;  }

.card7.-linked .card7-title { color: #fff; }
 .card7.-linked .card7-desc { color: #fff; }
 .card7-link-text { color: #fff; }
.card7.-linked a:hover .card7-title { color: #000; }
 .card7.-linked a:hover .card7-desc { color: #000; }
 .card7.-linked a:hover .card7-link-text { color: #000; }

@media screen and (min-width: 720px) {
.card7 { flex: 1 0 370px; }
.card7.-horizontal .card7-wrap { display: flex; }
 .card7.-horizontal .card7-wrap .card7-image { flex: 1; }
 .card7.-horizontal .card7-wrap .card7-main { flex: 1; display: flex; flex-direction: column; justify-content: center;  }
 .card7.-horizontal .card7-wrap .card7-main-inner { display: flex; flex-direction: column; justify-content: center; padding: 0 0 0 var(--s1); }
 .card7.-horizontal .card7-image { margin: 0; }
}

/**
 * @name .checklist1
 * @description Checklist
 * @example { }
 */

.checklist1 { }
  .checklist1-header .decor1 { margin-top: -70px; margin-left: -135px; }
  .checklist1-up { position: relative; z-index: 1; }
 .checklist1-content { }
  .checklist1-entry { position: relative; margin-bottom: var(--s1); padding-left: 50px; }
   .checklist1-entry:before { position: absolute; left: 0; top: 0; content: '\e90b'; color: #FDD8B5; font: 30px/1 Icons; }
   .checklist1-entry > * { --sy: 5px; }
      .checklist1-entry p a,
      .checklist1-up p a { --atcn: currentColor; --atc: currentColor; }

@media print, screen and (min-width: 1024px) {
.checklist1 { display: flex; justify-content: space-between; }
 .checklist1 > * { width: calc(50% - var(--s1)); min-width: 0; margin: 0; }
 .checklist1-header { max-width: 480px; }
  .checklist1-header .decor1 { margin-top: 0; }
  .checklist1-up { margin-bottom: var(--s1); }
}

/**
 * @name .confirm1
 * @description Confirmation modal
 */

.confirm1 { text-align: center; }
 .confirm1-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 16px; margin-top: var(--s1); padding: 0; }
  .confirm1-actions li { }
   .confirm1-actions li:before { display: none; }

/**
 * @name .connect1
 * @description Mega nav parts
 */

.connect1 { }
 .connect1-title { --sy: 14px; text-wrap: balance; }
 .connect1-actions { --sy: 32px; padding: 0; }
  .connect1-actions li { --sy: 6px; display: flex; align-items: center; font: 16px/1.2 var(--ff_1); }
   .connect1-actions li:before { display: none; }
   .connect1-actions li.disabled { filter: grayscale(1); pointer-events: none; }
   .connect1-actions i { flex: none; width: 46px; color: var(--c_a1t); font-size: 34px; }
   .connect1-actions i.icon-call { transform: scale(0.8); }
    .connect1-actions small { display: none; font-size: 12px; text-wrap: balance; }
     .connect1-actions small a { color: inherit; }
 .connect1-other { padding: 0; }
  .connect1-other li { --sy: 12px; padding-top: var(--sy); border-top: 1px solid var(--c_b3t); }
   .connect1-other li:before { display: none; }
   .connect1-other small { display: block; margin-top: 4px; font-size: 12px; }

@media print, screen and (min-width: 600px) {
.connect1-actions li:nth-child(2) { --sy: 14px; }
.connect1-actions small { display: block; margin-top: 4px; }
}

/**
 * @name .consent1
 * @description Consent message
 * @example { }
 */

.consent1 { overflow: hidden; height: 0; margin: 0; background: var(--c_a1t); color: var(--c_i1); font: 14px/1.29 var(--ff_1); transition-property: height; }
.consent1.-active { height: var(--height, auto); }
 .consent1-wrap { --sy: 15px; max-width: 100%; padding: 20px 0; }

@media print, screen and (min-width: 600px) {
.consent1-wrap { display: flex; justify-content: space-between; align-items: center; }
 .consent1-wrap > * { min-width: 0; margin: 0; }
 .consent1-action { flex: none; margin-left: var(--s3); }
}

@media print {
.consent1 { margin-bottom: 20px; border-bottom: 1px solid var(--c_o1t); background: none; color: inherit; }
}

/**
 * @name .contact1
 * @description Contact blocks
 * @example { }
 */

.contact1 { --gx: var(--s1); margin-bottom: var(--s1); }
 .contact1-block { flex: 1 0 280px; width: auto; max-width: 360px; }
 .contact1-blockb { flex: 1 0 300px; width: auto; max-width: 375px; }
  .contact1-box { --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); display: block; height: 100%; padding: 30px 15px; border-radius: var(--bra_1); box-shadow: 0 2px 20px 0 var(--aoc); background: var(--c_i1); color: var(--c_d1); font: inherit; }
  .contact1-box.ai { background: #FFD3A8; }
  .contact1-boxb { padding: 30px; }
  .contact1-box[disabled] { filter: grayscale(1); pointer-events: none; }
   .contact1-header { display: flex; justify-content: center; align-items: center; }
   .contact1-header > * { flex: 1;}
    .contact1-header > div { width: 106px; height: 100px; margin: 0 10px 0 0; }
    .contact1-header > strong { transition-property: color; }
    a:hover .contact1-header > strong { color: var(--c_a1); }
   .contact1-sub { color: var(--c_a2); }
.contact1-box-signup { padding:0; display:block; overflow: hidden; margin-top: 40px; }
.contact1-box-signup .img1 { margin-bottom:0; }
.contact1-box-signup .img1 img { border-radius: 0; }
.contact1-box-signup .contact1-box-form { padding:10px; }
.contact1-box-signup .contact1-box-form > div { margin-bottom:0; }

@media screen and (min-width: 720px) {
	.contact1-box-signup { display:flex; }
	.contact1-box-signup .img1 { width:43%; height: 100%; }
	.contact1-box-signup .img1 .img1 { width:100%; height: 100%; }
	.contact1-box-signup > div { width:57%; }
}

@media screen and (max-width: 599px) {
.contact1-block { width: 100%; max-width: 100%; }
}

/**
 * @name .contact2
 * @description Contact blocks for hero4
 * @example { }
 */

.contact2 { --gx: var(--s1); margin-bottom: var(--s1); }
 .contact2-block { flex: 1 0 0; width: auto; max-width: 240px; }
  .contact2-box { --aown: 0; display: block; height: 100%; color: inherit; font: inherit; }
  .contact2-box[disabled] { filter: grayscale(1); pointer-events: none; opacity: 0.35; }
   .contact2-header { display: flex; align-items: center; }
    .contact2-header > div { width: 106px; height: 100px; margin: 0 10px 0 0; }
    .contact2-header > i { margin: 0 10px 0 0; color: var(--c_a3t); font: 54px/1 Icons; }
    .contact2-header > strong { transition-property: color; }
    a:hover .contact2-header > strong { color: var(--c_a1t); }

@media screen and (max-width: 599px) {
.contact2 { --gx: 20px; --gy: 20px; }
 .contact2-block { flex: 1 0 auto; max-width: 50%; }
  .contact2-header { margin-bottom: 14px; }
  .contact2-sub { font-size: 15px; }
}

/**
 * @name .contact3
 * @description Contact blocks
 * @example { }
 */
.contact3 { --gx: var(--s1); margin-bottom: var(--s1); padding: 0 8px; }
 .contact3-block { flex: 1; width: auto; margin: 0; border: unset; }
  .contact3-box { flex: 1; position:relative; display: flex; height: 100%; padding: 32px 8px; } 
  .contact3-box .overlink { position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; display: block; }
  .contact3-boxb { padding: 30px; }
  .contact3-box[disabled] { filter: grayscale(1); pointer-events: none; }
   .contact3-header { display: flex; justify-content: flex-start; }
    .contact3-header > div { width: 60px; height: 60px; margin: 0 20px 0 0; }
    .contact3-header > strong { transition-property: color; }
    .contact3-header figure { width: 60px; height: 60px; margin: 0 20px 0 0; }
    a:hover .contact3-header > strong { color: var(--c_a1); }
   .contact3-sub, .contact3-sub a { color: var(--c_a2); }
   .contact3-sub .-t\:3 { margin-bottom: 10px; display: block; }
.contact3-box-signup { padding:0; display:block; overflow: hidden; margin-top: 40px; }
.contact3-box-signup .img1 { margin-bottom:0; }
.contact3-box-signup .img1 img { border-radius: 0; }
.contact3-box-signup .contact3-box-form { padding:10px; }
.contact3-box-signup .contact3-box-form > div { margin-bottom:0; }

@media screen and (min-width: 720px) {
	.contact3-box-signup { display:flex; }
	.contact3-box-signup .img1 { width:43%; height: 100%; }
	.contact3-box-signup .img1 .img1 { width:100%; height: 100%; }
	.contact3-box-signup > div { width:57%; }
}

@media screen and (max-width: 720px) {
.contact3 { display: block; }
.contact3-block { width: 100%; max-width: 100%; }
.contact3-box { padding: 16px 8px; }
}


/**
 * @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 Sticky bottom bar
 * @example { }
 */

.cta1 { position: -webkit-sticky; position: sticky; bottom: 0; z-index: 51; margin: 0; box-shadow: 0 -5px 20px rgba(0,0,0,0.1); background: #FFD3A8; color: var(--c_a2); line-height: 1.1; font-weight: 800; }
[js] .cta1:not(.-active) { transform: translateY(100%); }
 .cta1-wrap { display: flex; justify-content: space-around; align-items: center; padding: 10px 20px; max-width: 1090px; margin: 0 auto; }
  .cta1-wrap li { margin: 0 5px; }
   .cta1-wrap li:before { display: none; }
   .cta1-wrap a { --aown: 0; --atcn: 'inherit'; font-weight: 200; }
   .cta1-line { display: flex; align-items: center; }
    .cta1-line small { font: inherit; font-weight: 400; }
    .cta1-line .button1 { --h: 40px; --lh: 30px; --bc: #FFD3A8; --tc: var(--c_a2); --bch: var(--c_a2); --tch: #fff; --oc2: transparent; font-size: 18px; padding: var(--py) calc( var(--px) / 2 ); }
    .cta1-line .button1.-circle { margin-right: 10px; }
     .cta1-line .button1 i { font-size: calc(var(--h) * 0.65); }
@media screen and (min-width: 520px) {
 .cta1-wrap { padding: 10px 40px; }
}
@media screen and (max-width: 1023px) {
 .cta1-line .button1 { --w: 0px; --h: 40px; --px: 6px; font-size: inherit; }
  .cta1-trim { display: none; }
}
@media screen and (max-width: 599px) {
.cta1 { font-size: 15px;}
 .cta1-wrap li { margin: 7px 0px 0; }
  .cta1-line .button1.-circle { margin-right: 5px; }
  .cta1-break { display: block; }
  .cta1-wrap li p { max-width: 250px; }
}

@media print {
.cta1[class] { position: static; border-top: 1px solid var(--c_o1t); box-shadow: none; background: none; }
}

/**
 * @name .decor1
 * @description Decorational element
 * @example { }
 */

.decor1 { width: 339px; height: 98px; background: url(../images/decor1-bg1.png) no-repeat; background-size: contain; }

/**
 * @name .donate1
 * @description Donate form
 * @example { }
 */

.donate1 {  }
 .donate1-type { --gx: 0px; --gy: var(--sy); }
  .donate1-type li { width: calc(50% - var(--s1) / 4); margin-bottom: 0; }

/**
 * @name .double1
 * @description Double image
 * @example { }
 */

.double1 { --d1x: 120px; position: relative; border-right: var(--d1x) solid transparent; }
 .double1-back { position: absolute; left: 50%; top: 50%; overflow: hidden; width: calc(100% + var(--d1x) * 2); border-radius: 50%; background: #BD1074; transform: translate(-50%,-50%); }
  .double1-back .img1 { mix-blend-mode: multiply; opacity: 0.25; }
.double1.-small { --d1x: 80px; max-width: calc(200px + var(--d1x)); }

 .double1.-blue .double1-back { background: var(--c_a3); }
  .double1.-blue .double1-back .img1 { opacity: 0.5; }

/**
 * @name .drop1
 * @description Mega dropdown
 */

.drop1 { margin-bottom: 0; }
 .drop1-close { --aown: 0; position: absolute; right: 20px; top: 20px; }
 .drop1-wrap { max-width: 1440px; color: var(--c_a2t); }
  .drop1-side { }
  .drop1-side + .drop1-main { border-top: 1px solid var(--c_b3t); }

@media screen and (max-width: 1023px) {
.drop1-side { margin-bottom: 24px; }
.drop1-main { padding: 0; }
.drop1-side + .drop1-main { padding-top: var(--s1); }
}
@media print, screen and (min-width: 1024px) {
.drop1-wrap { --gx: var(--s1); display: grid; grid-template-columns: 1fr 2fr; }
 .drop1-side { padding: var(--s1) var(--gx) 20px; padding-left: 0; border-right: 1px solid var(--c_b3t); }
 .drop1-main { width: fit-content; margin-left: auto; margin-right: auto; padding: var(--s1) 0; }
 :where(.drop1.-full) .drop1-main { width: 100%; }
 .drop1-side + .drop1-main { padding-left: var(--gx); border-top-width: 0; }
 .drop1-main:first-child { grid-column: 1 / -1; }
}
@media screen and (min-width: 1280px) {
.drop1-wrap { --gx: var(--s2); }
}


/**
 * @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 .embed2
 * @description Third-party embeds
 */

.embed2 { clear: both; }
 .embed2 iframe { border: none; }

/**
 * @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; }
 .error1-wrap { margin-left: auto; margin-right: auto; }
  .error1-code { margin: 0; font-size: 82px; line-height: 1; opacity: 0.2; text-align: center; }
  .error1-title { margin-bottom: 0; color: var(--c_a2t); text-align: center; }
  .error1-info { margin-bottom: calc(var(--sy) / 2); }
  .error1 .iconed2 { justify-content: center; }

/**
 * @name .exit1
 * @description Exit button
 * @example { }
 */

.exit1 { position: absolute; right: 0; bottom: 0; z-index: 131; top: 0; width: 60px; padding-top: 16px; font: 800 14px/1.1 var(--ff_1); pointer-events: none; }
.exit1.-hidden { display: none; }
 .exit1-wrap { position: -webkit-sticky; position: sticky; top: 0; width: 60px; height: 60px; pointer-events: auto; }
  .exit1 a { --abcn: #D94759; --abch: var(--c_d1); --atcn: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30); color: #fff; }
   .exit1 i { margin-bottom: 4px; font: 16px/1 Icons; }
   .exit1 span { line-height: 1; }
body.admin-bar .exit1-wrap { top: 32px; }
.top1 ~ .exit1 { padding-top: calc( var(--st) + 50px ); }

/**
 * @name .fields1
 * @description Fields grid
 * @example { }
 */

.fields1 { --gx: 10px; --gy: 20px; }

/**
 * @name .float1
 * @description Floating image
 * @example { }
 */

@media print, screen and (min-width: 600px) {
.float1 { float: right; width: var(--w, 50%); margin-left: var(--sy); }
.float1.-left { float: left; margin-left: 0; margin-right: var(--sy); }
 .float1 > img { display: block; }
}

/**
 * @name .footer1
 * @description Global footer
 */

.footer1 { margin-bottom: 0; padding: var(--s1) 0; background: #4B464C; }
 .footer1 a { --atcn: 'inherit'; --atch: 'inherit'; --aoph: 0.8; }
 .footer1-wrap { --sy: 30px; }
 .footer1-wrap[class] { --c_d1t: #E3E3E3; }
  .footer1-main { display: flex; }
  .footer1-main ~ * { padding-top: var(--sy); border-top: 1px solid rgba(255,255,255,0.25); }
   .footer1-block { --sy: 10px; width: 100%; max-width: 260px; min-width: 0; margin: 0 0 0 var(--s1); }
   .footer1-block:first-child { margin-left: 0; }
   .footer1-block.-copys { --sy: 6px; max-width: 360px; margin-left: auto; text-align: right; }
    .footer1-subtitle { font: 700 14px/1.33 var(--ff_1); }
    .footer1 .socials1-items a { --atcn: var(--c_d1t); --atch: var(--atcn); --aoph: 0.6; }
  .footer1-fine { display: flex; justify-content: space-between; }
   .footer1-half { --sy: 16px; width: 100%; max-width: calc(50% - 20px); min-width: 0; margin: 0; }
    .footer1-fine .icon-logo-bumble { margin-left: 5px; font-size: 24px; vertical-align: -5px; }

@media screen and (max-width: 719px) {
.footer1-main { justify-content: space-between; flex-wrap: wrap; }
 .footer1-block { width: 100%; max-width: calc(50% - 10px); margin: 0 0 var(--sy); }
 .footer1-block.-copys { max-width: 100%; margin: 20px 0 0; text-align: left; }
.footer1-fine { display: block; }
 .footer1-half { max-width: 100%; }
  .footer1-fine .icon-logo-bumble { font-size: 18px; vertical-align: -2px; }
}

@media print {
.footer1[class] { border-top: 1px solid var(--c_o1t); background: none; }
 .footer1-wrap[class][class] { --c_d1t: var(--c_d1); }
 .footer1[class] .socials1-items a { --atcn: var(--c_d1t); --atch: var(--atcn); --aoph: 0.6; }
}

/**
 * @name .gallery1
 * @description Gallery wrapper
 * @example { }
 */

.gallery1 {  }

/**
 * @name .header1
 * @description Article header
 * @example { }
 */

.header1 { margin-bottom: var(--s2); }
 .header1 .title1 { margin-bottom: 20px; }
 .header1 > * { --sy: 16px; }

/**
 * @name .header2
 * @description Search header
 * @example { }
 */

.header2 { text-align: center; }
 .header2-subtitle { color: var(--c_a2t); }

/**
 * @name .header3
 * @description Subtopic header
 * @example { }
 */

.header3 { position: relative; margin-bottom: var(--s2); }
 .header3-wrap { position: relative; max-width: var(--xw_4); }
  .header3-image { position: absolute; right: 100%; top: 50%; width: 350px; margin: 0 var(--s3) 0 0; transform: translateY(-50%); }
  .-s\:lir .-bump > .wrap1-inner .header3 { margin-top: var(--s1); }
  .-s\:lir .-bump > .wrap1-inner .header3-image { top: 100%; }
   .-s\:lir .-bump.-noimage > .wrap1-inner .header3-wrap { margin-left: 0; }

@media screen and (max-width: 1023px) {
.header3-wrap { }
 .header3-image { width: 200px; margin-right: -20px; top: 50% !important;}
 .header3-image ~ * { padding-left: 60px; }
}
@media screen and (max-width: 719px) {
.header3-image { top: 0; width: 160px; margin-right: -40px; transform: none; top: 0% !important; }
}

/**
 * @name .header4
 * @description Subtopic header
 * @example { }
 */

.header4 { margin-bottom: var(--s3); }
 .header4-image { width: 100%; max-width: 340px; }

@media print, screen and (min-width: 1024px) {
.header4 { display: flex; justify-content: space-between; align-items: center; }
 .header4-main { flex-grow: 1; min-width: 0; margin: 0; }
 .header4-image { flex: none; min-width: 0; margin: 0 0 0 var(--s3); }
}

/**
 * @name .header5
 * @description Header with icon/image
 * @example { }
 */

.header5 { display: flex; align-items: center; margin-bottom: var(--s2); }
 .header5 > * { min-width: 0; margin-bottom: 0; }
 .header5-title { max-width: 620px; }
 .header5-image { flex: none; width: 100px; margin-right: 20px; }
 .header5-icon { flex: none; width: 105px; margin-right: 20px; }

@media screen and (max-width: 599px) {
.header5 { align-items: stretch; }
.header5-image { width: 70px; }
}

/**
 * @name .help1
 * @description Tooltip icon
 * @example { }
 */

.help1 { display: inline-flex; justify-content: center; align-items: center; width: 1em; height: 1em; border-radius: 50%; background: var(--c_b3t); color: var(--c_a1t); vertical-align: top; }
.help1.-right { float: right; }
 .help1:before { content: '?'; font: 800 14px/1 var(--ff_1); }

/**
 * @name .hero1
 * @description Topic hero
 * @example { }
 */

.hero1 { position: relative; overflow: hidden; min-height: 500px; /*calc(var(--vhx) - var(--st));*/ max-height: 500px; margin: 0; background: var(--c_i1); }
 .hero1-wrap { position: relative; z-index: 2; margin-bottom: 0; padding-top: var(--s3); }
.hero1.donate {
  min-height: 490px;
  max-height: 490px;
  overflow: initial;
}
.hero1.donate .hero1-image {
  width: 100%;
  top: 0;
  overflow: hidden;
  border-top: 20px solid var(--c_i1);
  border-right: 20px solid var(--c_i1);
  border-left: 20px solid var(--c_i1);
}
.hero1.donate .hero1-image .img1[class] img {
  object-fit: cover;
}
.hero1.donate .hero1-header {
  position: absolute;
  z-index: 1;
  background-color: var(--c_i1);
  padding: 20px 0 0;
  right: 40px;
  bottom: -20px;
  left: 40px;
  margin: 0 auto 0;
  max-width: 900px;
}
.donate-content {
  margin-top: 40px;
}
@media print, screen and (min-width: 1024px) {
  .hero1-wrap { position: relative; z-index: 2; padding: var(--s3) 0; }
  .hero1-main { max-width: 630px; }
  .hero1-image { display: flex; justify-content: flex-end; align-items: flex-end; position: absolute; right: 0; bottom: 0; width: 660px; margin: 0; }
  .hero1-image .img1 { --x: 100%; --y: 100%; }
  .hero1.donate .hero1-image .img1 {
    --r: 0.35087719298246;
  }
  .hero1.donate .hero1-image {
    display: block;
  }
  .hero1.donate .hero1-image .img1 {--r: 0.431640625 !important;}
  .hero1-image .img1[class] img { object-fit: contain; }
  .hero1.donate {
    min-height: 442px;
  }
  .hero1.donate .hero1-header {
    padding: 56px 0 36px;
    bottom: -100px;
  }
  /* .hero1.donate .hero1-image .img1[class] img {
    bottom: 90px;
  } */
  .donate-content {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1279px) {
.hero1-image { width: 520px; }
}
@media screen and (max-width: 1023px) {
.hero1 { height: calc(var(--vhx) - var(--st)); min-height: 0; max-height: 77.5vw; }
 .hero1-wrap { }
  .hero1-wrap .iconed2 { max-width: 45vw; margin-top: var(--s3); }
 .hero1-image { position: absolute; right: 0; bottom: 0; width: 55vw; margin-left: auto; }
}
@media screen and (max-width: 719px) {
.hero1 { height: auto; min-height: 450px; max-height: none; }
 .hero1-wrap { padding-bottom: var(--s3); }
}

@media print {
.hero1 { box-shadow: 0 1px var(--c_o1t); }
}

/**
 * @name .hero2
 * @description LiR home hero
 * @example { }
 */

.hero2 { position: relative; /*min-height: calc(var(--vhx) - var(--st));*/ min-height: 500px; padding: var(--s3) 0 0 0; max-height: 500px; }
 .hero2-wrap { position: relative; z-index: 1; }
  .hero2-main { max-width: var(--xw_4); }
   .hero2-main .title1 { margin-bottom: var(--s2); }
  .hero2-image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; margin: 0; pointer-events: none; }
   .hero2-image .img1 { position: absolute; right: 0; top: 50%; width: 700px; margin: 0; transform: translateY(-50%); }

@media screen and (max-width: 1279px) {
.hero2-image .img1 { right: -80px; }
}
@media screen and (max-width: 1023px) {
.hero2 { min-height: 450px; }
 .hero2-image .img1 { width: 500px; }
}
@media screen and (max-width: 719px) {
.hero2 { min-height: 0; padding: var(--s2) 0; }
 .hero2-main { padding-top: 100px; }
 .hero2-image .img1 { top: -20px; right: -60px; width: 300px; transform: none; }
}

/**
 * @name .hero3
 * @description NDVH home hero
 * @example { }
 */

.hero3 { display: flex; justify-content: center; align-items: center; min-height: calc(var(--vhx) - var(--st)); padding: var(--s3) 0; text-align: center; }
 .hero3-wrap { width: 100%; min-width: 0; margin: 0; }
  .hero3 .title1 { max-width: 800px; margin: 0 auto var(--s1); }
   .hero3 .title1 big:before { display: block; position: absolute; left: 50%; bottom: -10px; content: ''; width: 173px; height: 25px; background: url(../images/title1-decor1.png); background-size: contain; transform: translateX(-50%); }
  .hero3-preview { margin-bottom: 14px; }
  .hero3-lang { font-size: 14px; }
   .hero3-line { display: block; margin: var(--s1) auto calc(var(--s1) + 9px) auto; width: 201px; height: 9px; background: url(../images/title1-decor2.png); background-size: contain; background-repeat: none  }


@media screen and (max-width: 1023px) {
.hero3 { min-height: 0; }
}
@media screen and (max-width: 719px) {
.hero3 { padding: var(--st) 0 var(--s2); }
 .hero3 .title1 big:before { width: 127px; height: 19px; }
}

/**
 * @name .hero4
 * @description Get Help hero
 * @example { }
 */

.hero4 { display: flex; justify-content: center; align-items: center; min-height: calc(var(--vhx) - var(--st)); padding: var(--s3) 0; }
 .hero4-wrap { display: flex; align-items: flex-start; width: 100%; min-width: 0; margin: 0; }
  .hero4-main { flex-grow: 1; min-width: 0; margin-bottom: 0; }
   .hero4 .title1 { margin-bottom: var(--s1); }
   .hero4-preview { font-size: 14px; }
  .hero4-side { flex: none; width: 35%; min-width: 0; max-width: 350px; margin: 0 0 0 var(--s3); }

@media screen and (max-width: 1023px) {
.hero4 { display: block; min-height: 0; }
 .hero4-wrap { display: block; }
  .hero4-side { width: auto; margin: var(--s2) 0 0; }
}

/** 
 * @name .hero5
 * @description Homepage 2025 hero
 * @example { }
 */

/* .hero5 { background-image: url(../images/hero-bg.jpg); background-size: cover; background-position: center; position: relative; } */
.hero5 { position: relative; }
 .hero5-wrap { margin: 0 auto; max-height: 50vh; min-height: 300px; }
 .hero5-main { margin-bottom: 0; padding: var(--s2) 0 15px 0;}
 .hero5 .search3-fields input[type] { padding-right: 0; }
 .hero5 .search3-fields button[type] { padding-left: 15px; }
 .hero5 .title1 { font-size: 24px; line-height: 1.2; }
 .hero5-preview a { color: #9C458E; box-shadow: unset; }
 .hero5-main .hero5-preview a { color: #DAACFA; }
 .hero5-preview i { color: var(--c_a1); }
  .hero5-image { position: relative; display: flex; flex-direction: column; justify-content: flex-end; max-height: 100%; }
   .hero5-image { position: relative; z-index: 2; margin-bottom: 0; }
   .hero5-image .img1[style*="--r:"] img { object-fit: contain; object-position: bottom; }
   .hero5-bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
   .hero5-bg .img1[style*="--r:"] { height: 100%; width: 100%; }
   .hero5-bg .img1[style*="--r:"] img { height: 100%; width: 100%; object-fit: contain; object-position: center; } 

@media screen and (max-width: 720px) {
  .hero5-wrap { max-height: unset; }
  .hero5-preview { font-size: 18px; margin-top: var(--s1); }
} 
@media screen and (min-width: 720px) {
  .hero5 .title1 { font-size: 42px; }
  .hero5-wrap { display: flex; }
  .hero5-main { margin-right: var(--s1); padding: var(--s3) 0; padding-top: var(--s4); flex: 4; display: flex; flex-direction: column; justify-content: center; }
  .hero5-image { align-items: stretch; flex: 5;  }
}
@media screen and (max-height: 600px) {
  .hero5 .title1 { font-size: 24px; }
}
@media screen and (max-height: 400px) {
  .hero5-wrap { max-height: 250px; }
}


/**
 * @name .iconed1
 * @description Iconed link
 */

.iconed1 { --aown: 0; --atcn: var(--c_d1t); display: flex; align-items: center; font: 800 20px/1.2 var(--ff_1); }
 .iconed1 > .button1 { flex: none; align-self: flex-start; margin: 0 15px 0 0; }

/**
 * @name .iconed2
 * @description Iconed label
 * @example { }
 */

.iconed2 { --aown: 0; display: flex; align-items: center; color: var(--c_a2t); font: 800 14px/1.3 var(--ff_1); }
 .iconed2 > i { align-self: flex-start; flex: none; min-width: 0; margin: 0 10px 0 0; color: var(--c_a4); font: 30px/1 Icons; }
 .iconed2 > .icon-star { margin-top: -0.3em; }
 .iconed2 > .icon-fuzzy-lemon { margin-top: -0.1em; }
 .iconed2 > span { min-width: 0; }
  .iconed2 > .icon-scroll { position: relative; }
  .iconed2 > .icon-scroll:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: -2px 0 0; animation: iconed2bounce 0.5s infinite alternate ease-in-out; }

@keyframes iconed2bounce { 0% { transform: translateY(0); } 100% { transform: translateY(4px); } }

/**
 * @name .img1
 * @description Image wrapper
 */

.img1 { display: block; position: relative; overflow: hidden; width: 100%; transform: translateZ(0); }
 .img1[style*="--r:"]:before { display: block; content: ''; width: 100%; padding-bottom: calc(var(--r) * 100%); }
 .img1 img, .img1 video { display: block; width: 100%; border-radius: var(--bra_1); }
 .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.-straight img, .img1.-straight video { border-radius: 0; }
 .img1.-natural img { width: auto; }
 .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; }

@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%); }
.img1.-straight\<m img, .img1.-straight\<m video { border-radius: 0; }
}

/**
 * @name .invalid1
 * @description Validation message
 * @example { }
 */

.invalid1 { display: none; margin-top: 5px; color: var(--c_e1t); }
.-validated:invalid ~ .invalid1, .-validated:invalid + label .invalid1, .invalid1.-visible { display: block; }

/**
 * @name .lightbox1
 * @description Lightbox insert
 * @example { }
 */

.lightbox1 { --px: 30px; --py: 30px; }
.lightbox1[class] { align-items: flex-start; }
 .lightbox1 > .basicLightbox__placeholder { display: flex; justify-content: center; align-items: center; position: relative; overflow: auto; overflow-x: hidden; width: 100%; height: var(--vhx); padding: 0 var(--s1); scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
 .lightbox1 > .basicLightbox__placeholder::-webkit-scrollbar { display: none; }
  .lightbox1-video { width: 100%; max-width: calc((100vh - var(--s1) * 2) / 0.5625); }
  .lightbox1-close[class] { display: flex; justify-content: center; align-items: center; position: absolute; right: 0; top: 0; z-index: 2; width: 1em; height: 1em; margin: 15px; border-radius: 50%; background: rgba(0,0,0,0.3); color: #fff; font-size: 60px; line-height: 1; cursor: pointer; }
   .lightbox1-close:before { display: block; font-size: 0.35em; text-align: center; }
 .modal1-outer { display: flex; align-items: center; justify-content: center; height: 100%; padding: var(--s3) 0;  }

@media screen and (max-width: 599px) {
.lightbox1 { --px: 0px; }
}

/**
 * @name .list1
 * @description No-bullet list
 */

.list1 { padding: 0; }
 .list1 li:before { display: none; }

/**
 * @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: 1; }
.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.-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.-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.-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(--dh, 70px); line-height: 1; }
 .logo1 a { --aown: 0; --aowh: 0; display: block; }
  .logo1 img, .logo1 svg { display: block; height: 1em; }
  .logo1 i[class*="icon-"] { display: block; }

/**
 * @name .logos1
 * @description Logos grid
 * @example { }
 */

.logos1 { overflow: hidden; }
 .logos1-wrap { --gx: var(--s1); --gy: var(--gx); }
  .logos1-wrap > * { position: relative; width: 20%; padding: 0; }
   .logos1-wrap .img1 { max-width: 260px; margin-left: auto; margin-right: auto; }
   .logos1-wrap > *:before { display: block; position: absolute; left: calc(var(--gx) / -2); top: 0; bottom: 0; content: ''; border-left: 1px solid #ddd; }
   .logos1-wrap > *:first-child:before { border-width: 0; }

@media screen and (max-width: 719px) {
.logos1-wrap > * { width: 100%; }
.logos1-wrap > *:before { border-left: 0; border-top: 1px solid #ddd; left: var(--gx); width: calc( 100% - ( var(--gx) * 2 ) ); }
}

/**
 * @name .meta1
 * @description Meta line
 * @example { }
 */

.meta1 { font: 400 14px/1.57 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.-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_a2); opacity: 0.8; }
 .modal1-outer { display: flex; align-items: center; justify-content: center; height: 100%; padding: var(--s3) 0; 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: 950px; margin: auto !important; padding: var(--s3) var(--s2); border-radius: var(--bra_1); background: var(--c_b1); transform: scale(0.9); }
   [js] .modal1.-active .modal1-wrap, .modal1:target .modal1-wrap { transform: translateY(0) scale(1); }

:where(.modal1#confirm) .modal1-wrap { max-width: 700px; }

@media screen and (max-width: 719px) {
.modal1-outer { position: absolute; left: 0; bottom: 0; max-height: 100vh; padding: 0; }
 .modal1-wrap { max-width: calc(100% - 20px); padding: var(--s1) var(--sx); border-radius: 10px; transform: translateY(100%) scale(1); transition-timing-function: var(--t8n_e1); transition-duration: 0.3s; }
}

/**
 * @name .nav1
 * @description Primary navigation
 * @example { }
 */

@media screen and (min-width: 1280px) {
.nav1 {  }
 .nav1-overlay { display: none; }
 .nav1-wrap { }
  .nav1-close[class] { display: none; }
  .nav1-lang { position: absolute; left: var(--sx); top: 0; margin: 0; font: 800 14px/40px var(--ff_1); }
   .nav1-lang a { --aown: 0; --atcn: var(--c_d1t); --aoph: 0.65; }
  .nav1-main { display: flex; justify-content: space-between; max-width: 1000px; margin: 0 auto; padding: 0; font: 800 18px/1.5 var(--ff_1); }
   .nav1-main li { --sy: 0; position: relative; }
   .nav1-main li.-search { font-size: 30px; }
   .nav1-main > li { display: flex; align-items: center; min-height: calc(var(--st) - var(--sb)); margin-left: 20px; margin-right: 20px; }
   .nav1-main > li ~ li { }
    .nav1-main li:before { display: none; }
    .nav1-main a { --aown: 3px; --aowh: var(--aown); --aocn: transparent; --atch: #888; display: block; padding: 5px 0; }
    .nav1-main > li > a { --atcn: var(--c_d1); }
    .nav1-main a.-active,
    .nav1-main [aria-current] > a { --aocn: var(--c_a1t); --aoch: var(--aocn); }
    .nav1-toggler { display: none !important; }
    .nav1-main em { position: absolute; left: -10001px; top: -10001px; font-style: normal; }
  .nav1-side { display: flex; position: absolute; right: var(--sx); top: 0; padding: 0; font: 14px/40px var(--ff_1); }
   .nav1-side li { --sy: 0px; position: relative; }
   .nav1-side > li ~ li { margin-left: 25px; }
    .nav1-side li:before { display: none; }
    .nav1-side a { --aown: 3px; --aocn: transparent; --atcn: var(--c_d1t); --atch: #888; display: block; box-shadow: inset 0 calc(var(--aow, 2px) * -1) 0 0 var(--aoc, transparent); font: inherit; }
    .nav1-side a.-special { font-weight: 800; }
    .nav1-side a.-donate { --atcn: var(--c_a1t); }
    .nav1-side a.-active,
    .nav1-side [aria-current] > a { --aocn: var(--c_a1t); }
    .nav1-drop { --x: -50%; --y: 10px; position: absolute; left: 50%; top: 100%; visibility: hidden; width: 330px; padding: 15px 0; box-shadow: 0 10px 20px rgba(0,0,0,0.2); background: var(--c_b3); line-height: 1.22; transform: translate(var(--x), var(--y)); opacity: 0; transition-property: var(--t8n_p2); }
    li:hover .nav1-drop { --y: 0; visibility: visible; opacity: 1; transition-delay: 0.1s; }
    [keyboard] li:focus-within .nav1-drop { --y: 0; visibility: visible; opacity: 1; transition-delay: 0.1s; }
     .nav1-drop:before { position: absolute; left: 50%; bottom: 100%; content: ''; margin: 0 0 0 -1em; border: 1em solid transparent; border-bottom-color: var(--c_b3); font: 16px/1 var(--ff_1); }
     .nav1-drop:after { position: absolute; left: 0; bottom: 100%; right: 0; content: ''; height: 30px; }
      .nav1-drop a { --aown: 0; --abch: var(--c_a3); --atcn: var(--c_a2); --atch: var(--atcn); display: block; padding: 10px 30px; }
    li:first-child .nav1-drop { display: block; }
    .nav1-side .nav1-drop { width: 240px; margin-top: 10px; padding: 10px 0; font-weight: 800; }
    .nav1-side > li:last-child > .nav1-drop { --x: 0; left: auto; right: 0; }
    .nav1-main > li:nth-last-child(2) > .nav1-drop { --x: 0; left: auto; right: 0; }
     .nav1-side .nav1-drop:before { font-size: 10px; }
     .nav1-side > li:last-child > .nav1-drop:before { left: auto; right: 15px; }
     .nav1-main > li:nth-last-child(2) > .nav1-drop:before { left: auto; right: 15px; }
     .nav1-side .nav1-drop:after { height: 10px; }
     .nav1-side .nav1-drop a { padding: 7px 20px; }
}
@media print, screen and (max-width: 1279px) {
html:has(.is-nav-active), body.is-nav-active { overflow: hidden; height: 100%; }
.nav1 { --px: var(--sx); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 141; overflow: hidden; visibility: hidden; margin: 0; opacity: 0; transition-property: var(--t8n_p2); }
.is-nav-active .nav1 { visibility: visible; opacity: 1; }
 .nav1-overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; background: var(--c_a2); opacity: 0.8; }
 .nav1-wrap { position: relative; overflow: auto; overflow-x: hidden; width: 300px; height: 100%; margin: 0 0 0 auto; background: var(--c_i1); transform: translateX(100%); scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
 .is-nav-active .nav1-wrap { transform: translateX(0); }
 .nav1-wrap::-webkit-scrollbar { display: none; }
  .nav1-close { position: absolute; left: var(--sx); top: 0; margin: 0; line-height: 60px; }
  .nav1-lang { padding: 20px var(--sx); border-bottom: 1px solid var(--c_b2t); font: 14px/20px var(--ff_1); text-align: right; }
   .nav1-lang a { --aown: 0; --atcn: var(--c_d1t); }
  .nav1-items { margin-bottom: 30px; padding: 0; line-height: 1.22; }
   .nav1-items li { --sy: 10px; position: relative; }
   .nav1-items li.-search { font-size: 24px; }
    .nav1-items li:before { display: none; }
    .nav1-items a { --aown: 0; --atcn: var(--c_d1t); display: block; padding: 5px var(--px); font: inherit; }
    .nav1-items a:not(:last-child) { margin-right: calc(var(--sx) * 2 + 10px); padding-right: 0; }
    .nav1-items a.-special { font-weight: 800; }
    .nav1-items a.-donate { --atcn: var(--c_a1t); }
    .nav1-toggler { position: absolute; right: 10px; top: -3px; width: 1em; height: 1em; color: var(--c_a1t); font: 40px/40px Icons; text-align: center; }
     .nav1-toggler:before { display: block; width: 100%; font-size: 0.3em; }
    .-open > .nav1-toggler:before { transform: rotate(-180deg); }
    .nav1-drop { position: relative; overflow: hidden; height: 0; padding: 0; font-size: 14px; line-height: 1.43; transition-property: height; }
    .-open > .nav1-drop { height: var(--height, auto); }
     .nav1-drop:before { position: absolute; left: 0; top: 10px; bottom: 0; right: 0; content: ''; background: var(--c_b3t); }
     .nav1-drop li { --sy: 5px; position: relative; }
     .nav1-drop > li:first-child { padding-top: 25px; }
     .nav1-drop > li:last-child { padding-bottom: 15px; }
  .nav1-main { font-weight: 800; }
  .nav1-side { padding: 25px 0; background: #F2F4F8; font: 14px/1.3 var(--ff_1); }
   .nav1-side li { --sy: 5px; }
   .nav1-side .nav1-drop { font-size: 13px; }
    .nav1-side .nav1-drop li { --sy: 0; }
}

/**
 * @name .nav2
 * @description 2025 version
 */

.nav2 {  }
 .nav2-main { display: flex; align-items: center; list-style: none; padding: 0 60px 0 0; }
  .nav2-main li { --sy: 0; flex: none; }
  .nav2-main li ~ li { margin-left: 40px; }
  .nav2-main li.-link ~ li.-link { margin-left: 60px; }
   .nav2-main li:before { display: none; }
   .nav2-main li.-link > a { --aown: 6px; --aowh: var(--aown); --aocn: transparent; --aoch: var(--c_a1t); --atcn: var(--c_d1t); display: block; padding: 12px 0; font: 800 18px/1.2 var(--ff_1); }
   .nav2-main li.-link.-active > a { --aocn: var(--aoch); }
   .nav2-main li.-search > a { --aown: 0; --aoch: var(--atc); --atcn: var(--c_d1t); font-size: 28px; }
   .nav2-main li.-lang > a { --aown: 0; --aowh: 1px; --aoch: var(--atc); --atcn: var(--c_d1t); font: 700 14px/1.2 var(--ff_1); }

@media print, screen and (max-width: 1279px) {
.nav2-main li ~ li { margin-left: 30px; }
.nav2-main li.-link ~ li.-link { margin-left: 30px; }
}
@media print, screen and (max-width: 1023px) {
.nav2 { display: none; }
}

/**
 * @name .pills1
 * @description Pills
 * @example { }
 */

.pills1 {  }
 .pills1-wrap { --gx: var(--s1); --gy: 30px; }
  .pills1-wrap li { --w: 12; }
   .pills1-wrap .button1 { --lh: 20px; --py: 10px; display: flex; width: 100%; }

@media screen and (max-width: 1023px) {
.pills1-wrap { --gx: var(--sx); --gy: 20px; }
 .pills1-wrap li { --w: 24; }
  .pills1-wrap .button1 { --h: 80px; }
}

.-c\:a1 .pills1-wrap .button1:hover .button-icon { filter: brightness(0) saturate(100%) invert(19%) sepia(11%) saturate(5044%) hue-rotate(253deg) brightness(90%) contrast(87%); }


/**
 * @name .promo1
 * @description Cross site promo banner
 * @example { }
 */

.promo1 { --py: var(--s1); margin-bottom: var(--s3); padding-top: var(--py); }
 .promo1-wrap { --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); --abcn: var(--c_i1); --abch: var(--abcn); --atcn: currentColor; --atch: var(--atcn); display: flex; align-items: center; position: relative; padding: 0 var(--s1); border-radius: var(--bra_1); box-shadow: 0 2px 40px 0 var(--aoc); font: inherit; }
  .promo1-image { flex: none; align-self: stretch; order: -1; position: relative; width: 200px; min-width: 0; margin: 0 var(--s1) 0 0; }
   .promo1-image .img1 { position: absolute; left: 0; right: 0; top: calc(var(--py) * -1); height: calc(100% + var(--py)); margin: 0; }
   .promo1-dot { position: absolute; left: calc(var(--s1) * -1); right: -200px; top: 0; bottom: 0; overflow: hidden; margin: 0; pointer-events: none; }
    .promo1-dot:before { position: absolute; left: calc(100px + var(--s1)); top: 50%; content: ''; width: 1em; height: 1em; margin: -0.5em 0 0 -0.5em; border-radius: 50%; background: #FFB35A; font: 220px/1 var(--ff_1); }
  .promo1-title { flex-grow: 1; min-width: 0; margin: 0; padding: var(--s1) 0; }
   .-s\:ndvh .promo1-title span { color: var(--c_d1t); font-weight: 300; }
   .promo1-title i { font-size: 0.75em; }
   a:hover .promo1-title i { transform: translateX(5px); }
  .promo1-logo { flex: 1 0 auto; margin: 0 0 0 var(--s1); min-width: 130px; min-width: 0; padding: var(--s1) 0; font: 70px/1 Icons; text-align: right; }

@media screen and (max-width: 1023px) {
.promo1-wrap { overflow: hidden; flex-wrap: wrap; }
 .promo1-title { width: 100%; order: -1; padding-bottom: 0; margin-bottom: 40px; }
 .promo1-image { display: flex; align-items: flex-end; }
 .promo1-logo {  }
  .promo1-dot { overflow: visible; }
   .promo1-dot:before { margin-top: -0.4em; font-size: 180px; }
}
@media screen and (max-width: 599px) {
.promo1-title { margin-bottom: 20px; }
.promo1-image { flex: 1 1 auto; order: 0; width: 100%; max-width: calc(100% - 130px); margin: 0; }
 .promo1-image .img1 { position: static; width: 36vw; height: 33vw; }
  .promo1-dot:before { left: calc(16vw + var(--s1)); font-size: 35vw; }
.promo1-logo { position: relative; width: 100%; max-width: 100px; min-width: 0; font-size: 50px; }
}

@media print {
.promo1-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); }
}

/**
 * @name .quiz1
 * @description Quiz box
 * @example { }
 */

.quiz1 { padding: var(--s3); background: var(--c_a3t); border-radius: var(--bra_1); }
 .quiz1-wrap { }
  .quiz1 .iconed2 { margin-bottom: 14px; }
  .quiz1-questions { margin-bottom: var(--s2); }
  .quiz1-answers { margin-left: -10px; padding: 0; }
   .quiz1-answers li { display: inline-block; position: relative; margin-left: 10px; vertical-align: top; }
    .quiz1-answers li:before { display: none; }
    .quiz1-answers input[type="radio"], .quiz1-answers input[type="checkbox"] { position: absolute; left: -10001px; }
    .quiz1-answers label[for] { display: flex; justify-content: center; align-items: center; min-width: 100px; height: 34px; padding: 5px 10px; background: var(--c_i1); border-radius: 17px; font: 700 17px/1.2 var(--ff_1); text-align: center; transition-property: var(--t8n_p1), color; }
    .quiz1-answers label[for]:hover { opacity: 0.65; }
    .quiz1-answers :checked + label[for] { background-color: var(--c_a1); color: var(--c_i1); }
  .quiz1-footer { margin-top: var(--s1); font: 300 12px/1.2 var(--ff_1); text-transform: uppercase; }
   .quiz1-progress { display: block; overflow: hidden; height: 3px; margin-bottom: 15px; border-radius: 1.5px; background: var(--c_i1); font: 1px/1 var(--ff_1); }
    .quiz1-progress:before { display: block; content: ''; width: var(--w); height: 100%; border-radius: 1.5px; background: var(--c_a1); }
  .button1.-quiz{ --och: var(--bch); --bcn: var(--c_i1); --bch: var(--c_a3); --tcn: var(--c_d1); --tch: var(--c_i1); }

@media screen and (max-width: 719px) {
.quiz1 { padding: var(--s1); }
}

@media print {
.quiz1 { box-shadow: inset 0 0 0 1px var(--c_o1t); background: var(--c_i1t); }
 .quiz1-answers label[for] { box-shadow: inset 0 0 0 1px var(--c_o1t); background: none; color: inherit; }
 .quiz1-progress { background: #eee; }
}

/**
 * @name .quote1
 * @description Quote with icon/picture
 * @example { }
 */

.quote1 { }
 .quote1-huge { position: relative; height: 100px; margin-bottom: var(--s1); }
  .quote1-huge .img1 { position: absolute; left: 100%; bottom: 0; width: 350px; margin: 0 0 0 -175px; }
 .quote1-image { width: 100px; margin-left: auto; }
 .quote1-icon { width: 105px; margin-left: auto; }

@media screen and (max-width: 719px) {
.quote1-huge { width: 120px; height: auto; margin-left: auto; }
.quote1-huge .img1 { position: relative; left: auto; bottom: auto; width: 160px; margin: -40px 0 0 0; }
}

/**
  * @name .resources1
  * @description Resource feed inside of mega-panel
  * @example { }
  */

.resources1 .-t\:1 { font-weight: 300; color: #fff; }
 .resources1 .-t\:1 strong { font-weight: bold; color: #DBACFA; }
 .resources1 .slick-prev, .resources1 .slick-next { font-size: 0 !important; width: 60px !important; min-width: unset !important; padding: var(--py) !important; position: absolute; top: 0; right: 0; }
 .resources1 .slick-prev { right: 75px; }
 .resources1 .slick-prev:before, .resources1 .slick-next:before { font-family: 'Icons'; font-size: 20px; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
 body .resources1 [type="button"] { --bcn: #FFFFFF; --bch: #D3A7F2; --tcn: #9C458E; --tch: #532F5D; margin-top: 0; }
.resources1 .slick-prev:before { content: "\e906"; }
.resources1 .slick-next:before { content: "\e907" }
.resources1-main-slider { padding-top: 80px;}
.resources1-main-slider > * { margin-top: 15px; }
.resources1-header .button1 { --bcn: #A83E92; --ocn: #A83E92; }

@media screen and (min-width: 1024px) {
.resources1-header { display: flex; justify-content: space-between; margin-bottom: var(--s2); }
 .resources1-header .title1 { flex: 5; }
 .resources1-header .button1 { flex: 1;  }
}

@media screen and (max-width: 720px) {
  .resources1 .slick-prev { right: unset; left: 0; }
  .resources1 .slick-next { right: unset; left: 75px;  }  
}
 

/**
 * @name .resource1
 * @description Resource feed inside of mega-panel
 * @example { }
 */
.resource1 { margin: 0; }
 .-s\:lir .-bump > .wrap1-inner > .resource1 { position: relative; }
 .-s\:lir .-bump > .wrap1-inner > .resource1 h3 { margin-left: auto; margin-right: auto; max-width: var(--xw_4); }
  .-s\:lir .-bump > .wrap1-inner > .resource1.-noimage h3 { margin-left: 0; max-width: auto }
 .-s\:lir .-bump > .wrap1-inner > .resource1 .subnav1 { display: block; margin-left: auto; margin-right: auto; max-width: var(--xw_4); }
  .-s\:lir .-bump > .wrap1-inner > .resource1 .subnav1 h3 { margin-left: 0;  }
   .-s\:lir .-bump > .wrap1-inner > .resource1.-noimage .subnav1 { margin-left: 0; max-width: auto; }

/**
 * @name .safety1
 * @description Safety message (popup)
 * @example { }
 */

.safety1 { max-width: 700px; margin-left: auto; margin-right: auto; }
 .safety1-action { margin-top: var(--s1); text-align: center; }
  .safety1-action .button1 { --w: 260px; }
  .-s\:ndvh .safety1-action .button1 { --bcn: var(--c_a4); }

@media screen and (max-width: 599px) {
.safety1 { --sy: 15px; font-size: 15px; }
}

/**
 * @name .safety2
 * @description Safety message (slideout)
 * @example { }
 */

.safety2 { position: absolute; left: 0; right: 0; top: 0; z-index: 121; overflow: hidden; bottom: 0; margin: 0; padding-top: 230px; pointer-events: none; }
 .safety2-wrap { position: -webkit-sticky; position: sticky; top: 0; width: 550px; margin: 0 0 0 auto; padding: var(--s1); padding-right: var(--s3); background: var(--c_a1); border-radius: var(--bra_1) 0 0 var(--bra_1); box-shadow: 0 2px 30px rgba(0,0,0,0.2); color: var(--c_i1); pointer-events: auto; }
 .safety2:not(.-active) .safety2-wrap { transform: translateX(110%); }
  .safety2-main { }
   .safety2-main > * { --sy: 10px; }
 .safety2-action { margin-top: var(--s1); }
  .safety2-action .button1 { --w: 160px; --bcn: var(--c_i1); --tcn: var(--c_a4); }

@media print, screen and (max-width: 1279px) {
.safety2 { display: none; }
}

/**
 * @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 Search box
 * @example { }
 */

.search1 { position: relative; z-index: 11; }
 .search1 .title1 { margin-bottom: var(--s1); text-align: center; }
 .search1-main { position: relative; }
  .search1-fields { display: flex; position: relative; z-index: 2;  margin: 0; }
   .search1-fields input[type] { --h: 60px; --px: 30px; --own: 2.5px; --ocn: var(--c_a2t); --bcn: var(--c_i1t); --bcf: var(--bcn); border-radius: calc(var(--h) / 2); border-top-right-radius: 0; border-bottom-right-radius: 0; }
   .search1-fields button[type] { --w: 170px; --own: 2.5px; --ocn: var(--bcn); --bch: var(--c_i1); --tch: var(--c_a2); margin-left: -3px; border-bottom-left-radius: 0; border-top-left-radius: 0; box-shadow: inset 0 0 0 var(--ow) var(--oc); }
    .search1-fields button[type] i { display: none; font-size: 24px; }
  .search1-dropdown { position: absolute; left: 30px; right: 30px; top: 100%; z-index: 1; overflow: auto; overflow-x: hidden; max-height: 400px; padding: 10px 0; border-radius: 0 0 var(--bra_1) var(--bra_1); border: 1px solid var(--c_o1t); border-width: 0 1px 1px; background: var(--c_i1); scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
   .search1-dropdown ul { padding: 0; }
    .search1-dropdown li { --sy: 5px; }
     .search1-dropdown li:before { display: none; }
     .search1-dropdown a { --aown: 0; --atcn: var(--c_d1); --abch: var(--c_b3); display: block; padding: 7px 30px; font-weight: 400; }
     .search1-dropdown a:focus { background-color: var(--abch); outline: none; }
      .search1-dropdown mark { padding: 0; background: none; font: inherit; font-weight: 700; }
 .search1-help { --sy: 15px; }
  .search1-help ul { padding: var(--sy) 0 0; border-top: 2px solid var(--c_b3t); columns: 3; column-gap: var(--s1); }
   .search1-help li { display: inline-block; width: 100%; }
   .search1-help li:before { display: none; }

@media screen and (max-width: 719px) {
.search1-fields input[type] { --px: 25px; padding-right: 10px; font-size: 16px; }
.search1-fields button[type] { --w: 60px; --px: 0px; padding-right: 5px; }
 .search1-fields button[type] span { display: none; }
 .search1-fields button[type] i { display: block; margin: 0; }
.search1-dropdown { left: 1px; right: 1px; margin-top: -30px; padding-top: 40px; }
 .search1-dropdown a { padding: 5px 20px; font-size: 14px; }
.search1-help ul { columns: 2; }
}

/**
 * @name .search2
 * @description Sliding down search field
 * @example { }
 */

.search2 { position: absolute; left: 0; top: 0; z-index: 201; visibility: hidden; width: 100%; margin: 0; transition-property: var(--t8n_p2); }
.search2.-active, .search2:target { visibility: visible; }
 .search2-overlay { display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; margin: 0; }
 .search2-outer { display: flex; justify-content: center; align-items: center; min-height: calc(var(--st) - 1px); background: var(--c_b1); transform: translateY(-100%); }
 .search2.-active .search2-outer,
 .search2:target .search2-outer { transform: translateY(0); }
  .search2-inner { width: 100%; margin: 0; }
   .search2-fields { display: flex; align-items: center; position: relative; }
    .search2-fields input[type] { --h: 80px; --lh: 50px; --px: 0; --py: calc(var(--h) / 2 - var(--lh) / 2); --pc: var(--c_d1t); --own: 0; --bcf: var(--bcn); font: 42px/var(--lh) var(--ff_1) !important; }
    .search2-fields button { --w: 40px; --h: 40px; --px: 0; --py: 0; --lh: 40px; --orn: 0; --bcn: transparent; --bch: var(--bcn); --tcn: var(--c_d1t); --tch: var(--c_d3t); margin-left: 20px; box-shadow: none; font-size: 40px; }
    .search2-fields button:hover { box-shadow: none; }
    .search2-close { --aown: 0; flex: none; margin: 0 0 0 var(--s1); padding-left: var(--s1); border-left: 1px solid var(--c_d3t); color: var(--c_d1t); font: 30px/80px Icons; transition-property: color; }
    .search2-close:hover { color: var(--c_d3t); }

@media screen and (max-width: 1023px) {
.search2 { position: fixed; left: auto; right: 0; width: 300px; }
 .search2-outer { --hx: 58px; min-height: var(--hx); }
  .search2-fields input[type] { --h: var(--hx); --lh: 20px; font-size: 16px!important; outline: none; }
  .search2-fields button { --w: 20px; --h: var(--hx); --lh: var(--hx); margin-left: 10px; font-size: 20px; }
  .search2-close { margin-left: 20px; padding-left: 0; border-left-width: 0; font-size: 18px; line-height: var(--hx); }
}

/**
 * @name .search3
 * @description Search box
 * @example { }
 */

.search3 { position: relative; z-index: 11; }
 .search3-main { position: relative; }
  .search3-fields { position: relative; display: flex; z-index: 2;  margin: 0; }
   .search3-fields input[type] { --c_i1t: #fff; --tc: var(--c_a2); --h: 60px; --px: 30px; --own: 2.5px; --ocn: var(--c_a2t); --bcn: var(--c_i1t); --bcf: var(--bcn); border-radius: calc(var(--h) / 2); border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .search3-fields input::placeholder { color: var(--c_a2); }
    .search3-fields textarea:focus, .search3-fields input:focus { outline: none; }
     .search3-fields label { position: absolute; top: 50%; left: 35px; transform: translateY(-50%); color: var(--c_a2); pointer-events: none; padding-right: 55px; }
  .search3-fields input:focus + .placeholder,
  .search3-fields input:not(:placeholder-shown) + .placeholder { display: none; }
   .search3-fields button[type] { --w: 50px; --own: 2.5px; --ocn: var(--bcn); --bch: var(--c_i1); --tch: var(--c_a1); --tcn: var(--c_a2); margin-left: -3px; border-bottom-left-radius: 0; border-top-left-radius: 0; box-shadow: inset 0 0 0 var(--ow) var(--oc); }
   .search3-fields button[type] span { display: none; }
    .search3-fields button[type] i { font-size: 24px; color: var(--c_a1); }

/**
 * @name .searchbox1
 * @description Mobile nav search
 */

.searchbox1 { position: relative; }
 .searchbox1 input[type] { --or: 100px; padding-right: 50px; }
 .searchbox1 button { position: absolute; right: 16px; top: 10px; min-width: 0; min-height: 0; padding: 0; box-shadow: none; background: none; color: var(--c_d1t); font-size: 22px; }

/**
* @name .sidenav1
* @description Mobile navigation
*/

.sidenav1 { display: flex; flex-flow: column; position: fixed; left: 0; top: 0; z-index: 111; visibility: hidden; width: 100%; height: 100%; margin: 0; background: var(--c_b1t); color: var(--c_d1t); transition: all var(--t8n_d2) var(--t8n_e1); transition-property: var(--t8n_p2); clip-path: inset(0 0 100%); }
.is-nav-active .sidenav1, .sidenav1:target { visibility: visible; clip-path: inset(0); }
 .sidenav1-header { --sy: 0; display: flex; justify-content: space-between; align-items: center; flex: none; position: relative; min-height: var(--st); padding: 0 var(--sx); box-shadow: 0 1px rgba(0,0,0,0.1); background: var(--c_b1t); }
  .sidenav1-header > .logo1 { --sy: 0; }
  .sidenav1-lang { display: block; margin: 0 auto; padding-right: 43px; font: 14px/1 var(--ff_1); }
   .sidenav1-lang a { --aown: 0; --aowh: 1px; --aoch: var(--atc); --atcn: var(--c_d1t); }
  .sidenav1-close { --lh: 1; margin-right: 63px; margin-top: 0; font-size: 24px; }
   .sidenav1-close a { --aown: 0; --atcn: var(--c_d1t); }
 .sidenav1-wrap { --sy: 0; flex-grow: 1; overflow: auto; padding: 2.4rem var(--sx) var(--s3); scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
 .sidenav1-wrap::-webkit-scrollbar { display: none; }
  .sidenav1-tab { margin-bottom: 0; }
  :root:not([js]) .sidenav1-tab { margin-bottom: var(--s1); }
  :root:not([js]) .sidenav1-tab + .sidenav1-tab + .sidenav1-tab { padding-top: 24px; border-top: 1px solid var(--c_o1t); }
  :root:not([js]) .sidenav1-tab.-main { display: none; }
   .sidenav1-back { margin-bottom: 24px; font-size: 24px; }
   :root:not([js]) .sidenav1-back { font-size: 28px; }
    .sidenav1-back a { --aown: 0; --atcn: var(--c_d1t); display: flex; align-items: center; gap: 0 10px; }
     .sidenav1-back i { font-size: 0.8em; }
     :root:not([js]) .sidenav1-back i { display: none; }
   .sidenav1-main { margin-bottom: var(--s2); padding: 0; }
    .sidenav1-main li { --sy: 34px; }
     .sidenav1-main li:before { display: none; }
     .sidenav1-main a { --aown: 0; --atcn: var(--c_d1t); }
   .sidenav1-donate { margin-bottom: var(--s2); }
   .sidenav1-wrap .drop1-wrap { border-width: 0; }
    .sidenav1-wrap .drop1-close { display: none; }

/**
 * @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 .socials1
 * @description Round social links
 * @example { }
 */

.socials1 { display: inline-block; overflow: hidden; vertical-align: top; }
 .socials1-label { margin-bottom: 10px; }
 .socials1-items { --gx: 15px; --gy: 15px; }
  .socials1.-line .socials1-items:before { align-self: center; content: ''; width: 24px; height: 3px; border-radius: 1.5px; margin: calc(var(--gy) / 2) calc(var(--gx) / 2) 0; background: var(--c_a2t); }
  .socials1-items li { width: auto; }
   .socials1-items a { --aown: 0; --atcn: var(--c_a2t); --atch: var(--c_a1t); font-size: 20px; line-height: 1; }

/**
 * @name .spacer1
 * @description Spacing div
 * @example { }
 */

.spacer1 { height: 1px; margin-top: -1px; margin-bottom: 0; }
.spacer1[style*="--h1:"] { height: var(--h1); }

@media screen and (max-width: 1023px) {
.spacer1[style*="--h2:"] { height: var(--h2); }
}
@media screen and (max-width: 719px) {
.spacer1[style*="--h3:"] { height: var(--h3); }
}

/**
 * @name .split1
 * @description Media split layout
 * @example { }
 */

.split1 { margin-bottom: var(--s3); }
 .split1-side { margin-bottom: var(--s1); }
 .split1-main { margin-bottom: var(--s1); }

@media print, screen and (min-width: 720px) {
.split1 { display: flex; }
 .split1-side { flex-grow: 1; margin: 0; }
 .split1-main { flex: none; width: 77.5%; max-width: 840px; margin: 0 0 0 var(--s1); }
 .split1.-flip .split1-main { order: -1; margin-left: 0; margin-right: var(--s2); }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
.split1-main { width: 70%; }
}

/**
 * @name .split2
 * @description Almost half split
 * @example { }
 */

.split2 { margin-bottom: var(--s3); }
 .split2-main { margin-bottom: var(--s1); }

@media print, screen and (min-width: 720px) {
.split2 { display: flex; }
 .split2-side { order: 2; flex-grow: 1; margin: 0; }
 .split2-main { flex: none; width: 58%; max-width: 630px; margin: 0 var(--s3) 0 0; }
}

/**
 * @name .statistics1
 * @description Sticky statistics box
 */

.statistics1 .statistics1-intro p { font-size: 42px; font-style: normal; font-weight: 200; line-height: 140%; }
 .statistics1 .statistics1-intro p strong { color: #9C458E; }
 .statistics1-image	{ max-width: 50px; }
 .statistics1-image img { object-fit: contain !important; }
 .statistics1-stat { font-size: 80px; font-weight: bold; line-height: 1; letter-spacing: -1.554px; color: #532F5D; }

 @media print, screen and (max-width: 720px) {
  .statistics1 .statistics1-intro p { font-size: 32px; }
 }

/**
 * @name .sticky1
 * @description Sticky container
 */

@media screen {
.sticky1 { position: -webkit-sticky; position: sticky; top: var(--sy); }
}

/**
 * @name .stream1
 * @description Entries stream
 * @example { }
 */

.stream1 {  }
 .stream1-more { margin-top: var(--s1); text-align: center; }
 .stream1-more[disabled] { opacity: 0.5; pointer-events: none; }
  .stream1-more .button1 { --h: 80px; flex-direction: column; line-height: 1; }
   .stream1-more .button1 i { width: 1em; font-size: 24px; }
   .stream1-more[disabled] .button1 i { animation: loader1 1s infinite linear; }
   .stream1-more .button1 span { width: 100%; margin: 5px 0 0 !important; font: 800 14px/1 var(--ff_1); }
 .stream1-more.-hide { display: none; }

/**
 * @name .stream2
 * @description Get Involved stream
 * @example { }
 */

.stream2 {  }

@media print, screen and (min-width: 720px) {
 .stream2-entries { justify-content: flex-end; }
  .stream2-entry { --w: 12; position: relative; }
  .stream2-entry.-middle { align-self: center; }
  .stream2-entry:nth-child(2) { padding-bottom: 100px; }
  .stream2-entry:nth-child(2n+4) { top: -100px; }
  .stream2-entry:last-child:nth-child(odd) { grid-column-start: span var(--w); grid-column-end: -1; top: -100px; }
   .stream2-entry .quote1 { max-width: 470px; margin-left: auto; }
    .stream2-entry .quote1 blockquote { max-width: 440px; }
}
@media screen and (max-width: 719px) {
.stream2-entry:nth-child(2) { order: -1; }
}

/**
 * @name .sublinks1
 * @description Dropdown links
 */

 .sublinks1 { --gx: 20px; --cn: 240px; --cx: 370px; overflow: hidden; }
 .sublinks1-wrap { display: flex; flex-wrap: wrap; gap: var(--gx) 0; margin: 0 calc(var(--gx) * -1); }
  .sublinks1-group { flex: 1 0; min-width: var(--cn); max-width: var(--cx); margin-bottom: 0; padding: 0 var(--gx); box-shadow: inset 1px 0 var(--c_b3t); }
  .sublinks1-group:where(:has(.sublinks1-entry.-boxed)) { max-width: calc(var(--cx) + 48px); }
   .sublinks1-entry { margin-bottom: 16px; padding: 0 20px; }
   .sublinks1-entry:where(:not(.-boxed)) { margin-bottom: 20px; }
   .sublinks1-entry.-boxed { padding: 16px 20px; background: var(--c_b3t); border-radius: 8px; }
    .sublinks1-title { margin-bottom: 10px; }
     .sublinks1-title a { font-weight: inherit; }
    .sublinks1-intro { font: 12px/1.5 var(--ff_1); }
    .sublinks1-links { padding: 0 0 0 20px; font: 16px/1.4 var(--ff_1); }
     .sublinks1-links li { --sy: 10px; }
      .sublinks1-links li:before { display: none; }
      .sublinks1-links a { --aoch: var(--aocn); --atcn: var(--c_a2t); --atch: var(--c_a1t); position: relative; font: inherit; }
       .sublinks1-links a:before { display: block; content: ''; position: absolute; left: -20px; top: 6px; width: 7px; height: 7px; border-radius: 50%; background: var(--atch); opacity: 0; }
       .sublinks1-links a:hover:before { opacity: 1; }

@media print, (min-width: 1024px) and (max-width: 1279px) {
.sublinks1-wrap.-c5 { justify-content: center; }
 .sublinks1-wrap.-c5 .sublinks1-group { flex: 1 0 33%; min-width: 0; max-width: 33%; }
 .sublinks1-wrap.-c5 .sublinks1-group:nth-child(5n + 4) { box-shadow: none; }
.sublinks1-wrap.-c4 .sublinks1-group { flex: 1 0 50%; min-width: 0; max-width: 100%; }
}
@media print, (min-width: 1024px) {
:where(.sublinks1-wrap:has(.sublinks1-entry.-boxed)) .sublinks1-entry:first-child { padding-top: 16px; }
/* :where(.sublinks1-group:has(.sublinks1-entry.-boxed)) .sublinks1-entry:not(.-boxed) { padding-left: 16px; } */
}
@media screen and (max-width: 1023px) {
.sublinks1-wrap { display: block; margin: 0; }
 .sublinks1-group { min-width: 0; max-width: 100%; margin-bottom: 24px; padding: 0; box-shadow: none; }
 .sublinks1-group + .sublinks1-group { padding-top: 24px; border-top: 1px solid var(--c_b3t); }
  .sublinks1-entry { margin-bottom: 24px; }
  .sublinks1-entry + .sublinks1-entry { padding-top: 24px; border-top: 1px solid var(--c_b3t); }
}
@media screen and (min-width: 1280px) {
.sublinks1:where(:not(:has(.sublinks1-group:nth-child(3)))) { --cx: 500px; }
}

.sublinks1-group:not(:has(.sublinks1-entry.-boxed:first-child)) > .sublinks1-entry:first-child { padding-top: 16px; }

/**
 * @name .subnav1
 * @description Sub navigation
 * @example { }
 */

.subnav1 { display: flex; flex-wrap: wrap; position: relative; z-index: 11; margin-bottom: var(--s2); }
 .subnav1-label { margin: 0 10px 0 0; }
 .subnav1-main { position: relative; }
  .subnav1-select[class] { display: flex; justify-content: space-between; align-items: flex-end; margin: 0; border-bottom: 2px solid; color: var(--c_a2t); font-weight: 300; transition-property: color; }
  .subnav1-select[class]:hover { color: var(--c_a1t); }
   .subnav1-select i { margin: 0 0 0 10px; padding-bottom: 8px; font-size: 0.5em; vertical-align: top; }
    .subnav1-select i:before { display: block; }
    .subnav1.-open .subnav1-select i:before { transform: rotate(180deg); }
  .subnav1-drop { width: 100%; max-height: 400px; min-width: 300px; background: var(--c_a2t); color: var(--c_i1); transition-property: height; }
  [js] .subnav1-drop { position: absolute; left: 0; top: 100%; overflow: hidden; height: 0; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .subnav1.-open .subnav1-drop { overflow: auto; overflow-x: hidden; height: var(--height, auto); }
  .subnav1-drop::-webkit-scrollbar { display: none; }
   .subnav1-drop ul { padding: 10px 0; }
    .subnav1-drop li { --sy: 0; }
     .subnav1-drop li:before { display: none; }
     .subnav1-drop a { --aown: 0; --atcn: currentColor; --atch: var(--atcn); --abch: rgba(255,255,255,0.2); display: block; padding: 10px 20px; }
 .subnav1-drop .-hide { display: none; }

@media screen and (max-width: 719px) {

}

/**
 * @name .subtitle1
 * @description Subtitle with line
 */

.subtitle1 { padding-bottom: 5px; border-bottom: 1px solid var(--c_o1t); }

/**
 * @name .subtitle2
 * @description Subtitle with image
 * @example { }
 */

.subtitle2 { }
 .subtitle2 > * { --sy: 10px; }
 .subtitle2-image { width: 100px; margin-bottom: 20px; }
 .subtitle2-icon { width: 105px; margin-bottom: 20px; }

/**
 * @name .subtitle3
 * @description Dropdown subtitle
 */

.subtitle3 { --sy: 20px; display: flex; align-items: center; gap: 0 20px; font: 400 24px/1.2 var(--ff_1); padding-left: var(--sy); }
 .subtitle3 > .img1 { flex: none; width: 64px; }
 .subtitle3 > span {  }
  .subtitle3 strong { color: var(--c_a1t); font-weight: 700; }

@media print, screen and (max-width: 1023px) {
.subtitle3 { font-size: 18px; }
}

 /**
 * @name .tabs1
 * @description "faux" tabs (borrows styling from .tick1)
 * @example { }
 */
.tabs1 {
  --gx: 0px;
  --gy: var(--sy);
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.tabs1-title {
  text-align: center;
  width: calc(50% - var(--s1) / 4);
  margin-bottom: 0;
}
.tabs1-title > a {
  font: 800 16px/1.50 var(--ff_1);
  --h: 50px; display: flex; justify-content: center; align-items: center; height: var(--h); margin: 0; border-radius: calc(var(--h) / 2); box-shadow: inset 0 0 0 1px var(--c_a2t); color: var(--c_a2t); letter-spacing: 0; transition-property: var(--t8n_p1), color;
}
.tabs1-title.is-active > a {
  background: var(--c_a2t);
  color: var(--c_i1t);
}
.tabs1-title:not(.is-active) > a:hover {
  background-color: var(--c_a3t);
}

@media screen and (min-width: 600px) {
  .tabs1-title > a {
    font: 800 20px/1.50 var(--ff_1);
  }
}

.tick1 {  }
input.tick1[type] { --px: 5px; --ocn: var(--c_a2t); --ocf: var(--ocn); --bcf: var(--bcn); --tcn: var(--c_a2t); --pcn: var(--tcn); border-radius: calc(var(--h) / 2); text-align: center; font: 800 20px/1.50 var(--ff_1); letter-spacing: 0; }
input.tick1[type]:not(:placeholder-shown) { --bcn: var(--c_a2t); --tcn: var(--c_i1t); }
input.tick1[type]:placeholder-shown:hover { --bcn: var(--c_a3t); }
 .tick1 input[type] { position: absolute; left: -10001px; }
 .tick1 label[for] { --h: 50px; display: flex; justify-content: center; align-items: center; height: var(--h); margin: 0; border-radius: calc(var(--h) / 2); box-shadow: inset 0 0 0 1px var(--c_a2t); color: var(--c_a2t); font: 800 20px/1.50 var(--ff_1); letter-spacing: 0; transition-property: var(--t8n_p1), color; }
 .tick1 label[for]:hover { background-color: var(--c_a3t); }
 .tick1 :checked + label[for] { background: var(--c_a2t); color: var(--c_i1t); }

@media screen and (max-width: 599px) {
input.tick1[type], .tick1 label[for] { font: 800 16px/1.50 var(--ff_1);  }
}

@media print {
input.tick1[type]:placeholder-shown { opacity: 0.35; }
input.tick1[type]:not(:placeholder-shown) { --bcn: transparent; --tcn: var(--c_a2t); }
.tick1 label[for] { opacity: 0.35; }
.tick1 :checked + label[for] { background: var(--bcn); color: var(--c_a2t); opacity: 1; }
}

/**
 * @name tippy.js
 * @description Tooltips styling
 */

.tippy-box[data-theme="site"] { width: 100%; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); background: var(--c_a2); color: var(--c_i1); font: 14px/1.31 var(--ff_1); }
[data-theme="site"] .tippy-content { --sy: 10px; padding: 15px 20px; }

/**
 * @name .title1
 * @description Dual color/weight title
 */

.title1 { color: var(--c_a1t); }
 .title1.-c\:a5 { color: var(--c_a5t); }
 .title1.-c\:a4 { color: var(--c_a4t); }
 .title1.-c\:a3 { color: var(--c_a3t); }
 .title1.-line:before { display: block; content: ''; width: 40px; height: 3px; margin: 0 0 30px; border-radius: 1.5px; background: #FFA843; }
 .title1 big { display: inline-block; position: relative; font: inherit; vertical-align: top; }
 .title1 span { color: var(--c_d1t); font-weight: 300; }

/**
 * @name .top1
 * @description Global header
 */

.top1 { --sb: 40px; position: relative; z-index: 101; height: calc( var(--st) + 50px ); margin-bottom: 0; padding-top: var(--sb); box-shadow: inset 0 var(--sb) #F2F4F8, 0 1px #d8d8d8; }
 .top1-wrap { display: flex; align-items: center; max-width: 100%; height: 100%; }
  .top1 .logo1 { margin: 0 var(--s3) 0 0; }
  .top1-toggler { display: none; }
  .top1 .nav1 { flex-grow: 1; }

.top1.donate { height: auto; padding: 0 0 var(--s3); box-shadow: none; }
 .top1.donate .top1-wrap { flex-wrap: wrap; justify-content: center; }
 .top1.donate .logo1 { flex: 1 100%; margin: 0 0 var(--sy) 0; }
  .top1.donate .logo1 img { margin: auto; }

@media screen and (min-width: 1024px) {
.top1.donate { padding: 0 0 var(--s1); }
 .top1.donate .top1-wrap { justify-content: flex-start; }
  .top1.donate .logo1 { position: absolute; margin: 0; }
}

@media print, screen and (max-width: 1279px) {
.top1 { --sb: 0; position: static; margin-bottom: 1px; }
 .top1-toggler { display: block; margin: 0 0 0 auto; font: 30px/1 Icons; }
  .top1-toggler a { --aown: 0; --atcn: var(--c_d1t); }
}

@media print {
.top1 { height: auto; padding-bottom: 30px; box-shadow: 0 1px var(--c_o1t); }
}

/**
 * @name .top2
 * @description 2025 version
 */

.top2 { position: relative; z-index: 101; height: var(--st); margin-bottom: 0; box-shadow: 0 1px #d8d8d8; }
 .top2-wrap { display: flex; align-items: center; max-width: 100%; height: 100%; margin-bottom: 0; }
  .top2 .logo1 { margin: 0 auto 0 0; }
  .top2-lang { display: none; }
   .top2-lang a { --aown: 0; --aowh: 1px; --aoch: var(--atc); --atcn: var(--c_d1t); }
  .top2-toggler { display: none; }
  .top2 .nav1 { flex-grow: 1; }
  .top2-drops { display: grid; position: relative; top: 1px; background: var(--c_b1); }
  .top2-drops.-from { opacity: 0; }
   .top2-drops .drop1 { grid-area: 1 / 1 / 2 / 2; margin: 0; border-bottom: 1px solid var(--c_b3t); }

@media print, screen and (max-width: 1023px) {
.top2 { position: static; margin-bottom: 1px; }
 .top2 .logo1 { margin: 0; }
 .top2-lang { display: block; margin: 0 auto; padding-right: 40px; font: 14px/1 var(--ff_1); }
 .top2-toggler { display: block; margin: 0 60px 0 0; font: 30px/1 Icons; }
  .top2-toggler a { --aown: 0; --atcn: var(--c_d1t); }
}

@media print {
.top2 { height: auto; padding-bottom: 30px; box-shadow: 0 1px var(--c_o1t); }
}

/**
 * @name .unfold1
 * @description General unfold styling
 * @example { }
 */

[js] .unfold1 { position: relative; overflow: hidden; height: 0; transition-property: height; }
[js] .unfold1.-open { height: var(--height, auto); }
[js] .unfold1.-opened { height: auto; transition-duration: 0s; }

/**
 * @name .video1
 * @description Video teaser
 * @example { }
 */

.video1 { position: relative; }
 .video1-wrap { --aown: 0; --aocn: rgba(0,0,0,0); --aoch: rgba(0,0,0,0.3); --abcn: transparent; --abch: var(--abcn); --atcn: currentColor; --atch: var(--atcn); display: block; position: relative; overflow: hidden; margin: 0; border-radius: var(--bra_1); box-shadow: 0 2px 40px 0 var(--aoc); font: inherit; transform: translateZ(0); }
  .video1-image { position: relative; margin: 0; }
   .video1-image .img1:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: linear-gradient(rgba(39,35,34,0) 40%, #272322); opacity: 0.7; }
   .video1-icon { display: flex; justify-content: center; align-items: center; position: absolute; left: 50%; top: 50%; width: 1em; height: 1em; margin: -0.5em 0 0 -0.5em; font: 80px/1 var(--ff_1); }
    .video1-icon:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; margin: 0; border-radius: 50%; box-shadow: 0 2px 20px rgba(0,0,0,0.5); background: var(--c_i1); }
    .video1-icon:after { position: relative; content: '\e91f'; padding-left: 0.15em; color: var(--c_a2); font: 0.45em/1 Icons; transition-property: color; }
    a:hover .video1-icon:before { background-color: var(--c_a3); }
    a:hover .video1-icon:after { color: var(--c_a2); }
 .video1-main { --sy: 10px; position: absolute; left: 0; right: 0; bottom: 0; content: ''; margin: 0; padding: 0 var(--s1) var(--s3); color: var(--c_i1); text-align: center; pointer-events: none; }
  .video1-title { max-width: var(--xw_4); margin-left: auto; margin-right: auto; }
  h3.video1-title { max-width: var(--xw_3); }
  .video1-warning { font: 12px/1.3 var(--ff_1); }
   .video1-warning i { display: inline-block; margin: 0 4px 0 0; font-size: 18px; vertical-align: middle; }

.video1.-small { }
 .video1.-small .video1-icon { transform: scale(0.5); }
 .video1.-small .video1-main { --sy: 5px; position: relative; padding: 20px 0 0; color: var(--c_d1t); }
  .video1.-small .video1-title { margin-bottom: 0; }
  .video1.-small .video1-warning { position: absolute; left: 0; right: 0; bottom: 100%; padding-bottom: 20px; color: var(--c_i1); }

@media print, screen and (min-width: 720px) {
.video1.-small .video1-title { font-size: 14px; }
}
@media screen and (max-width: 1023px) {
.video1-main { padding-bottom: var(--s1); }
}
@media screen and (max-width: 719px) {
 .video1-icon { transform: scale(0.5); }
.video1-main { --sy: 5px; position: relative; padding: 20px 0 0; color: var(--c_d1t); }
 .video1-title[class] { margin-bottom: 0; font-size: 18px; text-align: left; }
 .video1-warning { position: absolute; left: 0; right: 0; bottom: 100%; padding-bottom: 20px; color: var(--c_i1); }
}

@media print {
.video1-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); }
 .video1-image { }
  .video1-image .img1 { visibility: hidden; }
  .video1-icon { }
   .video1-icon:before { box-shadow: inset 0 0 0 1px var(--c_o1t); background: none; }
   .video1-icon:after { color: inherit; }
 .video1-main { color: inherit; }
  .video1.-small .video1-warning { color: inherit; }
}

/**
 * @name .widget1
 * @description Healthcare Widget
 */
.widget1 { }
.widget1-wrap { border-top: 1px solid var(--c_o1t); border-bottom: 1px solid var(--c_o1t); }
 .widget1-embed { max-width: 100%; text-align: right; }
  .widget1-embed iframe { border: 0; max-width: 240px; }

@media screen and (max-width: 719px) {
.widget1-embed { text-align: left; float}
}

/**
 * @name .wrap1
 * @description Content wrapper
 */

.wrap1 { margin-bottom: 0; padding: var(--s3) 0; background: currentColor; color: transparent; }
 .wrap1-inner { color: var(--c_d1t); }

.wrap1.-gradient1 { }
.wrap1.-pad { min-height: 35vh; }

@media print {
.wrap1 { box-shadow: 0 1px var(--c_o1t); background: none; color: inherit; }
.wrap1.-pb\:0 { box-shadow: none; }
}

/**
 * @name .wrap2
 * @description Special page wrappper
 * @example { }
 */

@media print, screen and (min-width: 1024px) {
.wrap2 { display: flex; padding-bottom: var(--s3); }
 .wrap2-side { flex: none; width: 50%; max-width: 610px; margin: 0; padding: 20px 0 0 20px; }
 .wrap2-main { flex-grow: 1; margin: 0; padding: var(--s3) var(--sx) 0; }
  .wrap2-inner { max-width: var(--xw_4); margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 1023px) {
.wrap2 { padding: var(--sx); }
}

/**
 * @name .wrap3
 * @description Special page wrappper
 * @example { }
 */

 @media print, screen and (min-width: 1024px) {
  .wrap3 { display: flex; padding-bottom: var(--s3); justify-content: center;}
   .wrap3-side { margin: 0; flex: none; width: 50%; max-width: 610px;  padding: 20px 0 0 20px; }
   .wrap3-main { margin: 0; padding: var(--s3) var(--sx) 0; }
    .wrap3-inner { max-width: var(--xw_4); margin-left: auto; margin-right: auto; }
  }
  @media screen and (max-width: 1023px) {
  .wrap3 { padding: var(--sx); }
  }

/**
 * @name .alertbar1
 * @description Alert Bar
 */
.alertbar1 { background: var(--c_a1); color: var(--c_i1); margin-bottom: 0; transform: translateY(0); position: fixed; top: 0;
left: 0; right: 0; z-index: 202; transition: transform 350ms ease; }
body.admin-bar .alertbar1 { top: 32px; }
body:not(.has-alertbar) .alertbar1 { transform: translateY(-100%); }
.alertbar1 * { margin-bottom: 0; }
.alertbar1-main { display: flex; justify-content: space-between; align-items: center; max-width: 100%; height: 100%; font: 400 18px/28px var(--ff_1); letter-spacing: -0.025em; padding-top: 17px; padding-bottom: 17px; }
.alertbar1-heading { font: 800 18px/28px var(--ff_1); letter-spacing: -0.025em; }
.alertbar1-body { padding-right: var(--s1); }
.alertbar1-button { background: var(--c_a2); color: var(--c_i1); height: 40px; border-radius: 20px; box-shadow: none; transition-property: background, color; font: 800 15px/22px var(--ff_1); letter-spacing: -0.42px; padding: 9px 30px; text-align: center; white-space: nowrap; display: inline-block;}
.alertbar1-button:hover { color: var(--c_a2); background: var(--c_i1); }
.alertbar1-close { color: var(--c_i1); box-shadow: none; font-size: 10px; line-height: 40px; display: inline-block; margin-left: 30px; transition-property: opacity; }
.alertbar1-close:hover { opacity: 0.65; }
.alertbar1-links { white-space: nowrap; }
@media screen and (max-width:  719px) {
  .alertbar1-main { display: block; }
  .alertbar1-links { margin-top: 17px; display: flex; justify-content: space-between; }
}
/*   ______  _     _ _______ _______  _____  __   _ _______
 *   |_____] |     |    |       |    |     | | \  | |______
 *   |_____] |_____|    |       |    |_____| |  \_| ______|
*/

.button1, [type="submit"], [type="button"]:not(.mejs-controls *), [type="reset"] { --w: 120px; --h: 60px; --lh: 30px; --px: 30px; --py: calc((var(--h) - var(--lh)) / 2); --bcn: var(--c_a2t); --bch: var(--c_a3t); --own: 1px; --orn: calc(var(--h) / 2); --ocn: var(--bc); --tcn: var(--c_i1); --tch: var(--c_a2); --ow: var(--own); --oc: var(--ocn); --or: var(--orn); --bc: var(--bcn); --tc: var(--tcn); --op: var(--opn, 1); }
.button1, [type="submit"], [type="button"]:not(.mejs-controls *), [type="reset"] { display: inline-flex; justify-content: center; align-items: center; 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), 0 2px rgba(0,0,0,0); background: var(--bc); color: var(--tc); font: 800 18px/var(--lh) var(--ff_1); text-align: center; text-decoration: none !important; opacity: var(--op); transition-property: var(--t8n_p1), color; }
input[type="submit"] { --bcf: var(--bcn); }
a.button1:hover, a:hover .button1, [type="submit"]:hover, [type="button"]:not(.mejs-controls *):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)); box-shadow: inset 0 0 0 var(--ow) var(--oc); color: var(--tc); }
 .button1 > span:not(:first-child) { margin-left: 8px; }
 .button1 > span:not(:last-child) { margin-right: 8px; }
 .button1 > i { font-size: 24px; line-height: 1; }

.button1.-small { --h: 50px; }
.button1.-xsmall { --h: 40px; font-size: 16px; }
.button1.-circle { --w: var(--h); --px: 0; --lh: var(--h); }
.button1.-block { display: flex; width: 100%; }

.button1.-a1 { --bcn: var(--c_a1); }
.button1.-ghost { --own: 1px; --ocn: var(--c_o1t); --och: var(--bch); --bcn: transparent; --bch: var(--c_d1t); --tcn: var(--c_d1t); --tch: var(--c_i1t); }
.button1.-cancel { --tcn: var(--c_e1t); }

@media print {
.button1[class] { background: none; color: var(--bcn); }
}

/*   _____ ______  ______  __   _ _______
 *     |   |       |     | | \  | |______
 *   __|__ |_____  |_____| |  \_| ______|
*/

[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-ndvh:before { content: "\e91b"; color: rgb(161, 58, 149); }

.icon-logo-ndvh > i { margin-left: calc(-1em + 3px); }
.icon-logo-ndvh > i:before { content: "\e91c"; color: rgb(50, 49, 49); }
.icon-logo-ndvh:after { content: "\e91d"; margin-left: calc(-1em + 3px); color: rgb(216, 38, 49); }

.icon-ai:before { content: "\e92e"; }
.icon-logo-lir:before { content: "\e919"; color: rgb(29, 145, 190); }
.icon-logo-lir:after { content: "\e91a"; margin-left: -1.875em; color: rgb(239, 160, 76); }
.icon-scroll:before { content: "\e922"; }
.icon-scroll:after { content: "\e923"; margin-left: -1em; }
.icon-checkmark:before { content: "\e900"; }
.icon-logo-bumble:before { content: "\e92b"; }
.icon-angle-down:before { content: "\e901"; }
.icon-angle-left:before { content: "\e902"; }
.icon-angle-right:before { content: "\e903"; }
.icon-angle-up:before { content: "\e904"; }
.icon-arrow-down:before { content: "\e905"; }
.icon-arrow-left:before { content: "\e906"; }
.icon-arrow-right:before { content: "\e907"; }
.icon-arrow-up:before { content: "\e908"; }
.icon-call:before { content: "\e909"; }
.icon-chat:before { content: "\e90a"; }
.icon-check:before { content: "\e90b"; }
.icon-close-thick:before { content: "\e90c"; }
.icon-close:before { content: "\e90d"; }
.icon-download:before { content: "\e90e"; }
.icon-email:before { content: "\e90f"; }
.icon-external:before { content: "\e910"; }
.icon-facebook:before { content: "\e911"; }
.icon-fuzzy-apple:before { content: "\e912"; }
.icon-fuzzy-cactus:before { content: "\e913"; }
.icon-fuzzy-lemon:before { content: "\e914"; }
.icon-fuzzy-heart:before { content: "\e915"; }
.icon-hamburger:before { content: "\e916"; }
.icon-heart:before { content: "\e917"; }
.icon-instagram:before { content: "\e918"; }
.icon-mates:before { content: "\e91e"; }
.icon-play-outline:before { content: "\e91f"; }
.icon-play:before { content: "\e920"; }
.icon-plus:before { content: "\e921"; }
.icon-search:before { content: "\e924"; }
.icon-smiley:before { content: "\e925"; }
.icon-star:before { content: "\e926"; }
.icon-text:before { content: "\e927"; }
.icon-twitter:before { content: "\e928"; }
.icon-volume:before { content: "\e929"; }
.icon-youtube:before { content: "\e92a"; }
.icon-tiktok:before { content: "\e92c"; }
.icon-twitter-x:before { content: "\e92d"; }


/*   ______  _______ _______ _______ _     _ _      _______ _______
 *   |     \ |______ |______ |_____| |     | |         |    |______
 *   |_____/ |______ |       |     | |_____| |_____    |    ______|
*/

*, *: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%; }
@media screen and (max-width: 719px) {
  html { overflow-x: hidden; }
}

body { font: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition-property: padding; }
body:not(.has-alertbar) { padding-top: 0 !important; }

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: 50px; --lh: 20px; --px: 15px; --py: calc((var(--h) - var(--lh)) / 2); --bcn: transparent; --bcf: rgba(150,150,150,0.1); --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: 16px/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: 14px 8px; 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_a1t); display: inline-block; position: relative; width: var(--s, 20px); height: var(--s, 20px); margin: 0 5px 0 0; padding: 0; font: inherit; text-align: center; vertical-align: -0.35em; }
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_o1t); text-align: left; vertical-align: top; }
 thead th { padding-top: 14px; padding-bottom: 14px; background: var(--c_b3t); font-size: 0.86rem; text-transform: uppercase; }

/* lists */

ul, ol, dd, blockquote { padding-left: 80px; }

ol, ul { list-style: none; counter-reset: ordered; }
 li { --sy: 10px; margin-bottom: var(--sy); counter-increment: ordered; }
  ol > li:before { position: absolute; content: counter(ordered); width: 15px; margin: -1px 0 0 -35px; color: var(--c_a1t); font-weight: 800; }
  ul > li:before { float: left; overflow: hidden; content: '\25A0'; margin: -2px 0 0 -35px; color: var(--c_a1t); }

dt { margin-bottom: 5px; font-weight: bolder; }
dd { padding-left: 0; }

@media screen and (max-width: 719px) {
ul, ol { padding-left: 40px; }
}

/* links */

a { --aocn: currentColor; --aoch: transparent; --atcn: var(--c_a1t); --atch: var(--c_a2t); font-weight: 800; }
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: 2px solid #FDD8B5; }

/* other */

blockquote { padding: 0; }
 blockquote q { display: block; }
 cite { display: block; position: relative; margin-top: 10px; padding-left: 30px; font: inherit; }
  cite:before { position: absolute; left: 0; top: 0.55em; content: ''; width: 20px; height: 2px; background: var(--c_a2t); }
pre { padding: 10px; border: 1px solid var(--c_o1t); background: var(--c_b3t); font: 14px/1.2 Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code { padding: 2px 4px; border: 1px solid var(--c_o1t); background: var(--c_b3t); 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: bold; }
mark { padding: 0 2px; background-color: rgba(255,228,0,0.25); }
abbr { border-bottom: 1px dotted; text-decoration: none; }
ins { border-bottom: 1px dotted green; text-decoration: none; }
address { font: inherit; }

/* 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.55 var(--ff_1); letter-spacing: -0.03em; text-transform: none; }
.-t\:1, h1 { font: 800 58px/1.03 var(--ff_1); letter-spacing: -0.03em; }
.-t\:2, h2 { font: 800 42px/1.19 var(--ff_1); letter-spacing: -0.01em; }
.-t\:3, h3 { font: 800 32px/1.19 var(--ff_1); letter-spacing: 0; }
.-t\:4, h4 { font: 800 24px/1.33 var(--ff_1); letter-spacing: 0; }
.-t\:5, h5, dt { font: 700 18px/1.33 var(--ff_1); letter-spacing: 0; }
.-t\:6, h6 { font: 800 18px/1.33 var(--ff_1); letter-spacing: -0.01em; }
.-t\:7, blockquote { font: 400 18px/1.55 var(--ff_1); }
.-t\:8, cite, label { font: 400 14px/1.57 var(--ff_1); }
.-t\:9, figcaption { font: 400 14px/1.57 var(--ff_1); }
.-t\:10 { font: 400 12px/1.42 var(--ff_1); } /* fine print */
.-t\:11 { font: 800 14px/1.43 var(--ff_1); } /* bold label (iconed2) */
.-t\:12 { font: 800 48px/1.13 var(--ff_1); letter-spacing: -0.01em; } /* large callout text */
.-t\:13 { font: 200 42px/1.19 var(--ff_1); }
.-t\:14 { font: 200 32px/1.19 var(--ff_1); }
.-t\:15 { font: 200 23px/1.33 var(--ff_1); }

@media screen and (max-width:  719px) {
.-t\:1, h1 { font: 800 38px/1.05 var(--ff_1); }
.-t\:2, h2 { font: 800 32px/1.19 var(--ff_1); }
.-t\:3, h3 { font: 800 26px/1.30 var(--ff_1); }
.-t\:4, h4 { font: 800 22px/1.30 var(--ff_1); }
.-t\:12 { font: 800 32px/1.19 var(--ff_1); }
}

/* link styling */

a.-as\:1, .-as\:1 a { font-weight: normal; }
a.-as\:2, .-as\:2 a { --atcn: 'inherit'; --atch: 'inherit'; --aocn: transparent; --aoch: currentColor; font-weight: inherit; }
a.-as\:3, .-as\:3 a { --aown: 1px; background: linear-gradient(to right, currentColor 40%, transparent 40%, transparent 60%, currentColor 60%) 0 100% no-repeat; background-size: 250% var(--aown); box-shadow: none; transition-property: var(--t8n_p1), background-position; -webkit-box-decoration-break: clone; box-decoration-break: clone; } a.-as\:3:hover, .-as\:3 a:hover { background-position: 100% 100%; box-shadow: none; }
a.-as\:4, .-as\:4 a { --aocn: transparent; --aoch: var(--atc); --atcn: var(--c_a2t); --atch: var(--c_a1t); }

/* 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; }

/* 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\: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\:m1,.-my\:m1{margin-bottom:3px}.-mt\:m1,.-my\:m1{margin-top:3px}.-sy\:1>*{--sy:3px}
.-mb\:m2,.-my\:m2{margin-bottom:6px}.-mt\:m2,.-my\:m2{margin-top:6px}.-sy\:2>*{--sy:6px}
.-mb\:m3,.-my\:m3{margin-bottom:9px}.-mt\:m3,.-my\:m3{margin-top:9px}.-sy\:3>*{--sy:9px}
.-mb\:m4,.-my\:m4{margin-bottom:12px}.-mt\:m4,.-my\:m4{margin-top:12px}.-sy\:4>*{--sy:12px}
.-mb\:m5,.-my\:m5{margin-bottom:15px}.-mt\:m5,.-my\:m5{margin-top:15px}.-sy\:5>*{--sy:15px}
.-mb\:m6,.-my\:m6{margin-bottom:25px}.-mt\:m6,.-my\:m6{margin-top:25px}.-sy\:6>*{--sy:25px}
.-mb\:m7,.-my\:m7{margin-bottom:30px}.-mt\:m7,.-my\:m7{margin-top:30px}.-sy\:7>*{--sy:30px}

@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)}
}

/* grid gutters */

.-gg\:1 { --gx: var(--s1); --gy: var(--gx); } /* cards grid */
.-gg\:2 { --gx: var(--s1); --gy: var(--s2); } /* cards grid */

/* visibility */

.-d\:b { display: block; }
.-d\:n { display: none; }
@media print { .-d\:n\@p { display: none !important; } }

.show-for-tablet {
  display: none;
}

@media screen and (min-width: 1024px) {
  .show-for-tablet {
    display: block;
  }
  .hide-for-tablet {
    display: none;
  }
}

/* position */

.-p\:r { position: relative; }
.-p\:s { position: static; }

/* overflow */

.-o\:h { overflow: hidden; }
.-o\:v { overflow: visible; }

/* max widths */

[class].-xw\:n { max-width: none; }
.-xw\:1 { --xw: var(--xw_1); max-width: var(--xw_1); }
.-xw\:2 { --xw: var(--xw_2); max-width: var(--xw_2); }
.-xw\:3 { --xw: var(--xw_3); max-width: var(--xw_3); }
.-xw\:4 { --xw: var(--xw_4); max-width: var(--xw_4); }
.-xw\:5 { --xw: var(--xw_5); max-width: var(--xw_5); }

/* colors */

.-c\:d1, a.-c\:d1h:hover, a:hover .-c\:d1h { color: var(--c_d1); } .-c\:d1t, a.-c\:d1th:hover, a:hover .-c\:d1th, html { color: var(--c_d1t); }
.-c\:d2, a.-c\:d2h:hover, a:hover .-c\:d2h { color: var(--c_d2); } .-c\:d2t, a.-c\:d2th:hover, a:hover .-c\:d2th { color: var(--c_d2t); }
.-c\:d3, a.-c\:d3h:hover, a:hover .-c\:d3h { color: var(--c_d3); } .-c\:d3t, a.-c\:d3th:hover, a:hover .-c\:d3th { color: var(--c_d3t); }
.-c\:a1, a.-c\:a1h:hover, a:hover .-c\:a1h { color: var(--c_a1); } .-c\:a1t, a.-c\:a1th:hover, a:hover .-c\:a1th { color: var(--c_a1t); }
.-c\:a2, a.-c\:a2h:hover, a:hover .-c\:a2h { color: var(--c_a2); } .-c\:a2t, a.-c\:a2th:hover, a:hover .-c\:a2th { color: var(--c_a2t); }
.-c\:a3, a.-c\:a3h:hover, a:hover .-c\:a3h { color: var(--c_a3); } .-c\:a3t, a.-c\:a3th:hover, a:hover .-c\:a3th { color: var(--c_a3t); }
.-c\:a4, a.-c\:a4h:hover, a:hover .-c\:a4h { color: var(--c_a4); } .-c\:a4t, a.-c\:a4th:hover, a:hover .-c\:a4th { color: var(--c_a4t); }
.-c\:a5, a.-c\:a5h:hover, a:hover .-c\:a5h { color: var(--c_a5); } .-c\:a5t, a.-c\:a5th:hover, a:hover .-c\:a5th { color: var(--c_a5t); }
.-c\:a6, a.-c\:a6h:hover, a:hover .-c\:a6h { color: var(--c_a6); } .-c\:a6t, a.-c\:a6th:hover, a:hover .-c\:a6th { color: var(--c_a6t); }
.-c\:i1, a.-c\:i1h:hover, a:hover .-c\:i1h { color: var(--c_i1); } .-c\:i1t, a.-c\:i1th:hover, a:hover .-c\:i1th { color: var(--c_i1t); }
.-c\:i2, a.-c\:i2h:hover, a:hover .-c\:i2h { color: var(--c_i2); } .-c\:i2t, a.-c\:i2th:hover, a:hover .-c\:i2th { color: var(--c_i2t); }
.-c\:b1, a.-c\:b1h:hover, a:hover .-c\:b1h { color: var(--c_b1); } .-c\:b1t, a.-c\:b1th:hover, a:hover .-c\:b1th { color: var(--c_b1t); }
.-c\:b2, a.-c\:b2h:hover, a:hover .-c\:b2h { color: var(--c_b2); } .-c\:b2t, a.-c\:b2th:hover, a:hover .-c\:b2th { color: var(--c_b2t); }
.-c\:b3, a.-c\:b3h:hover, a:hover .-c\:b3h { color: var(--c_b3); } .-c\:b3t, a.-c\:b3th:hover, a:hover .-c\:b3th { color: var(--c_b3t); }
.-c\:b4, a.-c\:b4h:hover, a:hover .-c\:b4h { color: var(--c_b4); } .-c\:b4t, a.-c\:b4th:hover, a:hover .-c\:b4th { color: var(--c_b4t); }
.-c\:o1, a.-c\:o1h:hover, a:hover .-c\:o1h { color: var(--c_o1); } .-c\:o1t, a.-c\:o1th:hover, a:hover .-c\:o1th { color: var(--c_o1t); }
.-c\:o2, a.-c\:o2h:hover, a:hover .-c\:o2h { color: var(--c_o2); } .-c\:o2t, a.-c\:o2th:hover, a:hover .-c\:o2th { color: var(--c_o2t); }
.-c\:e1, a.-c\:e1h:hover, a:hover .-c\:e1h { color: var(--c_e1); } .-c\:e1t, a.-c\:e1th:hover, a:hover .-c\:e1th { color: var(--c_e1t); }
.-c\:ix { color: inherit; }
.-c\:ux { color: unset; }

/* color schemes */
.-purple-bg1 {
  --c1: #603A66;
  --c2: #B972A1;
  --c3: #EEC0B8;
  --noise-opacity: 0.6;
  background: #603A66;
  background: linear-gradient(90deg, var(--c1) 0%, var(--c2) 50%, var(--c3) 100%);
  position: relative; 
  overflow: hidden;
}

/* Noise overlay */
.-purple-bg1-texture1::before{
  content:"";
  position:absolute; inset:0;
  pointer-events:none;
  background-image: url(../images/noisy-background-3.jpg);
  mix-blend-mode: multiply;
  opacity: var(--noise-opacity);
  z-index: 1;
}

.-purple-bg1 .wrap1-inner {
  z-index: 2;
  position: relative;
}


@media screen {
.-cs\:1, a.-cs\:1h:hover, a:hover .-cs\:1h { --c_d1t: #fff; --c_d2t: #ccc; --c_i1t: #1D1C1D; --c_i2t: #555056; --c_b1t: #000; --c_b3t: #111; --c_o1t: #333; --c_o2t: #444; color: var(--c_d1t); } /* standard invert */
.-cs\:2, a.-cs\:2h:hover, a:hover .-cs\:2h { --c_d1t: #fff; --c_d2t: #ccc; --c_i1t: #1D1C1D; --c_i2t: #555056; --c_a2t: var(--c_d1t); --c_a1t: var(--c_d1t); --c_b1t: #000; --c_b3t: #111; --c_o1t: rgba(255,255,255,0.2); --c_o2t: rgba(255,255,255,0.2); color: var(--c_d1t); } /* for purple ndvh/a2 */
}

/* opacity */

.-op\:0 { opacity: 0.0; }
.-op\:1 { opacity: 0.1; }
.-op\:2 { opacity: 0.2; }
.-op\:3 { opacity: 0.3; }
.-op\:4 { opacity: 0.4; }
.-op\:5 { opacity: 0.5; }
.-op\:6 { opacity: 0.6; }
.-op\:7 { opacity: 0.7; }
.-op\:8 { opacity: 0.8; }
.-op\:9 { opacity: 0.9; }
.-op\:n { opacity: 1; }

/* families */

.-ff\:1 { font-family: var(--ff_1); }

/* weights */

.-fw\:4, .-fw\:n { font-weight: 400; }
.-fw\:5 { font-weight: 500; }
.-fw\:7, .-fw\:b { font-weight: 700; }
.-fw\:8 { font-weight: 800; }
.-fw\:ix, .-fw\:i { font-weight: inherit; }

/* line-heights */

.-lh\:0 { line-height: 1.0; }
.-lh\:1 { line-height: 1.1; }
.-lh\:2 { line-height: 1.2; }
.-lh\:3 { line-height: 1.3; }
.-lh\:4 { line-height: 1.4; }
.-lh\:5 { line-height: 1.5; }

/* 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],[clickable] { -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; }
}

/* Screen-reader labels */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* other */

[mouse] *:focus { outline: none; }
[toggle],[data-toggle],[clickable] { cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); }
[invisible] { position: absolute; left: -10001px; }
[x-cloak] { display: none !important; }

body.-exit { opacity: 0; transition-duration: 0s; }

.notice { border: 1px solid var(--c_d1); padding: 20px; }
.-wysiwyg figure, .-wysiwyg img { max-width: 100%; height: auto; }
.-wysiwyg .alignright { float: right; margin-left: 10px; }
.-wysiwyg .alignleft { float: left; margin-right: 10px; }
.-wysiwyg .alignright { margin: 0 auto; }

.gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #ccc;
}
.gform_wrapper .gf_step {
    width: auto;
    display: inline-block;
    margin: 24px 24px 24px 0;
    font-size: 0.875em;
    height: 14px;
    line-height: 1.25 !important;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    font-family: inherit;
}
.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial, sans-serif;
    margin-right: 4px;
}
.gform_wrapper .gf_step span.gf_step_label,
.gform_wrapper .gf_step span.gf_step_number {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}
.gform_wrapper .gf_step span.gf_step_number {
  display: none;
}
.gform_wrapper .gf_step.gf_step_active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

@media screen and (max-width: 520px) {
  .gform_wrapper .gform_page_footer .button {
	width: 100%;
  }
  .gform_wrapper .gform_page_footer .button:not(:first-of-type) {
	margin-top: var(--sy);
  }
}
.gravity-forms-safety-guide_wrapper ul.gform_fields { margin: 0; padding: 0 0 20px 0; list-style: none; }
.gravity-forms-safety-guide_wrapper ul.gform_fields ul { margin: 0; padding: 0; list-style: none; }
.gravity-forms-safety-guide_wrapper ul.gform_fields > li { margin-bottom: 50px; }
.gravity-forms-safety-guide_wrapper ul.gform_fields li:before { display: none;  }
.gravity-forms-safety-guide_wrapper ul.gform_fields > li > label  { text-transform: uppercase; font-weight: bold; margin-bottom: 10px; }
.gravity-forms-safety-guide_wrapper .gfield_description  { font-size: smaller; }
.gravity-forms-safety-guide_wrapper ul.gfield_radio {  }
.gravity-forms-safety-guide_wrapper ul.gfield_radio li { display: inline-block; padding-right: 20px; }

/* blackbaud styling */
#content [id^="mongo-form"] .BBFormContainer .BBFormSubmitbutton {
  font-family: var(--ff_1);
  --h: 50px;
  height: var(--h);
  border-radius: calc(var(--h) / 2);
  box-shadow: inset 0 0 0 1px var(--c_a2t);
  transition-property: var(--t8n_p1), color;
  background: var(--c_a2t);
  line-height: 1;
  color: var(--c_i1t);
}


q::before { content: ''; }
q::after { content: ''; }

/*   _      _____ ______  _______
 *   |        |   |_____] |______
 *   |_____ __|__ |_____] ______|
/*

/* lazysizes */ .lazyload, .lazyloading { opacity: 0; } [js] .lazyloaded[class] { opacity: 1; transition-duration: 0.5s; }
/* tippy */ .tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/* basiclightbox */ .basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}
/* slick */ .slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/**
 * @name .at
 * @description Every Action form embed styles
 */

.at .at-form {
  font-family: var(--ff_1);
}

.at .at-form .at-markup h1 {
  font: 700 3.0rem/var(--lh) var(--ff_2);
  color: var(--c_d1t);
}

.at .at-form .at-title {
  font: 700 2rem/var(--lh) var(--ff_2);
  color: var(--c_d1t);
  margin: 0;
}
.at .at-form .RecipientInfoHeaderHtml {
  margin: 0 0 2rem;
}

.at .at-form .at-step:before {
  content: none;
}

.at .at-steps .at-step.active {
  border-bottom-color: var(--c_a2);
}

.at .at-form .at-step a {
	box-shadow: none;
}

.at .at-form .at-step a:before {
  font-size: 1rem;
  height: 30px;
  width: 30px;
}

.at .at-form label {
  color: unset;
  font-size: unset;
}

.at .at-form .label-amount {
  color: var(--c_i1t);
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
}
.at .at-form .label-amount,
.at .at-form .label-amount.long {
  line-height: inherit;
}

.at .at-form .label-amount input[type="radio"] + a {
  background-color: var(--c_a1);
  border-color: var(--c_a1);
  color: var(--c_a1);
}
.at .at-form .label-amount input[type="radio"]:checked + a {
  background-color: var(--c_a2);
  border-color: var(--c_a2);
}

.at .at-form .radios {
  display: flex;
  flex-wrap: wrap;
}
.at .at-form .radios label {
  display: flex;
  align-items: center;
}
.at .at-form .radios input {
  margin-bottom: 0;
  margin-right: 1rem;
}

.at .at-form .at-row.FirstName {
  display: flex;
  flex-direction: column;
}
.at .at-form .at-row.FirstName > [class^="at-"] + [class^="at-"] {
  margin-left: 0 !important;
}

.at .at-form .ContributionInformation .radios .radio-description {
  margin-top: 1rem;
  width: 100%;
  font-style: italic;
}
.at .at-form .ContributionInformation input[type="number"] {
	color: var(--c_d1t);
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.96px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	padding-left: 3rem;
}
.at .at-form .ContributionInformation input[type="number"]::placeholder {
	color: var(--c_d1t);
	opacity: 0.25;
}
.at .at-form .ContributionInformation input[type="number"]:required {
  color: var(--c_d1t);
  background-color: var(--c_i1);
  border-color: var(--c_a2);
}
.at .at-form .ContributionInformation input[type="number"]:required + .label-otheramount-prefix {
  color: var(--c_d1t);
}
.at .at-form .ContributionInformation small.error {
  margin-top: 0.5rem !important;
}

.at .at-form .at-row label[class^=at-]:not(:has([type="checkbox"])):not(:has([type="radio"])),
.at .at-form .checkbox-list-label {
  font: 700 2.0rem/var(--lh) var(--ff_2);
  margin: 0;
  line-height: 1.4;
  display: block;
  color: var(--c_d1t);
}

.at .at-form h1 span {
	font: 400 1.6rem/var(--lh) var(--ff_2);
  display: block;
  line-height: 1.4;
}

.at .at-form .at-row {
  margin: 0;
}

.at .at-fieldset.TributeGift {
	border-top: 1px solid var(--c_o1);
}

@media screen and (min-width: 599px) {
  .at .at-form .at-row > [class^=at-] + [class^=at-] {
    margin-left: 2rem !important;
  }
  
  .at .at-form .at-row > [class^=at-] {
    flex: 1;
    min-width: unset;
  }
  
  .at .at-step a:before {
	transform: translateY(-50%) translateX(-25%);
  }
}

.at .at-form .iti__flag-container, 
.at .at-form .iti__flag-container .iti__flag {
	margin-bottom: 0;
}

.at .at-form .SmsLegalDisclaimer {
	margin-bottom: 20px;
}

.at .at-form .intl-tel-input {
	margin-top: 8px;
}

.at .at-form fieldset legend {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.at .at-form input[type=text],
.at .at-form input[type=password],
.at .at-form input[type=date],
.at .at-form input[type=datetime],
.at .at-form input[type=datetime-local],
.at .at-form input[type=month],
.at .at-form input[type=week],
.at .at-form input[type=email],
.at .at-form input[type=number]:not(.edit-otheramount),
.at .at-form input[type=search],
.at .at-form input[type=tel],
.at .at-form input[type=time],
.at .at-form input[type=url],
.at .at-form input[type=color],
.at .at-form textarea,
.at .at-form select,
.at .at-form .select2-selection {
  margin-top: 8px;
  border-radius: 8px;
  border: 1px solid var(--c_d1);
  display: block;
  padding: 16px 24px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.45;
  font-size: 16px;
  color: var(--c_d1t);
  margin-bottom: 40px;
  height: auto;
}

.at .at-form header.at-title {
  text-align: left;
  padding: 0 0 20px;
  font-size: 24px;
  font: 700 3.5rem/var(--lh) var(--ff_2);
  color: var(--c_d1t);
}

.at .at-form .at-fieldset {
  padding: 0;
}

.at .at-form .HeaderHtml,
.at .at-form .FooterHtml,
.at .at-form .MeterHtml {
  padding: 0;
}

.at .at-form .fastAction {
  padding: 0;
}

.at .at-form label:has([type="checkbox"]) {
  font: 400 1.8rem / var(--lh) var(--ff_1);
  line-height: 1.2;
  color: var(--c_d1t);
}

.at .at-form input[type=checkbox]+span:before {
  height: 24px;
  width: 24px;
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border: 1px solid var(--c_d1t);
}

.at .at-form input[type=checkbox]+span {
  padding-left: 32px;
}

.at .at-form input[type=checkbox]:checked+span:after {
	all: unset;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="13" viewBox="0 0 18 13" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.0001 0.999924C17.3851 1.39589 17.3762 2.02899 16.9802 2.414L7.01255 12.1056C6.84703 12.2666 6.5835 12.2666 6.41798 12.1056L1.01994 6.85709C0.623975 6.47209 0.615085 5.83899 1.00009 5.44302C1.38509 5.04705 2.01819 5.03816 2.41416 5.42317L6.48262 9.37895C6.61215 9.5049 6.81838 9.5049 6.94791 9.37895L15.586 0.980068C15.982 0.595066 16.6151 0.603955 17.0001 0.999924Z" fill="%23fff"/></svg>');
	position: absolute;
  top: 5px;
  left: 4px;
  line-height: 1;
}

.at .at-form input[type=checkbox]:checked+span:before {
  background-color: var(--c_a2);
  border-color: var(--c_a2);
  top: 2px;
}

.at .at-form input[type=checkbox]:hover+span:before {
  border-color: var(--c_a1);
}

.at .at-form .at-row:has(.at-text.PersonalUrl) {
  display: none;
}

.at .at-form .at-fieldset {
	margin-bottom: 20px;
}

.at .at-form .updateMyProfileSection {
  margin-top: 16px;
}

.at .at-form .at-indented {
  padding-left: 32px;
}

.at .at-form input[type=checkbox]:focus+span:before {
  box-shadow: 0 0 4px 0 var(-c_a1);
}

.at .at-form .error small.error {
  line-height: 16px;
  padding: 0;
  font-size: .75rem;
  margin-top: -10px;
}

.at .at-form .at-form-submit .btn-at-primary {
  float: left;
  margin: 0;
  padding: 16px 24px;
  background-color: var(--c_a1);
  color: var(--c_i1t);
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.at .at-form .at-form-submit .btn-at-primary:hover {
  background-color: var(--c_a3);
  color: var(--c_a2t);
}

.at .at-form .at-payment-method-buttons {
  margin-bottom: 2rem;
}

.at .at-form .at-eft-accepted-here > label > select,
.at .at-form .at-eft-accepted-here > label > input  {
	width: 100%!important;
}

.at .at-form .btn-at-link {
	color: var(--c_a1t);
}

.at .at-form input.intl-phone-MobilePhone { padding-left: 48px; }
