:root{--body-font-family:"Poppins",system-ui;--body-font-size:14px;--body-line-height:1.4;--h1-font-size:28px;--h1-font-weight:800;--h2-font-size:24px;--h3-font-size:20px;--h4-font-size:18px;--h4-font-weight:600;--h5-font-size:14px;--h5-font-weight:600;--h6-font-size:14px;--h6-font-weight:600;--gap:40px;--content-width:440px;--container-space:20px;--container-width:calc(var(--content-width) + var(--container-space)*2);--section-space:40px;--button-font-size:16px;--button-font-weight:700;--button-line-height:26px;--button-space:13px 20px;--button-shadow:unset}@media screen and (min-width:768px){:root{--h1-font-size:36px;--h2-font-size:30px;--h3-font-size:24px;--h4-font-size:18px;--h5-font-size:16px;--h5-font-weight:600}}@media screen and (min-width:1024px){:root{--h1-font-size:48px;--h2-font-size:40px;--h3-font-size:28px;--h4-font-size:20px}}@media screen and (min-width:768px){:root{--content-width:768px}}@media screen and (min-width:1024px){:root{--content-width:1024px}}@media screen and (min-width:1200px){:root{--content-width:1200px}}@media screen and (min-width:768px){:root{--section-space:56px}}@media screen and (min-width:1024px){:root{--body-font-size:16px;--button-font-size:18px}}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{background:var(--body-background);color:var(--body-color);display:grid;font-family:var(--body-font-family);font-size:var(--body-font-size);grid-template-rows:auto 1fr auto;line-height:var(--body-line-height);margin:0;min-height:100vh;padding:0;position:relative}body:before{background-image:var(--gradient-1),var(--gradient-2),var(--gradient-3),var(--gradient-4),var(--gradient-5),var(--gradient-6),var(--gradient-7),var(--gradient-8),var(--gradient-9);background-position:calc(50% - 620px) 249px,calc(50% + 580px) 422px,calc(50% - 620px) 1283px,calc(50% - 620px) 1481px,calc(50% + 700px) 2444px,calc(50% - 780px) 3073px,calc(50% - 600px) 3272px,calc(50% + 600px) 3471px,calc(50% + 600px) 3669px;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;background-size:328px 328px,278px 328px,543px 543px,543px 543px,552px 552px,328px 328px,328px 328px,543px 543px,543px 543px;bottom:0;content:"";-webkit-filter:blur(120px);filter:blur(120px);left:0;position:absolute;right:0;top:0;z-index:-2}body>*{min-width:0}img{height:auto;max-width:100%}p{margin:0 0 1em}:last-child:is(p){margin-bottom:0}:is(h1,h2,h3,h4,h5,h6){font-weight:700;margin:0 0 1rem}.h1--uid,h1{font-size:var(--h1-font-size);font-weight:var(--h1-font-weight)}.h2--uid,h2{font-size:var(--h2-font-size)}.h3--uid,h3{font-size:var(--h3-font-size)}.h4--uid,h4{font-size:var(--h4-font-size);font-weight:var(--h4-font-weight)}.h5--uid,h5{font-size:var(--h5-font-size);font-weight:var(--h5-font-weight)}.h6--uid,h6{font-size:var(--h6-font-size);font-weight:var(--h6-font-weight)}a:not([class]){color:var(--link-color);text-decoration:underline}a:not([class]):hover{color:var(--link-color-hover);text-decoration:none}.container--uid{margin-left:auto;margin-right:auto;max-width:var(--container-width);padding-left:var(--container-space);padding-right:var(--container-space)}.section--uid{margin-bottom:var(--section-space);margin-top:var(--section-space)}.section--uid.inner--uid{padding-bottom:var(--section-space);padding-top:var(--section-space)}.section--uid.no-out-space--uid{margin-bottom:0;margin-top:0}.section--uid.no-top-space--uid{margin-top:0}.section--uid.no-bottom-space--uid{margin-bottom:0}.section--uidTitle{margin:24px 0;text-align:center}.textContent--uid>:first-child{margin-top:0}.textContent--uid>:last-child{margin-bottom:0}.textContent--uid>:is(h1,h2,h3,h4,h5,h6){margin-top:24px}@media screen and (min-width:768px){.textContent--uid>:is(h1,h2,h3,h4,h5,h6){margin-top:32px}}main ul:not([class]){list-style:none;margin:1em 0;padding:0}main ul:not([class]) li{line-height:1.4;padding-left:21px;position:relative}main ul:not([class]) li:before{background:var(--list-marker-bg);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.65em;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:6px}main ul:not([class]) li:not(:last-child){margin-bottom:8px}main ol:not([class]){counter-reset:ol;counter-set:ol;list-style:none;margin:16px 0;padding:0}@media screen and (min-width:1024px){main ol:not([class]){margin:24px 0}}main ol:not([class]) li{counter-increment:ol;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;position:relative}main ol:not([class]) li:not(:last-child){margin-bottom:16px}main ol:not([class]) li:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;align-items:center;aspect-ratio:1/1;background:var(--list-marker-bg);border:1px solid var(--list-marker-border);border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--list-marker-color);content:counter(ol);display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:22px;justify-content:center;line-height:1;padding:1px 3px 0}@media screen and (min-width:768px){main ol:not([class]) li:before{height:27px}}#theme-nav{background:var(--contrast-background);bottom:0;display:grid;gap:12px;left:0;list-style:none;margin:0;opacity:.2;padding:20px;position:fixed;z-index:9999}#theme-nav li{margin:0;padding:0}#theme-nav:hover{opacity:1}#theme-nav button{color:var(--on-contrast-color)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;display:block;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{-ms-flex-negative:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.header--uid{--height:58px;background:var(--header-background);-webkit-box-shadow:var(--header-shadow);box-shadow:var(--header-shadow);left:0;position:sticky;right:0;top:0;z-index:99}@media screen and (min-width:1024px){.header--uid{--height:72px}}.header--uidCont{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;height:var(--height);justify-content:space-between}.header--uidCont,.header--uidLogo{display:-webkit-box;display:-ms-flexbox;display:flex}.header--uidLogo{max-height:calc(100% - 20px);-webkit-transition:opacity .2s;transition:opacity .2s}.is-open .header--uidLogo{opacity:0;pointer-events:none}@media screen and (max-width:1023px){.header--uidNav{display:none}}.header--uidMenu{--space:16px;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.header--uidMenu,.header--uidMenu a{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header--uidMenu a{-webkit-box-pack:center;-ms-flex-pack:center;color:var(--header-link-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:16px;font-weight:500;gap:6px;justify-content:center;line-height:24px;text-decoration:none}.header--uidMenu a:hover{color:var(--header-link-color);text-decoration:underline}.header--uidMenu>li{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.header--uidMenu>li>a{height:var(--height);padding:10px var(--space)}.header--uidMenu>li:last-child>a{padding-right:0}.header--uidMenu>li.menu-item-has-children>a:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none'%3E%3Cpath fill='%23fff' d='M3.4 4.5 6.9 8l3.5-3.5 1.4.7-4.9 4.9L2 5.2l1.4-.7Z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;content:"";display:block;height:14px;width:14px}.header--uidMenu>li>ul{background:var(--header-drop-background);-webkit-box-shadow:var(--header-drop-shadow);box-shadow:var(--header-drop-shadow);left:0;list-style:none;margin:0;opacity:0;padding:12px 0;pointer-events:none;position:absolute;top:100%;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:all .2s;transition:all .2s;width:216px}.header--uidMenu>li>ul a{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:4px 14px}@media screen and (max-width:1300px){.header--uidMenu>li:nth-last-child(2)>ul{left:unset;right:0}}@media screen and (min-width:1024px) and (max-width:1520px){.header--uidMenu>li:last-child>ul{left:unset;right:calc(var(--space)*-1)}}.header--uidMenu>li:focus>a,.header--uidMenu>li:hover>a{text-decoration:underline}.header--uidMenu>li:focus>ul,.header--uidMenu>li:hover>ul{opacity:1;pointer-events:all;-webkit-transform:translateY(0);transform:translateY(0)}.header--uidToggle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--on-primary-color);border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;justify-content:center;position:relative;width:36px}@media screen and (min-width:1024px){.header--uidToggle{display:none}}.header--uidToggle svg{stroke:var(--header-background)}.header--uidToggle svg path{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transition:all .2s;transition:all .2s}.is-open .header--uidToggle svg path:first-child{-webkit-transform:translate(5px,-3px) rotate(45deg);transform:translate(5px,-3px) rotate(45deg)}.is-open .header--uidToggle svg path:nth-child(2){opacity:0}.is-open .header--uidToggle svg path:nth-child(3){-webkit-transform:translate(5px,3px) rotate(-45deg);transform:translate(5px,3px) rotate(-45deg)}.header--uidMobileNav{gap:14px;overflow:hidden}.header--uidMobileMenu,.header--uidMobileNav{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.header--uidMobileMenu{gap:24px;list-style:none;margin:0;padding:0;text-align:center;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.header--uidMobileMenu.slide{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.header--uidMobileMenu a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;gap:2px;justify-content:center;line-height:27px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s}.header--uidMobileMenu a,.header--uidMobileMenu a:hover{color:var(--header-link-color)}.header--uidMobileMenu>li{width:100%}.slide .header--uidMobileMenu>li>a{opacity:0}.header--uidMobileMenu>li.menu-item-has-children>a:after{-ms-flex-negative:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3E%3Cpath fill='%23fff' d='M4.5 11.1 8 7.6 4.5 4.1l.7-1.4 4.9 4.9-4.9 4.9-.7-1.4Z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;content:"";display:block;flex-shrink:0;height:15px;width:14px}.header--uidMobileMenu>li.menu-item-has-children>ul{left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.header--uidMobileMenu>li.menu-item-has-children>ul.active{opacity:1;pointer-events:all}.header--uidMobileMenu>li>a{font-weight:600}.header--uidMobileMenu>li>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.header--uidMobileMenu>li>ul .subMenuTitle{position:relative}.header--uidMobileMenu>li>ul .subMenuTitle:after{border-bottom:1px solid var(--header-link-color);bottom:0;content:"";left:50%;opacity:.3;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80%}.header--uidMobileMenu>li>ul .subMenuTitle>a{font-weight:700;padding-bottom:16px}.header--uidMobileMenu>li>ul .subMenuTitle>a:after{-ms-flex-negative:0;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3E%3Cpath fill='%23fff' d='M4.5 11.1 8 7.6 4.5 4.1l.7-1.4 4.9 4.9-4.9 4.9-.7-1.4Z'/%3E%3C/svg%3E") no-repeat 50%;background-size:contain;content:"";display:block;flex-shrink:0;height:15px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:14px}.header--uidMobileMenuBack{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-item-align:start;align-items:center;align-self:flex-start;color:var(--header-link-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;font-size:14px;gap:4px;justify-content:center;line-height:21px;padding:4px 0;-webkit-transition:opacity .2s;transition:opacity .2s}.header--uidMobileMenuBack[disabled]{opacity:0;pointer-events:none}.header--uidMobileMenuBack:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='8' fill='none'%3E%3Cpath fill='%23fff' d='M53 4.5a.5.5 0 0 0 0-1v1ZM.646 3.646a.5.5 0 0 0 0 .708l3.182 3.182a.5.5 0 1 0 .708-.708L1.707 4l2.829-2.828a.5.5 0 1 0-.708-.708L.646 3.646ZM53 3.5H1v1h52v-1Z'/%3E%3C/svg%3E") no-repeat 0 0;content:"";display:block;height:8px;width:54px}.header--uidOffCanvas{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--header-background);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100vh - var(--height));left:0;overflow:auto;padding:0 20px 20px;pointer-events:none;position:absolute;right:0;top:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all .2s;transition:all .2s}.is-open .header--uidOffCanvas{pointer-events:all;-webkit-transform:translateX(0);transform:translateX(0)}.bread--uid-list{color:var(--bread-color);-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;list-style:none;margin:24px 0;padding:0}.bread--uid-list,.bread--uid-list li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.bread--uid-list li{font-weight:500;gap:6px}.bread--uid-list a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--bread-link-color);display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;text-decoration:none}.bread--uid-list a:hover{color:var(--bread-link-hover-color)}.bread--uid-list .coinIcon{fill:var(--bread-color)}.bread--uid-list .arrow-rightIcon{fill:var(--bread-link-color)}.bread--uid+.section--uid{margin-top:0}.homeHero--uid{background:var(--contrast-background);border-radius:10px;-webkit-box-shadow:var(--primary-shadow);box-shadow:var(--primary-shadow);color:var(--on-contrast-color);padding:16px}@media screen and (min-width:768px){.homeHero--uid{padding:24px}}@media screen and (min-width:1024px){.homeHero--uid{padding:32px}}.homeHero--uidTxt{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px}.homeHero--uidTxt :last-child:is(p){margin-bottom:1em}.homeHero--uidImg{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;justify-content:center}@media screen and (max-width:1023px){.homeHero--uidImg{width:35%}}@media screen and (min-width:1024px){.homeHero--uidImg{width:360px}}@media screen and (max-width:767px){.homeHero--uidImg{display:none}}.homeHero--uidWrap{margin:24px 0;position:relative}@media screen and (min-width:768px){.homeHero--uidWrap{margin:40px 0}}@media screen and (min-width:1024px){.homeHero--uidWrap{margin:40px 0}}.revHero--uidGrid{display:grid;gap:32px 40px}@media screen and (min-width:768px){.revHero--uidGrid{grid-template-columns:1fr 2fr}}.revHero--uidGrid>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:12px}@media screen and (min-width:768px){.revHero--uidGrid>div{gap:16px}}.revHero--uidLogo img{aspect-ratio:390/270;border-radius:10px;-o-object-fit:cover;object-fit:cover;width:100%}.revHero--uidBonus{background:var(--rev-bonus-bg);border-radius:10px;color:var(--rev-bonus-color);font-size:20px;font-weight:600;line-height:30px;padding:12px;text-align:center}@media screen and (min-width:768px) and (max-width:1023px){.revHero--uidBonus{font-size:16px;line-height:24px;padding:14px 10px}}.revHero--uidTable{background:var(--contrast-background);border-radius:10px;-webkit-box-shadow:var(--primary-shadow);box-shadow:var(--primary-shadow);color:var(--on-contrast-color);padding:12px 24px}.revHero--uidTable td{padding:12px 6px;vertical-align:top}@media screen and (min-width:1024px){.revHero--uidTable td{padding:12px}}.revHero--uidTable td:first-child{color:var(--rev-tbl-label-color);padding-left:0}.revHero--uidTable td:last-child{padding-right:0}.revHero--uidTable td .link,.revHero--uidTable td a{color:var(--rev-tbl-link-color);cursor:pointer;text-decoration:none}.revHero--uidTable td .link:hover,.revHero--uidTable td a:hover{color:var(--rev-tbl-link-color);text-decoration:underline}.revHero--uidTable tr:not(:last-child) td{border-bottom:1px solid var(--rev-tbl-border-color)}.revHero--uidWrap{margin:22px 0 56px}@media screen and (min-width:768px){.revHero--uidWrap{margin:32px 0 56px}}@media screen and (min-width:1024px){.revHero--uidWrap{margin:60px 0 56px}}.slotHero--uid{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (min-width:768px){.slotHero--uid{gap:24px}}.slotHero--uid-gm{aspect-ratio:16/9;background:var(--light-grey);border-radius:var(--radius,10px);overflow:hidden;position:relative}.slotHero--uid-gm-img,.slotHero--uid-gm-img:after{bottom:0;left:0;position:absolute;right:0;top:0}.slotHero--uid-gm-img:after{background:rgba(29,29,50,.698);content:""}.slotHero--uid-gm-img img{left:50%;min-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slotHero--uid-gm-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:14px;justify-content:center;left:0;padding:20px;position:absolute;right:0;top:0}.slotHero--uid-gm-btns .button--uid{width:clamp(180px,280px,100%)}.slotHero--uid-gm iframe{height:100%;width:100%}button{all:unset;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.button--uid,button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.button--uid{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--button-background);border:2px solid var(--button-background);border-radius:var(--button-radius);color:var(--button-color);font-size:var(--button-font-size);font-weight:var(--button-font-weight);gap:12px;justify-content:center;line-height:20px;padding:var(--button-space);text-align:center;-webkit-transition:all .15s;transition:all .15s}.button--uid:not(.hollow--uid,.secondary-uid,.secondary-uid.hollow--uid,.loadMore--uid){-webkit-box-shadow:var(--button-shadow);box-shadow:var(--button-shadow)}.button--uid:hover{background:var(--button-background-hover);border-color:var(--button-background-hover)}.button--uid:is(a){text-decoration:none}.button--uid.invert--uid{background:var(--on-primary-color);border-color:var(--on-primary-color);color:var(--primary-color)}.button--uid.invert--uid:hover{background:#f3f3f3}.button--uid.hollow--uid{background:none;color:var(--button-background)}.button--uid.hollow--uid:hover{color:var(--button-background-hover)}.button--uid.secondary-uid{background:var(--button-secondary-background);border:2px solid var(--button-secondary-background);color:var(--button-secondary-color)}.button--uid.secondary-uid:not(.hollow--uid){-webkit-box-shadow:var(--button-secondary-shadow);box-shadow:var(--button-secondary-shadow)}.button--uid.secondary-uid:hover{background:var(--button-secondary-background-hover);border:2px solid var(--button-secondary-background-hover);color:var(--button-secondary-color-hover)}.button--uid.secondary-uid.hollow--uid{background:none;border:2px solid var(--button-secondary-background);color:var(--button-secondary-background)}.button--uid.secondary-uid.hollow--uid:hover{background:none;border:2px solid var(--button-secondary-background-hover);color:var(--button-secondary-background-hover)}.button--uid.expanded--uid,.button--uid.loadMore--uid{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.button--uid.loadMore--uid{background:var(--load-more-background);border-color:var(--load-more-border);color:var(--load-more-color);margin:24px auto;max-width:100%}@media screen and (min-width:768px){.button--uid.loadMore--uid{width:330px}}@media screen and (min-width:1024px){.button--uid.loadMore--uid{margin:32px auto;width:374px}}.button--uid.loadMore--uid:hover{background:var(--load-more-background-hover);border-color:var(--load-more-border-hover);color:var(--load-more-color-hover)}.button--uid[disabled]{background:var(--button-background-disabled);border-color:var(--button-background-disabled);color:var(--button-color-disabled);cursor:not-allowed}.button--uid[disabled].hollow--uid{background:none;color:var(--button-background-disabled)}.toc--uid{background:var(--toc-bg);border-radius:10px;border-top:4px solid var(--toc-border-color);-webkit-box-shadow:var(--toc-shadow);box-shadow:var(--toc-shadow);margin:24px auto}@media screen and (min-width:1024px){.toc--uid{margin:32px auto}}.toc--uidBtn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--toc-btn-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:600;justify-content:center;line-height:27px;padding:14px;text-align:center;width:100%}.toc--uidBtn svg{fill:var(--toc-btn-color)}.toc--uidCont{display:none;padding:0 24px 12px}.toc--uidList,.toc--uidList li{margin:0;padding:0}.toc--uidList li{border-bottom:1px solid var(--toc-list-border-color);list-style:none}.toc--uidList li:first-child{padding-top:0}.toc--uidList li:last-child{border:0;padding-bottom:0}.toc--uidList a{color:var(--toc-link-color);display:block;font-size:16px;font-weight:500;padding:12px 0;text-decoration:none;-webkit-transition:color .15s;transition:color .15s}.toc--uidList a:hover{color:var(--toc-link-color-hover)}.cf--uid{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 0;justify-content:space-between}@media screen and (min-width:768px){.cf--uid{gap:24px 0}}.cf--uidItm{width:100%}@media screen and (min-width:768px){.cf--uidItmHalf{width:calc(50% - 8px)}}.cf--uidSend{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;width:100%}@media screen and (max-width:767px){.cf--uidBtn{width:100%}}@media screen and (min-width:768px){.cf--uidBtn{min-width:230px}}.cf--uidWrap{background:var(--cf-bg);border-radius:10px;-webkit-box-shadow:var(--cf-shadow);box-shadow:var(--cf-shadow);color:var(--cf-color);margin:auto;max-width:994px;padding:16px}@media screen and (min-width:768px){.cf--uidWrap{padding:32px}}@media screen and (min-width:1024px){.cf--uidWrap{padding:32px 82px}}label{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}label span.error{color:var(--red);padding-left:16px}input:is([type=text],[type=email]),textarea{background:var(--input-bg);border:1px solid var(--input-border-color);border-radius:10px;color:var(--input-color);padding:16px;width:100%}input:is([type=text],[type=email]):focus,textarea:focus{outline:0}input:is([type=text],[type=email])::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--input-placeholder-color)}input:is([type=text],[type=email])::-moz-placeholder,textarea::-moz-placeholder{color:var(--input-placeholder-color)}input:is([type=text],[type=email]):-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--input-placeholder-color)}input:is([type=text],[type=email])::-ms-input-placeholder,textarea::-ms-input-placeholder{color:var(--input-placeholder-color)}input:is([type=text],[type=email])::placeholder,textarea::placeholder{color:var(--input-placeholder-color)}textarea{height:152px;resize:none}.formPopUp{background:var(--cf-popup-bg);border-radius:10px;-webkit-box-shadow:var(--cf-popup-shadow);box-shadow:var(--cf-popup-shadow);color:var(--cf-popup-color);margin:auto;max-width:648px;padding:28px 10px;position:relative;text-align:center;width:100%}.formPopUp:before{background:var(--cf-popup-icon) no-repeat center center;background-size:contain;content:"";display:block;height:92px;margin-bottom:24px;width:100%}@media screen and (min-width:768px){.formPopUp:before{height:136px;margin-bottom:32px}}.formPopUpTitle{color:var(--primary-color);font-size:48px;font-weight:700;line-height:57px;margin-bottom:12px}@media screen and (min-width:768px){.formPopUpTitle{font-size:78px;line-height:57px;margin-bottom:24px}}.formPopUpMessage{font-size:20px;font-weight:600;line-height:30px}@media screen and (min-width:768px){.formPopUpMessage{font-size:28px;font-weight:700;line-height:42px}}.formPopUpClose{aspect-ratio:1/1;background:var(--cf-popup-close) no-repeat center center;background-size:20px auto;position:absolute;right:0;top:0;width:44px}.formPopUpWindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-scroll-chaining:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(0,0,0,.5);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;overflow:auto;overscroll-behavior:none;padding:20px;position:fixed;right:0;top:0;z-index:999}.p404--uid{display:grid;text-align:center}.p404--uidSection{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;min-height:100%}.p404--uidErr{color:var(--p404-err-color);font-size:134px;font-weight:600;line-height:1;margin-bottom:24px}@media screen and (min-width:768px){.p404--uidErr{font-size:224px}}@media screen and (min-width:1024px){.p404--uidErr{font-size:304px}}.p404--uidTtl{font-size:32px;font-weight:600;line-height:150%;margin:0 0 16px}@media screen and (min-width:768px){.p404--uidTtl{font-size:35px;margin-bottom:24px}}@media screen and (min-width:1024px){.p404--uidTtl{font-size:65px;margin-bottom:56px}}.p404--uidCpt{font-size:12px;font-weight:600;line-height:18px;margin-bottom:24px}@media screen and (min-width:768px){.p404--uidCpt{font-size:18px;line-height:27px;max-width:614px}}@media screen and (min-width:1024px){.p404--uidCpt{font-size:20px;line-height:30px;max-width:846px}}@media screen and (max-width:767px){.p404--uidBtn{width:100%}}@media screen and (min-width:768px){.p404--uidBtn{min-width:374px}}.smp--uid{margin:24px 0}@media screen and (min-width:768px){.smp--uid{margin:32px 0}}.smp--uidTtl{margin-bottom:16px}.smp--uid :is(ul,ol){-webkit-columns:2;-moz-columns:2;column-count:2;gap:24px}@media screen and (min-width:768px){.smp--uid :is(ul,ol){-webkit-columns:3;-moz-columns:3;column-count:3}}@media screen and (min-width:1024px){.smp--uid :is(ul,ol){-webkit-columns:4;-moz-columns:4;column-count:4}}.smp--uid :is(ul,ol) li{-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid-column;font-size:12px;margin-bottom:8px}@media screen and (min-width:768px){.smp--uid :is(ul,ol) li{font-size:16px}}.smp--uid :is(ul,ol) a{color:var(--sitemap-link-color);-webkit-text-decoration:var(--sitemap-link-td);text-decoration:var(--sitemap-link-td)}.smp--uid :is(ul,ol) a:hover{color:var(--sitemap-link-hover-color);-webkit-text-decoration:var(--sitemap-link-hover-td);text-decoration:var(--sitemap-link-hover-td)}[data-read-more-text]{display:none}.readMoreBtn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--link-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:5px}.readMoreBtn svg{fill:var(--link-color)}.readMoreBtn:hover{color:var(--link-color-hover)}.readMoreBtn:hover svg{fill:var(--link-color-hover)}.readMoreBtn.active svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}table{border-collapse:separate;border-spacing:0;width:100%}figure{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;margin:0;padding:0;width:100%}figure figcaption{font-size:16px;font-style:italic;font-weight:400;line-height:24px;text-align:justify}