/*! Take Care > 20200907 ---------------- */

:root {

  --contain: 1220; --sx: 30px; --sy: 24px; --s1: 40px; --s2: 60px; --s3: 80px; --s4: 100px;
  --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: Sarabun,Helvetica Neue,Arial,sans-serif;
  --ff_2: Kalam,Helvetica Neue,Arial,sans-serif;

  --c_d1: #222222; --c_d1t: var(--c_d1); /* default: dark-gray */
  --c_d2: #000000; --c_d2t: var(--c_d2); /* default: black */
  --c_i1: #eeeeee; --c_i1t: var(--c_i1); /* inverted: light-gray */
  --c_i2: #ffffff; --c_i2t: var(--c_i2); /* inverted: white */

  --c_a1: #00487E; --c_a1t: var(--c_a1); /* accent: navy */
  --c_a2: #51C1EF; --c_a2t: var(--c_a2); /* accent: blue, buttons */
  --c_a3: #FFDC54; --c_a3t: var(--c_a3); /* accent: yellow, buttons */
  --c_a4: #00A0E2; --c_a4t: var(--c_a4); /* accent: blue, underlines */
  --c_a5: #6BB1C1; --c_a5t: var(--c_a5); /* accent: washed blue, quote */
  --c_a6: #8D0082; --c_a6t: var(--c_a6); /* accent: purple, question */
  --c_a7: #277700; --c_a7t: var(--c_a7); /* accent: lime green, topic bg */

  --c_b1: #ffffff; --c_b1t: var(--c_b1); /* background: white */
  --c_b2: #f6f6f6; --c_b2t: var(--c_b2); /* background: light gray */
  --c_b3: #EEF6F8; --c_b3t: var(--c_b3); /* background: light blue */
  --c_b4: #ECECEC; --c_b4t: var(--c_b4); /* background: light gray */
  --c_o1: rgba(0,0,0,0.2); --c_o1t: var(--c_o1); /* borders: gray */
  --c_o2: rgba(0,0,0,0.3); --c_o2t: var(--c_o2); /* borders: dark gray */
  --c_e1: #ef4242; --c_e1t: var(--c_e1); /* error: red, fields */

  --xw_1: calc(var(--contain) * 1px);
  --xw_2: 1010px;
  --xw_3: 900px;
  --xw_4: 800px;
  --xw_5: 750px;
  --xw_6: 680px;
  --xw_7: 470px;

  --t8n_d1: 0.3s;
  --t8n_d2: 0.4s;
  --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)); } }
 @media screen and (max-width: 1023px) { :root { --s1: 30px; --s2: 45px; --s3: 60px; --s4: 75px; } }
 @media screen and (max-width:  719px) { :root { --sx: 20px; } }
 @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?20240708') format('woff'), url('../fonts/icomoon/fonts/icomoon.ttf?20240708') format('truetype'); }
 @font-face { font-family: 'Sarabun'; font-weight: 400; font-style: normal; src: url('../fonts/sarabun/sarabun-400.woff2') format('woff2'), url('../fonts/sarabun/sarabun-400.woff') format('woff'); }
 @font-face { font-family: 'Sarabun'; font-weight: 400; font-style: italic; src: url('../fonts/sarabun/sarabun-400i.woff2') format('woff2'), url('../fonts/sarabun/sarabun-400i.woff') format('woff'); }
 @font-face { font-family: 'Sarabun'; font-weight: 700; font-style: normal; src: url('../fonts/sarabun/sarabun-700.woff2') format('woff2'), url('../fonts/sarabun/sarabun-700.woff') format('woff'); }
 @font-face { font-family: 'Sarabun'; font-weight: 700; font-style: italic; src: url('../fonts/sarabun/sarabun-700i.woff2') format('woff2'), url('../fonts/sarabun/sarabun-700i.woff') format('woff'); }
 @font-face { font-family: 'Kalam'; font-weight: 400; font-style: normal; src: url('../fonts/kalam/kalam-400.woff2') format('woff2'), url('../fonts/kalam/kalam-400.woff') format('woff'); }
 @font-face { font-family: 'Kalam'; font-weight: 400; font-style: italic; src: url('../fonts/kalam/kalam-400.woff2') format('woff2'), url('../fonts/kalam/kalam-400.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; display: flex; flex-direction: column; min-height: var(--vhx); }

 .-contain { max-width: 1210px; max-width: calc(var(--contain) * 1px + 2 * var(--sx)); margin-left: auto; margin-right: auto; border-left: var(--sx) solid transparent; border-right: var(--sx) solid transparent; }
 .-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; }
 [reveal^="3"] { transition-duration: 0.5s; transition-timing-function: var(--t8n_e1); }
 [m4n]:not([ready]) [reveal^="1+/"], [m4n] [reveal^="1/"]:not([revealed]) { opacity: 0; transform: translateY(20px); }
 [m4n]:not([ready]) [reveal^="2+/"], [m4n] [reveal^="2/"]:not([revealed]) { opacity: 0; }
 [m4n]:not([ready]) [reveal^="3+/"], [m4n] [reveal^="3/"]:not([revealed]) { transform: translateX(100%); }
 [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)}
 }
 @media screen and (max-width: 1023px) {
 [m4n]:not([ready]) [reveal^="3+/"], [m4n] [reveal^="3/"]:not([revealed]) { transform: translateX(0); opacity: 0; }
 }

 /*   _______  _____  ______  _     _ _      _______ _______
  *   |  |  | |     | |     \ |     | |      |______ |______
  *   |  |  | |_____| |_____/ |_____| |_____ |______ ______|
 */

 /**
  * @name .accordion1
  * @description Accordion
  * @example { }
  */

 .accordion1 {  }
  .accordion1-title { margin: 0; padding: var(--sy) 0; border-top: 1px solid var(--c_o1t); cursor: pointer; transition-property: color; }
  .accordion1-title.-open { color: var(--c_a1t); }
   .accordion1-title i { float: right; margin: 0 0 0 10px; transform: scale(0.8); }
   .accordion1-title.-open i { float: right; margin: 0 0 0 10px; transform: scale(0.8) rotate(180deg); }
  .accordion1-details { margin: 0; }
   .accordion1-details:after { display: block; content: ''; height: var(--s1); }

 @media screen and (max-width: 719px) {
 .accordion1 { --a1px: var(--sx); }
 }

 @media print {
 .accordion1 { --a1px: 0; }
 }

 /**
  * @name .accordion2
  * @description Accordion
  * @example { }
  */

 .accordion2 { box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
  .accordion2-entry { margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,0.25); box-shadow: inset 0 5px 40px rgba(0,0,0,0.15); background: var(--c_b2t); }
  .accordion2-entry:first-child { box-shadow: none; }
   .accordion2-header { margin-bottom: 0; padding: 2rem 0; cursor: pointer; transition-property: color; }
    .accordion2-title { margin-bottom: 0; }
     .accordion2-pin { position: relative; top: 3px; margin-right: 5px; color: var(--c_a5t); }
     .accordion2-arrow { float: right; margin: 0 0 0 10px; transform: scale(0.5); }
     .accordion2-header.-open .accordion2-arrow { float: right; margin: 0 0 0 10px; transform: scale(0.5) rotate(180deg); }
   .accordion2-details { margin-bottom: 0; }
    .accordion2-details:after { display: block; content: ''; height: var(--s2); }

 /**
  * @name .actions1
  * @description Action line
  * @example { }
  */

 .actions1 { display: flex; padding: 0; }
 .actions1.-right { float: right; margin: 0 0 0 10px; }
  .actions1 li { margin-bottom: 0; }
  .actions1 li ~ li { margin-left: 15px; }
   .actions1 li:before { display: none; }
   .actions1 li a { --aown: 0; --atcn: var(--c_a1t); --atch: var(--c_d1t); display: flex; align-items: center; }
    .actions1 li i { flex: none; margin-left: 7px; }

 /**
  * @name .actions2
  * @description Wizard edit box actions
  * @example { }
  */

 .actions2 { --gx: 10px; --gy: var(--gx); align-items: center; }
  .actions2 > * { width: auto; }
   .actions2 .button1 { width: 100%; }
  .actions2-remove { order: -1; margin-right: auto; }

 @media screen and (max-width: 719px) {
 .actions2 > * { flex-grow: 1; }
 .actions2-remove { width: 100%; order: unset; text-align: center; }
 }

 /**
  * @name .add1
  * @description Add button with animations
  * @example { }
  */

 .add1 { }
  .add1:before { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; bottom: 0; content: '\e926'; width: 100%; font: 1.5em/var(--lh) Icons; opacity: 0; }
 .add1.-added { animation: blank 1.5s; }
 .add1.-error { animation: shakeX 1s; }
  .add1.-added:before { opacity: 1; }
  .add1.-added span { opacity: 0; }

 @keyframes blank { to {} }
 @keyframes shakeX { from, to { transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-5px, 0, 0); } 20%, 40%, 60%, 80% { transform: translate3d(5px, 0, 0); } }

 /**
  * @name .bio1
  * @description Small bio
  * @example { }
  */

 .bio1 { max-width: 380px; }
  .bio1-wrap { --aown: 0; --aocn: transparent; display: flex; align-items: flex-start; color: inherit; }
   .bio1-image { flex: none; width: 80px; margin: 0 20px 0 0; background: var(--c_a1t); }
    a:hover .bio1-image .img1 { opacity: 0.8; }
   .bio1-main { --sy: 6px; align-self: center; flex-grow: 1; }
    .bio1-name { color: var(--atc); }
     .bio1-name span { box-shadow: 0 1px var(--aoc); }

 .bio1.-small { --sy: 20px; }
  .bio1.-small .bio1-image { width: 60px; margin-right: 12px; }
  .bio1.-small .bio1-main { --sy: 2px; font-size: 14px; }

 @media print {
 .bio1-image { background: var(--c_b2); }
 }

 /**
  * @name .bio2
  * @description Modal bio
  * @example { }
  */

 .bio2 { margin-bottom: var(--s1); text-align: left; }
  .bio2-wrap { display: flex; justify-content: space-between; }
   .bio2-image { flex: none; order: 2; width: 240px; margin: 0 0 0 var(--s2); }
   .bio2-main { --sy: 20px; flex-grow: 1; margin: 0; }
    .bio2-name { --sy: 4px; }
     .bio2-main h2.bio2-name { margin-bottom: 0; }

 @media screen and (max-width: 599px) {
 .bio2-wrap { display: block; }
  .bio2-image { width: 100%; max-width: 380px; margin: 0 0 var(--sy); }
 }

 /**
  * @name .blink1
  * @description Blink anim
  * @example { }
  */

 .blink1 { display: flex; justify-content: center; align-items: center; }
  .blink1 > lottie-player { width: 40px; height: 40px; margin: 0 4px 0 0; }
  .blink1 > span { margin-top: 5px; font: italic 22px/1 Kalam,var(--ff_1); letter-spacing: -0.5px; transition-delay: 0.25s; transition-duration: 1.25s; }
  .blink1 > lottie-player[reveal] + span { opacity: 0; }

 /**
  * @name .block1
  * @description Quote split
  * @example { }
  */

 .block1 { display: flex; align-items: center; }
  .block1-image { flex: none; width: 40%; min-width: 0; max-width: 380px; margin: 0 var(--s2) 0 0; }
  .block1-main { min-width: 0; margin: 0; }
  .block1-main:first-child:last-child { max-width: var(--xw_6); margin-left: auto; margin-right: auto; }

 @media screen and (max-width: 719px) {
 .block1-image { margin-right: 0; }
 }
 @media screen and (max-width: 599px) {
 .block1 { display: block; }
  .block1-image { width: auto; margin: 0 0 var(--sy); }
  .block1-main:first-child:last-child { max-width: 100%; }
 }

 /**
  * @name .body1
  * @description Article body
  * @example { }
  */

 .body1 { position: relative; }
  .body1 > .socials1[class] { margin-left: var(--sx); margin-right: var(--sx); }

 /**
  * @name .box1
  * @description Form box
  * @example { }
  */

 .box1 { --b1px: var(--sx); --b1py: var(--s3); padding: var(--b1py) var(--b1px); background: currentColor; color: var(--c_b2t); }
 .box1.-round { border-radius: 10px; }
 .box1.-compact { --b1py: var(--s2); --b1px: var(--s1); }
 .box1.-tight { --b1py: 30px; --b1px: 30px; }
  .box1-wrap { margin-left: auto; margin-right: auto; color: var(--c_d1t); }

 @media screen and (max-width: 719px) {
 .box1[class] { --b1py: var(--s1); --b1px: var(--sx); }
 }

 @media print {
 .box1 { margin-left: auto; margin-right: auto; box-shadow: inset 0 0 0 1px var(--c_o1t); background: var(--c_b1); }
 }

 /**
  * @name .box2
  * @description Edit box
  * @example { }
  */

 .box2 { padding: 25px var(--sx); border-radius: 5px; box-shadow: inset 0 0 0 1px var(--c_o1t); }
 .box2.-filled { box-shadow: none; background: var(--c_b2t); }
  .box2 .actions1 { float: right; margin: 5px 0 0 10px; }
  .box2-title { --sy: 12px; }
   .box2-details > span { display: block; }

 /**
  * @name .bring1
  * @description Bring page split
  * @example { }
  */

 .bring1-right .submit-wrap { text-align: left!important; }
 .bring1-right .nf-form-fields-required { display: none; }
 .bring1-scroll { display: block; position: -webkit-sticky; position: sticky; bottom: 0; margin: var(--s2) var(--nx); }
  .bring1-scroll .button1 { --orn: 0; display: flex; width: 100%; padding: calc(var(--sy) * .75); }
   .bring1-scroll .button1 i { font-weight: 800; }

 @media print, (min-width: 1024px) {
  .bring1 { display: flex; justify-content: space-between; position: relative; }
  .bring1 > * { flex-grow: 1; max-width: calc(50% - var(--s1)); min-width: 0; margin-bottom: 0; }
  .bring1-scroll { display: none; }
  .bring1-left h3 { margin-top:var(--s1); }
  .bring1-right { margin-top: -300px; }
  .bring1-right .box1 { --b1py: var(--s1); min-height: 300px; }
  .bring1-right-intro p { font: 16px/1.38 var(--ff_1); margin-bottom: 16px !important; }
  .bring1-right .nf-error-msg { font-size: 13px; line-height: 18px; color: var(--c_e1); }
  .bring1-right .nf-field { margin-bottom: 6px; }
  .bring1-right .nf-input-limit { margin-bottom: 0; }
  .bring1-right .nf-field-label { margin-bottom: 10px; }
  .bring1-right .nf-form-fields-required { font-size: 16px; line-height: 18px; }
  .bring1-right .nf-field-hp { margin-top: 10px; }
 }

 /**
  * @name .button1
  * @description Standard button
  */

 .button1, [type="submit"], [type="button"], [type="reset"] { --w: 120px; --h: 50px; --lh: 20px; --px: 24px; --py: 10px; --bcn: var(--c_a2t); --bch: var(--c_a3t); --own: 1px; --orn: calc(var(--h) / 2); --ocn: var(--bc); --tcn: var(--c_d1); --tch: var(--c_d1); --ow: var(--own); --oc: var(--ocn); --or: var(--orn); --bc: var(--bcn); --tc: var(--tcn); --op: var(--opn, 1); }
 .button1, [type="submit"], [type="button"], [type="reset"] { display: inline-flex; justify-content: center; align-items: center; position: relative; z-index: 1; overflow: hidden; min-width: var(--w); height: auto; min-height: var(--h); padding: var(--py) var(--px); border: none; border-radius: var(--or); box-shadow: inset 0 0 0 var(--ow) var(--oc); background: var(--bc); color: var(--tc); font: 700 16px/var(--lh) var(--ff_1); letter-spacing: 0.2px; text-align: center; text-transform: uppercase; text-decoration: none !important; opacity: var(--op); transition-property: var(--t8n_p1), color; transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
 input[type="submit"] { --bcf: var(--bcn); }
 @media (hover: hover) and (pointer: fine) {
  .button1:hover, a:hover .button1, [type="submit"]:hover, [type="button"]:hover, [type="reset"]:hover { --oc: var(--och, var(--ocn)); --bc: var(--bch, var(--bcn)); --tc: var(--tch, var(--tcn)); --op: var(--oph, var(--opn, 1)); color: var(--tc); }
 }
  .button1 > * { position: relative; color: inherit; transform: translateZ(0); }
  .button1 > i:first-child:not(:last-child) { margin-right: 10px; }
  .button1 > i:last-child:not(:first-child) { margin-left: 10px; }

 .button1.-block { display: block; width: 100%; }
 .button1.-small { --w: 100px; --h: 40px; --px: 20px; font-size: 14px; }

 .button1.-w1 { --w: 220px; }
 .button1.-w2 { --w: 260px; }

 .button1.-ghost { --ocn: var(--tcn); --och: var(--c_o1t); --bcn: transparent; --tcn: var(--c_d1t); }
 .button1.-a1 { --bcn: var(--c_a1t); --tcn: var(--c_i2t); }
 .button1.-white { --bcn: var(--c_i2); --ocn: var(--tcn); --och: var(--c_o1t); --tcn: var(--c_d1t); }

 .button1[restart] { padding: 0 10px; }
  .button1[restart] i { margin-right: 5px; }

 .button1.-play { --s: var(--s1); --w: 120px; --h: var(--w); --own: 2px; --ocn: var(--tcn); --bcn: transparent; --tcn: var(--c_i1); --tch: var(--c_a2t); padding-left: calc(var(--w) * 0.075); padding-right: 0; font-size: calc(var(--w) * 0.5); }
  a:hover .button1.-play { --bch: rgba(255,255,255, .25); --tch: var(--c_a2t); box-shadow: none; }

 .button1.-tag { --w: 0px; --h: 40px; --px: 16px; --ocn: var(--c_o1t); --bcn: transparent; --tcn: var(--c_d1t); font-size: 14px; font-weight: 400; text-transform: none; }
 .button1.-tag.-active { --bcn: var(--bch); }

 @media screen and (max-width: 719px) {
 .button1, [type="submit"], [type="button"], [type="reset"] { --h: 40px; --px: 20px; font-size: 14px; }
 .button1.-play { --w: 60px; }
 }

 @media print {
 .button1, [type="submit"], [type="button"], [type="reset"] { box-shadow: inset 0 0 0 var(--own) var(--tcn); background: var(--c_b1); color: var(--tcn); }
  .button1:before, .button1:after { display: none; }
 .button1.-ghost { --tcn: var(--c_d1); box-shadow: inset 0 0 0 var(--own) var(--ocn); color: var(--tc); }
 .button1.-play { color: var(--c_a1); }
 }

 /**
  * @name .card1
  * @description Gray card
  * @example { }
  */

 .card1 { height: 100%; }
  .card1-wrap { --aown: 0; --abcn: var(--c_b2t); --abch: var(--c_a3t); --atch: var(--atcn); display: flex; flex-direction: column; justify-content: space-between; height: 100%; min-height: 180px; border-radius: 10px; padding: 20px; }
  .card1-wrap.-top { justify-content: flex-start; }
 /**
  * @name .card2
  * @description Blog post teaser
  * @example { }
  */

 .card2 {  }
  .card2-wrap { --sy: 18px; --aown: 0; --aocn: transparent; display: block; }
   .card2-title span { box-shadow: 0 1px var(--aoc, transparent); }
   .card2-wrap:hover .img1 { opacity: 0.8; }
  .card2-image { background: var(--c_a1); }
 /**
  * @name .card3
  * @description Image card
  * @example { }
  */

 .card3 { align-self: start; background: var(--c_a1t); }
  .card3-wrap { --aown: 0; --aoph: 0.8; display: block; }

 @media print {
 .card3 { background: var(--c_b2); }
 }

 /**
  * @name .card4
  * @description Event card
  * @example { }
  */

 .card4 { height: 100%; }
 .card4.-mh1 { height: 100%; min-height: 440px; }
  .card4-wrap { --aown: 0; --abcn: linear-gradient(135deg, var(--c_a1), #8D0082); display: flex; flex-direction: column; justify-content: space-between; position: relative; height: 100%; padding: var(--s1) var(--s2) var(--s2); border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0); }
  .card4-wrap:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
   .card4-wrap:hover .img1 { opacity: 0.8; }
   .card4-image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; border-radius: 10px; margin: 0; background: var(--c_a1); }
    .card4-image:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: rgba(0,0,0,0.3); }
    .card4-image .img1 { height: 100%; }
   .card4-image ~ *  { position: relative; }
   .card4-main { margin-top: auto; }
    .card4-next { position: absolute; left: -10px; top: var(--s1); }
     .card4-next span { padding: 5px 10px; background: #001D52; }
    .card4-date { margin-bottom: 4px; color: var(--c_a3); }
    .card4-location { margin-bottom: var(--s1); text-align: right; }
     .card4-location i { display: inline-block; margin-right: 5px; vertical-align: top; }

 @media screen and (max-width: 719px) {
 .card4-wrap { padding: var(--s1); }
 }
 @media screen and (max-width: 599px) {
 .card4.-mh1 { min-height: calc(100vw - var(--sx) * 2); }
  .card4-next { position: relative; left: calc(var(--s1) * -1 - 10px); top: auto; }
  .card4-location { text-align: left; }
 }

 @media print {
 .card4-wrap { --abcn: var(--c_b2t); }
  .card4-image { display: none; }
   .card4-next span { background: #ddd; }
 }

 /**
  * @name .card5
  * @description Small event card
  * @example { }
  */

 .card5 { --sy: 30px; margin-bottom: var(--sy); padding: var(--sy) 0 0; border-top: 1px solid var(--c_o1t); }
  .card5-wrap { --sy: 10px; --aown: 0; --aocn: transparent; display: flex; color: inherit; }
   .card5-date { flex: none; width: 120px; margin: 0 var(--s1) 0 0; font: 700 16px/1.2 var(--ff_1); text-align: center; }
    .card5-date span { display: block; margin: 0; padding-bottom: 2px; color: var(--c_a1t); font: 700 3em/1 var(--ff_1); }
   .card5-main { }
     .card5-title span { box-shadow: 0 1px var(--aoc, transparent); color: var(--atc); }
    .card5-location {  }
     .card5-location i { display: inline-block; margin-right: 5px; vertical-align: top; }

 @media screen and (max-width: 599px) {
 .card5 { --sy: 20px; }
  .card5-date { width: 80px; margin-right: 20px; font-size: 14px; }
 }

 /**
  * @name .card6
  * @description Journey card
  * @example { }
  */

 .card6 { margin-bottom: 0; }
  .card6-wrap { --aown: 0; --abcn: var(--c_b1t); --atch: var(--atcn); display: flex; flex-direction: column; position: relative; overflow: hidden; height: 100%; padding: 0; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0); }
  .card6-wrap:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
   .card6-wrap:hover .img1 { opacity: 0.8; }
   .card6-header { position: relative; margin: 0; }
    .card6-image { margin: 0; background: var(--c_a1); }
     .card6-image .img1:after { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 60%; background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)); transform: translateZ(0); }
    .card6-title { text-transform: uppercase; }
    .card6-title-l { margin: 0; display: flex; align-items: center; }
    .card6-title-wrapper { display: flex; position: absolute; bottom: 0; left: 0; padding: 20px; width: 100%; justify-content: space-between; align-items: flex-end; column-gap: 20px; }
    .card6-title-wrapper .icon-play { display: inline-flex; justify-content: center; align-items: center; flex: none; width: 1em; height: 1em; margin: 0 10px 0 0; border-radius: 50%; background: transparent; color: var(--c_i1); box-shadow: inset 0 0 0 1px var(--c_i1); font-size: 1.75em; }
    .card6-title-wrapper .icon-play:before { padding-left: 0.2em; font-size: 0.6em; }
    .card6-icons { position: absolute; right: 0; top: 0; z-index: 10; background: var(--c_a2); margin: 0; border-radius: 0 10px; }
    .card6-icons ul { padding: 0 0 0 10px; display: flex; }
    .card6-icons ul li { padding: 10px 10px 10px 0; margin: 0; }
    .card6-icons ul li::before { display: none; }
    .card6-icon .img1.-fit { height: 16px; }
   .card6-details { display: flex; flex-direction: column; flex-grow: 1; padding: 25px; justify-content: space-between; }
    .card6-details p { margin-bottom: 30px; }
    .card6-action { margin-top: auto; text-align: center; }
    .card6 .topics1-letter { width: 26px; height: 26px; line-height: 24px; font-size: 16px; }

 @media print {
 .card6-wrap { --abcn: var(--c_b2t); }
  .card6-title { position: relative; padding: 20px 30px 0; }
 }

 /**
  * @name .card7
  * @description Bio card
  * @example { }
  */

 .card7 {  }
  .card7-wrap { --sy: 18px; --aown: 0; --aocn: transparent; --atch: var(--atcn); display: block; }
   .card7-title { margin-bottom: 2px; }
    a:hover .card7-title { color: var(--c_a1t); }
    .card7-title span { box-shadow: 0 1px transparent; }
    a:hover .card7-title span { box-shadow: 0 1px currentColor; }

 /**
  * @name .card8
  * @description Video card
  * @example { }
  */

 .card8 { }
  .card8 .video1 { margin-bottom: 0; }
  .card8-main { display: flex; flex-direction: column; position: relative; padding: var(--s1); border-radius: 0 0 10px 10px; background: var(--c_b1t); }
   .card8-title { --sy: 18px; }
   .card8-quote { padding-left: 0; box-shadow: none; }
    .card8-quote q:before { display: inline-block; width: 0.65em; margin: 0 0 0 -0.65em; }
   .card8-features { margin-bottom: var(--s1); }
    .card8-features li:first-child { padding-top: var(--sy); border-top: 1px solid var(--c_o1t); }
   .card8-action { margin-top: auto; }

 /**
  * @name .card9
  * @description Box header
  * @example { }
  */

 .card9 { display: flex; }
  .card9-image { flex: none; width: 100%; margin: 0 -100% 0 0; background: var(--c_d1t); }
   .card9-image .img1 { height: 100%; opacity: 0.55; }
  .card9-main { --sy: 12px; align-self: center; flex-grow: 1; position: relative; padding: var(--s1); text-align: center; }
   .card9-action { margin-top: 20px; }

 /**
  * @name .card10
  * @description Basics card
  * @example { }
  */

 .card10 {  }
  .card10-wrap { --abcn: var(--c_b1); --abch: var(--c_a3t); display: block; position: relative; overflow: hidden; border-radius: 10px; height: 100%; box-shadow: none; color: var(--c_d1t); }
  a.card10-wrap:hover { box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
  .card10.-v2 a.card10-wrap:hover { box-shadow: none; }
   .card10-image { margin: 0; }
    .card10-image .icon1 { position: absolute; right: 20px; top: 20px; }
   .card10-title { padding: 20px; }

 /**
  * @name .card11
  * @description Video selection card
  * @example { }
  */

 .card11 { position: relative; overflow: hidden; border-radius: 10px; transform: translateZ(0); }
  .card11-checkbox[class] { position: absolute !important; }
  .card11-label[for] { --lh: 36px; --icon: '\e902'; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; z-index: 2; width: var(--lh); height: var(--lh); background: var(--c_b2t); transition-property: var(--t8n_p2), color; }
  :checked ~ .card11-label[for] { --icon: '\e926'; background: var(--c_a6); color: var(--c_i2); }
   .card11-label[for]:before { content: var(--icon); font: 16px/var(--lh) Icons; }
   .card11-label span { display: none; }
  .card11-wrap { --abcn: var(--c_b2t); --abch: var(--c_a3t); display: block; position: relative; overflow: hidden; height: 100%; box-shadow: none; }
  :checked ~ .card11-wrap { --abcn: var(--c_a6); --abch: var(--abcn); --atcn: var(--c_i2); --atch: var(--atcn); }
  .card11-details { background: var(--c_b4); font-size: 16px; padding: 12px 15px 20px; position: relative; }
  .card11-details p { margin-bottom: 12px; }
  :checked ~ .card11-details { background: var(--c_a6); color: var(--c_i2); }
   .card11-image { margin: 0; }
  :checked ~ .card11-details .topics1-letter { background: var(--c_i2); color: var(--c_a6); }
   .card11-image .img1::after { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 60%; background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)); transform: translateZ(0); }
   .card11-title { display: flex; align-items: flex-end; padding: 12px 10px 12px 12px; color: var(--c_i2); position: absolute; bottom: 0; width: 100%; justify-content: space-between; }
    .card11-title-l { display: flex; align-items: center; margin: 0; }
    .card11-title h5 { margin: 0; flex: 1; text-transform: uppercase; }
    .card11-title .icon-play { display: inline-flex; justify-content: center; align-items: center; flex: none; width: 1em; height: 1em; margin: 0 10px 0 0; border-radius: 50%; background: transparent; color: var(--c_i1);
     box-shadow: inset 0 0 0 2px var(--c_i1); font-size: 1.75em; }
     .card11-title .icon-play:before { padding-left: 0.2em; font-size: 0.6em; }
     .card11-title .timestamp1 { padding-left: 16px; }

 /**
  * @name .carousel1
  * @description Videos carousel
  * @example { }
  */

 .carousel1 { position: relative; overflow: hidden; }
  .carousel1-outer { max-width: calc(1100px + var(--sx) * 2); }
   .carousel1-inner { display: flex; align-items: center; position: relative; margin-bottom: 0; }
    .carousel1-inner > * { flex: none; width: 100%; margin: 0; }
    .carousel1-slides { position: relative; z-index: 2; margin-right: -100%; }
    [js] .carousel1-slides { pointer-events: none; }
     .carousel1 .tns-outer { margin-bottom: 0; }
      .carousel1 .tns-outer > .tns-ovh { overflow: visible; }
      .carousel1-entries { display: flex; overflow: auto; margin: 0; white-space: nowrap; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; vertical-align: top; }
      [js] .carousel1-entries { overflow: visible; }
      .carousel1-entries.tns-slider { display: flex; transition-timing-function: var(--t8n_e1); }
      .carousel1-entries::-webkit-scrollbar { display: none; }
       .carousel1-entry { flex: none; width: 100%; margin: 0 20px 0 0; white-space: normal; scroll-snap-align: start; }
       [js] .carousel1-entry { width: auto; margin-right: 0; }
        .carousel1-entry .card8 { display: flex; flex-direction: column; max-width: 590px; height: 100%; pointer-events: auto; }
        :root:not([js]) .carousel1-entry .card8 { margin-left: auto; margin-right: auto; }
         [js] .carousel1-entry .card8-main { display: none; width: 100%; flex-grow: 1; }
         .carousel1-entry .video1 { border-radius: 10px; }
         .carousel1-entry .img1 { border-radius: 10px; }
         .carousel1-entry .card8 .button1.-play { --w: 80px; position: static; }
         .video1-image .img1:after { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 60%; background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)); transform: translateZ(0); }
    .carousel1-details {  }
    :root:not([js]) .carousel1-details { display: none; }
     .carousel1-box { --m: 60px; display: flex; max-width: 550px; min-height: 520px; margin-left: auto; padding: var(--s2) var(--s4); border-radius: 10px; background: var(--c_b1t); }
      .carousel1-box > div { flex: none; width: 100%; margin: 0 -100% 0 0; opacity: 0; pointer-events: none; transform: translateX(calc(var(--m) * -1)); }
      .carousel1-box > div.-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
      .carousel1-box > div.-active ~ div { transform: translateX(var(--m)); }
    .carousel1-arrow[class] { --aown: 0; --atch: var(--c_a1); display: block; position: absolute; left: 0; top: 50%; width: 30px; height: 30px; margin: -15px -45px 0; font: 16px/30px Icons; text-align: center; }
    :root:not([js]) .carousel1-arrow[class] { display: none !important; }
    .carousel1-arrow.-next { left: auto; right: 0; }
    .carousel1.-first .carousel1-arrow.-prev, .carousel1.-last .carousel1-arrow.-next { opacity: 0.3; }
   .carousel1 .tns-nav { display: none; }
   .carousel1-nav { margin-top: var(--s2); text-align: center; }
    .carousel1-nav ul { display: inline-flex; vertical-align: top; padding: 0 var(--s1) 2px; border-bottom: 1px solid var(--c_o1t); }
     .carousel1-nav li { flex: none; margin: 0; }
     .carousel1-nav li ~ li { margin-left: var(--s1); }
      .carousel1-nav li:before { display: none; }
      .carousel1-nav a { --aown: 2px; --aocn: transparent; --atch: var(--atcn); display: block; padding-bottom: 3px; }
      .carousel1-nav .-active a { --aocn: var(--c_a4t); }

 @media print, screen and (max-width: 1111px) {
 .carousel1-entry .card8 { max-width: 460px; }
 .carousel1-arrow[class] { display: none; }
 .carousel1-box { padding: var(--s1) var(--s1) var(--s1) var(--s3); }
 }

 @media screen and (max-width: 1023px) {
  .carousel1-entry .card8 { max-width: 100%; }
   [js] .carousel1-entry .card8 .video1 { box-shadow: none; }
   [js] .carousel1-entry .card8-main { display: flex; }
    .carousel1-entry .card8-features { display: none; }
  .carousel1-details { display: none; }
 .carousel1-nav { display: none; }
 .carousel1 .tns-nav { display: block; }
 }
 @media screen and (max-width: 719px) {
 .carousel1-entry .card8 .button1.-play { --w: 60px; }
 }

 @media print {
 .carousel1-box { background: var(--c_b2); }
 .carousel1-entry .card8 { max-width: 520px; }
 }

 /**
  * @name .carousel2
  * @description Journey cards carousel
  * @example { }
  */

 .carousel2 { overflow: hidden; margin-top: -20px; margin-bottom: -20px; padding: 20px 0 calc(20px + var(--s1)); pointer-events: none; }
  .carousel2-wrap { position: relative; }
   .carousel2-wrap > * { pointer-events: auto; }
   .carousel2 .tns-outer { margin-bottom: 0; }
    .carousel2 .tns-outer > .tns-ovh { overflow: visible; margin-bottom: 0; }
     .carousel2-entries { display: flex; overflow: auto; margin: 0; white-space: nowrap; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; vertical-align: top; }
     [js] .carousel2-entries { overflow: visible; }
     .carousel2-entries.tns-slider { transition-timing-function: var(--t8n_e1); }
     .carousel2-entries::-webkit-scrollbar { display: none; }
      .carousel2-entry { flex: none; width: 33.33%; margin: 0 20px 0 0; white-space: normal; scroll-snap-align: start; }
      [js] .carousel2-entry { width: auto; margin-right: 0; }
   .carousel2-arrow[class] { --aown: 0; --atch: var(--c_a1); display: block; position: absolute; left: 0; bottom: -10px; width: 30px; height: 30px; margin: 0; font: 16px/30px Icons; text-align: center; }
   .carousel2-arrow.-next { left: auto; right: 0; }
   :root:not([js]) .carousel2-arrow[class], .carousel2.-first.-last .carousel2-arrow { display: none !important; }
   .carousel2.-first .carousel2-arrow.-prev, .carousel2.-last .carousel2-arrow.-next { opacity: 0.3; }

 @media screen and (max-width: 719px) {
 .carousel2-arrow[class] { display: none; }
 }

 /**
 * @name .confetti1
 * @description Confetti wrapper
 * @example { }
 */

 .confetti1 { position: fixed; left: 0; top: 0; z-index: 10001 !important; width: 100%; height: 100%; margin: 0; overflow: hidden; pointer-events: none; }

 /**
  * @name .content1
  * @description Global content
  */

 .content1 { flex-grow: 1; margin-bottom: 0; }
  .content1:before { display: block; content: attr(data-warning); margin: 40px 0 0; padding: 20px 40px; background: #b22; color: #fff; text-align: center; }
  .top1.-over ~ .content1:before { margin-top: 0; padding-top: 140px; }
 @supports(--css: variables) { .content1:before { display: none; } }

 @media screen and (max-width: 599px) {
  .content1:before { padding: 15px 20px; font-size: 14px; }
 }

 /**
  * @name .cta1
  * @description Call to action block
  * @example { }
  */

 .cta1 { position: relative; padding: var(--s3) 0; background: linear-gradient(#B0D1D8, #EAF3F6); text-align: center; }
  .cta1 > .img1 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; }
   .cta1 > .img1 img { animation: cta1 10s infinite alternate ease-in-out; }
  .cta1-wrap { position: relative; }
   .cta1-title { margin-bottom: 30px; }
   .cta1-action { position: relative; transform: translateZ(0); }

 @keyframes cta1 { 0% { transform: scale(1); } 100% { transform: scale(1.2); } }

 @media print {
 .cta1 { background: var(--c_b2); }
  .cta1 > .img1 { display: none; }
 }

 /**
  * @name .cta2
  * @description Call to signup
  * @example { }
  */

 .cta2 { position: relative; overflow: hidden; padding: var(--s3) 0; background: linear-gradient(#296089, #EDF7F8); text-align: center; }
  .cta2 > .img1 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; margin: 0; }
   .cta2 > .img1[revealed] { transition-duration: 1.25s; }
   .cta2 > .img1[reveal]:not([revealed]) { transform: scale(1.1); }
  .cta2-wrap { position: relative; }
 .cta2-anim { position: relative; width: 100px; min-height: 137px; margin: -50px auto 10px; transform: translateZ(0); }
 .cta2-title { margin-bottom: 30px; }
 .cta2 .signup1 { transform: translateZ(0); }

 @media screen and (min-width: 640px) {
   .cta2 .signup1 .nf-form-cont { width: 75%; margin: 0 auto var(--sy) auto; }
 }

 @media print {
 .cta2 { background: var(--c_b2t); }
  .cta2 > .img1 { display: none; }
  .cta2-wrap { }
   .cta2-anim { filter: invert(1); }
 }

 /**
  * @name .cta3
  * @description Sub hero3 CTA
  * @example { }
  */

 .cta3 { position: relative; margin: 0; }
  .cta3-wrap { --sy: 12px; padding: var(--s2) var(--sx); background: linear-gradient(135deg, var(--c_a1), var(--c_a6)); }

 @media screen and (min-width: 1024px) {
 .cta3 { position: relative; pointer-events: none; }
  .cta3-outer { position: absolute; left: 0; bottom: var(--s2); right: 0; overflow: hidden; height: 100vh; }
   .cta3-wrap { position: absolute; right: 0; bottom: 0; width: 400px; padding: var(--s1) var(--sx); border-radius: 10px 0 0 10px; pointer-events: auto; }
 }

 @media print {
 .cta3 { margin-top: var(--s1); }
  .cta3-wrap { background: var(--c_b2t); text-align: center; }
 }

 /**
  * @name .details1
  * @description Unfolder
  * @example { }
  */

 .details1 {  }
  .details1-toggler { display: flex; align-items: center; margin-bottom: 0; font: 700 16px/1.38 var(--ff_1); text-transform: uppercase; }
   .details1-toggler i { flex: none; display: flex; position: relative; margin-right: 5px; }
   .details1-toggler.-open i { transform: rotate(-90deg); }
    .details1-toggler.-open i:before{ opacity: 0; }
    .details1-toggler i:before { opacity: 1; }
    .details1-toggler i:after { content: '\e901'; margin-left: -1em; transform: rotate(-90deg); }
    .details1-toggler.-open i:after { opacity: 1; }
  .details1-content {  }
   .details1-content:before { display: block; content: ''; height: var(--s1); }

 /**
  * @name .embed1
  * @description Responsive embeds
  */

 .embed1 { display: block; position: relative; overflow: hidden; height: 0; padding-bottom: 56.25%; }
  .embed1 iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

 /**
  * @name .error1
  * @description Error page overlay
  */

 .error1 { display: flex; align-items: center; position: fixed; left: 0; top: 0; z-index: 201; width: 100%; height: var(--vhx); margin: 0; background: #f2f2f2; text-align: center; }
  .error1-wrap { margin-left: auto; margin-right: auto; }
   .error1-code { margin: 0; font-size: 82px; line-height: 1; opacity: 0.2; }
   .error1-title { margin-bottom: 8px; line-height: 1; }
   .error1-info { margin-bottom: calc(var(--sy) / 2); line-height: 1.3; }

 /**
  * @name .fields1
  * @description Fields wrapper
  * @example { }
  */

 .fields1 { --gx: 20px; --gy: var(--sy); }
  .fields1-actions { display: flex; justify-content: space-between; align-items: center; }
   .fields1-actions > * { width: auto; margin-bottom: 0; }
  .fields1-action { border-top-width: var(--s1); text-align: center; }

 @media screen and (max-width: 479px) {
 .fields1-actions { display: block; text-align: center; }
  .fields1-actions > * { margin-bottom: 10px; }
 }

 /**
  * @name .figure1
  * @description Image/caption wrapper
  * @example { }
  */

 .figure1 {  }
  .figure1-wrap { margin-left: auto; margin-right: auto; }
  .figure1 figcaption { margin-top: 15px; }
   .figure1 figcaption:after { display: block; content: ''; margin-top: 15px; border-bottom: 1px solid var(--c_o1t); }

 /**
  * @name .float1
  * @description Floating image
  * @example { }
  */

 @media print, screen and (min-width: 600px) {
 .float1, .alignright { float: right; width: var(--w, 50%); margin-left: var(--sy); }
 .float1.-left, .alignleft { float: left; margin-left: 0; margin-right: var(--sy); }
  .float1 > img, img.alignright, img.alignleft, img.alignnone { display: block; height: auto; }
  img.alignnone, img.aligncenter { display: block; margin: 0 auto; height: auto; max-width: 100%; }
 }

 /**
  * @name .footer1
  * @description Global footer
  */

 .footer1 { margin-top: auto; margin-bottom: 0; padding: 0; background: linear-gradient(#00487E, #14819A); clear: both; }
  .footer1-wrap { }
   .footer1 hr { margin-bottom: 0; margin-top: 0; }
   .footer1 .signup1 { margin-bottom: 0; padding: var(--s3) 0; }
    .footer1 .signup1 > * { width: 100%; max-width: calc(50% - var(--s1)); margin: 0; }
   .footer1-middle { display: grid; grid-template-columns: 1fr 600px 1fr; grid-column-gap: var(--s1); margin: 0; padding: var(--s3) 0; }
    .footer1-middle > * { margin-bottom: 0; }
    .footer1-promo { display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; padding: 0 var(--s2); border: 1px solid var(--c_o1t); border-width: 0 1px; }
     .footer1-promo h3 { margin-bottom: var(--sy); }
     .footer1-promo i { font-size: 160px; line-height: 1; }
     .footer1-promo i.icon-logo-lockup::before,
     .footer1-bottom i.icon-logo-lockup::before { color: var(--c_i1); }
    .footer1-socials { text-align: right; }
     .footer1 .socials1 { display: inline-block; text-align: left; }
      .footer1 .socials1 .button1 { --bcn: var(--c_b1); --tcn: var(--c_a1); --tch: var(--c_d1); }
   .footer1-bottom { display: flex; justify-content: space-between; margin: 0; padding: 20px 0; }
    .footer1-bottom > * { margin: 0; }
    .footer1-copys { }
     .footer1-copys i { display: none; }
     .footer1-copys br { display: none; }
     .footer1-copys br + span { margin-left: var(--s1); }
    .footer1-author { }
     .footer1-author i { display: inline-block; margin: 0 3px; font-size: 1.1em; vertical-align: middle; animation: heartbeat 1.5s infinite; }

 @keyframes heartbeat { 0%, 30%, 60%, 100% { transform: scale(1); } 15%, 45% { transform: scale(1.15); } }

 @media print, screen and (max-width: 1279px) and (min-width: 1024px) {
 .footer1-middle { grid-template-columns: auto 600px 100px; }
  .footer1-nav .button1 { --px: 10px; width: 100%; }
  .footer1 .socials1 { text-align: center; }
   .footer1 .socials1-items { --gx: 10px; }
    .footer1 .socials1-items li { width: 100%; }
 }
 @media screen and (max-width: 1023px) {
 .footer1-middle { display: block; }
  .footer1-nav { display: none; }
  .footer1-promo { max-width: 500px; margin: 0 auto; padding-left: 0; padding-right: 0; border-width: 0; }
  .footer1-socials { display: none; }
 .footer1 .signup1 { display: flex; flex-direction: column;}
   .footer1 .signup1 > * { max-width: 100%; }
    .footer1 .signup1 .nf-form-wrap { margin-top: var(--sy); }
 }

 @media screen and (max-width: 719px) {
 .footer1 .signup1 { padding: var(--s2) 0; }
 .footer1-middle { display: none; }
 .footer1-middle + hr { display: none; }
 .footer1-bottom { --sy: 18px; display: block; text-align: center; }
  .footer1-bottom > * { margin-bottom: var(--sy); }
  .footer1-copys { display: flex; align-items: center; flex-direction: column; }
   .footer1-copys i { display: block; margin: 40px 0 60px 0; font-size: 120px; line-height: 1; }
   .footer1-copys br + span { display: block; margin: 10px 0 0; }
 }

 @media print {
 .footer1 { border-top: 1px solid var(--c_o1t); background: none; }
  .footer1 .-decontain { margin-left: 0; margin-right: 0; }
  .footer1 .signup1 input { --own: 1px; }
  .footer1 .socials1 .button1 { --tcn: var(--c_d1); }
 }

 /**
  * @name .gallery1
  * @description Variable width gallery
  * @example { }
  */

 .gallery1 { overflow: hidden; }
  .gallery1-wrap { }
   .gallery1 .tns-outer { margin-bottom: 0; }
    .gallery1 .tns-outer > .tns-ovh { overflow: visible; }
    .gallery1-entries { display: flex; overflow: auto; margin: 0; white-space: nowrap; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; vertical-align: top; }
    .gallery1-entries.tns-slider { transition-timing-function: var(--t8n_e1); }
    .gallery1-entries::-webkit-scrollbar { display: none; }
     .gallery1-entry { flex: none; width: 100%; margin: 0 20px 0 0; white-space: normal; scroll-snap-align: start; }
     [js] .gallery1-entry { width: auto; margin-right: 0; }
      [js] .gallery1-entry figcaption { display: none; }
      .gallery1-entry figcaption { max-width: var(--xw_6); margin: 15px auto 0; }
       .gallery1-entry figcaption:after { display: block; content: ''; margin-top: 15px; border-bottom: 1px solid var(--c_o1t); }
   .gallery1-controls { position: relative; height: 0; margin: var(--sy) 0 0; }
   :root:not([js]) .gallery1-controls { display: none; }
    .gallery1-counters { position: absolute; left: 0; top: 0; margin: -4px 0 0; font-size: 13px; pointer-events: none; }
     .gallery1-counters small { display: inline-block; padding: 0 4px; font: inherit; vertical-align: top; }
    .gallery1-arrow { --aown: 0; --atch: var(--c_a1); display: block; position: absolute; right: 0; top: 3px; margin: 0; font: 16px/20px Icons; }
    .gallery1-arrow.-prev { right: 30px; }
    .gallery1.-first .gallery1-arrow.-prev, .gallery1.-last .gallery1-arrow.-next { opacity: 0.3; }
   [js] .gallery1-details { --p: 70px; max-width: calc(var(--xw_6) + var(--p) * 2); margin: 0 auto; padding: 0 var(--p); }
   :root:not([js]) .gallery1-details { margin-top: var(--sy); padding: 0; }
    [js] .gallery1-details:after { display: block; content: ''; margin: var(--sy) 0 0; border-bottom: 1px solid var(--c_o1t); }
    .gallery1-caption { margin: -5px 0 0; }
    :root:not([js]) .gallery1-caption { display: none; }

 @media screen and (max-width: 1023px) {
 .gallery1-counters { left: 0; }
 .gallery1-details { padding-left: 70px; }
 }
 @media screen and (max-width: 599px) {
 .gallery1-controls { height: auto; margin-top: 10px; margin-bottom: 12px; line-height: 1; }
  .gallery1-counters { --w: 40px; position: relative; margin-top: 0; font-size: 11px; }
  .gallery1-arrow { display: none !important; }
 [js] .gallery1-details { max-width: 100%; padding-left: 0; padding-right: 0; }
 }

 /**
 * @name .gateway1
 * @description Login/signup tabs
 * @example { }
 */

 .gateway1 {  }
  .gateway1 .subnav1 { margin: 0 calc(var(--px,0) * -1) var(--s1); text-align: center; }
   .gateway1 .subnav1-main {  }
    .gateway1 .subnav1-main li { flex-grow: 1; }
    .gateway1 .subnav1-main li ~ li { margin-left: 0; }
  .gateway1-tabs { }
   .gateway1-tab { margin-bottom: 0; }

 /**
  * @name .grid1
  * @description Basic grid
  * @example { }
  */

 .grid1 { --gx: 30px; }
  .grid1.-c4 > *:not([w]) { --w: 6; }
  .grid1.-c3 > *:not([w]) { --w: 8; }

 @media screen and (max-width: 1023px) {
 .grid1.-c4 > *:not([w]) { --w: 8; }
 .grid1.-c3 > *:not([w]) { --w: 12; }
 }
 @media screen and (max-width: 719px) {
 .grid1 { --gx: var(--sx); }
 .grid1.-c4 > *:not([w]) { --w: 12; }
 }
 @media screen and (max-width: 599px) {
 .grid1.-c4 > *:not([w]),
 .grid1.-c3 > *:not([w]) { --w: 24; }
 }

 /**
  * @name .header1
  * @description Page header
  * @example { }
  */

 .header1 { max-width: var(--xw_6); margin: 0 auto var(--s1); text-align: center; }
  .header1-date { }
  .header1-brow { margin-bottom: 12px; }
  .header1-partner { display: flex; justify-content: center; align-items: center; margin-top: 30px; }
   .header1-partner > * { display: block; margin: 0; }
   .header1-partner > * ~ * { margin-left: 10px; }
   .header1-partner > a { --aown: 0; width: 220px; }
   .header1-partner .img1 { max-height: 75px; max-width: 200px; }
  .header1 .bio1 { margin-left: auto; margin-right: auto; text-align: left; }
  .header1-title.-film { color: var(--c_a1); }

  /* If there are two attributions */
  .header1-wrap { max-width: 380px; margin: 0 auto; display: flex; flex-direction: column; align-items: left; justify-content: center; }
   .header1-wrap hr { width: 100%; }
   .header1-wrap .bio1 { margin: 0; }
   .header1-wrap .header1-partner { justify-content: left; margin: 0; }

 @media screen and (max-width: 599px) {
 .header1-partner { display: block; text-align: center; }
  .header1-partner > * { margin-left: auto; margin-right: auto; }
  .header1-partner > * ~ * { margin-top: 8px; margin-left: auto; }

  .header1-wrap .bio1 { margin: 0 auto; }
  .header1-partner .img1[style*="--r:"] img { object-position: 50% 50%; }
 }

 @media print {
   .header1:after, .box1.-compact:after { content: '.'; opacity: 0; }
 }

 /**
  * @name .hero1
  * @description Subpage hero
  * @example { }
  */

 .hero1 { position: relative; display: flex; margin: 0; background: var(--c_a1t); }
  .hero1-image { flex: none; position: relative; width: 100%; margin: 0 -100% 0 0; }
   .hero1-image:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0) 140px), rgba(0,0,0,0.2); }
   .hero1-image .img1 { min-height: 600px; }
    .hero1-image .img1:before { display: none; }
    [js] .hero1-image img:not(.lazyloaded) { transform: scale(1.1); }
    [js] .hero1-image img.lazyloaded { transition-duration: 2s; }
  .hero1-main { display: flex; justify-content: center; align-items: center; position: relative; width: 100%; margin: 0; }
   .hero1-wrap { width: 100%; padding: var(--s4) 0 var(--s3); }
  .hero1-slider { width: 100%; flex-shrink: 0; z-index: 0; }
   .hero1-slider .tns-outer [type="button"] { display: none; }
   .hero1-slider .tns-item { transition-timing-function: var(--t8n_e1); }
   .hero1-slider .tns-fadeOut { z-index: 5; }
   .hero1-slider.hero1-image:after { z-index: 10; }

 @media print, (min-width: 1024px) {
 .hero1a { }
  .hero1a .hero1-wrap { align-self: flex-end; text-align: left; }
   .hero1a .hero1-wrap > * { max-width: calc(50% + var(--s1)); }
 }

 @media screen and (max-width: 1023px) {
 .hero1-image .img1 { min-height: 540px; }
 }

 @media print {
 .hero1 { margin-top: var(--s1); background: var(--c_b2t); }
  .hero1-wrap { padding: var(--s3) var(--sx); }
   .hero1-image { display: none; }
 }

 /**
  * @name .hero2
  * @description Gradient hero
  * @example { }
  */

 .hero2 { margin-bottom: 0; }
  .hero2-main { display: flex; justify-content: center; align-items: flex-end; position: relative; width: 100%; min-height: 600px; margin: 0; background: linear-gradient(135deg, var(--c_a1), var(--c_a6)); background-size: 100% 100%; }
   .hero2-wrap { width: 100%; padding: 140px 0 var(--s1); }

 @keyframes hero2 { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

 @media screen and (max-width: 1023px) {
 .hero2-main { min-height: 540px; }
 }

 @media print {
 .hero2 { margin-top: var(--s2); }
  .hero2-main { min-height: 0; background: none; }
   .hero2-wrap { padding: 0; }
   .hero2-wrap[class] { max-width: 100%; margin: 0; border-width: 0; }
 }

 /**
  * @name .hero2.-blue
  * @description Gradient hero, blue instead of purple
  * @example { }
  */
 .hero2.-blue {  }
  .hero2.-blue .hero2-main { background: linear-gradient(#00487E, #14819A); display: flex; flex-direction: column;}

 @media screen and (max-width: 720px) {
   .hero2.-blue .hero2-main { min-height: 275px; }
 }

 /**
  * @name .hero3
  * @description Homepage hero
  * @example { }
  */

 .hero3 { position: relative; overflow: hidden; margin-bottom: 0; background: var(--c_a1); }
  .hero3-background { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; }
   .hero3-media { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; }
    .hero3-media:after { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0) 140px), rgba(0,0,0,0.35); }
    .hero3-media .img1 { height: 100%; }
     .hero3-media .img1:before { display: none; }
    .hero3-controls { display: flex; align-items: center; position: absolute; left: var(--sx); bottom: 20px; z-index: 11; color: var(--c_i2); font: 700 13px/1.3 var(--ff_1); }
     .hero3-controls > span { display: inline-flex; align-items: center; }
     .hero3-controls > span:first-child { cursor: pointer; }
     .hero3-controls > span:not(:last-child) { margin-right: 15px; }
      .hero3-controls > span i { margin-right: 5px; margin-top: 2px; }
   .hero3-scroll { --aown: 0; display: block; position: absolute; left: 50%; bottom: 0; z-index: 11; width: 40px; margin: 0 0 0 -20px; padding: 20px 0; color: var(--c_i2t); font-size: 40px; line-height: 1; text-align: center; transform: translateY(-5px); animation: hero3scroll 0.7s infinite alternate ease-in-out; }
  .hero3-wrap { display: flex; align-items: flex-end; position: relative; min-height: var(--vhx); padding: var(--s4) 0; }

 @keyframes hero3scroll { 0% { transform: translateY(-5px); } 100% { transform: translateY(5px); } }

 @media screen and (max-width: 1023px) and (min-width: 720px) {
 .hero3-wrap { min-height: 540px; }
 }
 @media screen and (max-width: 1023px) {
 .hero3-scroll[class] { display: none; }
 }
 @media screen and (max-width: 719px) {
 .hero3-controls { left: var(--sx); }
 .hero3-wrap { align-items: center; text-align: center; }
 }
 @media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hero3-txt-group { margin-right: calc(var(--xw_6)/2); }
 }

 @media print {
 .hero3 { margin-top: var(--s2); background: none; }
  .hero3-background { display: none; }
  .hero3-wrap { min-height: 0; padding: 0; }
 }

 /**
 * @name .icon1
 * @description Circular icon
 * @example { }
 */

 .icon1 { display: inline-flex !important; justify-content: center; align-items: center; min-width: 1em; min-height: 1em; border-radius: 50%; background: var(--c_b1t); font-size: 34px; line-height: 1; }
  .icon1:before { font-size: 0.75em; }

 /**
  * @name .iconed1
  * @description Iconed link
  */

 .iconed1 { --atcn: var(--c_a1t); --abch: var(--c_a3t); display: flex; align-items: center; padding: 10px 12px; border-radius: 5px; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2); }
  .iconed1 i { flex: none; font-size: 1.5em; line-height: 1; }
  .iconed1 i:first-child { margin-right: 10px; }
  .iconed1 i:last-child { margin-left: 10px; }

 /**
  * @name .img1
  * @description Image wrapper
  */

 .img1 { display: block; position: relative; overflow: hidden; width: 100%; }
  .img1[style*="--r:"]:before { display: block; content: ''; width: 100%; padding-bottom: calc(var(--r) * 100%); }
  .img1 img, .img1 video { display: block; width: 100%; }
  .img1[style*="--r:"] img, .img1[style*="--r:"] video { position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; object-position: var(--x, 50%) var(--y, 50%); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  .img1.-round img, .img1.-round video { border-radius: 50%; }
  .img1.-left { --x: 0; } .img1.-right { --x: 100%; } .img1.-top { --y: 0; } .img1.-bottom { --y: 100%; }
  .img1.-fit img, .img1.-fit video { height: 100%; object-fit: contain; }

 @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%); }
 }

 /**
  * @name .input1
  * @description Iconed inputs
  * @example { }
  */

 .input1[class] { display: block; position: relative; }
  .input1:before { position: absolute; right: 15px; top: 50%; color: var(--c_a1t); font-size: 24px; line-height: 1; transform: translateY(-50%); pointer-events: none; }
  .input1 input { padding-right: 60px; }

 /**
  * @name .invalid1
  * @description Validation message
  * @example { }
  */

 .invalid1 { display: none; margin-top: 5px; color: var(--c_e1t); font-size: 13px; }
 .-validated:invalid ~ .invalid1, .-validated:invalid + label .invalid1, .invalid1.-visible { display: block; }

 /**
  * @name .invalid1
  * @description Validation message
  * @example { }
  */

 .invalid1 { display: none; margin-top: 5px; color: var(--c_e1t); font-size: 13px; }
 .-validated:invalid ~ .invalid1, .-validated:invalid + label .invalid1, .invalid1.-visible { display: block; }

 /**
  * @name .insert1
  * @description Event insert
  * @example { }
  */

 .insert1 {  }
  .insert1-main { max-width: var(--xw_4); }

 @media print, screen and (min-width: 720px) {
 .insert1-details { display: flex; }
  .insert1-details > * { margin-bottom: 0; padding: 0 20px; border-left: 1px solid var(--c_o1t); }
  .insert1-details > :first-child { padding-left: 0; border-left-width: 0; }
   .insert1-details > :first-child, .insert1-details > :last-child { flex: 1 0 auto; }
 }
 @media screen and (max-width: 719px) {
 .insert1 { text-align: center; }
  .insert1-details { --sy: 12px; }
   .insert1-details br { display: none; }
 }

 /**
  * @name .journey1
  * @description Journey overlay
  * @example { }
  */

 .journey1 { position: fixed; left: 0; top: 0; z-index: 201; visibility: hidden; width: 100%; height: 100%; margin: 0; background: linear-gradient(#ADD3DC, #fff); transition-duration: 0.5s; transition-property: var(--t8n_p2); transition-timing-function: var(--t8n_e1); -webkit-clip-path: polygon(0 0,100% 0,100% 0,0 0); clip-path: polygon(0 0,100% 0,100% 0,0 0); }
 .journey1.-active { visibility: visible; -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%); clip-path: polygon(0 0,100% 0,100% 100%,0 100%); }
  .journey1-background { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; background: url(../images/journey1-bg1.jpg) repeat-x; animation: journey1 80s infinite linear; }
   .journey1-background .img1 { display: none; width: 100%; height: 100%; }
    .journey1-background .img1:before { display: none; }
  .journey1-controls { display: flex; position: relative; z-index: 2; max-width: 100%; padding: 20px; }
   .journey1-controls > :last-child { margin-left: auto; }
   .journey1-controls .button1 { --w: 34px; --h: var(--w); --px: 0; --py: 2px; --lh: 30px; --bcn: var(--c_b1t); --tcn: var(--c_d1t); --tch: var(--c_d1t); font-size: 14px; }
  .journey1-outer { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; overflow: auto; overflow-x: hidden; overscroll-behavior: none; width: 100%; height: 100%; margin: 0; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .journey1-outer::-webkit-scrollbar { display: none; }
   .journey1-inner { width: 100%; margin: auto !important; padding: var(--s3) 0; text-align: center; transition-duration: 0.5s; }
   .journey1:not(.-active) .journey1-inner { transform: translateY(30px); }
    .journey1 .carousel2-entry { text-align: left; }
    .journey1-email { display: flex; max-width: 420px; margin-left: auto; margin-right: auto; }
     .journey1-email .button1 { --h: 50px; flex: none; min-width: 0; margin-left: 10px; }

 @keyframes journey1 { 0% { background-position: 0 0; } 100% { background-position: -1296px 0; } }

 @media print {
 .journey1 { background: var(--c_b1t); }
  .journey1-background { display: none; }
 }

 /**
  * @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(--px); 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; color: #fff; font-size: 40px; 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 .link1
  * @description Link styling
  * @example { }
  */

 .link1 { --aown: 2px; --aocn: var(--c_a2t); --aoch: var(--atch); --atch: var(--c_a1t); display: inline-block; padding-bottom: 3px; font: 700 16px/1.38 var(--ff_1); text-transform: uppercase; }

 /**
  * @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_i2t); 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, 42px); line-height: 1; }
  .logo1 a { --aown: 0; --aowh: 0; display: block; }
   .logo1 img, .logo1 svg { display: block; height: 1em; }
   .logo1 i { display: block; margin-top: -6px; }

 @media screen and (max-width: 719px) {
 .logo1 { font-size: var(--mh, 36px); }
 }

 /**
  * @name .logos1
  * @description Logos rail
  * @example { }
  */

 .logos1 { display: flex; align-items: center; }
  .logos1-label { margin: 0 var(--s2) 0 0; }
  .logos1-items { flex-grow: 1; display: flex; align-items: center; justify-content: space-between; padding: 0; flex-wrap: wrap; }
   .logos1-items li { margin: 0; padding: 0 10px; min-width: 180px; }
    .logos1-items li:before { display: none; }
    .logos1-image { display: block; width: var(--w); margin-left: auto; margin-right: auto; }

 @media screen and (max-width: 1023px) {
 .logos1 { display: block; }
  .logos1-label { margin: 0 0 var(--s1); text-align: center; }
 }
 @media screen and (max-width: 719px) {
 .logos1-items { justify-content: center; flex-wrap: wrap; margin-top: -20px; }
  .logos1-items li { padding-top: 20px; }
 }

 /**
  * @name .modal1
  * @description Modal window
  * @example { }
  */

 .modal1 { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 201; visibility: hidden; margin: 0; padding: 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 { --aown: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; margin: 0; background: rgba(0,29,82,0.5); opacity: 1; }
  .modal1-outer { display: flex; align-items: center; justify-content: center; height: 100%; padding: var(--s3) 0; overflow: auto; overflow-x: hidden; overscroll-behavior: none; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
  .modal1-outer::-webkit-scrollbar { display: none; }
   .modal1-wrap { position: relative; width: 100%; max-width: var(--xw_4); margin: auto !important; padding: var(--s2) var(--s3); box-shadow: 0 10px 40px 0 rgba(0,0,0,0.20); background: var(--c_b1); transform: scale(0.9); }
   [js] .modal1.-active .modal1-wrap, .modal1:target .modal1-wrap { transform: translateY(0) scale(1); }
    .modal1-close[class] { --aown: 0; display: flex; justify-content: center; align-items: center; position: absolute; right: 15px; top: 15px; width: 30px; height: 30px; font-size: 14px; }

 .modal1.-v2 .modal1-wrap { --px: 40px; --py: 40px; padding: var(--py) var(--px); border-radius: 5px; }

 @media screen and (max-width: 719px) {
 .modal1-outer { padding: var(--s1) 10px; }
  .modal1-wrap { max-width: 100%; padding: var(--s3) var(--sx) var(--s1); }
 }

 @media print {
 .modal1-overlay { background: rgba(255,255,255,0.9); }
 }

 /**
  * @name .modal2
  * @description Email signup modal window
  * @example { }
  */

  .modal2 { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 201; width: 100%; max-width: 100%; margin: 0; padding: 0; background: rgba(var(--c_dx),0.5); transition: all var(--t8n_d2) var(--t8n_e1); transition-property: var(--t8n_p2); visibility: hidden; }
  .modal2.-active { visibility: visible; }
   .modal2-outer { display: flex; align-items: center; justify-content: center; position: relative; height: 100%; padding: var(--s1) 0; overflow: auto; overflow-x: hidden; overscroll-behavior: none; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch;  background: rgba(0,29,82,0.5); transition: opacity var(--t8n_d2) var(--t8n_e1); opacity: 0; }
   .modal2.-active .modal2-outer { opacity: 1; }
   .modal2-outer::-webkit-scrollbar { display: none; }
    .modal2-wrap { display: flex; position: relative; width: 100%; max-width: var(--xw_4); margin: auto !important; background: var(--c_b2); transition: all var(--t8n_d2) var(--t8n_e1); transition-property: var(--t8n_p1); box-shadow: 0 10px 40px 0 rgba(0,0,0,0.4); }
    .modal2 .modal2-wrap { transform: scale(0.9); }
    .modal2.-active .modal2-wrap { transform: scale(1); }
   .modal2-close[class] { display: flex; justify-content: center; align-items: center; position: absolute;	right: 10px; top: 10px;	margin: 0; padding: 10px; font-size: 14px; height: 34px; width: 34px; border-radius: 100%; background: var(--c_b1); box-shadow: none; }
   .modal2-image { flex: none; width: 47.5%; margin: 0; }
    .modal2-image .img1 { height: 100%; }
   .modal2-main { display: flex; flex-flow: column; padding: calc(var(--s1) * 1.5) var(--s1); width: 100%; }
    .modal2-main h3 { font-size: 28px; }
    .modal2-main .link1 { position: absolute; bottom: -36px; right: 0; padding-right: 50px; }
    .modal2-main .link1 i { font-size: 36px; position: absolute; width: 40px; right: 0; }
    .modal2-main .link1 i::before { display: block; transform: rotate(90deg); }

  @media screen and (max-width: 1023px){
  .modal2-outer { align-items: flex-end; padding-top: var(--s3); padding-bottom: 0; }
   .modal2-wrap { display: block; max-width: 100%; margin-bottom: unset !important; transition: all 0.5s var(--t8n_e1); transition-property: var(--t8n_p2); transform: translateY(900%) scale(1); }
   .modal2.-active .modal2-wrap { transform: translateY(0%) scale(1); }
    .modal2-image { display: none; }
    .modal2-main { padding-top: var(--s3); padding-left: var(--sx); padding-right: var(--sx); }
    .modal2-main .link1 { display: none; }
  }

  @media print {
  .modal2 { background: rgba(255,255,255,0.8); }
   .modal2-wrap { box-shadow: inset 0 0 0 1px var(--c_o1t); background: #fff; }
  }

 /**
  * @name .modal3
  * @description Journey/quiz overlay
  * @example { }
  */

  .modal3 { position: fixed; left: 0; top: 0; z-index: 201; visibility: hidden; width: 100%; height: 100%; margin: 0; background: #fff; transition-duration: 0.5s; transition-property: var(--t8n_p2); transition-timing-function: var(--t8n_e1); -webkit-clip-path: inset(0 0 100%); clip-path: inset(0 0 100%); }
  .modal3.-active { visibility: visible; -webkit-clip-path: inset(0); clip-path: inset(0); }
  .model3-inner { display: none; }
  .modal3.-active .model3-inner { display:block; }
   .modal3-background { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0; background: url(../images/modal3-bg1.jpg) repeat-x; animation: modal3 80s infinite linear; }
   .modal3-controls { display: flex; position: relative; z-index: 2; max-width: 100%; padding: 20px; }
    .modal3-controls > :last-child { margin-left: auto; }
    .modal3-controls .button1 { --w: 34px; --h: var(--w); --px: 0; --py: 2px; --lh: 30px; --bcn: var(--c_b1t); --tcn: var(--c_d1t); --tch: var(--c_d1t); font-size: 14px; }
   .modal3-wrap { position: absolute; left: 0; top: 0; width: 100%; margin: 0; transition-duration: 0.5s; }

  @keyframes modal3 { 0% { background-position: 0 0; } 100% { background-position: -1296px 0; } }

  @media print {
  .modal3 { background: var(--c_b1t); }
   .modal3-background { display: none; }
  }

/**
 * @name .modal4
 * @description Modal window for motivational style
 * @example { }
 */
 /* Modal Background */
.modal4 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensures it appears above all other elements */
}

/* Modal Content */
.modal4-content {
  position: relative;
  width: 590px; /* Fixed width */
  background-color: white;
  padding: 40px;
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Soft shadow for depth */
  max-width: 100%; /* Responsive on smaller screens */
  box-sizing: border-box;
}

/* Close Icon ("X") in the top right corner */
.modal4-content button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.modal4-content button:hover {
  color: #000;
}


/* Text content inside the modal */
.modal4-content p {
  margin-top: 15px;
  font-size: 1.1em;
  text-align: center;
  color: #444;
}

/* Ensure the modal's close button has a consistent size */
.modal4-content button::before {
  content: "×"; /* Unicode for the "X" symbol */
  font-size: 24px;
}


 /**
  * @name .more1
  * @description Loadmore button
  */

 .more1 { margin-top: var(--s3); text-align: center; }
 .more1[disabled] { opacity: 0.35; pointer-events: none; }
  .more1 .button1 { --w: 160px; position: relative; }
   .more1 .button1 > i { position: absolute; margin: -0.5em 0 0 -0.5em !important; }
   .more1:not([disabled]) .button1 > i { visibility: hidden; opacity: 0; }
   .more1[disabled] .button1 > span { visibility: hidden; opacity: 0; }

 /**
  * @name .nav1
  * @description Primary navigation
  */
 @media screen and (min-width: 1280px) {
 .nav1 { position: relative; width: 100%; transform: translateZ(0);  }
 .nav1-wrap { display: grid; grid-template-columns: 240px auto 240px; grid-column-gap: var(--s1); align-items: center; position: relative; }
  .nav1-corner { display: flex; align-items: center; position: absolute; right: 0; bottom: 100%; z-index: 11; margin: 0 0 15px; }
   .nav1-corner > * { min-width: 0; margin-bottom: 0; }
   .nav1-corner a { --atch: var(--atcn); }
   .nav1-side { display: flex; padding: 0; }
    .nav1-side li { position: relative; margin-bottom: 0; }
    .nav1-side li ~ li { margin-left: 20px; }
     .nav1-side li:before { display: none; }
     .nav1-drop { position: absolute; left: 50%; top: 100%; visibility: hidden; width: 230px; margin: 15px 0 0 -115px; padding: 30px; border-radius: 10px; background: var(--c_a1); color: var(--c_i2); font-size: 16px; opacity: 0; transform: translateY(10px); transition-property: var(--t8n_p2); }
     li:hover > .nav1-drop { visibility: visible; opacity: 1; transform: translateY(0); }
     .nav1-drop:focus-within { visibility: visible; opacity: 1; transform: translateY(0); }
      .nav1-drop:before { position: absolute; left: 0; bottom: 100%; content: ''; width: 100%; height: 20px; }
      .nav1-drop:after { position: absolute; left: 50%; bottom: 100%; content: ''; margin: 0 0 0 -1em; border: 1em solid transparent; border-bottom-color: var(--c_a1); font-size: 10px; }
      .nav1-drop li { margin-bottom: 5px; }
      .nav1-drop li.-name { margin-bottom: 15px; font-weight: 700; }
      .nav1-drop li.-logout { margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,0.25); }
      .nav1-drop li ~ li { margin-left: 0; }
   .nav1-langs:not(:first-child) { margin-left: 20px; padding-left: 20px; border-left: 1px solid; }
   .nav1-langs a { --atch: var(--atcn); }
  .nav1-main { display: flex; justify-content: center; grid-column: 2 / span 1; position: relative; width: 100%; margin: 0; padding: 0; font: 700 17px/1.53 var(--ff_1); align-items: center; }
   .nav1-main [line] { position: absolute; left: var(--left, 50%); top: 100%; overflow: hidden; width: var(--width, 0); height: 2px; margin: 0; background: currentColor; transform: translateX(-50%); transition-property: width, left, transform; transition-timing-function: var(--t8n_e1); pointer-events: none; }
    .nav1-main li { margin: 0; text-align: center; position: relative; }
   .nav1-main li ~ li { margin-left: var(--s1); }
    .nav1-main li:before { display: none; }
    .nav1-main a { --aown: 0; --atch: currentColor; display: block; }
    .nav1-main a:hover {  }
    .nav1-main em { position: absolute; left: -10001px; top: -10001px; font-style: normal; }
     .nav1-main [toggle] { display: none; }
     .nav1-main ul { position: absolute; left: 50%; top: 100%; visibility: hidden; margin: 30px 0 0; min-width: 250px; padding: 0; box-shadow: 0 20px 50px 0 rgba(0,0,0,0.3); background: var(--c_i1); font: 400 17px/1.53 var(--ff_1); opacity: 0; transform: translate(-50%,10px); transition-property: var(--t8n_p2); }
     .nav1-main li:hover > ul { visibility: visible; transform: translate(-50%,0); opacity: 1; }
      .nav1-main ul:before { position: absolute; left: 50%; bottom: 100%; content: ''; margin: 0 0 0 -10px; border: 10px solid transparent; border-bottom-color: var(--c_i1); }
      .nav1-main ul:after { position: absolute; left: 0; bottom: 100%; right: 0; content: ''; height: 40px; }
      .nav1-main ul li { margin: 0; }
      .nav1-main ul li ~ li { border-top: 1px solid var(--c_o1); }
       .nav1-main ul a { --aown: 0; --aowh: 0; --atcn: var(--c_d1); --atch: var(--c_a1); display: block; padding: 15px 24px; }
  .nav1-action { grid-column: -2 / span 1; position: relative; margin: 0; text-align: right; }
  .nav1-promo { display: none; }
  .nav1 .socials1 { display: none; }
 }
 @media print, screen and (max-width: 1279px) {
 .nav1 { position: fixed; left: 0; top: 0; bottom: 0; right: 0; visibility: hidden; content: ''; margin: 0; padding: 75px 0 0; background: linear-gradient(var(--c_a1), #14819A); text-align: center; opacity: 0; transition-property: var(--t8n_p2); }
 .is-nav-active .nav1 { visibility: visible; opacity: 1; }
 .nav1-wrap { overflow: auto; overflow-x: hidden; overscroll-behavior: none; height: 100%; margin: 0; padding: 30px 0 var(--s2); border-top: 1px solid rgba(255,255,255,0.2); scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
 body:not(.is-nav-active) .nav1-wrap { transform: translateY(10px); opacity: 0; }
 .nav1-wrap::-webkit-scrollbar { display: none; }
 .nav1-corner { }
  .nav1-corner a { --aown: 0; --atch: var(--c_a3); }
  .nav1-side { padding: 0; }
   .nav1-side li { margin-bottom: 5px; }
    .nav1-side li:before { display: none; }
    .nav1-drop { padding: 0; }
 .nav1-langs { }
  .nav1-langs a { --aown: 0; --atch: var(--c_a3); }
 .nav1-main { padding: 0 var(--sx); font: 700 17px/1.3 var(--ff_1); }
   .nav1-main li { --sy: 20px; position: relative; }
   .nav1-main li:before { display: none; }
   .nav1-main a { --aown: 0; --atch: var(--c_a3); }
   .nav1-main em { display: none; }
     .nav1-main [toggle] { position: absolute; margin: 4px 4px 4px 24px; font-size: 0.8em; vertical-align: top; }
     .nav1-main .is-open > [toggle] { transform: scaleY(-1); }
     .nav1-main ul { display: none; margin: 10px 0 0; padding: 5px 0; font-weight: 400; }
     .nav1-main .is-open > ul { display: block; }
      .nav1-main ul li { padding-bottom: 0; border-bottom-width: 0; }
 .nav1-action { padding: 0 var(--sx); }
 .nav1-promo { --sy: 12px; margin: var(--s1) 0; padding: var(--s1) var(--sx); border: 1px solid var(--c_o1t); border-width: 1px 0; }
  .nav1-promo .icon-logo-lockup { display: block; margin-top: 50px; margin-bottom: 30px; font-size: 60px; line-height: 1; }
  .nav1-promo .icon-takecare-stacked1 { font-size: 6rem; }
 .nav1 .socials1 { padding: 0 var(--sx); }
  .nav1 .socials1-items .button1 { --bcn: var(--c_i2); --tcn: var(--c_a1); }
}

 @media print, screen and (max-width: 480px) {
  .nav1-promo .icon-logo-lockup { font-size: 36px; }
  .nav1-promo .icon-takecare-stacked1 { font-size: 120px; }
 }

 @media print {
 .nav1 { background: var(--c_b1); }
 .nav1 .socials1-items .button1 { --tcn: var(--c_d1); }
 }

 /**
  * @name .ninjaforms1
  * @description Ninja Forms tyling
  * @example { }
  */

 .ninjaforms1 { }
  .ninjaforms1 .nf-form-title h3 { margin-bottom: var(--s1); }
  .nf-row div { margin-bottom: 0; }
   .ninjaforms1 .nf-row { overflow: hidden; margin: 0 -5px var(--sy); }
    .ninjaforms1 .nf-cell { float: left; padding: 0 5px; }
     .ninjaforms1 .nf-field-label { min-height: 22px; margin-bottom: 10px; }
     .ninjaforms1 .list-wrap ul { padding: 0; }
      .ninjaforms1 .list-wrap li:before { display: none; }
   .ninjaforms1 .nf-form-hp { display: none; }
   .ninjaforms1 .submit-wrap { text-align: center; }

   /* Grid forms */
   .ninjaforms1 .nf-multi-cell .nf-cell { padding: 0 10px; }
   .ninjaforms1 .nf-multi-cell .nf-row { margin: 0 -10px var(--sy); }

   .ninjaforms1 .nf-field-label:empty { display: none; }

 /**
 * @name .num1
 * @description Numbers in circle
 * @example { }
 */

 .num1 { display: inline-flex; justify-content: center; align-items: center; width: 2em; height: 2em; border-radius: 50%; background: var(--c_a3t); }


 /**
  * @name .pagination1
  * @description Pagination styling
  * @example { }
  */
.pagination1 { padding:50px 0; }
 .pagination1 ul.page-numbers { display: flex; justify-content: center; flex-wrap: wrap; margin: 0; padding: 0; }
  .pagination1 ul.page-numbers li { font: 700 16px/1.38 var(--ff_1); }
  .pagination1 ul.page-numbers li:before { display: none; }
  .pagination1 ul.page-numbers li a,
  .pagination1 ul.page-numbers li span { --aown: 0; --aowh: 0; --atch: var(--c_a1t); display: block; padding: 5px; margin:0 5px; }
  .pagination1 ul.page-numbers li a:hover { --atch: var(--c_a4); }
  .pagination1 ul.page-numbers li span.current { border-bottom: 2px solid var(--c_a4); }
  .pagination1 ul.page-numbers li a.prev, .pagination1 ul.page-numbers li a.next { background-color: #fff; border-radius: 50%; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; padding: 0; margin: 0 20px; }
  .pagination1 ul.page-numbers li a.prev:hover, .pagination1 ul.page-numbers li a.next:hover { background-color: var(--c_a1); color: #fff; }
  .pagination1 ul.page-numbers li a.prev span, .pagination1 ul.page-numbers li a.next span { display: block; width: 1px; height: 1px; overflow: hidden; text-indent: -9999px; }
  .pagination1 ul.page-numbers li a.prev:before, .pagination1 ul.page-numbers li a.next:before { display: block; font-family: 'Icons'; font-size: 12px; line-height: 34px; }
  .pagination1 ul.page-numbers li a.prev:before { content: "\e92e" }
  .pagination1 ul.page-numbers li a.next:before { content: "\e92d" }


 /**
  * @name .partner1
  * @description Partner logo
  * @example { }
  */

 .partner1 {  }
  .partner1 a { --aown: 0; display: block; }
   .partner1 a:hover .img1 { opacity: 0.8; }

 /**
  * @name .pikaday1
  * @description Calendar styling
  * @example { }
  */

 .pickaday1 { z-index: 999; margin: 6px 0 0; border-radius: 5px; box-shadow: 0 0 0 1px var(--c_o1t); background: #fff; }
 .pickaday1.is-hidden { display: none; }
  .pickaday1 .pika-lendar { padding: 10px; }
   .pickaday1 .pika-title { position: relative; margin-bottom: 15px; font: 700 14px/30px var(--ff_1); text-align: center; }
    .pickaday1 .pika-title .pika-label { display: inline-block; margin: 0 3px; vertical-align: top; }
     .pickaday1 .pika-title select { display: none; }
     .pickaday1 .pika-title button { --ocn: var(--c_o1t); display: block; position: absolute; left: 0; top: 0; overflow: hidden; min-width: 0; width: 30px; height: 30px; min-height: 30px; padding: 0; border-radius: 4px; background: transparent; color: #333 !important; color: var(--color) !important; line-height: 28px; text-indent: -10001px; white-space: nowrap; text-align: left; }
     .pickaday1 .pika-title button:hover { background: var(--color); color: #fff !important; }
      .pickaday1 .pika-title button:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: '\e90b'; color: var(--c_a1t); font: 12px/30px Icons; text-indent: 0; text-align: center; }
     .pickaday1 .pika-title .pika-next { left: auto; right: 0; }
      .pickaday1 .pika-title .pika-next:before { content: '\e90c'; }
   .pickaday1 .pika-table { width: 100%; }
    .pickaday1 .pika-table th, .pickaday1 .pika-table td { padding: 0 2px; border: none; box-shadow: none; text-align: center; }
    .pickaday1 .pika-table thead th { padding-bottom: 10px; background: transparent; color: inherit; color: var(--c_o1t); font-weight: normal; }
     .pickaday1 .pika-table abbr { font: inherit; border: none; text-decoration: none; font-size: 14px; }
     .pickaday1 .pika-table button { --bcn: transparent; --bch: var(--c_a2); --tcn: var(--c_d1t); --atch: var(--tcn); min-width: 0; width: 30px; height: 30px; height: auto; min-height: 0; padding: 0; border: none; border-radius: 50%; box-shadow: none; font: 12px/30px var(--ff_1); }
     .pickaday1 .pika-table .is-disabled button { background: none; color: #aaa !important;; }
     .pickaday1 .pika-table .is-selected button { background: #333; background: var(--c_a1); color: #fff !important; }

 /**
  * @name .plan1
  * @description Plan box
  * @example { }
  */

 .plan1 { position: relative; overflow: hidden; border-radius: 10px; background: var(--c_b1t); }
 .plan1.completed { background: var(--c_b3); }
  .plan1 .card9 { margin-bottom: 0; }
  .plan1-main { padding: var(--s2); }
   .plan1-header { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: var(--sy); border-bottom: 1px solid var(--c_o1t); }
    .plan1-header > * { margin-bottom: 0; }
 .plan1-header [data-status-title],
 .plan1-header [data-status-link] {
   text-transform: capitalize;
 }
 .plan1-right:before {
   height: 100%;
   position: absolute;
   left: 50%;
   border-left: 1px solid var(--c_o1t);
   content: '';
   display: block;
 }

 @media screen and (max-width: 1023px) {
   .plan1-right:before {content: none;}
 }
 @media screen and (max-width: 719px) {
 .plan1-main { padding: var(--s1); }
 }
 @media screen and (max-width: 599px) {
 .plan1-main { padding: var(--sx); }
 .plan1-header { display: block; }
  .plan1-header > * { margin-bottom: var(--sy); }
 }

 @media print {
 .plan1-main { border: 1px solid var(--c_o1t); border-top-width: 0; }
 }

 /**
  * @name .print1
  * @description Print button
  * @example { }
  */

 .print1 { min-width: 110px; text-align: center; }
 .print1.-boxed { margin-top: -10px; text-align: right; }
  .print1 a { --aown: 0; --atcn: var(--c_a1t); --atch: var(--c_d1t); display: inline-block; }
    .print1 span { display: block; }
    .print1 i { display: flex; justify-content: center; align-items: center; width: 1em; height: 1em; margin: 7px auto 0; border-radius: 50%; background: currentColor; font-size: 50px; letter-spacing: 1; }
     .print1 i:before {color: var(--c_i2t); font-size: 0.5em; line-height: inherit; }
    .print1 .share { display: flex; justify-content: center; align-items: center; margin: 7px auto 0; border-radius: 50%; background: currentColor; width: 50px; height: 50px; }
    .print1 .-second { margin-top: 36px; }

 @media screen and (min-width: 1100px) {
 .print1.-boxed { position: absolute; left: 100%; top: 0; z-index: 1; margin: 0 0 0 var(--s1); text-align: center; }
   .print1.-boxed span { white-space: nowrap; }
 }
 @media screen and (max-width: 1099px) {
 .print1.-boxed { float: right; margin: -8px 0 10px 20px; }
 }

 @media print {
 .print1 { display: none; }
 }

 /**
 * @name .quiz1
 * @description Description
 * @example { }
 */

 .quiz1 {  }
  .quiz1-progress { position: fixed; left: 0; top: 0; width: 100%; height: 8px; margin-bottom: 0; background: var(--c_a3t); transform-origin: 0 50%; pointer-events: none; transform: scaleX(var(--progress, 0)); }
  .quiz1-outer { }
   .quiz1-inner { padding: 0 var(--sx); }
   [js] .quiz1-inner { display: grid; align-items: center; min-height: 100vh; min-height: 100svh; }
    .quiz1-step { width: 100%; max-width: var(--xw, var(--xw_6)); margin: 0 auto; padding: var(--s3) 0; }
    .quiz1-step.-from { opacity: 0; transform: translateX(-20px); }
    .quiz1-step.-enter-start { transform: translateX(20px); }
    [js] .quiz1-step { grid-area: 1 / 1 / 2 / 2; max-height: 100vh; max-height: 100dvh; }
     .quiz1-brow { margin-bottom: 1rem; text-align: center; }
     .quiz1-title { margin-bottom: var(--s1); text-align: center; }
     .quiz1-symbol { font-size: 150px; line-height: 1; }
     .quiz1-loader { position: relative; min-height: 100px; }
      .quiz1-loader .loader2 { position: absolute; left: 50%; right: auto; top: 50%; bottom: auto; margin: -0.5em 0 0 -0.5em; }
     .quiz1-action { text-align: center; }
     .quiz1-action.-hidden { opacity: 0; pointer-events: none; }
      .quiz1-action .button1 { --w: 240px; }

 /**
  * @name .quote1
  * @description Large quote
  * @example { }
  */

 .quote1 { padding-left: 50px; margin-bottom: var(--s2); }
  .quote1 blockquote { box-shadow: none; padding: 10px 0 0; }
   .quote1 q { display: block; position: relative; }
    .quote1 q:before { position: absolute; right: 100%; top: 0; content: '\e919'; margin: -3px 20px 0 0; color: var(--c_a5t); font: 34px/1 Icons; }
    .quote1 q:after { display: none; }
   .quote1 cite { margin-top: var(--sy); }
  .quote1 .bio1 { margin-top: var(--s1); }
   .quote1 .bio1-main { align-self: flex-start; border-top: 1px solid var(--c_o1t); padding-top: 15px; }

 @media screen and (max-width: 599px) {
 .quote1 { padding-left: 0; }
  .quote1 q:before { display: block; position: relative; right: auto; top: auto; margin: 0 0 20px; }
 }

 /**
  * @name .radios1
  * @description Radio cards
  * @example { }
  */

 .radios1 { justify-content: center; }
  .radios1 li { flex: 0 1 340px; }
   .radios1 label { display: flex; justify-content: center; align-items: center; height: 100%; min-height: 160px; padding: var(--sx); border-radius: 10px; background: rgba(0,72,126,0.1); line-height: 1.4; }
   .radios1 :checked + label { background: var(--c_a3t); }
   .radios1 input[type] { position: absolute; left: -10001px; }

 @media (hover: hover) and (pointer: fine) {
  .radios1 label:hover { background: var(--c_a3t); }
 }

 @media print, screen and (max-width: 1279px) {
 .radios1 li { flex-basis: 320px; }
 }

 /**
  * @name .radios2
  * @description Radio cards with icons
  * @example { }
  */

 .radios2 { padding: 0; }
  .radios2 li { --sy: 20px; font-weight: 700; }
   .radios2 li:before { display: none; }
   .radios2 label { display: flex; justify-content: center; align-items: center; min-height: 90px; padding: 10px var(--sx); border-radius: 10px; background: rgba(0,72,126,0.1); line-height: 1.4; }
   .radios2 label:hover, .radios2 :checked + label { background: var(--c_a3t); }
    .radios2 i { margin: 0 15px 0 0; font-size: 32px; line-height: 1; }
   .radios2 input[type] { position: absolute; left: -10001px; }

 /**
  * @name .radios3
  * @description Quiz radio cards
  * @example { }
  */

  .radios3 { padding: 0; }
  .radios3 li { --sy: 20px; }
   .radios3 li:before { display: none; }
   .radios3 label { --oc: var(--ocn); --ocn: var(--tcn); --tcn: var(--c_d1t); --och: var(--c_o1t); display: block; padding: 14px var(--sx) 20px; border-radius: 40px; background: var(--c_b1); line-height: 1.4; font-weight: normal; text-align: center; text-wrap: balance; box-shadow: inset 0 0 0 var(--ow) var(--oc); --ow: 1px;  }
   .radios3 :checked + label { background: var(--c_a3t); }
   .radios3 input[type="radio"], .radios3 input[type="checkbox"] { position: absolute; left: -10001px; }
    .radios3 label input { display: inline-block; width: auto; text-align: center; }

 @media (hover: hover) and (pointer: fine) {
 .radios3 label:hover { --oc: var(--och, var(--ocn)); background: var(--c_a3t); }
 }

 /**
  * @name .range1
  * @description Range slider
  * @example { }
  */

 .range1 {  }
  .range1-title { text-align: center; }
   .range1-title big { display: block; margin-bottom: 5px; font-size: 56px; line-height: 1; letter-spacing: -0.25px; }
  .range1-slider { display: flex; align-items: center; }
   .range1-slider span { flex: none; width: 40px; }
   .range1-slider span:first-child { text-align: right; }
   .range1-slider input { --h: 12px; flex-grow: 1; margin: 0 15px; -webkit-appearance: none; appearance: none; }
   .range1-slider input::-webkit-slider-runnable-track { height: var(--h); border-radius: calc(var(--h) / 2); background: linear-gradient(90deg, var(--c_a2t) calc(var(--p,0.5) * 100%), #D7D7D7 calc(var(--p,0.5) * 100%)); cursor: pointer; }
   .range1-slider input::-moz-range-track { height: var(--h); border-radius: calc(var(--h) / 2); background: linear-gradient(90deg, var(--c_a2t) calc(var(--p,0.5) * 100%), #D7D7D7 calc(var(--p,0.5) * 100%)); cursor: pointer; }
   .range1-slider input::-ms-fill-lower, .range1-slider input::-ms-fill-upper { height: var(--h); border-radius: calc(var(--h) / 2); background: linear-gradient(90deg, var(--c_a2t) calc(var(--p,0.5) * 100%), #D7D7D7 calc(var(--p,0.5) * 100%)); cursor: pointer; }
   .range1-slider input::-webkit-slider-thumb { width: var(--h); height: var(--h); border: none; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 0.5px 2px rgba(0,0,0,0.1); background: #fff; transform: scale(2); -webkit-appearance: none; appearance: none; }
   .range1-slider input::-moz-range-thumb { width: var(--h); height: var(--h); border: none; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 0.5px 2px rgba(0,0,0,0.1); background: #fff; transform: scale(2); -webkit-appearance: none; appearance: none; }
   .range1-slider input::-ms-thumb { width: var(--h); height: var(--h); border: none; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 0.5px 2px rgba(0,0,0,0.1); background: #fff; transform: scale(2); -webkit-appearance: none; appearance: none; }

 /*

 input[type=range]:focus {
   outline: none;
 }
 input[type=range]::-ms-track {
   width: 100%;
   height: 8.4px;
   cursor: pointer;
   background: transparent;
   border-color: transparent;
   border-width: 16px 0;
   color: transparent;
 }

 input[type=range]::-ms-fill-lower {
   background: #2a6495;
   border: 0.2px solid #010101;
   border-radius: 2.6px;
   box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
 }
 input[type=range]::-ms-fill-upper {
   background: #3071a9;
   border: 0.2px solid #010101;
   border-radius: 2.6px;
   box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
 }


 input[type=range]:focus::-ms-fill-lower {
   background: #3071a9;
 }
 input[type=range]:focus::-ms-fill-upper {
   background: #367ebd;
 }

 */

 /**
  * @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 .signup1
  * @description Signup form
  * @example { }
  */

 .signup1 { display: flex; justify-content: space-between; align-items: center; }
  .signup1 > :first-child:last-child { width: 100%; max-width: 100%; }
  .signup1-fields { display: flex; }
   .signup1-fields .button1 { flex: none; min-width: 0; width: var(--w); margin-left: 10px; }

  .signup1 .nf-before-form-content, .signup1 .nf-after-form-content, .signup1 .nf-field-label, .signup1 .nf-before-field, .signup1 .nf-form-title { display: none; }
  .signup1 * { margin-bottom: 0; }
  .signup1 nf-rows-wrap { display: flex; }
   .signup1 nf-rows-wrap > *, .signup1 nf-rows-wrap .email-wrap { width:100%!important; }
   .signup1 nf-rows-wrap .nf-row:last-child { width: var(--w)!important; margin-left: 10px; }
   .signup1 .nf-field-container input[type=email] { height: var(--h); --orn: calc(var(--h) / 2); background-color: var(--c_b1); border-radius: var(--or, 4px); color: var(--c_d1); }
   .signup1 .nf-after-field { font-size: .75em; font-style: italic; padding: 5px; }

 @media screen and (max-width: 1023px) {
 .signup1 { display: block; }
  .signup1 > * { max-width: 100%; margin-bottom: var(--sy); }
 }
 @media screen and (max-width: 719px) {
 .signup1-fields input[class], .nf-field-container input[class] { --h: 40px; }
 .signup1-fields .button1 { --w: 100px; }
 }

 /**
  * @name .signup2
  * @description Modal signup form
  * @example { }
  */

  .signup2 { height: 100%; display: flex; flex-direction: column; justify-content: center; }
  .signup2 > :first-child:last-child { width: 100%; max-width: 100%; }
  .signup2-fields { }
   .signup2-fields .button1 { flex: none; min-width: 0; width: var(--w); }

  .signup2 .nf-before-form-content, .signup2 .nf-after-form-content, .signup2 .nf-before-field, .signup2 .nf-form-title { display: none; }
  .signup2 .nf-field-label { margin-bottom: 10px; }
  .signup2 .ninja-forms-req-symbol { display: none; }
  .signup2 * { margin-bottom: 0; }
  .signup2 nf-rows-wrap {  }
   .signup2 nf-rows-wrap > *, .signup2 nf-rows-wrap .email-wrap { width:100%!important; }
   .signup2 .nf-field-container input[type=email] { height: var(--h); --orn: calc(var(--h) / 2); background-color: var(--c_b1); border-radius: 4px;  color: var(--c_d1); }
   .signup2 .html-container p { font: 700 28px/1.25 var(--ff_1); margin-bottom: 10px; }
   .signup2 .nf-after-field { font-size: .75em; font-style: italic; padding: 5px; }
   .signup2 .nf-response-msg p { text-align: center; font: 700 36px/1.25 var(--ff_1); margin-bottom: 10px; display: flex; flex-direction: column; align-items: center; }
   .signup2 .nf-response-msg p img { max-width: 114px; margin-top: calc(var(--s1) - 10px); }

 @media screen and (max-width: 1023px) {
 .signup2 { display: block; }
  .signup2 > * { max-width: 100%; margin-bottom: var(--sy); }
 }
 @media screen and (max-width: 719px) {
 .signup2-fields input[class], .nf-field-container input[class] { --h: 40px; }
 .signup2-fields .button1 { --w: 100px; }
 }

 /**
  * @name .sponsor-logo1
  * @description Sponsor logo
  */
 .sponsor-logo1 { width: 150px; margin: 0 auto; }

 /**
  * @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: 15px; }
  .socials1-items { --gx: 20px; --gy: var(--gx); }
   .socials1-items li { width: auto; }
    .socials1-items .button1 { --w: 40px; --h: var(--w); --px: 0; --py: 5px; --lh: 30px; --bcn: var(--c_a1t); --tcn: var(--c_i2t); --tch: var(--c_d1t); font-size: 22px; }
     .socials1-items a:before { font-size: 0.55em; }

 .socials1.-side { float: right; width: 80px; margin: 0 0 0 var(--sx); text-align: center; }
  .socials1.-side .socials1-label { font-size: 16px; }
  .socials1.-side .socials1-items { --gx: 10px; }
   .socials1.-side .socials1-items li { width: 100%; }

 .socials1.-small {  }
   .socials1.-small .socials1-items li { border: 0; padding: 20px 10px 0; }
   .socials1.-small .socials1-items .button1 { --w: 30px; --h: var(--w); --py: 0; font-size: 16px; }

 .socials1-contact { margin-top: -10px; }
   .socials1-contact a:last-child { display: inline-block; --aow: var(--aown); --aoc: var(--aocn); box-shadow: 0 var(--aow, 1px) 0 0 var(--aoc, 'currentColor'); margin-bottom: 2px; }

 @media screen and (min-width: 1280px) {
   .socials1.-side { height: 0; overflow: visible; }
 }

 @media print, screen and (max-width: 1279px) {
 .socials1.-side { display: block; float: none; width: auto; margin: 0 auto var(--s1); }
  .socials1.-side .socials1-label { display: none; }
  .socials1.-side .socials1-items { justify-content: center; }
   .socials1.-side .socials1-items li { width: auto; }

 .socials1-contact { margin-bottom: var(--s2)!important; }
 }
 @media screen and (max-width: 359px) {
 .socials1-items { --gx: 10px; }
 }

 @media print {
 .socials1-items .button1 { --tcn: var(--c_d1t); }
 }

 /**
  * @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 Page layout
  * @example { }
  */

 .split1 { display: flex; justify-content: space-between; }
  .split1-side { width: calc(33.33% - var(--s1)); min-width: 0; max-width: 275px; margin: 0; }
   .split1-side .partner1 { max-width: 240px; margin: 0 auto; }
  .split1.-flip .split1-side { order: 2; }
  .split1-main { width: calc(66.33% - var(--s1)); min-width: 0; max-width: var(--xw_6); margin: 0; }

 @media screen and (max-width: 719px) {
 .split1 { display: block; }
  .split1-side { width: auto; max-width: 100%; margin-bottom: var(--s1); }
  .split1-main { width: auto; max-width: 100%; margin-bottom: var(--s1); }
 }

 /**
  * @name .split2
  * @description Events layout
  * @example { }
  */

 .split2 { display: flex; justify-content: space-between; align-items: flex-start; }
  .split2-main { width: calc(50% - var(--s1) / 2); min-width: 0; margin: 0; }
  .split2-main.-sticky { position: -webkit-sticky; position: sticky; top: var(--sy); }
  .split2-side { width: calc(50% - var(--s1) / 2); min-width: 0; margin: 0; }
    .split2-side.-full { width: 100%; text-align: center; }

 @media screen and (max-width: 719px) {
 .split2 { display: block; }
  .split2-main { width: auto; margin-bottom: var(--s1); }
  .split2-main.-sticky { position: relative; top: auto; }
  .split2-side { width: auto; }
 }

 @media print {
 .split2-main.-sticky { position: relative; top: 0; }
 }

 /**
  * @name .start1
  * @description Wizard start
  * @example { }
  */

 .start1 { }
  .start1-main { --px: var(--s2); display: flex; flex-direction: column; justify-content: center; order: 2; position: relative; padding: 150px var(--px) 100px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(107,177,193,.2)); }
   .start1-logo { --lh: 1; width: 100%; margin-bottom: var(--s2); text-align: center; font-size: 44px; }
   .start1 .fields1 input { --h: 60px; }
   .start1-card { margin-bottom: 20px; }
    .start1-card a { --sy: 12px; --aown: 0; --atch: var(--atcn); --abcn: var(--c_a5t); --abch: var(--c_a3t); display: block; padding: 30px; border-radius: 10px; }

 @media print, (min-width: 1024px) {
 .start1 { display: flex; min-height: var(--vhx); }
  .start1 > * { flex: none; width: 50%; margin: 0; }
  .start1-image { }
   .start1-image .img1 { height: 100%; }
    .start1-image .img1:before { display: none; }
   .start1-logo { position: absolute; left: 0; top: 48px; margin-bottom: 0; }
 }
 @media screen and (min-width: 1280px) {
 .start1-main { --px: var(--s3); }
 }
 @media screen and (max-width: 1023px) {
 .start1-main { margin-bottom: 0; padding: var(--s2) var(--sx); }
  .start1-logo { }
 }
 @media screen and (max-width: 719px) {
 .start1-main { min-height: var(--vhx); }
 .start1-image { display: none; }
 }

 /**
  * @name .step1
  * @description Steps
  * @example { }
  */

 .step1 { display: grid; grid-template-columns: 90px 3fr 2fr; grid-column-gap: var(--s1); margin-bottom: var(--s2); }
 .step1 + .step1 { padding-top: var(--s2); border-top: 1px solid var(--c_o1t); }
  .step1 > * { margin-bottom: 0; }
  .step1-step { }
  .step1-main { --sy: 20px; }
  .step1-side { --sy: 20px; }
   .step1-side .quote1:not(:first-child) { margin-top: var(--s1); }

 @media screen and (max-width: 1023px) {
 .step1 { display: block; }
  .step1-step { float: left; width: 90px; margin: 0 -100% 0 0; }
  .step1-step ~ * { margin-left: 130px; }
  .step1-main { margin-bottom: var(--s1); }
 }
 @media screen and (max-width: 719px) {
 .step1-step { float: none; width: auto; margin: 0 0 var(--s1); }
 .step1-step ~ * { margin-left: 0; }
 }

 /**
  * @name .subnav1
  * @description Dashboard tabs
  * @example { }
  */

 .subnav1 { margin-bottom: var(--s3); border-bottom: 1px solid var(--c_o1t); }
 .subnav1.-nosep { border-bottom-width: 0; }
  .subnav1-main { display: flex; padding: 0 0 2px; }
  .subnav1.-center .subnav1-main { justify-content: center; }
   .subnav1-main li { margin-bottom: 0; }
   .subnav1-main li ~ li { margin-left: var(--s1); }
   .subnav1.-hrg .subnav1-main li:last-child { margin-left: auto; }
   .subnav1.-hrg .subnav1-main .tab-account { font-weight: 400; }
    .subnav1-main li:before {display: none; }
    .subnav1-main li a { --aown: 3px; --aocn: transparent; display: block; padding-bottom: 10px; }
    .subnav1-main [aria-current] > a { --aocn: var(--c_a2t); }
 @media screen and (max-width: 719px) {
  .subtabs .subnav1-main { display: block; }
   .subtabs .subnav1-main li ~ li { margin-left: 0; }
   .subtabs .subnav1-main li a { padding: 6px 0 6px 10px; box-shadow: -3px 0 0 var(--aoc, 'currentColor'); }
 }

 /**
  * @name .subnav2
  * @description Fair/gathering navigation
  * @example { }
  */

 .subnav2 { --h: 60px; --hh: calc(var(--h) / 2); margin: calc(var(--h) / -2) 0 var(--s3); }
  .subnav2-main { padding: 0; }
   .subnav2-main li { margin-bottom: 0; font-weight: 700; }
    .subnav2-main li:before { display: none; }
    .subnav2-main li a { display: flex; justify-content: center; align-items: center; min-height: var(--h); padding: 0 35px; box-shadow: none; border: 1px solid var(--c_o1t); background: var(--c_b1t); background-clip: padding-box; color: var(--c_d1t); }
    .subnav2-main li a:hover { background-color: var(--c_a3t); }
    .subnav2-main li[aria-current] > a { border-color: var(--c_a1t); background: var(--c_a1t); color: var(--c_i2t); }

 @media print, (min-width: 720px) {
 .subnav2-main { display: flex; justify-content: center; }
  .subnav2-main li ~ li a { border-left-width: 0; }
  .subnav2-main li:first-child a { border-top-left-radius: var(--hh); border-bottom-left-radius: var(--hh); }
  .subnav2-main li:last-child a { border-top-right-radius: var(--hh); border-bottom-right-radius: var(--hh); }
 }
 @media screen and (max-width: 719px) {
 .subnav2-main { display: block; }
  .subnav2-main li ~ li a { border-top-width: 0; }
  .subnav2-main li:first-child a { border-top-left-radius: 10px; border-top-right-radius: 10px; }
  .subnav2-main li:last-child a { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
 }

 /**
  * @name .subtitle1
  * @description Wizard subtitle
  */

 .subtitle1-title { display: flex; align-items: center; }
  .subtitle1-title i { flex: none; margin: 0 10px 0 0; font-size: 1.1em; }

 @media print, (min-width: 720px) {
 .subtitle1 { display: flex; justify-content: space-between; align-items: center; }
  .subtitle1-title { margin: 0 10px 0 0; }
 }

 /**
  * @name .tabs1
  * @description About tabs
  * @example { }
  */

 .tabs1 {  }
  .tabs1 .subnav1 { margin: 0 calc(var(--b1px, 0) * -1) var(--s1); padding-left: calc(var(--b1px, 0)); padding-right: calc(var(--b1px, 0)); }
  .tabs1-tabs { position: relative; font: 16px/1.38 var(--ff_1); }
   .tabs1-tab { margin: 0; will-change: opacity, transform; }
   :root:not([js]) .tabs1-tab + .tabs1-tab { margin-top: var(--s2); padding-top: var(--s2); border-top: 1px solid var(--c_o1t); }
   .tabs1-tab.-enter { position: absolute; left: 0; top: 0; width: 100%; transform: translateY(10px); opacity: 0; }
   .tabs1-tab.-leave { transform: translateY(-10px); opacity: 0; }

 /**
  * @name .themes1
  * @description Themes list in individual film page
  */
 .themes1 {}
  .themes1-list { display: inline-block; font-size: 0; }
   .themes1-list > * { font-size: 20px; }
   .themes1-label { font-weight: 700; }
   .themes1-list span { margin-right: 4px; }

 /**
  * @name .timestamp1
  * @description Video image timestamp
  * @example { }
  */

 .timestamp1 { color: var(--c_i2t); font-size: 13px; line-height: 1; }

 /**
  * @name .title1
  * @description Title with edit button
  * @example { }
  */

 .title1 { display: flex; flex-wrap: wrap; align-items: baseline; margin-top: -6px; }
 .title1.-spread { justify-content: space-between; }
  .title1 > * { margin-bottom: 0; margin-top: 6px; }
  .title1 > :not(:last-child) { margin-right: 10px; }


 /**
  * @name .tns
  * @description Tiny slider styling
  * @example { }
  */

 .tns-nav { margin-top: var(--sy); text-align: center; line-height: 10px; }
  .tns-nav button[type] { --ocn: var(--c_o1t); --och: var(--c_o2t); --bcn: transparent; --bch: var(--bcn); --w: 11px; --h: var(--w); --lh: var(--h); --py: 0; --px: 0; --orn: 50%; margin: 0 4px; vertical-align: top; }
  .tns-nav button.tns-nav-active { --ocn: var(--c_a4t); --och: var(--ocn); --bcn: var(--ocn); }

 /**
  * @name .top1
  * @description Global header
  */

 .top1 { position: relative; z-index: 101; margin-bottom: 0; padding: 50px 0 0; }
  .top1-wrap { position: relative; width: 100%; max-width: 100%; }
   .top1 .logo1 { position: absolute; left: 0; top: 50%; z-index: 1; margin: -0.5em 0 0; }
   .top1-toggler { display: none; position: relative; z-index: 2; }


 @media screen {
 .top1.-over { position: absolute; left: 0; top: 0; right: 0; color: var(--c_i2t); }
  .top1.-over .logo1 i:before, .top1.-over .logo1 i:after { color: var(--c_i2t); }
 }

 @media print, screen and (max-width: 1279px) {
 .top1 { padding-top: 20px; }
 .is-nav-active .top1 { color: var(--c_i2t); }
  .top1-wrap { display: flex; justify-content: space-between; align-items: center; }
   .top1 .logo1 { position: relative; top: auto; margin: 0; }
    .top1 .logo1 i:before, .top1 .logo1 i:after { transition-property: color; }
    .is-nav-active .top1 .logo1 i:before, .is-nav-active .top1 .logo1 i:after { color: var(--c_i2t); }
   .top1-toggler { display: block; margin: 0; font-size: 34px; }
    .top1-toggler a { --aown: 0; display: inline-block; color: inherit; line-height: 1; vertical-align: top; transition-property: transform; transition-duration: 0.2s; }
     .top1-toggler a:before, .top1-toggler a:after { transition: color 0.2s; }
    .is-nav-active .top1-toggler a { transform: rotate(45deg); }
     .is-nav-active .top1-toggler a:after { color: transparent; }
     .is-nav-active .top1-toggler a:before { color: inherit; }

 body.is-nav-active { position: fixed; overflow: hidden; width: 100%; height: 100%; }
 }
 @media screen and (max-width: 719px) {
 .top1-toggler { font-size: 30px; }
 }

 /**
  * @name .topics1
  * @description Topic tags
  * @example { }
  */

 .topics1 { display: flex; justify-content: space-between; align-items: flex-end; }
  .topics1-items { --gx: 10px; flex-grow: 1; margin: 0; padding: 0; }
   .topics1-items li { --sy: 0; width: auto; }
    .topics1-items li:before { display: none; }
   .topics1-items-dropdown { text-overflow: clip; }
    .topics1-items-dropdown.-active { background-color: var(--c_a3t); }
    .themes1-items-dropdown.-active { background-color: var(--c_a3t); }
   .topics1-more { align-self: center; display: flex; align-items: baseline; font: 700 14px/1.2 var(--ff_1); }
   :root:not([js]) .topics1-more { display: none; }
   .topics1-more.-active { display: none; }
   [js] .topics1-more:not(.-active) ~ li { display: none; }
    .topics1-more i { margin: 0 5px 0 0; font-size: 0.75em; line-height: 1; }
    .topics1-more:hover span { box-shadow: 0 1px; }
   .topics1-sort { display: flex; align-items: center; flex: none; padding-left: 20px; font: 14px/1.2 var(--ff_1); }
    .topics1-sort label[for] { flex: none; margin: 0 4px 0 0; font: inherit; }
    .topics1-sort select { height: 20px; padding: 0; box-shadow: none; background: none; font: inherit; font-weight: 700; text-indent: 0; text-overflow: clip; }
  .topics1-letters ul { padding: 0; display: flex; }
   .topics1-letters ul li { padding: 0 10px 0 0; margin: 0; }
   .topics1-letters ul li::before { display: none; }
  .topics1-letter { width: 20px; height: 20px; display: block; text-align: center; border-radius: 50%; color: var(--c_i2); line-height: 18px; font-size: 12px; position: relative; }
  .topics1-letter.-body, .topics1-letter.-cuerpo {background-color: var(--c_a7); }
  .topics1-letter.-mind, .topics1-letter.-mente {background-color: var(--c_a4); }
  .topics1-letter.-spirit, .topics1-letter.-espiritu {background-color: var(--c_a6); }
  .topics1-letter.-community, .topics1-letter.-comunidad {background-color: var(--c_a1); }
  .topics1-tt { position: relative; top: -6px; left: 50%; transform: translate(-50%, -100%); padding: 2px 8px; border-radius: 10px; font-size: 12px; position: absolute; z-index: 101; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; color: var(--c_d1); text-transform: uppercase; border:1px solid #ccc; background-color: var(--c_i2); }
  .topics1-tt i { position: absolute; top: 100%; left: 50%; margin-left: -12px; width: 24px; height: 8px; overflow: hidden; }
  .topics1-tt i::after { content: ''; position: absolute; width: 8px; height: 8px; left: 50%; transform: translate(-50%,-50%) rotate(45deg); background-color: #fff; box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); border:1px solid #ccc; }
  .topics1-letter:hover .topics1-tt { visibility: visible; opacity: 1; }
  .topics1-left-group { display: flex; align-items: center; margin-bottom: 0; }
   .topics1-left-group form { margin-right: calc(var(--sy)/2); min-width: 170px; }
  .topics1-or span { display: flex; align-items: center; font-size: 0.8rem; font-weight: 700; }
   .topics1-keyword { margin-bottom: 0; }
    .topics1-keyword-fields { display: flex; position: relative; align-items: center; }
     .topics1-keyword-fields .icon-search { position: absolute; left: 20px; color: var(--c_o1t); }
     .topics1-keyword-fields input[type="search"] { padding-left: 52px; }
      .topics1-keyword-fields input[type="search"].-active { background-color: var(--c_a3t); }
     .topics1-keyword-fields button[type="submit"] { position: absolute; left: 0; min-width: auto; background: transparent; box-shadow: none; color: var(--c_o1t); }
     .topics1-keyword-fields button[type="submit"].-active .icon-search { color: var(--c_d2); }
     .topics1-keyword-fields button[type="reset"] { position: absolute; right: 8px; min-width: auto; padding: 12px; min-height: auto; line-height: 1; font-size: 10px; letter-spacing: 0; box-shadow: none; background: var(--c_i2); }
  .topics1-or { margin: 0 20px; }
   .topics1-or span:before, .topics1-or span:after { display: block; position: relative; content: ''; width: 20px; height: 1px; margin: 0 10px; background: var(--c_o1t); text-align: left; }
   .topics1-keyword input::placeholder { color: var(--c_d2); }
   .topics1-items, .themes1-items { color: var(--c_d2); }
   .topics1-items select:invalid, .topics1-items select.is-placeholder, .themes1-items select:invalid, .themes1-items select.is-placeholder { color: inherit; }


 @media screen and (max-width: 719px) {
 .topics1 { display: block; }
  .topics1-items, .themes1-items { flex-wrap: nowrap; overflow: auto; overflow-y: hidden; margin: 0; padding: 0; flex: 1 1 100%; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; pointer-events: auto; }
   .topics1-items:after, .themes1-items:after { display: block; flex: none; content: ''; width: calc(var(--sx) - var(--gx) / 2); }
  .topics1-items::-webkit-scrollbar, .themes1-items::-webkit-scrollbar { display: none; }
   .topics1-items li, .themes1-items li { flex: none; border-top-width: 0; }
   .topics1-more { display: none; }
   [js] .topics1-more[class] ~ li { display: block; }
  .topics1-sort { justify-content: flex-start; }
   .topics1-sort select { width: auto; }
  .topics1-left-group { flex-wrap: wrap; margin-bottom: var(--sx); }
  .topics1-keyword { margin-bottom: var(--sx); flex: 1 1 100%; }
  .topics1-items { margin-bottom: var(--sx); }
 }

 @media screen and (max-width: 1023px) {
   .topics1 { flex-wrap: wrap; align-items: baseline; }
   .topics1-left-group { margin-bottom: calc(var(--sx)/2); }
   .topics1-sort { padding-left: 0; }
 }

 /**
  * @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 { overflow: visible; height: auto; transition-duration: 0s; }

 /**
  * @name .video1
  * @description Video embed with pre-screen
  * @example { }
  */

 .video1 { position: relative; margin-bottom: var(--s2); box-shadow: 0 15px 60px rgba(0,0,0,0.25); background: transparent; overflow: hidden; }
  .video1 iframe { position: absolute; top: -2px; left: 0; width: 100%; height: calc(100% + 3px); }
  .video1-overlay { --aown: 0; display: block; position: relative; z-index: 1; margin: 0; box-shadow: none; color: inherit; }
  .video1.-play .video1-overlay { opacity: 0; pointer-events: none; }
   .video1-image { position: relative; margin: 0; cursor: pointer; }
     .video1-image img { background: var(--c_a1); }
     .video1-image.-hrg .button1.-play { position: absolute; left: 50%; top: 50%; margin: calc(var(--w) / -2); }
  .video1:hover .img1 { opacity: 0.8; }
  .video1-button-wrapper { display: flex; position: absolute; bottom: 0; left: 0; padding: 40px; width: 100%; justify-content: space-between; align-items: end; column-gap: 20px; }
  .video1-button-wrapper .timestamp1 { font-size: 16px; }

 .video1.-v2 { box-shadow: none; }
  .video1 .video1-image .img1:after { display: none; }
  .video1.-v2 .button1.-play { --w: 160px; }
  .video1.-v2 a:hover .button1.-play { --bch: #ffffff40; --tch: var(--c_a2t); }

 /**
  * @name .videos1
  * @description Wizard videos
  * @example { }
  */

 .videos1 {  }
  .videos1 .topics1-more { margin-left: auto; }
  .videos1-entries { --gx: 20px; --gy: var(--gx); }
   .videos1-entry { --w: 24; position: relative; }
    .videos1-entry a { --aown: 0; display: block; }

 @media print, (min-width: 720px) {
 .videos1-entry { --w: 12; }
 }

 /**
  * @name .wizard1
  * @description Wizard
  * @example { }
  */

 .wizard1 { --w1bh: 80px; --w1hh: 70px; display: grid; grid-template-rows: var(--w1hh) auto; grid-template-columns: 1fr 1fr; position: fixed; left: 0; top: 0; width: 100%; z-index: 201; height: 100%; margin: 0; background: var(--c_b1t); }
  .wizard1-noscript { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; z-index: 101; width: 100%; height: 100%; background: var(--c_b1t); font-size: 32px; line-height: 1; text-align: center; }
  .wizard1-header { display: flex; justify-content: space-between; align-items: center; grid-column: 1 / -1; position: relative; min-height: var(--w1hh); margin-bottom: 0; padding: 0 var(--sx); background: var(--c_b2t); }
   .wizard1-header > * { margin-bottom: 0; }
   .wizard1-title { --lh: 1; min-width: 180px; font: 700 17px/var(--lh) var(--ff_1); letter-spacing: 0.2px; }
    .wizard1-title a { display: flex; align-items: center; }
    .wizard1-title i { flex: none; margin: 0 15px 0 0; color: var(--c_a1t); font-size: 40px; line-height: 1; }
   .wizard1-nav { --lh: 1; display: flex; padding: 0; font: 17px/var(--lh) var(--ff_1); }
    .wizard1-nav li { display: flex; align-items: center; margin-bottom: 0; }
    .wizard1-nav li.-active { font-weight: 700; }
     .wizard1-nav li:before { display: block; position: relative; content: ''; width: 40px; height: 1px; margin: 2px 20px 0; background: var(--c_o1t); text-align: left; }
     .wizard1-nav li:first-child:before { display: none; }
   .wizard1-account { min-width: 180px; font-size: 13px; text-align: right; }
  .wizard1-progress { position: absolute; left: 0; top: var(--w1hh); z-index: 2; width: 100%; height: 0; margin: 0; }
   .wizard1-progress:before { position: absolute; left: 0; top: 0; content: ''; width: 100%; height: 6px; background: var(--c_a2t); transform: scaleX(var(--w1sp, 0)); transition-timing-function: var(--t8n_e1); transform-origin: 0 50%; }
   .wizard1-exit {
     position: absolute;
     top: var(--w1hh);
     right: var(--sx);
     margin: 0;
     padding-top: 18px;
     z-index: 2;
     font-size: 12px;
   }
   .wizard1-exit .button1.-small {
     font-size: 13px;
     padding: 8px 16px;
     min-height: auto;
     line-height: 1;
   }

   @media screen and (min-width: 1024px) {
     .wizard1-exit a {
       color: var(--atc, 'currentColor');
     }
   }
   .wizard1-exit .icon-close-thin {
     font-size: 10px;
   }
  .wizard1-side { overflow: auto; height: 100%; margin-bottom: 0; background-image: linear-gradient(#00487E, #14819A); scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
  .wizard1-side::-webkit-scrollbar { display: none; }
   .wizard1-sidebox { display: grid; grid-template-rows: auto var(--w1bh); min-height: 100%; padding: 0 var(--sx); }
    .wizard1-sidebox > .-main { display: grid; align-items: center; align-self: center; width: 100%; max-width: 450px; margin: 0 auto; padding: var(--s1) 0; }
     .wizard1-sidebox > .-main > .-step { grid-area: 1 / 1 / 2 / 2; }
     .wizard1-sidebox > .-main > .-step.-enter { opacity: 0; transform: translateY(10px); }
     .wizard1-sidebox > .-main > .-step.-leave { opacity: 0; transform: translateY(-10px); }
    .wizard1-sidebox > .-logo { display: flex; justify-content: center; align-items: center; margin: 0; font-size: 24px; line-height: 1; }
     .wizard1-sidebox > .-logo:before { color: var(--c_i2); }
  .wizard1-main { display: grid; grid-template-rows: auto var(--w1bh); position: relative; overflow: hidden; height: 100%; }
   .wizard1-mainbox { align-self: center; position: relative; overflow: auto; height: 100%; margin-bottom: 0; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
   .wizard1-mainbox::-webkit-scrollbar { display: none; }
    .wizard1-whitebox { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; margin: 0; padding: 0 var(--sx); }
    .page-template-template-pb-wizard-setup .wizard1-whitebox .modal1-close { display: none; }
    .wizard1-whitebox.-top { align-items: flex-start; }
    .wizard1-whitebox.-full { align-items: stretch; padding: 0; }
     .wizard1-whitebox.-full > * { min-height: 100%; }
    .wizard1-whitebox.-enter { opacity: 0; transform: translateY(10px); }
    .wizard1-whitebox.-leave { opacity: 0; transform: translateY(-10px); }
     .wizard1-whitebox > * { width: 100%; max-width: 450px; margin: 0 auto; padding: var(--s2) 0; }
     .wizard1-whitebox > .-wide { max-width: 100%; }
     .wizard1-whitebox > :not(:last-child) { padding: 100px 0; }
     .wizard1-whitebox > .-bottom { position: absolute; left: 0; bottom: 0; width: 100%; max-width: none; padding: var(--s1) var(--sx); font: 22px/1 var(--ff_2); letter-spacing: -0.5px; text-align: center; }
     .wizard1-whitebox > .-bottom.-from { opacity: 0; }
   .wizard1-actions { display: flex; position: relative; z-index: 5; height: var(--w1bh); padding: 0; box-shadow: 0 -5px 20px rgba(0,0,0,0.15); }
    .wizard1-actions > li { flex-grow: 1; margin: 0; }
    .wizard1-actions > li.-from { opacity: 0; }
    .wizard1-actions > li.-leave { pointer-events: none; }
    .wizard1-actions > li.-full { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; }
     .wizard1-actions > li:before { display: none; }
     .wizard1-actions .button1 { --h: var(--w1bh); --lh: 30px; --orn: 0; width: 100%; font-size: 24px; text-transform: none; }
      .wizard1-actions .button1[disabled] { opacity: 0.35; pointer-events: none; }

 .wizard1.-local { display: flex; justify-content: center; align-items: center; overflow: visible; background: rgba(0,0,0,0.5); }
 .wizard1.-local.-from { opacity: 0; }
  .wizard1.-local .wizard1-main { width: 100%; max-width: 600px; height: auto; border-radius: 5px; background: var(--c_b1); }
   .wizard1.-local .wizard1-mainbox { overflow: auto; max-height: calc(75vh - var(--w1bh)) !important; }
    .wizard1.-local .wizard1-whitebox { display: block; position: relative; transform: none; opacity: 1; transition-duration: 0s; }
     .wizard1.-local .wizard1-whitebox > * { max-width: 100%; }
     .wizard1.-local .wizard1-whitebox > .-main[class] { padding: var(--s2) 0; }
     .wizard1.-local .wizard1-whitebox > .-bottom { position: relative; left: auto; bottom: auto; padding: 0 0 var(--s2); }
  .wizard1.-local .wizard1-actions li:first-child .button1 { border-bottom-left-radius: 5px; }
  .wizard1.-local .wizard1-actions li:last-child .button1 { border-bottom-right-radius: 5px; }

 @media screen and (max-width: 1023px) {
 .wizard1 { --w1bh: 60px; display: block; overflow: auto; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
 .wizard1::-webkit-scrollbar { display: none; }
  .wizard1-header { }
   .wizard1-title { width: 100%; }
    .wizard1-title a { justify-content: space-between; }
    .wizard1-title i { order: 2; margin: 0 0 0 20px; font-size: 24px; }
     .wizard1-title i:before { content: '\e91d'; }
   .wizard1-nav { display: none; }
   .wizard1-account { display: none; }
  .wizard1-progress { position: -webkit-sticky; position: sticky; left: auto; top: 0; }
  .wizard1-side { overflow: visible; height: auto; }
   .wizard1-sidebox { display: block; min-height: 0; padding: 0 var(--sx); }
    .wizard1-sidebox > .-main { padding-top: var(--s2); padding-bottom: var(--s2); }
     .wizard1-sidebox > .-main > .-step { transition-duration: 0s; }
     [js] .wizard1-sidebox > .-main > .-step { margin-bottom: 0; }
    .wizard1-sidebox > .-logo { display: none; }
  .wizard1-main { display: block; overflow: visible; height: auto; }
   .wizard1-mainbox { overflow: visible; height: auto; }
    .wizard1-whitebox { display: block; position: relative; min-height: 0; padding: 0 var(--sx); transition-duration: 0s; }
     .wizard1-whitebox > .-main[class] { padding: var(--s2) 0; }
     .wizard1-whitebox > .-bottom { position: relative; left: auto; bottom: auto; padding: 0 0 var(--s2); }
   .wizard1-actions { position: -webkit-sticky; position: sticky; bottom: 0; width: 100%; }
    .wizard1-actions .button1 { font-size: 20px; }
 }
 @media screen and (max-width: 599px) {
 .wizard1.-local .wizard1-main { max-width: calc(100% - var(--sx)); }
 }

 @media print {
   .single-playbook #footer { display: none; }
   .single-playbook .top1-toggler { display: none; }
 }

 /**
  * @name .wrap1
  * @description Content wrapper
  */

 .wrap1 { margin-bottom: 0; padding: var(--s3) 0; background: currentColor; color: transparent; }
  .wrap1-inner { color: var(--c_d1t); }
 .wrap1.-x1 { --x1t: 400px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(107,177,193,.2) var(--x1t)); }

 @media screen and (max-width: 719px) {
 .wrap1.-x1 { --x1t: 200px; }
 }

 @media print {
 .wrap1[class] { background: none; color: inherit; }
 }

 /*   _____ ______  ______  __   _ _______
  *     |   |       |     | | \  | |______
  *   __|__ |_____  |_____| |  \_| ______|
 */

 [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-lockup:before { content: "\e91d"; color: var(--c_a1t); }
 .icon-logo:before { content: "\e91c"; color: var(--c_a1t); }
 .icon-logo-campaign:before { content: "\e91c"; color: var(--c_a1t); }
 .icon-logo-campaign:after { content: "\e914"; margin-left: -2.732421875em; color: #001D52; }
 .icon-menu:before { content: "\e917"; color: transparent; }
 .icon-menu:after { content: "\e918"; margin-left: -1em; }

 .icon-pagination-right:before { content: "\e92d"; }
 .icon-pagination-left:before { content: "\e92e"; }
 .icon-arrow-external-medium:before { content: "\e92c"; }
 .icon-search:before { content: "\e929"; }
 .icon-checkmark:before { content: "\e926"; }
 .icon-print:before { content: "\e920"; }
 .icon-remove:before { content: "\e91e"; }
 .icon-edit:before { content: "\e91f"; }
 .icon-date:before { content: "\e921"; }
 .icon-file:before { content: "\e922"; }
 .icon-group:before { content: "\e923"; }
 .icon-time:before { content: "\e924"; }
 .icon-virtual:before { content: "\e925"; }
 .icon-email:before { content: "\e900"; }
 .icon-minus:before { content: "\e901"; }
 .icon-plus:before { content: "\e902"; }
 .icon-linkedin:before { content: "\e903"; }
 .icon-twitter:before { content: "\e904"; }
 .icon-facebook:before { content: "\e905"; }
 .icon-youtube:before { content: "\e906"; }
 .icon-instagram:before { content: "\e907"; }
 .icon-pause:before { content: "\e908"; }
 .icon-play:before { content: "\e909"; }
 .icon-angle-down:before { content: "\e90a"; }
 .icon-angle-left:before { content: "\e90b"; }
 .icon-angle-right:before { content: "\e90c"; }
 .icon-angle-up:before { content: "\e90d"; }
 .icon-close-thin:before { content: "\e90e"; }
 .icon-close:before { content: "\e90f"; }
 .icon-computer:before { content: "\e910"; }
 .icon-heart:before { content: "\e911"; }
 .icon-location:before { content: "\e912"; }
 .icon-long-arrow-down:before { content: "\e915"; }
 .icon-long-arrow-up:before { content: "\e916"; }
 .icon-quote:before { content: "\e919"; }
 .icon-reload:before { content: "\e91a"; }
 .icon-symbol:before { content: "\e913"; }
 .icon-download:before { content: "\e927"; }
 .icon-takecare-stacked1:before { content: "\e92a"; }
 .icon-logo-no-tm:before { content: "\e92b"; }

 /*   ______  _______ _______ _______ _     _ _      _______ _______
  *   |     \ |______ |______ |_____| |     | |         |    |______
  *   |_____/ |______ |       |     | |_____| |_____    |    ______|
 */

 *, *: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; }
 lottie-player > svg * { transition: none; }

 html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
 body { font: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

 div, form, fieldset, blockquote, article, aside, details, figcaption, figure, footer, header, menu, nav, main, section, address, ul, ol, dl, dd, dt, p, table, pre, h1, h2, h3, h4, h5, h6 { display: block; margin-bottom: 1rem; margin-bottom: var(--sy); }
 body > :not(.root1), body > :not(.root1) div, body > :not(.root1) form { margin-bottom: 0; }

 @page { margin: 40px; }
 @media print { body { width: 1024px; margin: 0 auto; background: #fff; } }

 /* forms */

 fieldset { min-width: 0; padding: 0; border: none; }
 label { cursor: pointer; vertical-align: middle; }
 label:first-child { display: block; margin: 0 0 8px; }
  label em { color: #f00; font-style: inherit; }
 input, textarea, select { --h: 50px; --lh: 24px; --px: 20px; --py: calc((var(--h) - var(--lh)) / 2); --bcn: var(--c_b1t); --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=date], input[type=time], input[type="checkbox"], input[type="radio"], input[type=number], textarea, select { width: 100%; height: var(--h); padding: var(--pt, var(--py)) var(--px) var(--pb, var(--py)); border: none; border-radius: var(--or, 4px); 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; }
 select[multiple] { min-height: 85px; background-image: none; padding-right: var(--px); }
 .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; pointer-events: none; opacity: 0.6; }

 input[type="checkbox"], input[type="radio"] { --s: 20px; --tc: var(--c_d1t); 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.28em; }
 .-t\:12 input[type="checkbox"],.-t\:12  input[type="radio"] { vertical-align: -0.33em; }
 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: 14px 19px; border: none; box-shadow: inset 0 -1px var(--c_o1t); text-align: left; vertical-align: top; }
  thead th { padding-top: 14px; padding-bottom: 14px; box-shadow: none; background: var(--c_b2t); }

 /* lists */

 ul, ol, dd, blockquote { padding-left: 40px; }

 ol, ul { list-style: none; counter-reset: ordered; padding-left: 55px; }
  li { --sy: 8px; margin-bottom: var(--sy); counter-increment: ordered; }
   ol > li:before { position: absolute; content: counter(ordered) '.'; margin: 0 0 0 -30px; text-align: right; }
   ul > li:before { float: left; overflow: hidden; content: '\25A0'; margin: -2px 0 0 -30px; color: var(--c_a5); }
   ul ul, ol ul, ol ol, ul ol { margin-top: 10px; }
   ul ul > li:before, ol ul > li:before { float: left; overflow: hidden; content: '\25AA'; margin: -8px 0 0 -30px; font-size: 1.5em; }

 dt { margin-bottom: 5px; font-weight: bolder; }
 dd { padding-left: 0; }

 /* links */

 a { --aocn: currentColor; --aoch: var(--c_a2t); --atch: var(--c_a1t); }
 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: 10px; }

 /* other */

 blockquote { padding-left: 25px; box-shadow: inset 4px 0 0 0 var(--c_a5t); }
  blockquote q { display: block; }
  cite { display: block; margin-top: 10px; font: inherit; }
 pre { padding: 10px; border: 1px solid var(--c_o1t); background: var(--c_b2t); font: 14px/1.2 Consolas,Monaco,Courier New,monospace; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
 code { padding: 2px 4px; background-color: #f9f2f4; color: #c7254e; font-size: 80%; white-space: nowrap; }
 hr { overflow: hidden; width: auto; height: 1px; margin: var(--s1) 0; border: none; border-top: 1px solid; background: none; color: var(--c_o1t); font-size: 0; }
 sup, sub { font-size: 0.6875em; vertical-align: top; } sub { vertical-align: bottom; }
 b, strong { font-weight: bolder; }
 mark { padding: 0 2px; background-color: 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; }
 .wysiwyg blockquote, .wysiwyg blockquote:last-child { font: 28px/1.29 var(--ff_1); margin: var(--s2) 0; }
 .wysiwyg img { height: auto; }

 /* hide */
 .-hide { display: none; }

 /* first/last margins */

 body :last-child { margin-bottom: 0; }


 /*   _    _ _______  ______ _______
  *    \  /  |_____| |_____/ |______
  *     \/   |     | |    \_ ______|
 */

 /* text styling */

 html, h1, h2, h3, h4, h5, h6, blockquote, cite, figcaption, [class*="-t:"] { font: 20px/1.6 var(--ff_1); letter-spacing: 0.2px; text-transform: none; }
 .-t\:i[class] { font: inherit; letter-spacing: inherit; text-transform: inherit; }
 .-t\:1, h1 { font: 700 48px/1.08 var(--ff_1); letter-spacing: 0.4px; }
 .-t\:2, h2 { font: 700 36px/1.11 var(--ff_1); letter-spacing: 0.6px; }
 .-t\:3, h3 { font: 700 24px/1.25 var(--ff_1); letter-spacing: 0.4px; }
 .-t\:4, h4, dt { font: 700 20px/1.30 var(--ff_1); }
 .-t\:5, h5, label:where(:first-child) { font: 700 16px/1.38 var(--ff_1); }
 .-t\:6, h6, th { font: 700 14px/1.43 var(--ff_1); text-transform: uppercase; }
 .-t\:7, blockquote { }
 .-t\:8, cite { font: 700 16px/1.38 var(--ff_1); }
 .-t\:9, figcaption { font: 13px/1.38 var(--ff_1); }
 .-t\:10, table { font: 18px/1.38 var(--ff_1); }
 .-t\:11 { font: 28px/1.29 var(--ff_1); } /* large paragraph */
 .-t\:12 { font: 16px/1.38 var(--ff_1); } /* small paragraph */
 .-t\:13 { font: 36px/1.22 var(--ff_1); } /* callout text */
 .-t\:14 { font: 14px/1.33 var(--ff_1); } /* smaller paragraph */
 .-t\:15 { font: 18px/1.6 var(--ff_1); } /* medium paragraph */
 .-t\:left { text-align: left; }

 @media screen and (max-width:  719px) {
 .-t\:0, html { font: 18px/1.66 var(--ff_1); }
 .-t\:1, h1 { font: 700 30px/1.20 var(--ff_1); letter-spacing: 0.2px; }
 .-t\:2, h2 { font: 700 26px/1.30 var(--ff_1); letter-spacing: 0.2px; }
 .-t\:3, h3 { font: 700 20px/1.30 var(--ff_1); letter-spacing: 0.2px; }
 .-t\:4, h4 { font: 700 18px/1.33 var(--ff_1); }
 .-t\:11 { font: 23px/1.30 var(--ff_1); } /* large paragraph */
 .-t\:13 { font: 26px/1.30 var(--ff_1); } /* callout text */
 }

 /* link styling */

 a.-as\:0, .-as\:0 a { --aown: 0; }
 a.-as\:1, .-as\:1 a { --aocn: transparent; --aoch: currentColor; }
 a.-as\:2, .-as\:2 a { --aown: 2px; --aocn: var(--c_a2t); --aoch: currentColor; }
 a.-as\:3, .-as\:3 a { --atcn: var(--c_a1t); --atch: var(--c_d1t); }

 /* list styling */

 ul.-ls\:1, ol.-ls\:1, .-ls\:1 ul, .-ls\:1 ol { padding: 0; }
  .-ls\:1 li { }
   .-ls\:1 li:before { display: none; }

 ul.-ls\:2, ol.-ls\:2, .-ls\:2 ul, .-ls\:2 ol { padding: 0; }
  .-ls\:2 li { --sy: 20px; }
  .-ls\:2 li ~ li { padding-top: var(--sy); border-top: 1px solid var(--c_o1t); }
   .-ls\:2 li:before { display: none; }

 ul.-ls\:3, ol.-ls\:3, .-ls\:3 ul, .-ls\:3 ol { padding-left: 30px; }
  .-ls\:3 li { --sy: 4px; }
   .-ls\:3 li:before { width: 20px; margin-left: -20px; text-align: left; }

 ul.-ls\:4, ol.-ls\:4, .-ls\:4 ul, .-ls\:4 ol { padding-left: 30px; }
  .-ls\:4 li { --sy: 2px; }
   .-ls\:4 li:before { content: '\2022'; width: 20px; margin-left: -20px; color: inherit; text-align: left;  }

 /* input styling */

 .-is\:1 { --orn: calc(var(--h) / 2); }
 .-is\:2 { --h: 60px; }
 .-is\:3[type] { --h: 24px; --px: 0; --py: 0; --bcn: transparent; border-radius: 0; box-shadow: inset 0 var(--ow, -1px) 0 0 var(--oc); }

 /* 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}

 @media print, (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 screen and (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 screen and (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); }
 .-gg\:2 { --gx: 20px; --gy: var(--s2); }
 .-gg\:3 { --gx: var(--s1); --gy: var(--s2); }
 .-gg\:4 { --gx: 20px; --gy: var(--gx); }
 .-gg\:5 { --gx: var(--s1); --gy: var(--s2); }
 .-gg\:6 { --gx: var(--s1); }
 .-gg\:7 { --gx: var(--s1); }
 .-gg\:8 { --gx: 30px; --gy: 10px; }
 .-gg\:9 { --gx: var(--s3); }
 .-gg\:10 { --gx: 10px; }
 .-gg\:11 { --gx: 10px; --gy: 10px; }
 .-gg\:12 { --gx: var(--s2); }

 @media screen and (max-width: 719px) {
 .-gg\:1 { --gx: var(--sx); }
 .-gg\:2 { --gx: var(--sx); --gy: var(--sx); }
 .-gg\:3 { --gx: var(--sx); --gy: var(--sx); }
 .-gg\:4 { --gx: var(--sx); }
 .-gg\:6 { --gx: var(--sx); --gy: var(--s2); }
 .-gg\:8 { --gx: var(--gy); }
 .-gg\:9 { --gx: 10px; --gy: var(--s2); }
 .-gg\:12 { --gx: var(--s1); }
 }

 /* visibility */

 .-d\:b { display: block; }
 .-d\:n { display: none; }
 @media print { .-d\:n\@p { display: none !important; } }

 /* position */

 .-p\:r { position: relative; }

 /* 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); }
 .-xw\:6 { --xw: var(--xw_6); max-width: var(--xw_6); }
 .-xw\:7 { --xw: var(--xw_7); max-width: var(--xw_7); }

 /* 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\: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 */

 @media screen {
 .-cs\:0, a.-cs\:0h:hover, a:hover .-cs\:0h { --c_d1t: var(--c_d1); --c_d2t: var(--d2); --c_i1t: var(--c_i2); --c_i2t: var(--c_i2); --c_a1t: var(--c_a1); --c_b1t: var(--c_b1); --c_b2t: var(--c_b2); --c_o1t: var(--c_o1); --c_o2t: var(--c_o2); color: var(--c_d1t); }
 .-cs\:1, a.-cs\:1h:hover, a:hover .-cs\:1h { --c_d1t: #fff; --c_d2t: #fff; --c_i1t: #222; --c_i2t: #000; --c_a1t: var(--c_a2); --c_b1t: #000; --c_b2t: #111; --c_o1t: rgba(255,255,255,0.3); --c_o2t: rgba(255,255,255,0.5); color: var(--c_d1t); }
 }

 /* 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); }
 .-ff\:2 { font-family: var(--ff_2); }

 /* weights */

 .-fw\:4, .-fw\:n { font-weight: 400; }
 .-fw\:7, .-fw\:b { font-weight: 700; }
 .-fw\:ix, .-fw\:i { font-weight: inherit; }

 /* balance text */

 .-tw\:b { text-wrap: balance; }

 /* 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; }
 .-tw\:b { text-wrap: balance; }

 @media screen and (max-width: 719px) {
 .-ta\:l\<m { text-align: left; }.-ta\:c\<m { text-align: center; }.-ta\:r\<m { text-align: right; }
 }

 /* embedded video */

 figure .video { max-width:100%!important; position: relative; padding-bottom: 56.25%; height: 0; }
   figure .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

 /* error */
 body.error404 .root1-wrap { height: 100vh; display: flex; flex-direction: column; justify-content: space-between; }

 /* ultimate member plugin styling */
 .um-row {
   --gx: 20px;
   --gy: var(--sy);
   --gc: 24;
   display: flex;
   flex-wrap: wrap;
   margin-left: calc(var(--gx) / -2) !important;
   margin-right: calc(var(--gx) / -2) !important;
   margin-bottom: 0 !important;
   padding: 0;
   pointer-events: none;
 }
 .um-row > * { 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; }

 .um-col-121, .um-col-122 {--w:24;}
 @media print, screen and (min-width: 720px){
   .um-col-121, .um-col-122 {--w:12;}
 }

 .um-col-1 {
   --w: 24;
 }
 .um-field-label {
   margin-bottom: 8px;
 }
 .um-clear {
   display: none;
 }
 .um-field-type_block {
   font: 13px/1.38 var(--ff_1);
   letter-spacing: 0.2px;
   margin-bottom: 0;
   text-transform: none;
 }
 .um-field-type_block p {
   margin-bottom: 6px;
 }
 .um-field-type_checkbox .um-field-checkbox-option {
   font: 16px/1.38 var(--ff_1);
   letter-spacing: 0.2px;
   text-transform: none;
   font-weight: 400;
 }

 .um-field-type_checkbox input[type="checkbox"] {
   vertical-align: -0.33em;
 }
 .um-col-alt {
   padding-top: var(--sy);
 }
 .um-error {
   --oc: var(--c_e1t);
   color: var(--c_e1t);
 }
 .um-field-error {
   margin-top: 5px;
   color: var(--c_e1t);
   font-size: 13px;
 }
 .um-field-area {
   margin-bottom: 0;
 }
 .um-col-alt-b {
   font: 13px/1.38 var(--ff_1);
 }
 .um-link-alt {
   color: var(--c_a1t);
 }
 .um_request_name {
	display: none !important;
}

/* breadcrumbs */
.breadcrumbs1 a { box-shadow: none; }
.breadcrumbs1 a::after { content: " /"; color: #00A0E2; }

@media screen and (min-width: 720px) {
  .single-event .breadcrumbs1 { text-align: left; }
}

 /* other */

 [mouse] *:focus { outline: none; }
 [toggle],[data-toggle],[clickable] { cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); }
 [hidden], [js] [noscript], :root:not([js]) [scripted], [js] [x-cloak], [js] [cloaked] { display: none !important; }
 [invisible] { position: absolute; overflow: hidden; width: 1px; height: 1px; white-space: nowrap; clip: rect(0 0 0 0); clip-path: inset(50%); }
 [scrolled] { overflow: auto; overflow-x: hidden; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; } [scrolled]::-webkit-scrollbar { display: none; }

 /*   _      _____ ______  _______
  *   |        |   |_____] |______
  *   |_____ __|__ |_____] ______|
 /*

 /* tinyslider */ .tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
 /* lazysizes */ .lazyload, .lazyloading { opacity: 0; } [js] .lazyloaded[class] { opacity: 1; transition-duration: 0.5s; }
 /* 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)}
