@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,600;1,800&display=swap);
.Scp{width:175px;height:150px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.Scp-saturation{position:relative;width:calc(100% - 25px);height:100%;background:-webkit-gradient(linear, left top, right top, from(#fff), to(red));background:linear-gradient(to right, #fff 0%, red 100%);float:left;margin-right:5px}.Scp-brightness{width:100%;height:100%;background:-webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255,255,255,0)));background:linear-gradient(to top, #000 0%, rgba(255,255,255,0) 100%)}.Scp-sbSelector{border:2px solid;border-color:#fff;position:absolute;width:14px;height:14px;background:#fff;border-radius:10px;top:-7px;left:-7px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:10}.Scp-hue{width:20px;height:100%;position:relative;float:left;background:-webkit-gradient(linear, left top, left bottom, from(red), color-stop(17%, #f0f), color-stop(34%, blue), color-stop(50%, cyan), color-stop(67%, lime), color-stop(84%, #ff0), to(red));background:linear-gradient(to bottom, red 0%, #f0f 17%, blue 34%, cyan 50%, lime 67%, #ff0 84%, red 100%)}.Scp-hSelector{position:absolute;background:#fff;border-bottom:1px solid #000;right:-3px;width:10px;height:2px}

.croppie-container{width:100%;height:100%}.croppie-container .cr-image{z-index:-1;position:absolute;top:0;left:0;-webkit-transform-origin:0 0;transform-origin:0 0;max-height:none;max-width:none}.croppie-container .cr-boundary{position:relative;overflow:hidden;margin:0 auto;z-index:1;width:100%;height:100%}.croppie-container .cr-viewport,.croppie-container .cr-resizer{position:absolute;border:2px solid #fff;margin:auto;top:0;bottom:0;right:0;left:0;-webkit-box-shadow:0 0 2000px 2000px rgba(0,0,0,0.5);box-shadow:0 0 2000px 2000px rgba(0,0,0,0.5);z-index:0}.croppie-container .cr-resizer{z-index:2;-webkit-box-shadow:none;box-shadow:none;pointer-events:none}.croppie-container .cr-resizer-vertical,.croppie-container .cr-resizer-horisontal{position:absolute;pointer-events:all}.croppie-container .cr-resizer-vertical::after,.croppie-container .cr-resizer-horisontal::after{display:block;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid black;background:#fff;width:10px;height:10px;content:''}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical::after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{right:-5px;cursor:col-resize;width:10px;height:100%}.croppie-container .cr-resizer-horisontal::after{top:50%;margin-top:-5px}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{z-index:1;position:absolute;cursor:move;-ms-touch-action:none;touch-action:none}.croppie-container .cr-slider-wrap{width:75%;margin:15px auto;text-align:center}.croppie-result{position:relative;overflow:hidden}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{-webkit-transform:translateZ(0);transform:translateZ(0)}.cr-slider{-webkit-appearance:none;width:300px;max-width:100%;padding-top:8px;padding-bottom:8px;background-color:transparent}.cr-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:rgba(0,0,0,0.5);border:0;border-radius:3px}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:focus{outline:none}.cr-slider::-moz-range-track{width:100%;height:3px;background:rgba(0,0,0,0.5);border:0;border-radius:3px}.cr-slider::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:-6px}.cr-slider:-moz-focusring{outline:1px solid white;outline-offset:-1px}.cr-slider::-ms-track{width:100%;height:5px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.cr-slider::-ms-fill-lower{background:rgba(0,0,0,0.5);border-radius:10px}.cr-slider::-ms-fill-upper{background:rgba(0,0,0,0.5);border-radius:10px}.cr-slider::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#ddd;margin-top:1px}.cr-slider:focus::-ms-fill-lower{background:rgba(0,0,0,0.5)}.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,0.5)}.cr-rotate-controls{position:absolute;bottom:5px;left:5px;z-index:1}.cr-rotate-controls button{border:0;background:none}.cr-rotate-controls i:before{display:inline-block;font-style:normal;font-weight:900;font-size:22px}.cr-rotate-l i:before{content:'↺'}.cr-rotate-r i:before{content:'↻'}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration: 1s;--animate-delay: 1s;--animate-repeat: 1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:calc(1 * 2);animation-iteration-count:calc(1 * 2);-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:calc(1 * 3);animation-iteration-count:calc(1 * 3);-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:calc(1s * 2);animation-delay:calc(1s * 2);-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:calc(1s * 3);animation-delay:calc(1s * 3);-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:calc(1s * 4);animation-delay:calc(1s * 4);-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:calc(1s * 5);animation-delay:calc(1s * 5);-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:calc(1s / 2);animation-duration:calc(1s / 2);-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:calc(1s * 0.8);animation-duration:calc(1s * 0.8);-webkit-animation-duration:calc(var(--animate-duration) * 0.8);animation-duration:calc(var(--animate-duration) * 0.8)}.animate__animated.animate__slow{-webkit-animation-duration:calc(1s * 2);animation-duration:calc(1s * 2);-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:calc(1s * 3);animation-duration:calc(1s * 3);-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print, (prefers-reduced-motion: reduce){.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;-webkit-transition-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*='Out']{opacity:0}}@-webkit-keyframes bounce{from,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0) scaleY(0.95);transform:translate3d(0, 0, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{from,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0) scaleY(1.1);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -15px, 0) scaleY(1.05);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0) scaleY(0.95);transform:translate3d(0, 0, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -4px, 0) scaleY(1.02);transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.95, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shakeX{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}@keyframes shakeY{from,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes wobble{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}@keyframes jello{from,11.1%,to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39062deg) skewY(0.39062deg);transform:skewX(0.39062deg) skewY(0.39062deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:calc(1s * 1.3);animation-duration:calc(1s * 1.3);-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(0.7);transform:translateY(-1200px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(0.7);transform:translateY(1200px) scale(0.7);opacity:0.7}80%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:0.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateY(700px) scale(0.7);transform:translateY(700px) scale(0.7);opacity:0.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:0.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateX(-2000px) scale(0.7);transform:translateX(-2000px) scale(0.7);opacity:0.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:0.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(0.7);transform:translateX(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateX(2000px) scale(0.7);transform:translateX(2000px) scale(0.7);opacity:0.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:0.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(0.7);transform:translateY(0px) scale(0.7);opacity:0.7}100%{-webkit-transform:translateY(-700px) scale(0.7);transform:translateY(-700px) scale(0.7);opacity:0.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.animate__bounceIn{-webkit-animation-duration:calc(1s * 0.75);animation-duration:calc(1s * 0.75);-webkit-animation-duration:calc(var(--animate-duration) * 0.75);animation-duration:calc(var(--animate-duration) * 0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0) scaleY(3);transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0) scaleY(0.9);transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.95);transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, 5px, 0) scaleY(0.985);transform:translate3d(0, 5px, 0) scaleY(0.985)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0) scaleX(3);transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0) scaleX(1);transform:translate3d(25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(-10px, 0, 0) scaleX(0.98);transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(5px, 0, 0) scaleX(0.995);transform:translate3d(5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInRight{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(3000px, 0, 0) scaleX(3);transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0) scaleX(1);transform:translate3d(-25px, 0, 0) scaleX(1)}75%{-webkit-transform:translate3d(10px, 0, 0) scaleX(0.98);transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{-webkit-transform:translate3d(-5px, 0, 0) scaleX(0.995);transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;-webkit-transform:translate3d(0, 3000px, 0) scaleY(5);transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.95);transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{-webkit-transform:translate3d(0, -5px, 0) scaleY(0.985);transform:translate3d(0, -5px, 0) scaleY(0.985)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:calc(1s * 0.75);animation-duration:calc(1s * 0.75);-webkit-animation-duration:calc(var(--animate-duration) * 0.75);animation-duration:calc(var(--animate-duration) * 0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0) scaleY(0.985);transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0) scaleY(0.9);transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0) scaleY(3);transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0) scaleX(0.9);transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0) scaleX(2);transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0) scaleX(0.9);transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0) scaleX(2);transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0) scaleY(0.985);transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0) scaleY(0.9);transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0) scaleY(3);transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{from{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInTopLeft{from{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{from{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInTopRight{from{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInBottomLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{from{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInBottomRight{from{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-100%, -100%, 0);transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(100%, -100%, 0);transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(100%, 100%, 0);transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{from{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{opacity:0;-webkit-transform:translate3d(-100%, 100%, 0);transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:calc(1s * 0.75);animation-duration:calc(1s * 0.75);-webkit-animation-duration:calc(var(--animate-duration) * 0.75);animation-duration:calc(var(--animate-duration) * 0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:calc(1s * 0.75);animation-duration:calc(1s * 0.75);-webkit-animation-duration:calc(var(--animate-duration) * 0.75);animation-duration:calc(var(--animate-duration) * 0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes lightSpeedInRight{from{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{from{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes lightSpeedInLeft{from{-webkit-transform:translate3d(-100%, 0, 0) skewX(30deg);transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{from{opacity:1}to{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{from{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{from{opacity:1}to{-webkit-transform:translate3d(-100%, 0, 0) skewX(-30deg);transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateIn{from{-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes rotateOutDownLeft{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutDownRight{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutUpLeft{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes rotateOutUpRight{from{opacity:1}to{-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:calc(1s * 2);animation-duration:calc(1s * 2);-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(0.1) rotate(30deg);transform:scale(0.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}to{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}to{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

.hljs{display:block;overflow-x:auto;padding:0.5em;background:#011627;color:#d6deeb}.hljs-keyword{color:#c792ea;font-style:italic}.hljs-built_in{color:#addb67;font-style:italic}.hljs-type{color:#82aaff}.hljs-literal{color:#ff5874}.hljs-number{color:#F78C6C}.hljs-regexp{color:#5ca7e4}.hljs-string{color:#ecc48d}.hljs-subst{color:#d3423e}.hljs-symbol{color:#82aaff}.hljs-class{color:#ffcb8b}.hljs-function{color:#82AAFF}.hljs-title{color:#DCDCAA;font-style:italic}.hljs-params{color:#7fdbca}.hljs-comment{color:#637777;font-style:italic}.hljs-doctag{color:#7fdbca}.hljs-meta{color:#82aaff}.hljs-meta-keyword{color:#82aaff}.hljs-meta-string{color:#ecc48d}.hljs-section{color:#82b1ff}.hljs-tag,.hljs-name,.hljs-builtin-name{color:#7fdbca}.hljs-attr{color:#7fdbca}.hljs-attribute{color:#80cbc4}.hljs-variable{color:#addb67}.hljs-bullet{color:#d9f5dd}.hljs-code{color:#80CBC4}.hljs-emphasis{color:#c792ea;font-style:italic}.hljs-strong{color:#addb67;font-weight:bold}.hljs-formula{color:#c792ea}.hljs-link{color:#ff869a}.hljs-quote{color:#697098;font-style:italic}.hljs-selector-tag{color:#ff6363}.hljs-selector-id{color:#fad430}.hljs-selector-class{color:#addb67;font-style:italic}.hljs-selector-attr,.hljs-selector-pseudo{color:#c792ea;font-style:italic}.hljs-template-tag{color:#c792ea}.hljs-template-variable{color:#addb67}.hljs-addition{color:#addb67ff;font-style:italic}.hljs-deletion{color:#EF535090;font-style:italic}

.jq-toast-wrap,.jq-toast-wrap *{margin:0;padding:0}.jq-toast-wrap{display:block;position:fixed;width:250px;pointer-events:none !important;letter-spacing:normal;z-index:9000 !important}.jq-toast-wrap.bottom-left{bottom:20px;left:20px}.jq-toast-wrap.bottom-right{bottom:20px;right:40px}.jq-toast-wrap.top-left{top:20px;left:20px}.jq-toast-wrap.top-right{top:20px;right:40px}.jq-toast-single{display:block;width:100%;padding:10px;margin:0 0 5px;border-radius:4px;font-size:12px;font-family:arial,sans-serif;line-height:17px;position:relative;pointer-events:all !important;background-color:#444;color:#fff}.jq-toast-single h2{font-family:arial,sans-serif;font-size:14px;margin:0 0 7px;background:0 0;color:inherit;line-height:inherit;letter-spacing:normal}.jq-toast-single a{color:#eee;text-decoration:none;font-weight:700;border-bottom:1px solid #fff;padding-bottom:3px;font-size:12px}.jq-toast-single ul{margin:0 0 0 15px;background:0 0;padding:0}.jq-toast-single ul li{list-style-type:disc !important;line-height:17px;background:0 0;margin:0;padding:0;letter-spacing:normal}.close-jq-toast-single{position:absolute;top:3px;right:7px;font-size:14px;cursor:pointer}.jq-toast-loader{display:block;position:absolute;top:-2px;height:5px;width:0;left:0;border-radius:5px;background:red}.jq-toast-loaded{width:100%}.jq-has-icon{padding:10px 10px 10px 50px;background-repeat:no-repeat;background-position:10px}.jq-icon-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);background-color:#31708f;color:#d9edf7;border-color:#bce8f1}.jq-icon-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);background-color:#8a6d3b;color:#fcf8e3;border-color:#faebcc}.jq-icon-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);background-color:#a94442;color:#f2dede;border-color:#ebccd1}.jq-icon-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);color:#dff0d8;background-color:#3c763d;border-color:#d6e9c6}

.callback-page .callbackloader-spinner:before,.callback-page .callbackloader-spinner:after,.callback-page .callbackloader-spinner-bar{position:absolute;top:0;left:0;width:100%;height:100%}.mobile-page,.callback-page .callbackloader{position:fixed;top:0;left:0;width:100%;height:100%}.plancard__feature-list,html body #offers-page .plancard__feature-list,html body #offers-page .cpu_coincard__features-list,html body #downloads-page .plancard__feature-list{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0;list-style-type:none}.pg-mobileHeader,html body #offers-page .pg-mobileHeader,html body #downloads-page .pg-mobileHeader{background-image:-webkit-gradient(linear, left top, left bottom, from(#050a16), color-stop(30%, #0E1C40), color-stop(70%, #234AB2), color-stop(90%, #4671C1), to(#0BACAC));background-image:linear-gradient(to bottom, #050a16 0%, #0E1C40 30%, #234AB2 70%, #4671C1 90%, #0BACAC 100%)}body,.mobile-page,html body #offers-page{background-image:-webkit-gradient(linear, left top, left bottom, from(#3826B6), to(#0F0840));background-image:linear-gradient(to bottom, #3826B6, #0F0840)}@-webkit-keyframes loadSpinner{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loadSpinner{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}:root{font-size:14px !important;font-family:"Poppins",sans-serif}p,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,input,textarea{font-family:"Poppins",sans-serif}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-weight:600}.t_uppercase{text-transform:uppercase}.emphasize{color:#39F7BC;font-weight:bold}a{color:#2775F2;cursor:pointer}.color-red{color:#f44}.color-orange{color:#F98A1E}.color-yellow{color:#FFD544}.color-green{color:#5BFB2A}.color-jade{color:#008B98}.color-teal{color:#1FC8B6}.color-blue{color:#0060FF}.color-danger{color:#FF2C85}.color-indigo{color:#3A13B7}.color-purple{color:#902BEE}.color-violet{color:#E41DA5}.color-pink{color:#F48ED0}.color-white{color:#fff}.color-primary-color{color:#39F7BC}.color-secondary-color{color:#DE9B5C}.color-secondary-color-2{color:#F79646}.color-secondary-color-3{color:#E81E0E}.color-secondary-color-4{color:#4F81BD}.color-tertiary-color{color:#2DD8EF}.color-tertiary-color-2{color:#6812BE}.color-tertiary-color-3{color:#0AFA15}.color-tertiary-color-4{color:#E6FC10}.color-highlight-color{color:#2DD8EF}.color-highlight-color-2{color:#6812BE}.color-highlight-color-3{color:#0AFA15}.color-highlight-color-4{color:#E6FC10}.col-12{max-width:100%}.col-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-offset-12{margin-left:100%}.col-11{max-width:91.66667%}.col-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}.col-offset-11{margin-left:91.66667%}.col-10{max-width:83.33333%}.col-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}.col-offset-10{margin-left:83.33333%}.col-9{max-width:75%}.col-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}.col-offset-9{margin-left:75%}.col-8{max-width:66.66667%}.col-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}.col-offset-8{margin-left:66.66667%}.col-7{max-width:58.33333%}.col-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}.col-offset-7{margin-left:58.33333%}.col-6{max-width:50%}.col-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-offset-6{margin-left:50%}.col-5{max-width:41.66667%}.col-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}.col-offset-5{margin-left:41.66667%}.col-4{max-width:33.33333%}.col-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}.col-offset-4{margin-left:33.33333%}.col-3{max-width:25%}.col-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}.col-offset-3{margin-left:25%}.col-2{max-width:16.66667%}.col-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}.col-offset-2{margin-left:16.66667%}.col-1{max-width:8.33333%}.col-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}.col-offset-1{margin-left:8.33333%}.row-12 .col{max-width:8.33333%}.row-12 .col-guttered{margin:.5em;max-width:calc(8.33333% - 1em)}.row-11 .col{max-width:9.09091%}.row-11 .col-guttered{margin:.5em;max-width:calc(9.09091% - 1em)}.row-10 .col{max-width:10%}.row-10 .col-guttered{margin:.5em;max-width:calc(10% - 1em)}.row-9 .col{max-width:11.11111%}.row-9 .col-guttered{margin:.5em;max-width:calc(11.11111% - 1em)}.row-8 .col{max-width:12.5%}.row-8 .col-guttered{margin:.5em;max-width:calc(12.5% - 1em)}.row-7 .col{max-width:14.28571%}.row-7 .col-guttered{margin:.5em;max-width:calc(14.28571% - 1em)}.row-6 .col{max-width:16.66667%}.row-6 .col-guttered{margin:.5em;max-width:calc(16.66667% - 1em)}.row-5 .col{max-width:20%}.row-5 .col-guttered{margin:.5em;max-width:calc(20% - 1em)}.row-4 .col{max-width:25%}.row-4 .col-guttered{margin:.5em;max-width:calc(25% - 1em)}.row-3 .col{max-width:33.33333%}.row-3 .col-guttered{margin:.5em;max-width:calc(33.33333% - 1em)}.row-2 .col{max-width:50%}.row-2 .col-guttered{margin:.5em;max-width:calc(50% - 1em)}.row-1 .col{max-width:100%}.row-1 .col-guttered{margin:.5em;max-width:calc(100% - 1em)}@media only screen and (min-width: 513px){.col-sm-12{max-width:100%}.col-sm-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-sm-offset-12{margin-left:100%}.col-sm-11{max-width:91.66667%}.col-sm-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}.col-sm-offset-11{margin-left:91.66667%}.col-sm-10{max-width:83.33333%}.col-sm-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}.col-sm-offset-10{margin-left:83.33333%}.col-sm-9{max-width:75%}.col-sm-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}.col-sm-offset-9{margin-left:75%}.col-sm-8{max-width:66.66667%}.col-sm-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}.col-sm-offset-8{margin-left:66.66667%}.col-sm-7{max-width:58.33333%}.col-sm-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}.col-sm-offset-7{margin-left:58.33333%}.col-sm-6{max-width:50%}.col-sm-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-sm-offset-6{margin-left:50%}.col-sm-5{max-width:41.66667%}.col-sm-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}.col-sm-offset-5{margin-left:41.66667%}.col-sm-4{max-width:33.33333%}.col-sm-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}.col-sm-offset-4{margin-left:33.33333%}.col-sm-3{max-width:25%}.col-sm-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}.col-sm-offset-3{margin-left:25%}.col-sm-2{max-width:16.66667%}.col-sm-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}.col-sm-offset-2{margin-left:16.66667%}.col-sm-1{max-width:8.33333%}.col-sm-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}.col-sm-offset-1{margin-left:8.33333%}.col-10-sm-10{max-width:100%}.col-10-sm-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-10-sm-offset-10{margin-left:100%}.col-10-sm-9{max-width:90%}.col-10-sm-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}.col-10-sm-offset-9{margin-left:90%}.col-10-sm-8{max-width:80%}.col-10-sm-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}.col-10-sm-offset-8{margin-left:80%}.col-10-sm-7{max-width:70%}.col-10-sm-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}.col-10-sm-offset-7{margin-left:70%}.col-10-sm-6{max-width:60%}.col-10-sm-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}.col-10-sm-offset-6{margin-left:60%}.col-10-sm-5{max-width:50%}.col-10-sm-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-10-sm-offset-5{margin-left:50%}.col-10-sm-4{max-width:40%}.col-10-sm-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}.col-10-sm-offset-4{margin-left:40%}.col-10-sm-3{max-width:30%}.col-10-sm-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}.col-10-sm-offset-3{margin-left:30%}.col-10-sm-2{max-width:20%}.col-10-sm-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}.col-10-sm-offset-2{margin-left:20%}.col-10-sm-1{max-width:10%}.col-10-sm-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}.col-10-sm-offset-1{margin-left:10%}}@media only screen and (min-width: 1025px){.col-md-12{max-width:100%}.col-md-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-md-offset-12{margin-left:100%}.col-md-11{max-width:91.66667%}.col-md-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}.col-md-offset-11{margin-left:91.66667%}.col-md-10{max-width:83.33333%}.col-md-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}.col-md-offset-10{margin-left:83.33333%}.col-md-9{max-width:75%}.col-md-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}.col-md-offset-9{margin-left:75%}.col-md-8{max-width:66.66667%}.col-md-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}.col-md-offset-8{margin-left:66.66667%}.col-md-7{max-width:58.33333%}.col-md-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}.col-md-offset-7{margin-left:58.33333%}.col-md-6{max-width:50%}.col-md-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-md-offset-6{margin-left:50%}.col-md-5{max-width:41.66667%}.col-md-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}.col-md-offset-5{margin-left:41.66667%}.col-md-4{max-width:33.33333%}.col-md-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}.col-md-offset-4{margin-left:33.33333%}.col-md-3{max-width:25%}.col-md-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}.col-md-offset-3{margin-left:25%}.col-md-2{max-width:16.66667%}.col-md-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}.col-md-offset-2{margin-left:16.66667%}.col-md-1{max-width:8.33333%}.col-md-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}.col-md-offset-1{margin-left:8.33333%}.col-10-md-10{max-width:100%}.col-10-md-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-10-md-offset-10{margin-left:100%}.col-10-md-9{max-width:90%}.col-10-md-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}.col-10-md-offset-9{margin-left:90%}.col-10-md-8{max-width:80%}.col-10-md-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}.col-10-md-offset-8{margin-left:80%}.col-10-md-7{max-width:70%}.col-10-md-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}.col-10-md-offset-7{margin-left:70%}.col-10-md-6{max-width:60%}.col-10-md-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}.col-10-md-offset-6{margin-left:60%}.col-10-md-5{max-width:50%}.col-10-md-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-10-md-offset-5{margin-left:50%}.col-10-md-4{max-width:40%}.col-10-md-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}.col-10-md-offset-4{margin-left:40%}.col-10-md-3{max-width:30%}.col-10-md-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}.col-10-md-offset-3{margin-left:30%}.col-10-md-2{max-width:20%}.col-10-md-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}.col-10-md-offset-2{margin-left:20%}.col-10-md-1{max-width:10%}.col-10-md-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}.col-10-md-offset-1{margin-left:10%}}@media only screen and (min-width: 1447px){.col-xl-12{max-width:100%}.col-xl-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-xl-offset-12{margin-left:100%}.col-xl-11{max-width:91.66667%}.col-xl-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}.col-xl-offset-11{margin-left:91.66667%}.col-xl-10{max-width:83.33333%}.col-xl-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}.col-xl-offset-10{margin-left:83.33333%}.col-xl-9{max-width:75%}.col-xl-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}.col-xl-offset-9{margin-left:75%}.col-xl-8{max-width:66.66667%}.col-xl-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}.col-xl-offset-8{margin-left:66.66667%}.col-xl-7{max-width:58.33333%}.col-xl-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}.col-xl-offset-7{margin-left:58.33333%}.col-xl-6{max-width:50%}.col-xl-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-xl-offset-6{margin-left:50%}.col-xl-5{max-width:41.66667%}.col-xl-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}.col-xl-offset-5{margin-left:41.66667%}.col-xl-4{max-width:33.33333%}.col-xl-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}.col-xl-offset-4{margin-left:33.33333%}.col-xl-3{max-width:25%}.col-xl-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}.col-xl-offset-3{margin-left:25%}.col-xl-2{max-width:16.66667%}.col-xl-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}.col-xl-offset-2{margin-left:16.66667%}.col-xl-1{max-width:8.33333%}.col-xl-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}.col-xl-offset-1{margin-left:8.33333%}.col-10-xl-10{max-width:100%}.col-10-xl-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-10-xl-offset-10{margin-left:100%}.col-10-xl-9{max-width:90%}.col-10-xl-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}.col-10-xl-offset-9{margin-left:90%}.col-10-xl-8{max-width:80%}.col-10-xl-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}.col-10-xl-offset-8{margin-left:80%}.col-10-xl-7{max-width:70%}.col-10-xl-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}.col-10-xl-offset-7{margin-left:70%}.col-10-xl-6{max-width:60%}.col-10-xl-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}.col-10-xl-offset-6{margin-left:60%}.col-10-xl-5{max-width:50%}.col-10-xl-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-10-xl-offset-5{margin-left:50%}.col-10-xl-4{max-width:40%}.col-10-xl-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}.col-10-xl-offset-4{margin-left:40%}.col-10-xl-3{max-width:30%}.col-10-xl-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}.col-10-xl-offset-3{margin-left:30%}.col-10-xl-2{max-width:20%}.col-10-xl-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}.col-10-xl-offset-2{margin-left:20%}.col-10-xl-1{max-width:10%}.col-10-xl-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}.col-10-xl-offset-1{margin-left:10%}}@media only screen and (min-width: 1281px){.col-lg-12{max-width:100%}.col-lg-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-lg-offset-12{margin-left:100%}.col-lg-11{max-width:91.66667%}.col-lg-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}.col-lg-offset-11{margin-left:91.66667%}.col-lg-10{max-width:83.33333%}.col-lg-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}.col-lg-offset-10{margin-left:83.33333%}.col-lg-9{max-width:75%}.col-lg-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}.col-lg-offset-9{margin-left:75%}.col-lg-8{max-width:66.66667%}.col-lg-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}.col-lg-offset-8{margin-left:66.66667%}.col-lg-7{max-width:58.33333%}.col-lg-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}.col-lg-offset-7{margin-left:58.33333%}.col-lg-6{max-width:50%}.col-lg-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-lg-offset-6{margin-left:50%}.col-lg-5{max-width:41.66667%}.col-lg-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}.col-lg-offset-5{margin-left:41.66667%}.col-lg-4{max-width:33.33333%}.col-lg-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}.col-lg-offset-4{margin-left:33.33333%}.col-lg-3{max-width:25%}.col-lg-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}.col-lg-offset-3{margin-left:25%}.col-lg-2{max-width:16.66667%}.col-lg-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}.col-lg-offset-2{margin-left:16.66667%}.col-lg-1{max-width:8.33333%}.col-lg-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}.col-lg-offset-1{margin-left:8.33333%}.col-10-lg-10{max-width:100%}.col-10-lg-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}.col-10-lg-offset-10{margin-left:100%}.col-10-lg-9{max-width:90%}.col-10-lg-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}.col-10-lg-offset-9{margin-left:90%}.col-10-lg-8{max-width:80%}.col-10-lg-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}.col-10-lg-offset-8{margin-left:80%}.col-10-lg-7{max-width:70%}.col-10-lg-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}.col-10-lg-offset-7{margin-left:70%}.col-10-lg-6{max-width:60%}.col-10-lg-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}.col-10-lg-offset-6{margin-left:60%}.col-10-lg-5{max-width:50%}.col-10-lg-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}.col-10-lg-offset-5{margin-left:50%}.col-10-lg-4{max-width:40%}.col-10-lg-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}.col-10-lg-offset-4{margin-left:40%}.col-10-lg-3{max-width:30%}.col-10-lg-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}.col-10-lg-offset-3{margin-left:30%}.col-10-lg-2{max-width:20%}.col-10-lg-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}.col-10-lg-offset-2{margin-left:20%}.col-10-lg-1{max-width:10%}.col-10-lg-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}.col-10-lg-offset-1{margin-left:10%}}.container{width:100%;max-width:1440px;margin:0 auto;padding-right:1em;padding-left:1em}.container-sm{max-width:900px}.container-wide{max-width:100%}@media (max-width: 1180px){.container{max-width:1000px}}@media (max-width: 1025px){.container{max-width:800px}}@media (max-width: 900px){.container{max-width:750px}}@media (max-width: 769px){.container{max-width:600px}}@media (max-width: 600px){.container{max-width:450px}}.col{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;width:100%;min-height:unset}.col-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.row{width:100%;margin-right:0;margin-left:0}.col,.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.col-center,.row-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.col-left,.row-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.col-right,.row-right{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.col-middle,.row-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.col-bottom,.row-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.col-vertical,.row-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.col-nowrap,.row-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.anim{opacity:0}.anim.animate__animated{opacity:1}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0px;overflow-x:hidden;color:#fff}body#home-page:before{content:'';font-size:1000px;width:1em;height:1em;display:block;position:fixed;left:-.5em;bottom:-.5em;z-index:1;pointer-events:none;background-image:url("./images/layout_effect.png");background-repeat:no-repeat;background-size:contain;background-position:50% 50%}main{min-height:calc(100vh - 120px - 150px)}main>section:first-child{padding-top:120px}img{max-width:100%}.mobile-page{display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:999;background-color:#fff;text-align:center;padding:2rem}@media (max-width: 1025px){#home-page .mobile-page{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (max-height: 600px){.mobile-page{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.nav-header{position:fixed;top:0;left:0;z-index:99;width:100%;height:120px;padding:1rem}.nav-header .container{height:100%}.nav-header__logo{padding:1rem;height:100%;width:200px;cursor:pointer}.nav-header__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.pg-mobileHeader{position:fixed;top:0;right:-250px;z-index:999;height:100vh;width:250px;opacity:0;visibility:hidden;padding-top:120px;-webkit-transition:right 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out;transition:right 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out}.pg-mobileHeader-close{position:absolute;top:0;right:100%;font-size:2rem;width:120px;height:120px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:#050a16;border-right:none;color:rgba(255,255,255,0.5)}.pg-mobileHeader-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pg-mobileHeader--show{right:0;opacity:1;visibility:visible}.pg-mobileHeader .pg-header-loginbutton{color:#fff}.pg-mobileHeader .pg-header-userpane{width:100%}.pg-mobileHeader .pg-header-userpane .message{text-align:center;color:#fff;font-weight:normal}.pg-mobileHeader .pg-header-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.pg-mobileHeader .pg-header-menu-label{font-size:.7rem;text-transform:uppercase;color:#fff;letter-spacing:0.15em;width:100%;display:block;margin:0;line-height:1;padding:1rem;font-weight:bold}.pg-mobileHeader .pg-header-menu-list{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.pg-mobileHeader .pg-header-menu-list .pg-header-item{width:100%;font-size:1rem;padding-left:1rem;padding-right:1rem;text-transform:Capitalize;font-weight:normal;letter-spacing:0.05em}.pg-mobileHeader .pg-header-item{padding:1rem;text-align:left;width:100%;color:rgba(255,255,255,0.5)}.pg-mobileHeader .pg-header-item:hover{color:#fff}.pg-mobileHeader .pg-header-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.15)}.pg-mobileHeader .pg-header-item.active{color:#fff;background:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.pg-mobileHeader .docs-navigation-menuLink{width:100%;padding-left:1rem;padding-right:1rem}.pg-mobileHeader .docs-navigation-menuLink i{color:#fff}.pg-mobileHeader .docs-navigation-menuLink .text{color:#fff;letter-spacing:0.05em;font-weight:300}.pg-mobileHeader .docs-navigation-menuLink.active .text{font-weight:normal}@media (max-width: 1025px){.docs .docs-header{max-width:100%;left:0}.docs .docs-header .docs-headerMenu,.docs .docs-header .docs-headerMenuButton{display:none}.docs .docs-header .docs-navigation-logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0;border-bottom:none;width:200px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.docs .docs-header .pg-header-burger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.docs .docs-container-article{max-width:calc( 100% - 250px)}.docs .docs-container-guide{width:250px}.docs .docs-navigation-footer{margin-top:auto}.docs .docs-container{margin-left:0;max-width:100%}.docs .docs-container-main{width:100%;max-width:100%}.docs .docs-navigation{display:none}}@media (max-width: 600px){.pg-mobileHeader{right:-calc(100vw - 120px);width:calc(100vw - 120px)}.docs .docs-container-guide{display:none}.docs .docs-container-article{max-width:100%;padding-right:1rem;padding-left:1rem}.docs .docs-pageNavigation-btn{min-width:0}}#pg-main{position:relative;min-height:calc(100vh - 120px - 150px);overflow:hidden}section{padding:2rem 0}section .section-header{font-style:normal;font-weight:500;font-size:40px;line-height:49px;text-align:center;max-width:800px;margin-top:0;margin-bottom:1rem}section .section-header{color:#0E376F;font-weight:600;line-height:1.2}section .section-desc{color:#414141;font-size:18px;font-weight:600;line-height:1.5}section .section-header-label{color:#3A88D5;line-height:1;letter-spacing:1.5em}section .row-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}section .col{text-align:left}section .col .col-header{text-align:left}@media (max-width: 1000px){section .section-header{font-size:32px;line-height:1.4}}@media (max-width: 600px){section .section-header{font-size:24px}}#flow-footer{position:fixed;bottom:0;left:0;z-index:999;width:100%;height:50px;pointer-events:none;text-align:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.user-loggedIn .twLoggedOutBtn{display:none !important}.user-loggedIn .twLoggedInBtn{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.user-loggedOut .twLoggedOutBtn{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important}.user-loggedOut .twLoggedInBtn,.user-loggedOut .pg-header-userpane{display:none !important}.user-loggedOut .pg-header-right,.user-loggedIn .pg-header-right{opacity:1;-webkit-filter:blur(0);filter:blur(0)}.twLoggedInBtn{display:none;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.twLoggedInBtn-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 2rem}.twLoggedInBtn-info p{line-height:1;margin:0}.twLoggedInBtn-info p:last-child{margin-top:0.25rem}.twLoggedInBtn-logoutLink{color:#2775F2;cursor:pointer}.twLoggedInBtn-ddToggler{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;background-color:#f2f4f8;font-size:1.25rem;line-height:1;width:2.25em;height:2.25em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 300ms ease-out;transition:-webkit-transform 300ms ease-out;transition:transform 300ms ease-out;transition:transform 300ms ease-out, -webkit-transform 300ms ease-out}.twLoggedInBtn-ddToggler:hover{background-color:#eff1f6}.twLoggedInBtn-ddToggler.active{-webkit-transform:rotate(540deg);transform:rotate(540deg)}.twLoggedInBtn-ddToggler i{font-size:1em;height:1em;width:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.twLoggedInBtn-ddToggler i:before{margin-top:-0.15em}@media (max-width: 1025px){header .pg-header-right{display:none}}.infoToggle{font-size:1em;height:1em;width:1em;position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.infoToggle i{color:#FF2C85;font-size:0.7em}.infoToggle .text{letter-spacing:normal;text-transform:none;position:absolute;bottom:calc(100% + .5rem);left:50%;width:100vw;max-width:200px;margin-left:-100px;background-color:#0B203C;color:#fff;font-size:14px;line-height:1.4;margin-bottom:0;padding:1rem;text-align:center;border-radius:.5rem;font-weight:300;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0;visibility:hidden;-webkit-transition:opacity 300ms ease-out, visibility 300ms ease-out, -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out, visibility 300ms ease-out, -webkit-transform 300ms ease-out;transition:transform 300ms ease-out, opacity 300ms ease-out, visibility 300ms ease-out;transition:transform 300ms ease-out, opacity 300ms ease-out, visibility 300ms ease-out, -webkit-transform 300ms ease-out}.infoToggle .text:after{content:'';position:absolute;top:100%;left:50%;border-top:5px solid #0B203C;border-left:5px solid transparent;border-right:5px solid transparent;margin-left:-5px}.infoToggle:hover .text{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;visibility:visible}html .jq-toast-wrap{width:300px;font-family:"Poppins",sans-serif}html .jq-toast-heading{font-size:1.5rem;font-weight:normal;font-family:"Poppins",sans-serif}html .jq-icon-success{background-color:#1FC8B6}html .jq-has-icon{padding:14px;padding-left:60px}html .jq-toast-single{font-family:"Poppins",sans-serif}.jq-icon-error{background-color:#FF2C85}.jq-icon-error .jq-toast-loader{background-color:#f8a838 !important}#go-to-top-bttn{position:absolute;top:100%;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:2rem;width:2em;height:2em;line-height:1;border:1px solid #fff;cursor:pointer;overflow:hidden;-webkit-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out}#go-to-top-bttn i{color:#fff;display:inline-block;text-shadow:0 4em 0 #0E376F;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms ease-out;transition:-webkit-transform 300ms ease-out;transition:transform 300ms ease-out;transition:transform 300ms ease-out, -webkit-transform 300ms ease-out}#go-to-top-bttn:hover{background-color:#fff}#go-to-top-bttn:hover i{-webkit-transform:translateY(-4em);transform:translateY(-4em)}@media (max-height: 850px){#go-to-top-bttn{font-size:1.75rem}}.tweekcard{position:relative;z-index:10;margin:-5rem auto 0 auto;background-color:#fff;padding:1rem;width:100%;max-width:510px;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:2rem;-webkit-box-shadow:0px 4px 32px rgba(0,0,0,0.32);box-shadow:0px 4px 32px rgba(0,0,0,0.32)}.tweekcard-text{font-weight:normal;font-size:20px;line-height:24px;text-align:center}.accountCards--credentials .row-actions{margin-top:1rem}.accountCards--credentials .col-graphic{margin:0 auto;margin-bottom:2rem}.accountCards--credentials .btn-manageKeys{width:100%;background-color:#EFF1F6}.accountCards--credentials .btn-manageKeys:hover{background-color:#2775F2;color:#fff}.credentialsCard{display:none;width:calc(100% - 2rem);border-radius:.5rem;border:1px solid #A8A8A8;padding:1rem;margin:1rem}.credentialsCard-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:1rem;border-bottom:1px solid #A8A8A8;margin-bottom:1rem}.credentialsCard-header-title{margin:0;line-height:1;font-size:1.5rem}.credentialsCard-header-actions{margin-left:auto}.credentialsCard-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.credentialsCard-info:not(:last-child){margin-bottom:1rem}.credentialsCard-info-label{font-size:12px;line-height:1;margin-bottom:.5rem}.credentialsCard-info-value{font-size:1rem;margin-top:1rem;margin-bottom:1rem;line-height:1}.credentialsCard .twField:not(:last-child){margin-bottom:1rem}.credentialsCard.active{display:block}.noCredentialsCard{display:none;width:calc(100% - 2rem);border-radius:.5rem;padding:1rem;margin:1rem;background-color:#EFF1F6;min-height:300px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.noCredentialsCard-msg{text-align:center;font-size:2rem;color:#0E376F;font-weight:normal}.noCredentialsCard.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.notFreePlanUser{display:none;width:calc(100% - 2rem);border-radius:.5rem;padding:1rem;margin:1rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.notFreePlanUser-img{width:100%;max-width:300px;margin:0 auto}.notFreePlanUser-header{font-size:2.5rem;color:#2775F2}.notFreePlanUser.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.plancard{padding:2rem;position:relative;border-radius:1rem;margin-bottom:1rem}.plancard .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.plancard__badge{position:absolute;top:-1rem;right:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:6rem;background-color:#2775F2;text-align:center}.plancard__badge i{font-size:1.5rem;margin:.5rem auto;background-color:rgba(255,255,255,0.25);padding:1rem;border-radius:50%}.plancard__badge .text{margin-top:0;margin-bottom:1rem;line-height:1.1}.plancard__badge:after{content:'';position:absolute;top:100%;left:0;width:100%;border-left:3rem solid #2775F2;border-right:3rem solid #2775F2;border-bottom:20px solid transparent}.plancard__title{font-size:3rem;font-weight:bold;line-height:1;margin-top:0;margin-bottom:1rem}.plancard__price{margin:0;font-size:1.25rem}.plancard__feature-list{margin-top:1rem}.plancard__feature-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:0.9rem}.plancard__feature-list li i{margin-right:1rem}.plancard__feature-list li p{margin:0}.plancard__feature-list li:not(:last-child){margin-bottom:.25rem}.plancard .col-plan{width:50%}.plancard .col-action{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.plancard .col-action .btn:not(:last-child){margin-right:1rem}.plancard .col-action .btn-primary{background-color:#fff}.plancard .col-action .btn-primary:hover{-webkit-box-shadow:0 0 0rem 0.35rem rgba(255,255,255,0.25);box-shadow:0 0 0rem 0.35rem rgba(255,255,255,0.25)}.plancard--pro{background-image:linear-gradient(45deg, #E8F739, #F5732C, #FD3232)}.plancard--pro .btn-primary{color:#FD3232}.plancard--basic{background-image:linear-gradient(45deg, #1CD0BB, #00739D)}.plancard--basic .btn-primary{color:#00739D}.plancard--other{border:1px solid #fff}.plancard--other .btn-default{background-color:transparent;border:1px solid #fff}.btn{padding:.75rem 2.15rem;cursor:pointer;text-decoration:none !important;border:none;font-family:"Poppins",sans-serif;font-weight:500}.btn-special{background:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff;border-radius:2rem;font-weight:bold}.btn-special:visited{color:#fff}.btn-special-2{background:-webkit-linear-gradient(45deg, #3E5DAE 0%, #0BACAC 100%);letter-spacing:0.25em;color:#fff;border-radius:2rem;line-height:1;padding:1.25em 2.25em}.btn-special-2:visited{color:#fff}.btn-outlined{color:#fff;font-weight:600;border:2px solid #CCCCCC;letter-spacing:0.25em;border-radius:2rem;line-height:1;padding:1.25em 2.25em}.btn-text-special{background:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#fff;font-weight:bold}.btn-generateApiKey{background-color:#2775F2;color:#fff;border-radius:.5rem;line-height:1}.btn-generateApiKey:visited{color:#fff}.btn-primary{background-color:#39F7BC;color:#1F146F;border-radius:.5rem;-webkit-box-shadow:0 0 0 0 rgba(57,247,188,0.25);box-shadow:0 0 0 0 rgba(57,247,188,0.25);text-align:center}.btn-primary:hover{-webkit-box-shadow:0 0 0 0.5rem rgba(57,247,188,0.25);box-shadow:0 0 0 0.5rem rgba(57,247,188,0.25)}.btn-default{background-color:rgba(255,255,255,0.1);border-radius:.5rem;color:#fff}.btn-default:hover{background-color:rgba(255,255,255,0.2)}.btn-disabled{pointer-events:none !important;background:#ced4e4;color:#bec6da}.btn.disabled{background-color:rgba(255,255,255,0.5);color:#0E376F;pointer-events:none}.btn-invertedWhite{background-color:transparent;color:#fff;border:1px solid #fff;border-radius:.5rem}.btn-invertedWhite:visited{color:#fff}.btn-invertedWhite-filled{background-color:#fff;border-radius:.5rem;color:#2775F2}.btn-invertedWhite-filled:visited{color:#2775F2}.btn-downloadTweeked{width:100%;border-radius:.5rem;background-color:#EFF1F6;text-align:center;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}.btn-downloadTweeked:hover{background-color:#2775F2;color:#fff;-webkit-box-shadow:0 0 0 0.5rem rgba(39,117,242,0.2);box-shadow:0 0 0 0.5rem rgba(39,117,242,0.2)}.btn,button{outline:none !important}button.btn,input.btn{-webkit-appearance:none}.twLogInBtn,.pg-header-loginbutton{font-family:"Poppins",sans-serif;cursor:pointer;border-radius:32px;border:solid 1px #008080;text-align:center;margin-left:20px;white-space:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:200px;height:40px;line-height:1;font-size:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:transparent;overflow:hidden;position:relative;-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}.twLogInBtn:hover,.pg-header-loginbutton:hover{background-image:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff;-webkit-box-shadow:0 0 0.5rem 0.5rem rgba(0,0,0,0.15);box-shadow:0 0 0.5rem 0.5rem rgba(0,0,0,0.15)}.twLogInBtn.loading,.pg-header-loginbutton.loading{position:relative;background-image:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff}.twLogInBtn.loading:after,.pg-header-loginbutton.loading:after{margin-left:1rem;content:'';font-size:0.75em;width:1.25em;height:1.25em;border-radius:50%;border:2px solid #fff;border-top-color:transparent;-webkit-animation-name:loadSpinner;animation-name:loadSpinner;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.twSelectParent{position:relative;min-width:100px}.twSelectParent .twSelect{display:none}.twSelectParent .twSelectCurrSelected{padding-left:1rem;width:100%}.twSelectParent .twSelectCurrSelectedContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}.twSelectParent .twSelectMenu-dd{font-size:1rem;width:1em;height:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;margin-left:auto}.twSelectParent .twSelectMenu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;-webkit-box-shadow:0 5px 2.5px 2.5px rgba(0,0,0,0.1);box-shadow:0 5px 2.5px 2.5px rgba(0,0,0,0.1);max-height:40vh;overflow-y:auto;opacity:0;visibility:hidden;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:transform 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out;transition:transform 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out}.twSelectParent .twSelectMenu-item{width:100%;padding:.5rem 1rem;cursor:pointer}.twSelectParent .twSelectMenu-item:hover{background-color:rgba(0,0,0,0.05)}.twSelectParent.open .twSelectMenu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.colorBox{width:100%;position:relative}.colorBox .row{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.colorBox-picker{width:100%;margin-bottom:1rem}.colorBox-pickerToggler{display:none;font-size:32px;width:1em;height:1em;border:1px solid #A8A8A8;border-radius:.25rem;padding:0.25rem;cursor:pointer;margin-left:.25rem}.colorBox-pickerToggler .color{width:100%;height:100%;display:block;border-radius:.15rem}.colorBox-input{width:100%;height:32px;padding:.5rem 1rem;border:1px solid #A8A8A8;-webkit-box-shadow:none;box-shadow:none;border-radius:.25rem}.colorBox.disabled{opacity:0.1;pointer-events:none}@media (max-width: 1440px){.colorBox-pickerToggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.colorBox-picker{position:absolute;top:calc(100% + 1rem);right:0;background-color:#fff;padding:1rem;-webkit-box-shadow:0 3px 0.15rem 0.15rem rgba(0,0,0,0.15);box-shadow:0 3px 0.15rem 0.15rem rgba(0,0,0,0.15);opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}.colorBox.active .colorBox-picker{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}}.pill{text-transform:uppercase;letter-spacing:0.2em;font-size:12px;font-weight:normal;background-color:#EFF1F6}.pill-success{color:#fff;border-radius:1em;padding:.25em  0.5em;background-color:#5FE3C5}.notif{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:.5rem 1rem;margin-bottom:1rem;width:100%;border:1px solid #39F7BC;background-color:rgba(255,255,255,0.1)}.notif__icon{font-size:2em;margin-right:1rem;color:#39F7BC}.notif__message{margin-bottom:0;margin-top:0;color:#fff}.notif__message a{color:#fff}.notif__message a:hover{color:#39F7BC}.notif--danger{background-color:#FF2C85;border-color:#FF2C85}.notif--danger .notif__icon{color:#fff}.twField{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.twField-label{font-size:12px;line-height:1;margin-bottom:.5rem}.twField-input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;font-size:1em;border-radius:.25rem;overflow:hidden}.twField-input input{font-size:1em;line-height:1;height:3em;padding:1rem;background-color:#EFF1F6;border:1px solid #E0E0E0;-webkit-box-shadow:none;box-shadow:none;outline:none !important;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.twField-copyField{border:none;width:3em;height:3em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0}.twField .codehighlight-code{position:relative;display:block}.twField .codehighlight-code .docs-code-snippet-copyBtn{position:absolute;top:0;right:0}.twField .codehighlight-code .codeContainer{white-space:pre}.field{width:100%}.field__label{width:100%;display:block;font-size:1rem;line-height:1;margin-top:0;margin-bottom:1rem}.field__input{border:0.5px solid #fff;color:#fff;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;padding:1rem;height:40px;border-radius:.5rem;background-color:transparent;outline:none !important}.field__input::-webkit-input-placeholder{color:rgba(255,255,255,0.5)}.field__input::-moz-placeholder{color:rgba(255,255,255,0.5)}.field__input:-ms-input-placeholder{color:rgba(255,255,255,0.5)}.field__input::-ms-input-placeholder{color:rgba(255,255,255,0.5)}.field__input::placeholder{color:rgba(255,255,255,0.5)}.field__input.disabled{pointer-events:none;background-color:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.25);cursor:no-drop}.field__input.disabled::-webkit-input-placeholder{color:rgba(255,255,255,0.25)}.field__input.disabled::-moz-placeholder{color:rgba(255,255,255,0.25)}.field__input.disabled:-ms-input-placeholder{color:rgba(255,255,255,0.25)}.field__input.disabled::-ms-input-placeholder{color:rgba(255,255,255,0.25)}.field__input.disabled::placeholder{color:rgba(255,255,255,0.25)}.field .row .btn{margin-left:1rem;height:40px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.field.disabled{background-color:rgba(255,255,255,0.15);color:rgba(255,255,255,0.25);pointer-events:none}.supportedTable{width:100%}.supportedTable thead th{padding:1rem;background-color:#ced4e4;border-bottom:4px solid #2775F2}.supportedTable tbody td{padding:1rem .5rem}.supportedTable tbody tr:not(:last-child) td{border-bottom:1px solid rgba(0,0,0,0.1)}.supportedTable tbody tr:nth-child(even) td{background-color:#f6f7fa}.supportedTable .supportedTable-grp{background-color:#fff !important;text-align:center;line-height:1;vertical-align:middle;padding:2rem 1rem;font-size:1.15rem}.twModal{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:1rem;visibility:hidden;opacity:0;-webkit-transition:visibility 300ms ease-out , opacity 300ms ease-out;transition:visibility 300ms ease-out , opacity 300ms ease-out;background-color:rgba(0,0,0,0.8)}.twModal-close{position:absolute;top:1rem;right:1rem;border:none;background-color:#dfe3ed;font-size:1rem;width:2em;height:2em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;cursor:pointer;border-radius:.25rem}.twModal-close:hover{color:#fff;background-color:#FF2C85}.twModal-container{position:relative;z-index:10;background-color:#fff;width:100%;padding:1rem;max-width:600px;margin:10vh auto 0 auto}.twModal-actions{border-top:1px solid #cdcdcd;padding-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.twModal-actions .btn:not(:last-child){margin-right:1rem}.confirmationModal-header{font-size:1.25rem;text-align:center;margin:3rem 0;font-weight:normal}.twModal--wide .twModal-container{max-width:800px}.twModal--hide{visibility:hidden;opacity:0}.twModal--show{visibility:visible;opacity:1}.codehighlight-code{width:100%}.codehighlight-code .codeContainer{width:100%;overflow-y:auto}.form-wizard-container{width:100%;height:calc(100vh - 300px);border-radius:1rem;overflow:hidden;padding:2.5rem;-webkit-transition:-webkit-box-shadow 300ms ease-out;transition:-webkit-box-shadow 300ms ease-out;transition:box-shadow 300ms ease-out;transition:box-shadow 300ms ease-out, -webkit-box-shadow 300ms ease-out;-webkit-box-shadow:0 0 0 0 rgba(57,247,188,0.5);box-shadow:0 0 0 0 rgba(57,247,188,0.5);background-image:linear-gradient(310deg, #0F0840 0%, #140b57 30%, #1a0e6d 60%, #3826B6)}.form-wizard{position:relative;height:100%}.form-wizard__step{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;position:absolute;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0;visibility:0;-webkit-transition:opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out;transition:opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out;transition:transform 500ms ease-out, opacity 500ms ease-out, visibility 500ms ease-out;transition:transform 500ms ease-out, opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out}.form-wizard__step__header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;margin-bottom:1rem}.form-wizard__step__header-container .form-wizard__step__header{width:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin-bottom:0}.form-wizard__step__header-container .form-wizard__step__back{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.form-wizard__step__back{background-color:transparent;padding:1rem;border:none;cursor:pointer;color:#fff;font-size:1rem;font-family:"Poppins",sans-serif;border-radius:.5rem;line-height:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.form-wizard__step__back .text{padding-left:1rem}.form-wizard__step__back i{font-size:1.25em}.form-wizard__step__back:hover{background-color:rgba(255,255,255,0.1)}.form-wizard__step__header{font-size:2.5rem;width:100%;text-align:left;margin-top:0;margin-bottom:1rem}.form-wizard__step__desc{width:100%;margin-top:0;font-size:1rem;line-height:1.5;color:rgba(255,255,255,0.5);margin-bottom:2rem}.form-wizard__step__body{width:100%;margin-bottom:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.form-wizard__step__footer{margin-top:2rem;margin-bottom:2rem;width:100%}.form-wizard__step__footer p{margin-top:0;margin-bottom:0;font-size:.8rem;line-height:1.5;text-align:center}.form-wizard__step.active{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}.form-wizard .cpucoin_logo{width:150px;height:70px;margin:20px auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.form-wizard__step[data-step="1"] .form-wizard__step__body{margin-top:auto}@media (max-height: 1000px){#transfer-form{padding-bottom:100px}.form-wizard-container{height:100%}}@media (max-height: 875px){.form-wizard__step__header{font-size:2rem}.form-wizard__step__desc{margin-bottom:1rem}.form-wizard .cpucoin_logo{margin:10px auto;height:50px}.form-wizard-container{padding:1.5rem}}@media (max-height: 875px){.form-wizard__step__footer{margin:0.5rem 0}}@media (max-height: 820px){.form-wizard .cpucoin_logo{height:50px;margin:0 auto}}@media (max-height: 800px){#transfer-form{padding-bottom:70px}}.usercard{width:100%;max-width:350px;margin:0 auto;margin-top:50px;border-radius:1rem;padding:1rem 2rem;padding-top:0;text-align:center;border:2px solid #39F7BC}.usercard__avatar-container{position:relative;width:100px;margin:0 auto;margin-top:-50px}.usercard__avatar-container:before{content:'';width:100%;height:100%;position:absolute;top:-5px;left:-5px;z-index:1;width:calc( 100% + 10px);height:calc( 100% + 10px);border:1px solid #39F7BC;border-radius:50%}.usercard__avatar{position:relative;z-index:10;border-radius:50%;font-size:100px;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.usercard__avatar img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:1em;height:1em}.usercard__info{width:100%}.usercard__info__container{width:100%;max-width:500px;border-radius:.5rem;padding:1rem;background-color:rgba(0,0,0,0.5)}.usercard__info__username{color:#39F7BC;font-size:32px;line-height:1.5;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:40px 0}.usercard__info__name{font-size:2rem;font-weight:normal;line-height:1;margin-top:1rem;margin-bottom:0.5rem}.usercard__info__email{font-size:1rem;line-height:1;font-weight:normal}.usercard__info__membership{font-size:10px;margin:0 auto;line-height:1}.usercard__info__actions{margin-top:1rem;width:100%}.usercard__info__confirm{width:100%;margin-top:0;text-align:center;font-size:1.5rem}@media (max-height: 1000px){.usercard{margin-top:1rem}}@media (max-height: 875px){.usercard__info__username{margin:25px 0}.usercard{padding:1rem}.usercard__info__confirm{font-size:1rem;padding:0.5rem}.usercard__info__other-action{margin-bottom:0}}@media (max-height: 800px){.usercard__info__username{margin:0}}.transfer-box{width:100%}.transfer-box__header{color:#39F7BC;font-size:1.25rem;width:100%;text-align:center}.transfer-box__sublabel{line-height:1;color:#39F7BC;font-size:.9rem;font-weight:600;margin-top:0}.transfer-box__coins{color:#fff;font-size:1.25em;margin-bottom:0;margin-top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.transfer-box__coins .value{font-size:1.5rem;line-height:1;margin-top:0;margin-bottom:1rem}.transfer-box__coins .currency{color:rgba(255,255,255,0.5);text-align:center;width:100%;font-size:1rem;line-height:1}.transfer-box__transfer-btn{margin-top:2rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;color:#1F146F}.transfer-box__transfer-btn i:before{display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.transfer-box__transfer-btn .text{margin-left:1rem}.transfer-box__transfer-btn.disabled{background-color:rgba(255,255,255,0.15);color:rgba(255,255,255,0.25);pointer-events:none}.transfer-box__grid{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:2rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:1rem;background-color:rgba(255,255,255,0.15)}.transfer-box__grid__box{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.transfer-box__grid__box:not(:last-child){border-right:1px solid rgba(255,255,255,0.15)}.transfer-box__transfer-btn-done{width:100%;margin:1rem 0}.transfer-box-animation{width:100%}.transfer-box-animation__loader-label{font-size:1rem;line-height:1;color:#39F7BC;text-align:center;width:100%;margin-top:0;margin-bottom:1rem}.transfer-box-animation__loader-container{margin-top:1rem;width:100%}.transfer-box-animation__loader{border:2px solid #39F7BC;height:3rem;position:relative;border-radius:.5rem;overflow:hidden}.transfer-box-animation__loader__bar{position:absolute;top:0;left:0;height:100%;width:2rem;background-color:#39F7BC}.transfer-box-animation--unfinished .transfer-box__transfer-btn-done{display:none}.transfer-box-animation--unfinished .transfer-box-animation__loader-container{display:none}.transfer-box-animation--unfinished .notif{display:none}.transfer-box-animation--transfering .transfer-box__transfer-btn-done,.transfer-box-animation--transfering .transfer-box__transfer-btn{display:none}.transfer-box-animation--transfering .notif{display:none}.transfer-box-animation--done .transfer-box__transfer-btn{display:none}.transfer-box-animation--done .transfer-box__transfer-btn-done{display:block}.transfer-box-animation--done .transfer-box-animation__loader-container{display:none}.transfer-box-animation--done .notif{display:block;text-align:center}.transfer-box-animation--done .transfer-box__header{margin:0.75rem 0}@media (max-height: 820px){.transfer-box__grid{padding:1rem}}@media (max-height: 800px){.transfer-box__transfer-btn{margin:1rem 0}}.before-card{position:relative;height:100%;background-color:#241B89;overflow:hidden;width:100%}.before-card__container{position:relative;z-index:10;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:500px}.before-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.1;-webkit-transform:scale(1.1) translateY(-10px);transform:scale(1.1) translateY(-10px);-webkit-transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}.before-card__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.before-card__title{font-size:1.75rem;line-height:1.2;position:relative;margin-bottom:4rem}.before-card__title:after{content:'';position:absolute;top:calc(100% + 1rem);left:0;width:3rem;height:0.25rem;background-color:#fff}.before-card__list{list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.before-card__list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-bottom:1rem}.before-card__list__item i{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.before-card__desc{margin-top:0;line-height:2}.before-card__confirm-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:auto;font-size:1.25rem;border-radius:.5rem;color:#180E59;font-weight:600;background-color:#fff}.before-card:hover{background-color:#B915B3}.before-card:hover .before-card__bg{opacity:0.15;-webkit-transform:scale(1.2) translateY(-50px);transform:scale(1.2) translateY(-50px)}.promotional-card{position:relative;height:100%;background-color:#241B89;overflow:hidden;width:100%}.promotional-card__container{position:relative;z-index:10;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:350px}.promotional-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.1;-webkit-transform:scale(1.1) translateY(-10px);transform:scale(1.1) translateY(-10px);-webkit-transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}.promotional-card__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promotional-card__title{font-size:1.75rem;line-height:1.2;position:relative;margin-bottom:4rem}.promotional-card__title:after{content:'';position:absolute;top:calc(100% + 1rem);left:0;width:3rem;height:0.25rem;background-color:#fff}.promotional-card__bttn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:auto;font-size:1.25rem;border-radius:.5rem;color:#180E59;font-weight:600;background-color:#fff;text-align:center;font-size:1.15rem;line-height:1}.promotional-card:hover{background-color:#B915B3}.promotional-card:hover .promotional-card__bg{opacity:0.15;-webkit-transform:scale(1.2) translateY(-50px);transform:scale(1.2) translateY(-50px)}@media (max-height: 875px){.promotional-card__container{min-height:300px}}#home-page .col-info{width:100%;padding-right:2rem;max-width:calc(100% - 500px)}#home-page .col-form{width:100%;max-width:500px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}#flow-container{position:relative;width:100vw;height:100vh;overflow:hidden}#flow-page{position:absolute;z-index:1;top:0;left:0;width:100%}.logout-cpucoin-link{cursor:pointer}#transfer-form{position:fixed;z-index:10;top:120px;right:calc(((100vw - 1440px) / 2) + 150px);width:500px;height:calc(100vh - 120px);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#transfer-form .form-wizard__step[data-step="1"] #login-cpucoin{margin-top:1rem}#transfer-form .form-wizard__step[data-step="1"] small{max-width:200px;text-align:center;margin-top:2rem;margin-bottom:0}#transfer-form .form-wizard__step[data-step="1"] .step1Flow{display:none;width:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#transfer-form .form-wizard__step[data-step="1"] .step1Flow .notif{margin-top:5px}#transfer-form .form-wizard__step[data-step="1"] .step1Flow.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#home-page .flow-section{padding-top:120px;height:100vh;overflow-y:auto;overflow-x:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}#home-page .flow-section .container{position:relative;padding:0 150px}#home-page .flow-section .col__header{font-size:3.5rem;margin-top:0;margin-bottom:1rem}#home-page .flow-section .col__header img{height:1.15em;margin-bottom:-0.15em}#home-page .flow-section .col__header .linkimg{color:transparent}#home-page .flow-section .col__desc{font-size:1.25rem;line-height:2;margin-top:0;max-width:500px;font-weight:500;color:rgba(255,255,255,0.5)}#home-page .flow-section .col__desc a{color:#39F7BC;text-decoration:none}#home-page .flow-section .col__desc.standout{color:#fff}#home-page .flow-section .col__actions{margin-top:4rem}#home-page .flow-section .col__actions .btn:not(:last-child){margin-right:1rem}#home-page #fourth-section .row-cards>.col-card:not(:last-child){padding-right:1rem}#home-page #fifth-section .row-middle>.col{padding:1rem}@media (max-width: 1600px){#home-page .flow-section .col__header{font-size:2.5rem}#home-page .flow-section .container{padding:0 5rem}#home-page .flow-section .col-info{max-width:calc(100% - 600px)}#transfer-form{position:fixed;z-index:10;top:120px;right:calc(((100vw - 1440px) / 2) + 5rem);width:600px}}@media (max-width: 1280px){#home-page .flow-section .col__header{font-size:2.5rem}#home-page .flow-section .container{padding:0 5rem}#home-page .flow-section .col-info{max-width:50%}#transfer-form{position:fixed;z-index:10;top:120px;right:5rem;width:calc(50vw - 5rem)}}@media (max-height: 875px){#home-page .flow-section .col__header{font-size:3rem;line-height:1.25}#home-page .flow-section .col__image{width:80%}#home-page .flow-section .col__desc{font-size:1.15rem;line-height:1.85}}@-webkit-keyframes cbspinner1{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes cbspinner1{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes cbspinner2{from{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes cbspinner2{from{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}.callback-page .callbackloader{z-index:10;background-color:#0B203C;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.callback-page .callbackloader-spinner{font-size:200px;width:1em;height:1em;position:relative;margin-bottom:2rem}.callback-page .callbackloader-spinner:before{content:'';border-radius:50%;border:15px solid rgba(0,0,0,0.05)}.callback-page .callbackloader-spinner:after{content:'';z-index:5;border:15px solid #6af9cd}.callback-page .callbackloader-spinner-bar{z-index:10;border:15px solid #39F7BC;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation-delay:200ms;animation-delay:200ms}.callback-page .callbackloader-spinner:after,.callback-page .callbackloader-spinner-bar{border-radius:50%;-webkit-animation-name:loadSpinner;animation-name:loadSpinner;border-top-color:transparent;border-right-color:transparent;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.callback-page .callbackloader-header{font-size:24px;color:#fff}.callback-page .callbackloader-spinner:before,.callback-page .callbackloader-spinner:after,.callback-page .callbackloader-spinner-bar{position:absolute;top:0;left:0;width:100%;height:100%}.mobile-page,.callback-page .callbackloader{position:fixed;top:0;left:0;width:100%;height:100%}.plancard__feature-list,html body #offers-page .plancard__feature-list,html body #offers-page .cpu_coincard__features-list,html body #downloads-page .plancard__feature-list{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0;list-style-type:none}.pg-mobileHeader,html body #offers-page .pg-mobileHeader,html body #downloads-page .pg-mobileHeader{background-image:-webkit-gradient(linear, left top, left bottom, from(#050a16), color-stop(30%, #0E1C40), color-stop(70%, #234AB2), color-stop(90%, #4671C1), to(#0BACAC));background-image:linear-gradient(to bottom, #050a16 0%, #0E1C40 30%, #234AB2 70%, #4671C1 90%, #0BACAC 100%)}body,.mobile-page,html body #offers-page{background-image:-webkit-gradient(linear, left top, left bottom, from(#3826B6), to(#0F0840));background-image:linear-gradient(to bottom, #3826B6, #0F0840)}@keyframes loadSpinner{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html body #offers-page{margin:0px;overflow-x:hidden;color:#fff;z-index:1;position:relative;min-height:calc(100vh - 120px - 150px)}html body #offers-page *,html body #offers-page *:before,html body #offers-page *:after{-webkit-box-sizing:border-box;box-sizing:border-box}html body #offers-page>section:first-child{padding-top:120px}html body #offers-page img{max-width:100%}html body #offers-page :root{font-size:14px !important;font-family:"Poppins",sans-serif}html body #offers-page p,html body #offers-page .h1,html body #offers-page .h2,html body #offers-page .h3,html body #offers-page .h4,html body #offers-page .h5,html body #offers-page .h6,html body #offers-page h1,html body #offers-page h2,html body #offers-page h3,html body #offers-page h4,html body #offers-page h5,html body #offers-page h6,html body #offers-page input,html body #offers-page textarea{font-family:"Poppins",sans-serif}html body #offers-page h1,html body #offers-page h2,html body #offers-page h3,html body #offers-page h4,html body #offers-page h5,html body #offers-page h6,html body #offers-page .h1,html body #offers-page .h2,html body #offers-page .h3,html body #offers-page .h4,html body #offers-page .h5,html body #offers-page .h6{font-weight:600}html body #offers-page .t_uppercase{text-transform:uppercase}html body #offers-page .emphasize{color:#39F7BC;font-weight:bold}html body #offers-page a{color:#2775F2;cursor:pointer}html body #offers-page .color-red{color:#f44}html body #offers-page .color-orange{color:#F98A1E}html body #offers-page .color-yellow{color:#FFD544}html body #offers-page .color-green{color:#5BFB2A}html body #offers-page .color-jade{color:#008B98}html body #offers-page .color-teal{color:#1FC8B6}html body #offers-page .color-blue{color:#0060FF}html body #offers-page .color-danger{color:#FF2C85}html body #offers-page .color-indigo{color:#3A13B7}html body #offers-page .color-purple{color:#902BEE}html body #offers-page .color-violet{color:#E41DA5}html body #offers-page .color-pink{color:#F48ED0}html body #offers-page .color-white{color:#fff}html body #offers-page .color-primary-color{color:#39F7BC}html body #offers-page .color-secondary-color{color:#DE9B5C}html body #offers-page .color-secondary-color-2{color:#F79646}html body #offers-page .color-secondary-color-3{color:#E81E0E}html body #offers-page .color-secondary-color-4{color:#4F81BD}html body #offers-page .color-tertiary-color{color:#2DD8EF}html body #offers-page .color-tertiary-color-2{color:#6812BE}html body #offers-page .color-tertiary-color-3{color:#0AFA15}html body #offers-page .color-tertiary-color-4{color:#E6FC10}html body #offers-page .color-highlight-color{color:#2DD8EF}html body #offers-page .color-highlight-color-2{color:#6812BE}html body #offers-page .color-highlight-color-3{color:#0AFA15}html body #offers-page .color-highlight-color-4{color:#E6FC10}html body #offers-page .col-12{max-width:100%}html body #offers-page .col-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-offset-12{margin-left:100%}html body #offers-page .col-11{max-width:91.66667%}html body #offers-page .col-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #offers-page .col-offset-11{margin-left:91.66667%}html body #offers-page .col-10{max-width:83.33333%}html body #offers-page .col-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #offers-page .col-offset-10{margin-left:83.33333%}html body #offers-page .col-9{max-width:75%}html body #offers-page .col-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #offers-page .col-offset-9{margin-left:75%}html body #offers-page .col-8{max-width:66.66667%}html body #offers-page .col-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #offers-page .col-offset-8{margin-left:66.66667%}html body #offers-page .col-7{max-width:58.33333%}html body #offers-page .col-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #offers-page .col-offset-7{margin-left:58.33333%}html body #offers-page .col-6{max-width:50%}html body #offers-page .col-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-offset-6{margin-left:50%}html body #offers-page .col-5{max-width:41.66667%}html body #offers-page .col-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #offers-page .col-offset-5{margin-left:41.66667%}html body #offers-page .col-4{max-width:33.33333%}html body #offers-page .col-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #offers-page .col-offset-4{margin-left:33.33333%}html body #offers-page .col-3{max-width:25%}html body #offers-page .col-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #offers-page .col-offset-3{margin-left:25%}html body #offers-page .col-2{max-width:16.66667%}html body #offers-page .col-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #offers-page .col-offset-2{margin-left:16.66667%}html body #offers-page .col-1{max-width:8.33333%}html body #offers-page .col-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #offers-page .col-offset-1{margin-left:8.33333%}html body #offers-page .row-12 .col{max-width:8.33333%}html body #offers-page .row-12 .col-guttered{margin:.5em;max-width:calc(8.33333% - 1em)}html body #offers-page .row-11 .col{max-width:9.09091%}html body #offers-page .row-11 .col-guttered{margin:.5em;max-width:calc(9.09091% - 1em)}html body #offers-page .row-10 .col{max-width:10%}html body #offers-page .row-10 .col-guttered{margin:.5em;max-width:calc(10% - 1em)}html body #offers-page .row-9 .col{max-width:11.11111%}html body #offers-page .row-9 .col-guttered{margin:.5em;max-width:calc(11.11111% - 1em)}html body #offers-page .row-8 .col{max-width:12.5%}html body #offers-page .row-8 .col-guttered{margin:.5em;max-width:calc(12.5% - 1em)}html body #offers-page .row-7 .col{max-width:14.28571%}html body #offers-page .row-7 .col-guttered{margin:.5em;max-width:calc(14.28571% - 1em)}html body #offers-page .row-6 .col{max-width:16.66667%}html body #offers-page .row-6 .col-guttered{margin:.5em;max-width:calc(16.66667% - 1em)}html body #offers-page .row-5 .col{max-width:20%}html body #offers-page .row-5 .col-guttered{margin:.5em;max-width:calc(20% - 1em)}html body #offers-page .row-4 .col{max-width:25%}html body #offers-page .row-4 .col-guttered{margin:.5em;max-width:calc(25% - 1em)}html body #offers-page .row-3 .col{max-width:33.33333%}html body #offers-page .row-3 .col-guttered{margin:.5em;max-width:calc(33.33333% - 1em)}html body #offers-page .row-2 .col{max-width:50%}html body #offers-page .row-2 .col-guttered{margin:.5em;max-width:calc(50% - 1em)}html body #offers-page .row-1 .col{max-width:100%}html body #offers-page .row-1 .col-guttered{margin:.5em;max-width:calc(100% - 1em)}@media only screen and (min-width: 513px){html body #offers-page .col-sm-12{max-width:100%}html body #offers-page .col-sm-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-sm-offset-12{margin-left:100%}html body #offers-page .col-sm-11{max-width:91.66667%}html body #offers-page .col-sm-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #offers-page .col-sm-offset-11{margin-left:91.66667%}html body #offers-page .col-sm-10{max-width:83.33333%}html body #offers-page .col-sm-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #offers-page .col-sm-offset-10{margin-left:83.33333%}html body #offers-page .col-sm-9{max-width:75%}html body #offers-page .col-sm-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #offers-page .col-sm-offset-9{margin-left:75%}html body #offers-page .col-sm-8{max-width:66.66667%}html body #offers-page .col-sm-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #offers-page .col-sm-offset-8{margin-left:66.66667%}html body #offers-page .col-sm-7{max-width:58.33333%}html body #offers-page .col-sm-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #offers-page .col-sm-offset-7{margin-left:58.33333%}html body #offers-page .col-sm-6{max-width:50%}html body #offers-page .col-sm-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-sm-offset-6{margin-left:50%}html body #offers-page .col-sm-5{max-width:41.66667%}html body #offers-page .col-sm-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #offers-page .col-sm-offset-5{margin-left:41.66667%}html body #offers-page .col-sm-4{max-width:33.33333%}html body #offers-page .col-sm-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #offers-page .col-sm-offset-4{margin-left:33.33333%}html body #offers-page .col-sm-3{max-width:25%}html body #offers-page .col-sm-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #offers-page .col-sm-offset-3{margin-left:25%}html body #offers-page .col-sm-2{max-width:16.66667%}html body #offers-page .col-sm-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #offers-page .col-sm-offset-2{margin-left:16.66667%}html body #offers-page .col-sm-1{max-width:8.33333%}html body #offers-page .col-sm-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #offers-page .col-sm-offset-1{margin-left:8.33333%}html body #offers-page .col-10-sm-10{max-width:100%}html body #offers-page .col-10-sm-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-10-sm-offset-10{margin-left:100%}html body #offers-page .col-10-sm-9{max-width:90%}html body #offers-page .col-10-sm-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #offers-page .col-10-sm-offset-9{margin-left:90%}html body #offers-page .col-10-sm-8{max-width:80%}html body #offers-page .col-10-sm-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #offers-page .col-10-sm-offset-8{margin-left:80%}html body #offers-page .col-10-sm-7{max-width:70%}html body #offers-page .col-10-sm-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #offers-page .col-10-sm-offset-7{margin-left:70%}html body #offers-page .col-10-sm-6{max-width:60%}html body #offers-page .col-10-sm-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #offers-page .col-10-sm-offset-6{margin-left:60%}html body #offers-page .col-10-sm-5{max-width:50%}html body #offers-page .col-10-sm-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-10-sm-offset-5{margin-left:50%}html body #offers-page .col-10-sm-4{max-width:40%}html body #offers-page .col-10-sm-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #offers-page .col-10-sm-offset-4{margin-left:40%}html body #offers-page .col-10-sm-3{max-width:30%}html body #offers-page .col-10-sm-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #offers-page .col-10-sm-offset-3{margin-left:30%}html body #offers-page .col-10-sm-2{max-width:20%}html body #offers-page .col-10-sm-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #offers-page .col-10-sm-offset-2{margin-left:20%}html body #offers-page .col-10-sm-1{max-width:10%}html body #offers-page .col-10-sm-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #offers-page .col-10-sm-offset-1{margin-left:10%}}@media only screen and (min-width: 1025px){html body #offers-page .col-md-12{max-width:100%}html body #offers-page .col-md-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-md-offset-12{margin-left:100%}html body #offers-page .col-md-11{max-width:91.66667%}html body #offers-page .col-md-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #offers-page .col-md-offset-11{margin-left:91.66667%}html body #offers-page .col-md-10{max-width:83.33333%}html body #offers-page .col-md-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #offers-page .col-md-offset-10{margin-left:83.33333%}html body #offers-page .col-md-9{max-width:75%}html body #offers-page .col-md-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #offers-page .col-md-offset-9{margin-left:75%}html body #offers-page .col-md-8{max-width:66.66667%}html body #offers-page .col-md-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #offers-page .col-md-offset-8{margin-left:66.66667%}html body #offers-page .col-md-7{max-width:58.33333%}html body #offers-page .col-md-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #offers-page .col-md-offset-7{margin-left:58.33333%}html body #offers-page .col-md-6{max-width:50%}html body #offers-page .col-md-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-md-offset-6{margin-left:50%}html body #offers-page .col-md-5{max-width:41.66667%}html body #offers-page .col-md-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #offers-page .col-md-offset-5{margin-left:41.66667%}html body #offers-page .col-md-4{max-width:33.33333%}html body #offers-page .col-md-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #offers-page .col-md-offset-4{margin-left:33.33333%}html body #offers-page .col-md-3{max-width:25%}html body #offers-page .col-md-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #offers-page .col-md-offset-3{margin-left:25%}html body #offers-page .col-md-2{max-width:16.66667%}html body #offers-page .col-md-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #offers-page .col-md-offset-2{margin-left:16.66667%}html body #offers-page .col-md-1{max-width:8.33333%}html body #offers-page .col-md-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #offers-page .col-md-offset-1{margin-left:8.33333%}html body #offers-page .col-10-md-10{max-width:100%}html body #offers-page .col-10-md-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-10-md-offset-10{margin-left:100%}html body #offers-page .col-10-md-9{max-width:90%}html body #offers-page .col-10-md-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #offers-page .col-10-md-offset-9{margin-left:90%}html body #offers-page .col-10-md-8{max-width:80%}html body #offers-page .col-10-md-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #offers-page .col-10-md-offset-8{margin-left:80%}html body #offers-page .col-10-md-7{max-width:70%}html body #offers-page .col-10-md-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #offers-page .col-10-md-offset-7{margin-left:70%}html body #offers-page .col-10-md-6{max-width:60%}html body #offers-page .col-10-md-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #offers-page .col-10-md-offset-6{margin-left:60%}html body #offers-page .col-10-md-5{max-width:50%}html body #offers-page .col-10-md-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-10-md-offset-5{margin-left:50%}html body #offers-page .col-10-md-4{max-width:40%}html body #offers-page .col-10-md-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #offers-page .col-10-md-offset-4{margin-left:40%}html body #offers-page .col-10-md-3{max-width:30%}html body #offers-page .col-10-md-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #offers-page .col-10-md-offset-3{margin-left:30%}html body #offers-page .col-10-md-2{max-width:20%}html body #offers-page .col-10-md-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #offers-page .col-10-md-offset-2{margin-left:20%}html body #offers-page .col-10-md-1{max-width:10%}html body #offers-page .col-10-md-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #offers-page .col-10-md-offset-1{margin-left:10%}}@media only screen and (min-width: 1447px){html body #offers-page .col-xl-12{max-width:100%}html body #offers-page .col-xl-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-xl-offset-12{margin-left:100%}html body #offers-page .col-xl-11{max-width:91.66667%}html body #offers-page .col-xl-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #offers-page .col-xl-offset-11{margin-left:91.66667%}html body #offers-page .col-xl-10{max-width:83.33333%}html body #offers-page .col-xl-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #offers-page .col-xl-offset-10{margin-left:83.33333%}html body #offers-page .col-xl-9{max-width:75%}html body #offers-page .col-xl-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #offers-page .col-xl-offset-9{margin-left:75%}html body #offers-page .col-xl-8{max-width:66.66667%}html body #offers-page .col-xl-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #offers-page .col-xl-offset-8{margin-left:66.66667%}html body #offers-page .col-xl-7{max-width:58.33333%}html body #offers-page .col-xl-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #offers-page .col-xl-offset-7{margin-left:58.33333%}html body #offers-page .col-xl-6{max-width:50%}html body #offers-page .col-xl-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-xl-offset-6{margin-left:50%}html body #offers-page .col-xl-5{max-width:41.66667%}html body #offers-page .col-xl-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #offers-page .col-xl-offset-5{margin-left:41.66667%}html body #offers-page .col-xl-4{max-width:33.33333%}html body #offers-page .col-xl-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #offers-page .col-xl-offset-4{margin-left:33.33333%}html body #offers-page .col-xl-3{max-width:25%}html body #offers-page .col-xl-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #offers-page .col-xl-offset-3{margin-left:25%}html body #offers-page .col-xl-2{max-width:16.66667%}html body #offers-page .col-xl-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #offers-page .col-xl-offset-2{margin-left:16.66667%}html body #offers-page .col-xl-1{max-width:8.33333%}html body #offers-page .col-xl-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #offers-page .col-xl-offset-1{margin-left:8.33333%}html body #offers-page .col-10-xl-10{max-width:100%}html body #offers-page .col-10-xl-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-10-xl-offset-10{margin-left:100%}html body #offers-page .col-10-xl-9{max-width:90%}html body #offers-page .col-10-xl-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #offers-page .col-10-xl-offset-9{margin-left:90%}html body #offers-page .col-10-xl-8{max-width:80%}html body #offers-page .col-10-xl-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #offers-page .col-10-xl-offset-8{margin-left:80%}html body #offers-page .col-10-xl-7{max-width:70%}html body #offers-page .col-10-xl-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #offers-page .col-10-xl-offset-7{margin-left:70%}html body #offers-page .col-10-xl-6{max-width:60%}html body #offers-page .col-10-xl-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #offers-page .col-10-xl-offset-6{margin-left:60%}html body #offers-page .col-10-xl-5{max-width:50%}html body #offers-page .col-10-xl-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-10-xl-offset-5{margin-left:50%}html body #offers-page .col-10-xl-4{max-width:40%}html body #offers-page .col-10-xl-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #offers-page .col-10-xl-offset-4{margin-left:40%}html body #offers-page .col-10-xl-3{max-width:30%}html body #offers-page .col-10-xl-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #offers-page .col-10-xl-offset-3{margin-left:30%}html body #offers-page .col-10-xl-2{max-width:20%}html body #offers-page .col-10-xl-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #offers-page .col-10-xl-offset-2{margin-left:20%}html body #offers-page .col-10-xl-1{max-width:10%}html body #offers-page .col-10-xl-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #offers-page .col-10-xl-offset-1{margin-left:10%}}@media only screen and (min-width: 1281px){html body #offers-page .col-lg-12{max-width:100%}html body #offers-page .col-lg-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-lg-offset-12{margin-left:100%}html body #offers-page .col-lg-11{max-width:91.66667%}html body #offers-page .col-lg-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #offers-page .col-lg-offset-11{margin-left:91.66667%}html body #offers-page .col-lg-10{max-width:83.33333%}html body #offers-page .col-lg-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #offers-page .col-lg-offset-10{margin-left:83.33333%}html body #offers-page .col-lg-9{max-width:75%}html body #offers-page .col-lg-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #offers-page .col-lg-offset-9{margin-left:75%}html body #offers-page .col-lg-8{max-width:66.66667%}html body #offers-page .col-lg-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #offers-page .col-lg-offset-8{margin-left:66.66667%}html body #offers-page .col-lg-7{max-width:58.33333%}html body #offers-page .col-lg-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #offers-page .col-lg-offset-7{margin-left:58.33333%}html body #offers-page .col-lg-6{max-width:50%}html body #offers-page .col-lg-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-lg-offset-6{margin-left:50%}html body #offers-page .col-lg-5{max-width:41.66667%}html body #offers-page .col-lg-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #offers-page .col-lg-offset-5{margin-left:41.66667%}html body #offers-page .col-lg-4{max-width:33.33333%}html body #offers-page .col-lg-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #offers-page .col-lg-offset-4{margin-left:33.33333%}html body #offers-page .col-lg-3{max-width:25%}html body #offers-page .col-lg-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #offers-page .col-lg-offset-3{margin-left:25%}html body #offers-page .col-lg-2{max-width:16.66667%}html body #offers-page .col-lg-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #offers-page .col-lg-offset-2{margin-left:16.66667%}html body #offers-page .col-lg-1{max-width:8.33333%}html body #offers-page .col-lg-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #offers-page .col-lg-offset-1{margin-left:8.33333%}html body #offers-page .col-10-lg-10{max-width:100%}html body #offers-page .col-10-lg-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #offers-page .col-10-lg-offset-10{margin-left:100%}html body #offers-page .col-10-lg-9{max-width:90%}html body #offers-page .col-10-lg-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #offers-page .col-10-lg-offset-9{margin-left:90%}html body #offers-page .col-10-lg-8{max-width:80%}html body #offers-page .col-10-lg-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #offers-page .col-10-lg-offset-8{margin-left:80%}html body #offers-page .col-10-lg-7{max-width:70%}html body #offers-page .col-10-lg-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #offers-page .col-10-lg-offset-7{margin-left:70%}html body #offers-page .col-10-lg-6{max-width:60%}html body #offers-page .col-10-lg-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #offers-page .col-10-lg-offset-6{margin-left:60%}html body #offers-page .col-10-lg-5{max-width:50%}html body #offers-page .col-10-lg-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #offers-page .col-10-lg-offset-5{margin-left:50%}html body #offers-page .col-10-lg-4{max-width:40%}html body #offers-page .col-10-lg-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #offers-page .col-10-lg-offset-4{margin-left:40%}html body #offers-page .col-10-lg-3{max-width:30%}html body #offers-page .col-10-lg-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #offers-page .col-10-lg-offset-3{margin-left:30%}html body #offers-page .col-10-lg-2{max-width:20%}html body #offers-page .col-10-lg-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #offers-page .col-10-lg-offset-2{margin-left:20%}html body #offers-page .col-10-lg-1{max-width:10%}html body #offers-page .col-10-lg-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #offers-page .col-10-lg-offset-1{margin-left:10%}}html body #offers-page .container{width:100%;max-width:1440px;margin:0 auto;padding-right:1em;padding-left:1em}html body #offers-page .container-sm{max-width:900px}html body #offers-page .container-wide{max-width:100%}@media (max-width: 1180px){html body #offers-page .container{max-width:1000px}}@media (max-width: 1025px){html body #offers-page .container{max-width:800px}}@media (max-width: 900px){html body #offers-page .container{max-width:750px}}@media (max-width: 769px){html body #offers-page .container{max-width:600px}}@media (max-width: 600px){html body #offers-page .container{max-width:450px}}html body #offers-page .col{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;width:100%;min-height:unset}html body #offers-page .col-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .row{width:100%;margin-right:0;margin-left:0}html body #offers-page .col,html body #offers-page .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}html body #offers-page .col-center,html body #offers-page .row-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}html body #offers-page .col-left,html body #offers-page .row-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}html body #offers-page .col-right,html body #offers-page .row-right{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}html body #offers-page .col-middle,html body #offers-page .row-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}html body #offers-page .col-bottom,html body #offers-page .row-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}html body #offers-page .col-vertical,html body #offers-page .row-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .col-nowrap,html body #offers-page .row-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}html body #offers-page .anim{opacity:0}html body #offers-page .anim.animate__animated{opacity:1}html body #offers-page .nav-header{position:fixed;top:0;left:0;z-index:99;width:100%;height:120px;padding:1rem}html body #offers-page .nav-header .container{height:100%}html body #offers-page .nav-header__logo{padding:1rem;height:100%;width:200px;cursor:pointer}html body #offers-page .nav-header__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}html body #offers-page .pg-mobileHeader{position:fixed;top:0;right:-250px;z-index:999;height:100vh;width:250px;opacity:0;visibility:hidden;padding-top:120px;-webkit-transition:right 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out;transition:right 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out}html body #offers-page .pg-mobileHeader-close{position:absolute;top:0;right:100%;font-size:2rem;width:120px;height:120px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:#050a16;border-right:none;color:rgba(255,255,255,0.5)}html body #offers-page .pg-mobileHeader-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .pg-mobileHeader--show{right:0;opacity:1;visibility:visible}html body #offers-page .pg-mobileHeader .pg-header-loginbutton{color:#fff}html body #offers-page .pg-mobileHeader .pg-header-userpane{width:100%}html body #offers-page .pg-mobileHeader .pg-header-userpane .message{text-align:center;color:#fff;font-weight:normal}html body #offers-page .pg-mobileHeader .pg-header-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}html body #offers-page .pg-mobileHeader .pg-header-menu-label{font-size:.7rem;text-transform:uppercase;color:#fff;letter-spacing:0.15em;width:100%;display:block;margin:0;line-height:1;padding:1rem;font-weight:bold}html body #offers-page .pg-mobileHeader .pg-header-menu-list{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .pg-mobileHeader .pg-header-menu-list .pg-header-item{width:100%;font-size:1rem;padding-left:1rem;padding-right:1rem;text-transform:Capitalize;font-weight:normal;letter-spacing:0.05em}html body #offers-page .pg-mobileHeader .pg-header-item{padding:1rem;text-align:left;width:100%;color:rgba(255,255,255,0.5)}html body #offers-page .pg-mobileHeader .pg-header-item:hover{color:#fff}html body #offers-page .pg-mobileHeader .pg-header-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.15)}html body #offers-page .pg-mobileHeader .pg-header-item.active{color:#fff;background:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}html body #offers-page .pg-mobileHeader .docs-navigation-menuLink{width:100%;padding-left:1rem;padding-right:1rem}html body #offers-page .pg-mobileHeader .docs-navigation-menuLink i{color:#fff}html body #offers-page .pg-mobileHeader .docs-navigation-menuLink .text{color:#fff;letter-spacing:0.05em;font-weight:300}html body #offers-page .pg-mobileHeader .docs-navigation-menuLink.active .text{font-weight:normal}@media (max-width: 1025px){html body #offers-page .docs .docs-header{max-width:100%;left:0}html body #offers-page .docs .docs-header .docs-headerMenu,html body #offers-page .docs .docs-header .docs-headerMenuButton{display:none}html body #offers-page .docs .docs-header .docs-navigation-logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0;border-bottom:none;width:200px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}html body #offers-page .docs .docs-header .pg-header-burger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #offers-page .docs .docs-container-article{max-width:calc( 100% - 250px)}html body #offers-page .docs .docs-container-guide{width:250px}html body #offers-page .docs .docs-navigation-footer{margin-top:auto}html body #offers-page .docs .docs-container{margin-left:0;max-width:100%}html body #offers-page .docs .docs-container-main{width:100%;max-width:100%}html body #offers-page .docs .docs-navigation{display:none}}@media (max-width: 600px){html body #offers-page .pg-mobileHeader{right:-calc(100vw - 120px);width:calc(100vw - 120px)}html body #offers-page .docs .docs-container-guide{display:none}html body #offers-page .docs .docs-container-article{max-width:100%;padding-right:1rem;padding-left:1rem}html body #offers-page .docs .docs-pageNavigation-btn{min-width:0}}html body #offers-page #pg-main{position:relative;min-height:calc(100vh - 120px - 150px);overflow:hidden}html body #offers-page section{padding:2rem 0}html body #offers-page section .section-header{font-style:normal;font-weight:500;font-size:40px;line-height:49px;text-align:center;max-width:800px;margin-top:0;margin-bottom:1rem}html body #offers-page section .section-header{color:#0E376F;font-weight:600;line-height:1.2}html body #offers-page section .section-desc{color:#414141;font-size:18px;font-weight:600;line-height:1.5}html body #offers-page section .section-header-label{color:#3A88D5;line-height:1;letter-spacing:1.5em}html body #offers-page section .row-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page section .col{text-align:left}html body #offers-page section .col .col-header{text-align:left}@media (max-width: 1000px){html body #offers-page section .section-header{font-size:32px;line-height:1.4}}@media (max-width: 600px){html body #offers-page section .section-header{font-size:24px}}html body #offers-page .tweekcard{position:relative;z-index:10;margin:-5rem auto 0 auto;background-color:#fff;padding:1rem;width:100%;max-width:510px;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:2rem;-webkit-box-shadow:0px 4px 32px rgba(0,0,0,0.32);box-shadow:0px 4px 32px rgba(0,0,0,0.32)}html body #offers-page .tweekcard-text{font-weight:normal;font-size:20px;line-height:24px;text-align:center}html body #offers-page .accountCards--credentials .row-actions{margin-top:1rem}html body #offers-page .accountCards--credentials .col-graphic{margin:0 auto;margin-bottom:2rem}html body #offers-page .accountCards--credentials .btn-manageKeys{width:100%;background-color:#EFF1F6}html body #offers-page .accountCards--credentials .btn-manageKeys:hover{background-color:#2775F2;color:#fff}html body #offers-page .credentialsCard{display:none;width:calc(100% - 2rem);border-radius:.5rem;border:1px solid #A8A8A8;padding:1rem;margin:1rem}html body #offers-page .credentialsCard-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:1rem;border-bottom:1px solid #A8A8A8;margin-bottom:1rem}html body #offers-page .credentialsCard-header-title{margin:0;line-height:1;font-size:1.5rem}html body #offers-page .credentialsCard-header-actions{margin-left:auto}html body #offers-page .credentialsCard-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .credentialsCard-info:not(:last-child){margin-bottom:1rem}html body #offers-page .credentialsCard-info-label{font-size:12px;line-height:1;margin-bottom:.5rem}html body #offers-page .credentialsCard-info-value{font-size:1rem;margin-top:1rem;margin-bottom:1rem;line-height:1}html body #offers-page .credentialsCard .twField:not(:last-child){margin-bottom:1rem}html body #offers-page .credentialsCard.active{display:block}html body #offers-page .noCredentialsCard{display:none;width:calc(100% - 2rem);border-radius:.5rem;padding:1rem;margin:1rem;background-color:#EFF1F6;min-height:300px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page .noCredentialsCard-msg{text-align:center;font-size:2rem;color:#0E376F;font-weight:normal}html body #offers-page .noCredentialsCard.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #offers-page .notFreePlanUser{display:none;width:calc(100% - 2rem);border-radius:.5rem;padding:1rem;margin:1rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .notFreePlanUser-img{width:100%;max-width:300px;margin:0 auto}html body #offers-page .notFreePlanUser-header{font-size:2.5rem;color:#2775F2}html body #offers-page .notFreePlanUser.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #offers-page .plancard{padding:2rem;position:relative;border-radius:1rem;margin-bottom:1rem}html body #offers-page .plancard .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}html body #offers-page .plancard__badge{position:absolute;top:-1rem;right:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:6rem;background-color:#2775F2;text-align:center}html body #offers-page .plancard__badge i{font-size:1.5rem;margin:.5rem auto;background-color:rgba(255,255,255,0.25);padding:1rem;border-radius:50%}html body #offers-page .plancard__badge .text{margin-top:0;margin-bottom:1rem;line-height:1.1}html body #offers-page .plancard__badge:after{content:'';position:absolute;top:100%;left:0;width:100%;border-left:3rem solid #2775F2;border-right:3rem solid #2775F2;border-bottom:20px solid transparent}html body #offers-page .plancard__title{font-size:3rem;font-weight:bold;line-height:1;margin-top:0;margin-bottom:1rem}html body #offers-page .plancard__price{margin:0;font-size:1.25rem}html body #offers-page .plancard__feature-list{margin-top:1rem}html body #offers-page .plancard__feature-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:0.9rem}html body #offers-page .plancard__feature-list li i{margin-right:1rem}html body #offers-page .plancard__feature-list li p{margin:0}html body #offers-page .plancard__feature-list li:not(:last-child){margin-bottom:.25rem}html body #offers-page .plancard .col-plan{width:50%}html body #offers-page .plancard .col-action{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}html body #offers-page .plancard .col-action .btn:not(:last-child){margin-right:1rem}html body #offers-page .plancard .col-action .btn-primary{background-color:#fff}html body #offers-page .plancard .col-action .btn-primary:hover{-webkit-box-shadow:0 0 0rem 0.35rem rgba(255,255,255,0.25);box-shadow:0 0 0rem 0.35rem rgba(255,255,255,0.25)}html body #offers-page .plancard--pro{background-image:linear-gradient(45deg, #E8F739, #F5732C, #FD3232)}html body #offers-page .plancard--pro .btn-primary{color:#FD3232}html body #offers-page .plancard--basic{background-image:linear-gradient(45deg, #1CD0BB, #00739D)}html body #offers-page .plancard--basic .btn-primary{color:#00739D}html body #offers-page .plancard--other{border:1px solid #fff}html body #offers-page .plancard--other .btn-default{background-color:transparent;border:1px solid #fff}html body #offers-page .btn{padding:.75rem 2.15rem;cursor:pointer;text-decoration:none !important;border:none;font-family:"Poppins",sans-serif;font-weight:500}html body #offers-page .btn-special{background:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff;border-radius:2rem;font-weight:bold}html body #offers-page .btn-special:visited{color:#fff}html body #offers-page .btn-special-2{background:-webkit-linear-gradient(45deg, #3E5DAE 0%, #0BACAC 100%);letter-spacing:0.25em;color:#fff;border-radius:2rem;line-height:1;padding:1.25em 2.25em}html body #offers-page .btn-special-2:visited{color:#fff}html body #offers-page .btn-outlined{color:#fff;font-weight:600;border:2px solid #CCCCCC;letter-spacing:0.25em;border-radius:2rem;line-height:1;padding:1.25em 2.25em}html body #offers-page .btn-text-special{background:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#fff;font-weight:bold}html body #offers-page .btn-generateApiKey{background-color:#2775F2;color:#fff;border-radius:.5rem;line-height:1}html body #offers-page .btn-generateApiKey:visited{color:#fff}html body #offers-page .btn-primary{background-color:#39F7BC;color:#1F146F;border-radius:.5rem;-webkit-box-shadow:0 0 0 0 rgba(57,247,188,0.25);box-shadow:0 0 0 0 rgba(57,247,188,0.25);text-align:center}html body #offers-page .btn-primary:hover{-webkit-box-shadow:0 0 0 0.5rem rgba(57,247,188,0.25);box-shadow:0 0 0 0.5rem rgba(57,247,188,0.25)}html body #offers-page .btn-default{background-color:rgba(255,255,255,0.1);border-radius:.5rem;color:#fff}html body #offers-page .btn-default:hover{background-color:rgba(255,255,255,0.2)}html body #offers-page .btn-disabled{pointer-events:none !important;background:#ced4e4;color:#bec6da}html body #offers-page .btn.disabled{background-color:rgba(255,255,255,0.5);color:#0E376F;pointer-events:none}html body #offers-page .btn-invertedWhite{background-color:transparent;color:#fff;border:1px solid #fff;border-radius:.5rem}html body #offers-page .btn-invertedWhite:visited{color:#fff}html body #offers-page .btn-invertedWhite-filled{background-color:#fff;border-radius:.5rem;color:#2775F2}html body #offers-page .btn-invertedWhite-filled:visited{color:#2775F2}html body #offers-page .btn-downloadTweeked{width:100%;border-radius:.5rem;background-color:#EFF1F6;text-align:center;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}html body #offers-page .btn-downloadTweeked:hover{background-color:#2775F2;color:#fff;-webkit-box-shadow:0 0 0 0.5rem rgba(39,117,242,0.2);box-shadow:0 0 0 0.5rem rgba(39,117,242,0.2)}html body #offers-page .btn,html body #offers-page button{outline:none !important}html body #offers-page button.btn,html body #offers-page input.btn{-webkit-appearance:none}html body #offers-page .twLogInBtn,html body #offers-page .pg-header-loginbutton{font-family:"Poppins",sans-serif;cursor:pointer;border-radius:32px;border:solid 1px #008080;text-align:center;margin-left:20px;white-space:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:200px;height:40px;line-height:1;font-size:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:transparent;overflow:hidden;position:relative;-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}html body #offers-page .twLogInBtn:hover,html body #offers-page .pg-header-loginbutton:hover{background-image:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff;-webkit-box-shadow:0 0 0.5rem 0.5rem rgba(0,0,0,0.15);box-shadow:0 0 0.5rem 0.5rem rgba(0,0,0,0.15)}html body #offers-page .twLogInBtn.loading,html body #offers-page .pg-header-loginbutton.loading{position:relative;background-image:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff}html body #offers-page .twLogInBtn.loading:after,html body #offers-page .pg-header-loginbutton.loading:after{margin-left:1rem;content:'';font-size:0.75em;width:1.25em;height:1.25em;border-radius:50%;border:2px solid #fff;border-top-color:transparent;-webkit-animation-name:loadSpinner;animation-name:loadSpinner;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}html body #offers-page .twSelectParent{position:relative;min-width:100px}html body #offers-page .twSelectParent .twSelect{display:none}html body #offers-page .twSelectParent .twSelectCurrSelected{padding-left:1rem;width:100%}html body #offers-page .twSelectParent .twSelectCurrSelectedContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}html body #offers-page .twSelectParent .twSelectMenu-dd{font-size:1rem;width:1em;height:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;margin-left:auto}html body #offers-page .twSelectParent .twSelectMenu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;-webkit-box-shadow:0 5px 2.5px 2.5px rgba(0,0,0,0.1);box-shadow:0 5px 2.5px 2.5px rgba(0,0,0,0.1);max-height:40vh;overflow-y:auto;opacity:0;visibility:hidden;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:transform 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out;transition:transform 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out}html body #offers-page .twSelectParent .twSelectMenu-item{width:100%;padding:.5rem 1rem;cursor:pointer}html body #offers-page .twSelectParent .twSelectMenu-item:hover{background-color:rgba(0,0,0,0.05)}html body #offers-page .twSelectParent.open .twSelectMenu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}html body #offers-page .colorBox{width:100%;position:relative}html body #offers-page .colorBox .row{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page .colorBox-picker{width:100%;margin-bottom:1rem}html body #offers-page .colorBox-pickerToggler{display:none;font-size:32px;width:1em;height:1em;border:1px solid #A8A8A8;border-radius:.25rem;padding:0.25rem;cursor:pointer;margin-left:.25rem}html body #offers-page .colorBox-pickerToggler .color{width:100%;height:100%;display:block;border-radius:.15rem}html body #offers-page .colorBox-input{width:100%;height:32px;padding:.5rem 1rem;border:1px solid #A8A8A8;-webkit-box-shadow:none;box-shadow:none;border-radius:.25rem}html body #offers-page .colorBox.disabled{opacity:0.1;pointer-events:none}@media (max-width: 1440px){html body #offers-page .colorBox-pickerToggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #offers-page .colorBox-picker{position:absolute;top:calc(100% + 1rem);right:0;background-color:#fff;padding:1rem;-webkit-box-shadow:0 3px 0.15rem 0.15rem rgba(0,0,0,0.15);box-shadow:0 3px 0.15rem 0.15rem rgba(0,0,0,0.15);opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}html body #offers-page .colorBox.active .colorBox-picker{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}}html body #offers-page .pill{text-transform:uppercase;letter-spacing:0.2em;font-size:12px;font-weight:normal;background-color:#EFF1F6}html body #offers-page .pill-success{color:#fff;border-radius:1em;padding:.25em  0.5em;background-color:#5FE3C5}html body #offers-page .notif{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:.5rem 1rem;margin-bottom:1rem;width:100%;border:1px solid #39F7BC;background-color:rgba(255,255,255,0.1)}html body #offers-page .notif__icon{font-size:2em;margin-right:1rem;color:#39F7BC}html body #offers-page .notif__message{margin-bottom:0;margin-top:0;color:#fff}html body #offers-page .notif__message a{color:#fff}html body #offers-page .notif__message a:hover{color:#39F7BC}html body #offers-page .notif--danger{background-color:#FF2C85;border-color:#FF2C85}html body #offers-page .notif--danger .notif__icon{color:#fff}html body #offers-page .twField{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .twField-label{font-size:12px;line-height:1;margin-bottom:.5rem}html body #offers-page .twField-input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;font-size:1em;border-radius:.25rem;overflow:hidden}html body #offers-page .twField-input input{font-size:1em;line-height:1;height:3em;padding:1rem;background-color:#EFF1F6;border:1px solid #E0E0E0;-webkit-box-shadow:none;box-shadow:none;outline:none !important;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}html body #offers-page .twField-copyField{border:none;width:3em;height:3em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0}html body #offers-page .twField .codehighlight-code{position:relative;display:block}html body #offers-page .twField .codehighlight-code .docs-code-snippet-copyBtn{position:absolute;top:0;right:0}html body #offers-page .twField .codehighlight-code .codeContainer{white-space:pre}html body #offers-page .field{width:100%}html body #offers-page .field__label{width:100%;display:block;font-size:1rem;line-height:1;margin-top:0;margin-bottom:1rem}html body #offers-page .field__input{border:0.5px solid #fff;color:#fff;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;padding:1rem;height:40px;border-radius:.5rem;background-color:transparent;outline:none !important}html body #offers-page .field__input::-webkit-input-placeholder{color:rgba(255,255,255,0.5)}html body #offers-page .field__input::-moz-placeholder{color:rgba(255,255,255,0.5)}html body #offers-page .field__input:-ms-input-placeholder{color:rgba(255,255,255,0.5)}html body #offers-page .field__input::-ms-input-placeholder{color:rgba(255,255,255,0.5)}html body #offers-page .field__input::placeholder{color:rgba(255,255,255,0.5)}html body #offers-page .field__input.disabled{pointer-events:none;background-color:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.25);cursor:no-drop}html body #offers-page .field__input.disabled::-webkit-input-placeholder{color:rgba(255,255,255,0.25)}html body #offers-page .field__input.disabled::-moz-placeholder{color:rgba(255,255,255,0.25)}html body #offers-page .field__input.disabled:-ms-input-placeholder{color:rgba(255,255,255,0.25)}html body #offers-page .field__input.disabled::-ms-input-placeholder{color:rgba(255,255,255,0.25)}html body #offers-page .field__input.disabled::placeholder{color:rgba(255,255,255,0.25)}html body #offers-page .field .row .btn{margin-left:1rem;height:40px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}html body #offers-page .field.disabled{background-color:rgba(255,255,255,0.15);color:rgba(255,255,255,0.25);pointer-events:none}html body #offers-page .supportedTable{width:100%}html body #offers-page .supportedTable thead th{padding:1rem;background-color:#ced4e4;border-bottom:4px solid #2775F2}html body #offers-page .supportedTable tbody td{padding:1rem .5rem}html body #offers-page .supportedTable tbody tr:not(:last-child) td{border-bottom:1px solid rgba(0,0,0,0.1)}html body #offers-page .supportedTable tbody tr:nth-child(even) td{background-color:#f6f7fa}html body #offers-page .supportedTable .supportedTable-grp{background-color:#fff !important;text-align:center;line-height:1;vertical-align:middle;padding:2rem 1rem;font-size:1.15rem}html body #offers-page .twModal{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:1rem;visibility:hidden;opacity:0;-webkit-transition:visibility 300ms ease-out , opacity 300ms ease-out;transition:visibility 300ms ease-out , opacity 300ms ease-out;background-color:rgba(0,0,0,0.8)}html body #offers-page .twModal-close{position:absolute;top:1rem;right:1rem;border:none;background-color:#dfe3ed;font-size:1rem;width:2em;height:2em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;cursor:pointer;border-radius:.25rem}html body #offers-page .twModal-close:hover{color:#fff;background-color:#FF2C85}html body #offers-page .twModal-container{position:relative;z-index:10;background-color:#fff;width:100%;padding:1rem;max-width:600px;margin:10vh auto 0 auto}html body #offers-page .twModal-actions{border-top:1px solid #cdcdcd;padding-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}html body #offers-page .twModal-actions .btn:not(:last-child){margin-right:1rem}html body #offers-page .confirmationModal-header{font-size:1.25rem;text-align:center;margin:3rem 0;font-weight:normal}html body #offers-page .twModal--wide .twModal-container{max-width:800px}html body #offers-page .twModal--hide{visibility:hidden;opacity:0}html body #offers-page .twModal--show{visibility:visible;opacity:1}html body #offers-page .codehighlight-code{width:100%}html body #offers-page .codehighlight-code .codeContainer{width:100%;overflow-y:auto}html body #offers-page .form-wizard-container{width:100%;height:calc(100vh - 300px);border-radius:1rem;overflow:hidden;padding:2.5rem;-webkit-transition:-webkit-box-shadow 300ms ease-out;transition:-webkit-box-shadow 300ms ease-out;transition:box-shadow 300ms ease-out;transition:box-shadow 300ms ease-out, -webkit-box-shadow 300ms ease-out;-webkit-box-shadow:0 0 0 0 rgba(57,247,188,0.5);box-shadow:0 0 0 0 rgba(57,247,188,0.5);background-image:linear-gradient(310deg, #0F0840 0%, #140b57 30%, #1a0e6d 60%, #3826B6)}html body #offers-page .form-wizard{position:relative;height:100%}html body #offers-page .form-wizard__step{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;position:absolute;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0;visibility:0;-webkit-transition:opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out;transition:opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out;transition:transform 500ms ease-out, opacity 500ms ease-out, visibility 500ms ease-out;transition:transform 500ms ease-out, opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out}html body #offers-page .form-wizard__step__header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;margin-bottom:1rem}html body #offers-page .form-wizard__step__header-container .form-wizard__step__header{width:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin-bottom:0}html body #offers-page .form-wizard__step__header-container .form-wizard__step__back{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}html body #offers-page .form-wizard__step__back{background-color:transparent;padding:1rem;border:none;cursor:pointer;color:#fff;font-size:1rem;font-family:"Poppins",sans-serif;border-radius:.5rem;line-height:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page .form-wizard__step__back .text{padding-left:1rem}html body #offers-page .form-wizard__step__back i{font-size:1.25em}html body #offers-page .form-wizard__step__back:hover{background-color:rgba(255,255,255,0.1)}html body #offers-page .form-wizard__step__header{font-size:2.5rem;width:100%;text-align:left;margin-top:0;margin-bottom:1rem}html body #offers-page .form-wizard__step__desc{width:100%;margin-top:0;font-size:1rem;line-height:1.5;color:rgba(255,255,255,0.5);margin-bottom:2rem}html body #offers-page .form-wizard__step__body{width:100%;margin-bottom:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .form-wizard__step__footer{margin-top:2rem;margin-bottom:2rem;width:100%}html body #offers-page .form-wizard__step__footer p{margin-top:0;margin-bottom:0;font-size:.8rem;line-height:1.5;text-align:center}html body #offers-page .form-wizard__step.active{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}html body #offers-page .form-wizard .cpucoin_logo{width:150px;height:70px;margin:20px auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}html body #offers-page .form-wizard__step[data-step="1"] .form-wizard__step__body{margin-top:auto}@media (max-height: 1000px){html body #offers-page #transfer-form{padding-bottom:100px}html body #offers-page .form-wizard-container{height:100%}}@media (max-height: 875px){html body #offers-page .form-wizard__step__header{font-size:2rem}html body #offers-page .form-wizard__step__desc{margin-bottom:1rem}html body #offers-page .form-wizard .cpucoin_logo{margin:10px auto;height:50px}html body #offers-page .form-wizard-container{padding:1.5rem}}@media (max-height: 875px){html body #offers-page .form-wizard__step__footer{margin:0.5rem 0}}@media (max-height: 820px){html body #offers-page .form-wizard .cpucoin_logo{height:50px;margin:0 auto}}@media (max-height: 800px){html body #offers-page #transfer-form{padding-bottom:70px}}html body #offers-page .usercard{width:100%;max-width:350px;margin:0 auto;margin-top:50px;border-radius:1rem;padding:1rem 2rem;padding-top:0;text-align:center;border:2px solid #39F7BC}html body #offers-page .usercard__avatar-container{position:relative;width:100px;margin:0 auto;margin-top:-50px}html body #offers-page .usercard__avatar-container:before{content:'';width:100%;height:100%;position:absolute;top:-5px;left:-5px;z-index:1;width:calc( 100% + 10px);height:calc( 100% + 10px);border:1px solid #39F7BC;border-radius:50%}html body #offers-page .usercard__avatar{position:relative;z-index:10;border-radius:50%;font-size:100px;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #offers-page .usercard__avatar img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:1em;height:1em}html body #offers-page .usercard__info{width:100%}html body #offers-page .usercard__info__container{width:100%;max-width:500px;border-radius:.5rem;padding:1rem;background-color:rgba(0,0,0,0.5)}html body #offers-page .usercard__info__username{color:#39F7BC;font-size:32px;line-height:1.5;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:40px 0}html body #offers-page .usercard__info__name{font-size:2rem;font-weight:normal;line-height:1;margin-top:1rem;margin-bottom:0.5rem}html body #offers-page .usercard__info__email{font-size:1rem;line-height:1;font-weight:normal}html body #offers-page .usercard__info__membership{font-size:10px;margin:0 auto;line-height:1}html body #offers-page .usercard__info__actions{margin-top:1rem;width:100%}html body #offers-page .usercard__info__confirm{width:100%;margin-top:0;text-align:center;font-size:1.5rem}@media (max-height: 1000px){html body #offers-page .usercard{margin-top:1rem}}@media (max-height: 875px){html body #offers-page .usercard__info__username{margin:25px 0}html body #offers-page .usercard{padding:1rem}html body #offers-page .usercard__info__confirm{font-size:1rem;padding:0.5rem}html body #offers-page .usercard__info__other-action{margin-bottom:0}}@media (max-height: 800px){html body #offers-page .usercard__info__username{margin:0}}html body #offers-page .transfer-box{width:100%}html body #offers-page .transfer-box__header{color:#39F7BC;font-size:1.25rem;width:100%;text-align:center}html body #offers-page .transfer-box__sublabel{line-height:1;color:#39F7BC;font-size:.9rem;font-weight:600;margin-top:0}html body #offers-page .transfer-box__coins{color:#fff;font-size:1.25em;margin-bottom:0;margin-top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .transfer-box__coins .value{font-size:1.5rem;line-height:1;margin-top:0;margin-bottom:1rem}html body #offers-page .transfer-box__coins .currency{color:rgba(255,255,255,0.5);text-align:center;width:100%;font-size:1rem;line-height:1}html body #offers-page .transfer-box__transfer-btn{margin-top:2rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;color:#1F146F}html body #offers-page .transfer-box__transfer-btn i:before{display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html body #offers-page .transfer-box__transfer-btn .text{margin-left:1rem}html body #offers-page .transfer-box__transfer-btn.disabled{background-color:rgba(255,255,255,0.15);color:rgba(255,255,255,0.25);pointer-events:none}html body #offers-page .transfer-box__grid{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:2rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:1rem;background-color:rgba(255,255,255,0.15)}html body #offers-page .transfer-box__grid__box{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .transfer-box__grid__box:not(:last-child){border-right:1px solid rgba(255,255,255,0.15)}html body #offers-page .transfer-box__transfer-btn-done{width:100%;margin:1rem 0}html body #offers-page .transfer-box-animation{width:100%}html body #offers-page .transfer-box-animation__loader-label{font-size:1rem;line-height:1;color:#39F7BC;text-align:center;width:100%;margin-top:0;margin-bottom:1rem}html body #offers-page .transfer-box-animation__loader-container{margin-top:1rem;width:100%}html body #offers-page .transfer-box-animation__loader{border:2px solid #39F7BC;height:3rem;position:relative;border-radius:.5rem;overflow:hidden}html body #offers-page .transfer-box-animation__loader__bar{position:absolute;top:0;left:0;height:100%;width:2rem;background-color:#39F7BC}html body #offers-page .transfer-box-animation--unfinished .transfer-box__transfer-btn-done{display:none}html body #offers-page .transfer-box-animation--unfinished .transfer-box-animation__loader-container{display:none}html body #offers-page .transfer-box-animation--unfinished .notif{display:none}html body #offers-page .transfer-box-animation--transfering .transfer-box__transfer-btn-done,html body #offers-page .transfer-box-animation--transfering .transfer-box__transfer-btn{display:none}html body #offers-page .transfer-box-animation--transfering .notif{display:none}html body #offers-page .transfer-box-animation--done .transfer-box__transfer-btn{display:none}html body #offers-page .transfer-box-animation--done .transfer-box__transfer-btn-done{display:block}html body #offers-page .transfer-box-animation--done .transfer-box-animation__loader-container{display:none}html body #offers-page .transfer-box-animation--done .notif{display:block;text-align:center}html body #offers-page .transfer-box-animation--done .transfer-box__header{margin:0.75rem 0}@media (max-height: 820px){html body #offers-page .transfer-box__grid{padding:1rem}}@media (max-height: 800px){html body #offers-page .transfer-box__transfer-btn{margin:1rem 0}}html body #offers-page .before-card{position:relative;height:100%;background-color:#241B89;overflow:hidden;width:100%}html body #offers-page .before-card__container{position:relative;z-index:10;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:500px}html body #offers-page .before-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.1;-webkit-transform:scale(1.1) translateY(-10px);transform:scale(1.1) translateY(-10px);-webkit-transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}html body #offers-page .before-card__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html body #offers-page .before-card__title{font-size:1.75rem;line-height:1.2;position:relative;margin-bottom:4rem}html body #offers-page .before-card__title:after{content:'';position:absolute;top:calc(100% + 1rem);left:0;width:3rem;height:0.25rem;background-color:#fff}html body #offers-page .before-card__list{list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #offers-page .before-card__list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-bottom:1rem}html body #offers-page .before-card__list__item i{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page .before-card__desc{margin-top:0;line-height:2}html body #offers-page .before-card__confirm-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:auto;font-size:1.25rem;border-radius:.5rem;color:#180E59;font-weight:600;background-color:#fff}html body #offers-page .before-card:hover{background-color:#B915B3}html body #offers-page .before-card:hover .before-card__bg{opacity:0.15;-webkit-transform:scale(1.2) translateY(-50px);transform:scale(1.2) translateY(-50px)}html body #offers-page .promotional-card{position:relative;height:100%;background-color:#241B89;overflow:hidden;width:100%}html body #offers-page .promotional-card__container{position:relative;z-index:10;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:350px}html body #offers-page .promotional-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.1;-webkit-transform:scale(1.1) translateY(-10px);transform:scale(1.1) translateY(-10px);-webkit-transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}html body #offers-page .promotional-card__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html body #offers-page .promotional-card__title{font-size:1.75rem;line-height:1.2;position:relative;margin-bottom:4rem}html body #offers-page .promotional-card__title:after{content:'';position:absolute;top:calc(100% + 1rem);left:0;width:3rem;height:0.25rem;background-color:#fff}html body #offers-page .promotional-card__bttn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:auto;font-size:1.25rem;border-radius:.5rem;color:#180E59;font-weight:600;background-color:#fff;text-align:center;font-size:1.15rem;line-height:1}html body #offers-page .promotional-card:hover{background-color:#B915B3}html body #offers-page .promotional-card:hover .promotional-card__bg{opacity:0.15;-webkit-transform:scale(1.2) translateY(-50px);transform:scale(1.2) translateY(-50px)}@media (max-height: 875px){html body #offers-page .promotional-card__container{min-height:300px}}html body #offers-page .cpu_header{width:100%;font-family:"Poppins",sans-serif;color:#fff;font-size:3.5rem;margin-top:0;margin-bottom:1rem;line-height:1.25}html body #offers-page .cpu_header-label{width:100%;font-size:1rem;text-transform:uppercase;color:#04BCF0;line-height:1;margin-bottom:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}html body #offers-page .cpu_header-label:before{content:'';width:100px;height:1px;background-color:#04BCF0;margin-right:1rem}html body #offers-page .cpu_desc{width:100%;max-width:600px;color:#A79EFB;font-size:1.25rem;line-height:1.5}html body #offers-page .cpu_desc:not(:last-child){margin-bottom:1rem}html body #offers-page .col-center .cpu_header-label{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page .col-center .cpu_header-label:after{content:'';width:50px;height:1px;background-color:#04BCF0;margin-left:1rem}html body #offers-page .col-center .cpu_header-label:before{width:50px}html body #offers-page .col-center .cpu_header{text-align:center;margin:0 auto}html body #offers-page main{width:100vw;height:auto}html body #offers-page .row--header{margin-bottom:2rem}html body #offers-page section{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page section .container{max-width:1200px}@media (max-width: 1280px){html body #offers-page section .container{max-width:1000px}}@media (max-width: 1180px){html body #offers-page section .container{max-width:1000px}}@media (max-width: 1025px){html body #offers-page section .container{max-width:800px}}@media (max-width: 900px){html body #offers-page section .container{max-width:750px}}@media (max-width: 769px){html body #offers-page section .container{max-width:600px}}@media (max-width: 600px){html body #offers-page section .container{max-width:450px}}@media (max-width: 1025px){html body #offers-page section .col-media>img{max-width:600px;width:100%;margin:2rem auto}}html body #offers-page .cpu_note{border:2px solid #06F5AC;-webkit-box-shadow:0 0 0 5px rgba(0,0,0,0.5);box-shadow:0 0 0 5px rgba(0,0,0,0.5);padding:2rem;background-color:#0E0E5A;max-width:600px;margin-top:2rem}html body #offers-page .cpu_note__header{font-size:1.5rem;line-height:1;text-transform:uppercase;margin-top:0;margin-bottom:1rem}html body #offers-page .cpu_note__desc{margin-top:0}html body #offers-page .cpu_note__desc .important{font-weight:bold}html body #offers-page .cpu_coincard{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1rem;padding-top:4rem;width:100%;background-color:#0C0631;border-radius:1rem;position:relative;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html body #offers-page .cpu_coincard__icon{position:absolute;left:50%;top:-0.5em;margin-left:-0.5em;font-size:4rem;width:1em;height:1em;display:block;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 200ms ease-out;transition:-webkit-transform 200ms ease-out;transition:transform 200ms ease-out;transition:transform 200ms ease-out, -webkit-transform 200ms ease-out}html body #offers-page .cpu_coincard__icon img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}html body #offers-page .cpu_coincard__title{color:#fff;width:100%;font-size:2.5rem;line-height:1;margin-top:0;margin-bottom:0;font-weight:500}html body #offers-page .cpu_coincard__popular{color:#FF9D00}html body #offers-page .cpu_coincard__features-list{width:100%;margin-top:1rem}html body #offers-page .cpu_coincard__features-list__item{color:rgba(255,255,255,0.5);font-size:1rem;text-align:center;width:100%;margin-bottom:1rem}html body #offers-page .cpu_coincard__features-list__item.discounted{text-decoration:line-through;opacity:0.5}html body #offers-page .cpu_coincard__features-list__item.emphasize .text{font-size:1.5rem;color:#06F5AC !important}html body #offers-page .cpu_coincard__price{margin-top:2rem;width:100%;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1)}html body #offers-page .cpu_coincard__price .money{color:#fff;font-size:3rem;line-height:1;margin:0;width:100%;text-align:center}html body #offers-page .cpu_coincard__price .iteration{font-size:1rem;line-height:1;margin:0;width:100%;text-align:center}html body #offers-page .cpu_coincard__buy-now{margin-top:2rem;width:100%;background-color:#2B1C83;line-height:1;font-size:1rem;white-space:nowrap;text-align:center;color:#fff;padding:1rem;border-radius:.5rem}html body #offers-page .cpu_coincard__buy-now:hover{background-color:#3925ad;-webkit-box-shadow:0 0 0 5px rgba(57,37,173,0.5);box-shadow:0 0 0 5px rgba(57,37,173,0.5)}html body #offers-page .cpu_coincard:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}html body #offers-page .cpu_coincard:hover .cpu_coincard__icon{-webkit-transform:scale(1.1);transform:scale(1.1)}html body #offers-page .cpu_coincard--popular{background-image:linear-gradient(45deg, #B004F0, #071A80, #020A14)}html body #offers-page .cpu_coincard--popular .cpu_coincard__features-list__item{color:#fff}html body #offers-page .cpu_coincard--popular .cpu_coincard__buy-now{background-color:#fff;color:#211575}html body #offers-page .cpu_coincard--popular .cpu_coincard__buy-now:hover{-webkit-box-shadow:0 0 0 5px rgba(255,255,255,0.15);box-shadow:0 0 0 5px rgba(255,255,255,0.15)}html body #offers-page .cpu_tryforfree{border-radius:1rem;overflow:hidden;background-image:-webkit-gradient(linear, left top, right top, color-stop(10%, #393FCE), color-stop(70%, #0C0631));background-image:linear-gradient(to right, #393FCE 10%, #0C0631 70%)}html body #offers-page .cpu_tryforfree .col-media img{margin-bottom:-2rem;margin-left:-3rem;-webkit-transform:scale(1.05);transform:scale(1.05)}html body #offers-page .cpu_tryforfree__title{color:#06F5AC;font-size:2.5rem;margin-top:0;margin-bottom:1rem;line-height:1}html body #offers-page .cpu_tryforfree__desc{width:80%;font-size:1.5rem;margin-top:0;margin-bottom:2rem}html body #offers-page .cpu_tryforfree__actions{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page .cpu_tryforfree__actions .bttn{-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}html body #offers-page .cpu_tryforfree__actions .payment-methods{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:200px}html body #offers-page .cpu_tryforfree__download{width:100%;background-color:#2B1C83;line-height:1;font-size:1.25rem;white-space:nowrap;text-align:center;color:#fff;padding:1.5rem;border-radius:.5rem;text-decoration:none !important}html body #offers-page .cpu_tryforfree__download:hover{background-color:#3925ad;-webkit-box-shadow:0 0 0 5px rgba(57,37,173,0.5);box-shadow:0 0 0 5px rgba(57,37,173,0.5)}@media (max-width: 1026px){html body #offers-page .cpu_tryforfree .col-media img{width:80%;margin:2rem auto;-webkit-transform:none;transform:none}html body #offers-page .cpu_tryforfree .col-info{padding:2rem}html body #offers-page .cpu_tryforfree__actions{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:1rem}html body #offers-page .cpu_tryforfree__actions>*{width:100%}html body #offers-page .cpu_tryforfree__actions img{max-width:400px;width:100% !important;margin:1rem auto 0}}html body #offers-page #software-description{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page #software-description .container{position:relative;z-index:10}html body #offers-page #software-description:after{content:'';position:absolute;z-index:1;bottom:0;left:0;border-right:100vw solid #160B58;border-top:500px solid transparent;pointer-events:none}@media (max-width: 1025px){html body #offers-page #software-description .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}html body #offers-page #pricing-subs{background-color:#160B58}html body #offers-page #pricing-subs .row--content .col{padding:.25rem}html body #offers-page #pricing-subs .row--for-free{margin-top:2rem}html body #offers-page #pricing-subs .powr-countdown-timer{width:100%;min-height:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #offers-page #pricing-subs .powr-countdown-timer iframe{width:100%}html body #offers-page #pricing-subs .row--countdown{margin-bottom:5rem}html body #offers-page #pricing-subs .countdown{background-color:#0d0631;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;border-radius:1rem}html body #offers-page #pricing-subs .countdown__title{margin-top:0;margin-bottom:1rem;width:100%;font-size:2.5rem;font-weight:300;color:#06F5AC;max-width:800px;margin-right:auto;margin-left:auto}html body #offers-page #pricing-subs .countdown__desc{width:100%;font-size:1.25rem;line-height:1.5;max-width:600px;margin:0 auto;margin-bottom:2rem}@media (max-width: 1281px){html body #offers-page #pricing-subs .countdown__title{font-size:1.5rem}html body #offers-page #pricing-subs .countdown__desc{font-size:1rem}html body #offers-page #pricing-subs .powr-countdown-timer{min-height:80px}html body #offers-page #pricing-subs .row--content:not(.row--offers-promo) .col:nth-child(4){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}html body #offers-page #pricing-subs .row--content:not(.row--offers-promo) .col:nth-child(1){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}html body #offers-page #pricing-subs .row--content:not(.row--offers-promo) .col:nth-child(2){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}html body #offers-page #pricing-subs .row--content:not(.row--offers-promo) .col:nth-child(3){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}html body #offers-page #pricing-subs .row--content:not(.row--offers-promo) .col:nth-child(5){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}html body #offers-page #pricing-subs .row--content:not(.row--offers-promo) .col{padding-top:4rem}html body #offers-page #pricing-subs .row--offers-promo .col{margin-bottom:2rem}html body #offers-page #pricing-subs .row--offers-promo .col:nth-child(2){-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}html body #offers-page #pricing-subs .row--offers-promo .col:nth-child(1){-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}html body #offers-page #pricing-subs .row--offers-promo .col:nth-child(3){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}html body #offers-page #pricing-subs .row--offers-promo .col:nth-child(4){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}html body #offers-page #pricing-subs .row--offers-promo .col:nth-child(5){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}}html body #offers-page #additional-info{background-color:#160B58}@media (max-width: 1025px){html body #offers-page #additional-info .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}html body #offers-page #policies{background-color:#160B58}html body #offers-page #policies .row--provide-wallet,html body #offers-page #policies .row--no-refunds{padding:2rem 0}@media (max-width: 1025px){html body #offers-page #policies .row--provide-wallet{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (max-width: 415px){html body #offers-page section>.container>.row>.col{padding:0 1rem}}.callback-page .callbackloader-spinner:before,.callback-page .callbackloader-spinner:after,.callback-page .callbackloader-spinner-bar{position:absolute;top:0;left:0;width:100%;height:100%}.mobile-page,.callback-page .callbackloader{position:fixed;top:0;left:0;width:100%;height:100%}.plancard__feature-list,html body #offers-page .plancard__feature-list,html body #offers-page .cpu_coincard__features-list,html body #downloads-page .plancard__feature-list{margin-top:0;margin-bottom:0;margin-left:0;padding-left:0;list-style-type:none}.pg-mobileHeader,html body #offers-page .pg-mobileHeader,html body #downloads-page .pg-mobileHeader{background-image:-webkit-gradient(linear, left top, left bottom, from(#050a16), color-stop(30%, #0E1C40), color-stop(70%, #234AB2), color-stop(90%, #4671C1), to(#0BACAC));background-image:linear-gradient(to bottom, #050a16 0%, #0E1C40 30%, #234AB2 70%, #4671C1 90%, #0BACAC 100%)}body,.mobile-page,html body #offers-page{background-image:-webkit-gradient(linear, left top, left bottom, from(#3826B6), to(#0F0840));background-image:linear-gradient(to bottom, #3826B6, #0F0840)}@keyframes loadSpinner{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}html body #downloads-page{margin:0px;overflow-x:hidden;background-color:#1C034B;color:#fff;z-index:1;position:relative;min-height:calc(100vh - 120px - 150px)}html body #downloads-page *,html body #downloads-page *:before,html body #downloads-page *:after{-webkit-box-sizing:border-box;box-sizing:border-box}html body #downloads-page>section:first-child{padding-top:120px}html body #downloads-page img{max-width:100%}html body #downloads-page :root{font-size:14px !important;font-family:"Poppins",sans-serif}html body #downloads-page p,html body #downloads-page .h1,html body #downloads-page .h2,html body #downloads-page .h3,html body #downloads-page .h4,html body #downloads-page .h5,html body #downloads-page .h6,html body #downloads-page h1,html body #downloads-page h2,html body #downloads-page h3,html body #downloads-page h4,html body #downloads-page h5,html body #downloads-page h6,html body #downloads-page input,html body #downloads-page textarea{font-family:"Poppins",sans-serif}html body #downloads-page h1,html body #downloads-page h2,html body #downloads-page h3,html body #downloads-page h4,html body #downloads-page h5,html body #downloads-page h6,html body #downloads-page .h1,html body #downloads-page .h2,html body #downloads-page .h3,html body #downloads-page .h4,html body #downloads-page .h5,html body #downloads-page .h6{font-weight:600}html body #downloads-page .t_uppercase{text-transform:uppercase}html body #downloads-page .emphasize{color:#39F7BC;font-weight:bold}html body #downloads-page a{color:#2775F2;cursor:pointer}html body #downloads-page .color-red{color:#f44}html body #downloads-page .color-orange{color:#F98A1E}html body #downloads-page .color-yellow{color:#FFD544}html body #downloads-page .color-green{color:#5BFB2A}html body #downloads-page .color-jade{color:#008B98}html body #downloads-page .color-teal{color:#1FC8B6}html body #downloads-page .color-blue{color:#0060FF}html body #downloads-page .color-danger{color:#FF2C85}html body #downloads-page .color-indigo{color:#3A13B7}html body #downloads-page .color-purple{color:#902BEE}html body #downloads-page .color-violet{color:#E41DA5}html body #downloads-page .color-pink{color:#F48ED0}html body #downloads-page .color-white{color:#fff}html body #downloads-page .color-primary-color{color:#39F7BC}html body #downloads-page .color-secondary-color{color:#DE9B5C}html body #downloads-page .color-secondary-color-2{color:#F79646}html body #downloads-page .color-secondary-color-3{color:#E81E0E}html body #downloads-page .color-secondary-color-4{color:#4F81BD}html body #downloads-page .color-tertiary-color{color:#2DD8EF}html body #downloads-page .color-tertiary-color-2{color:#6812BE}html body #downloads-page .color-tertiary-color-3{color:#0AFA15}html body #downloads-page .color-tertiary-color-4{color:#E6FC10}html body #downloads-page .color-highlight-color{color:#2DD8EF}html body #downloads-page .color-highlight-color-2{color:#6812BE}html body #downloads-page .color-highlight-color-3{color:#0AFA15}html body #downloads-page .color-highlight-color-4{color:#E6FC10}html body #downloads-page .col-12{max-width:100%}html body #downloads-page .col-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-offset-12{margin-left:100%}html body #downloads-page .col-11{max-width:91.66667%}html body #downloads-page .col-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #downloads-page .col-offset-11{margin-left:91.66667%}html body #downloads-page .col-10{max-width:83.33333%}html body #downloads-page .col-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #downloads-page .col-offset-10{margin-left:83.33333%}html body #downloads-page .col-9{max-width:75%}html body #downloads-page .col-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #downloads-page .col-offset-9{margin-left:75%}html body #downloads-page .col-8{max-width:66.66667%}html body #downloads-page .col-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #downloads-page .col-offset-8{margin-left:66.66667%}html body #downloads-page .col-7{max-width:58.33333%}html body #downloads-page .col-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #downloads-page .col-offset-7{margin-left:58.33333%}html body #downloads-page .col-6{max-width:50%}html body #downloads-page .col-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-offset-6{margin-left:50%}html body #downloads-page .col-5{max-width:41.66667%}html body #downloads-page .col-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #downloads-page .col-offset-5{margin-left:41.66667%}html body #downloads-page .col-4{max-width:33.33333%}html body #downloads-page .col-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #downloads-page .col-offset-4{margin-left:33.33333%}html body #downloads-page .col-3{max-width:25%}html body #downloads-page .col-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #downloads-page .col-offset-3{margin-left:25%}html body #downloads-page .col-2{max-width:16.66667%}html body #downloads-page .col-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #downloads-page .col-offset-2{margin-left:16.66667%}html body #downloads-page .col-1{max-width:8.33333%}html body #downloads-page .col-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #downloads-page .col-offset-1{margin-left:8.33333%}html body #downloads-page .row-12 .col{max-width:8.33333%}html body #downloads-page .row-12 .col-guttered{margin:.5em;max-width:calc(8.33333% - 1em)}html body #downloads-page .row-11 .col{max-width:9.09091%}html body #downloads-page .row-11 .col-guttered{margin:.5em;max-width:calc(9.09091% - 1em)}html body #downloads-page .row-10 .col{max-width:10%}html body #downloads-page .row-10 .col-guttered{margin:.5em;max-width:calc(10% - 1em)}html body #downloads-page .row-9 .col{max-width:11.11111%}html body #downloads-page .row-9 .col-guttered{margin:.5em;max-width:calc(11.11111% - 1em)}html body #downloads-page .row-8 .col{max-width:12.5%}html body #downloads-page .row-8 .col-guttered{margin:.5em;max-width:calc(12.5% - 1em)}html body #downloads-page .row-7 .col{max-width:14.28571%}html body #downloads-page .row-7 .col-guttered{margin:.5em;max-width:calc(14.28571% - 1em)}html body #downloads-page .row-6 .col{max-width:16.66667%}html body #downloads-page .row-6 .col-guttered{margin:.5em;max-width:calc(16.66667% - 1em)}html body #downloads-page .row-5 .col{max-width:20%}html body #downloads-page .row-5 .col-guttered{margin:.5em;max-width:calc(20% - 1em)}html body #downloads-page .row-4 .col{max-width:25%}html body #downloads-page .row-4 .col-guttered{margin:.5em;max-width:calc(25% - 1em)}html body #downloads-page .row-3 .col{max-width:33.33333%}html body #downloads-page .row-3 .col-guttered{margin:.5em;max-width:calc(33.33333% - 1em)}html body #downloads-page .row-2 .col{max-width:50%}html body #downloads-page .row-2 .col-guttered{margin:.5em;max-width:calc(50% - 1em)}html body #downloads-page .row-1 .col{max-width:100%}html body #downloads-page .row-1 .col-guttered{margin:.5em;max-width:calc(100% - 1em)}@media only screen and (min-width: 513px){html body #downloads-page .col-sm-12{max-width:100%}html body #downloads-page .col-sm-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-sm-offset-12{margin-left:100%}html body #downloads-page .col-sm-11{max-width:91.66667%}html body #downloads-page .col-sm-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #downloads-page .col-sm-offset-11{margin-left:91.66667%}html body #downloads-page .col-sm-10{max-width:83.33333%}html body #downloads-page .col-sm-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #downloads-page .col-sm-offset-10{margin-left:83.33333%}html body #downloads-page .col-sm-9{max-width:75%}html body #downloads-page .col-sm-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #downloads-page .col-sm-offset-9{margin-left:75%}html body #downloads-page .col-sm-8{max-width:66.66667%}html body #downloads-page .col-sm-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #downloads-page .col-sm-offset-8{margin-left:66.66667%}html body #downloads-page .col-sm-7{max-width:58.33333%}html body #downloads-page .col-sm-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #downloads-page .col-sm-offset-7{margin-left:58.33333%}html body #downloads-page .col-sm-6{max-width:50%}html body #downloads-page .col-sm-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-sm-offset-6{margin-left:50%}html body #downloads-page .col-sm-5{max-width:41.66667%}html body #downloads-page .col-sm-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #downloads-page .col-sm-offset-5{margin-left:41.66667%}html body #downloads-page .col-sm-4{max-width:33.33333%}html body #downloads-page .col-sm-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #downloads-page .col-sm-offset-4{margin-left:33.33333%}html body #downloads-page .col-sm-3{max-width:25%}html body #downloads-page .col-sm-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #downloads-page .col-sm-offset-3{margin-left:25%}html body #downloads-page .col-sm-2{max-width:16.66667%}html body #downloads-page .col-sm-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #downloads-page .col-sm-offset-2{margin-left:16.66667%}html body #downloads-page .col-sm-1{max-width:8.33333%}html body #downloads-page .col-sm-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #downloads-page .col-sm-offset-1{margin-left:8.33333%}html body #downloads-page .col-10-sm-10{max-width:100%}html body #downloads-page .col-10-sm-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-10-sm-offset-10{margin-left:100%}html body #downloads-page .col-10-sm-9{max-width:90%}html body #downloads-page .col-10-sm-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #downloads-page .col-10-sm-offset-9{margin-left:90%}html body #downloads-page .col-10-sm-8{max-width:80%}html body #downloads-page .col-10-sm-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #downloads-page .col-10-sm-offset-8{margin-left:80%}html body #downloads-page .col-10-sm-7{max-width:70%}html body #downloads-page .col-10-sm-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #downloads-page .col-10-sm-offset-7{margin-left:70%}html body #downloads-page .col-10-sm-6{max-width:60%}html body #downloads-page .col-10-sm-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #downloads-page .col-10-sm-offset-6{margin-left:60%}html body #downloads-page .col-10-sm-5{max-width:50%}html body #downloads-page .col-10-sm-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-10-sm-offset-5{margin-left:50%}html body #downloads-page .col-10-sm-4{max-width:40%}html body #downloads-page .col-10-sm-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #downloads-page .col-10-sm-offset-4{margin-left:40%}html body #downloads-page .col-10-sm-3{max-width:30%}html body #downloads-page .col-10-sm-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #downloads-page .col-10-sm-offset-3{margin-left:30%}html body #downloads-page .col-10-sm-2{max-width:20%}html body #downloads-page .col-10-sm-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #downloads-page .col-10-sm-offset-2{margin-left:20%}html body #downloads-page .col-10-sm-1{max-width:10%}html body #downloads-page .col-10-sm-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #downloads-page .col-10-sm-offset-1{margin-left:10%}}@media only screen and (min-width: 1025px){html body #downloads-page .col-md-12{max-width:100%}html body #downloads-page .col-md-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-md-offset-12{margin-left:100%}html body #downloads-page .col-md-11{max-width:91.66667%}html body #downloads-page .col-md-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #downloads-page .col-md-offset-11{margin-left:91.66667%}html body #downloads-page .col-md-10{max-width:83.33333%}html body #downloads-page .col-md-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #downloads-page .col-md-offset-10{margin-left:83.33333%}html body #downloads-page .col-md-9{max-width:75%}html body #downloads-page .col-md-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #downloads-page .col-md-offset-9{margin-left:75%}html body #downloads-page .col-md-8{max-width:66.66667%}html body #downloads-page .col-md-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #downloads-page .col-md-offset-8{margin-left:66.66667%}html body #downloads-page .col-md-7{max-width:58.33333%}html body #downloads-page .col-md-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #downloads-page .col-md-offset-7{margin-left:58.33333%}html body #downloads-page .col-md-6{max-width:50%}html body #downloads-page .col-md-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-md-offset-6{margin-left:50%}html body #downloads-page .col-md-5{max-width:41.66667%}html body #downloads-page .col-md-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #downloads-page .col-md-offset-5{margin-left:41.66667%}html body #downloads-page .col-md-4{max-width:33.33333%}html body #downloads-page .col-md-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #downloads-page .col-md-offset-4{margin-left:33.33333%}html body #downloads-page .col-md-3{max-width:25%}html body #downloads-page .col-md-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #downloads-page .col-md-offset-3{margin-left:25%}html body #downloads-page .col-md-2{max-width:16.66667%}html body #downloads-page .col-md-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #downloads-page .col-md-offset-2{margin-left:16.66667%}html body #downloads-page .col-md-1{max-width:8.33333%}html body #downloads-page .col-md-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #downloads-page .col-md-offset-1{margin-left:8.33333%}html body #downloads-page .col-10-md-10{max-width:100%}html body #downloads-page .col-10-md-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-10-md-offset-10{margin-left:100%}html body #downloads-page .col-10-md-9{max-width:90%}html body #downloads-page .col-10-md-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #downloads-page .col-10-md-offset-9{margin-left:90%}html body #downloads-page .col-10-md-8{max-width:80%}html body #downloads-page .col-10-md-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #downloads-page .col-10-md-offset-8{margin-left:80%}html body #downloads-page .col-10-md-7{max-width:70%}html body #downloads-page .col-10-md-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #downloads-page .col-10-md-offset-7{margin-left:70%}html body #downloads-page .col-10-md-6{max-width:60%}html body #downloads-page .col-10-md-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #downloads-page .col-10-md-offset-6{margin-left:60%}html body #downloads-page .col-10-md-5{max-width:50%}html body #downloads-page .col-10-md-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-10-md-offset-5{margin-left:50%}html body #downloads-page .col-10-md-4{max-width:40%}html body #downloads-page .col-10-md-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #downloads-page .col-10-md-offset-4{margin-left:40%}html body #downloads-page .col-10-md-3{max-width:30%}html body #downloads-page .col-10-md-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #downloads-page .col-10-md-offset-3{margin-left:30%}html body #downloads-page .col-10-md-2{max-width:20%}html body #downloads-page .col-10-md-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #downloads-page .col-10-md-offset-2{margin-left:20%}html body #downloads-page .col-10-md-1{max-width:10%}html body #downloads-page .col-10-md-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #downloads-page .col-10-md-offset-1{margin-left:10%}}@media only screen and (min-width: 1447px){html body #downloads-page .col-xl-12{max-width:100%}html body #downloads-page .col-xl-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-xl-offset-12{margin-left:100%}html body #downloads-page .col-xl-11{max-width:91.66667%}html body #downloads-page .col-xl-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #downloads-page .col-xl-offset-11{margin-left:91.66667%}html body #downloads-page .col-xl-10{max-width:83.33333%}html body #downloads-page .col-xl-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #downloads-page .col-xl-offset-10{margin-left:83.33333%}html body #downloads-page .col-xl-9{max-width:75%}html body #downloads-page .col-xl-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #downloads-page .col-xl-offset-9{margin-left:75%}html body #downloads-page .col-xl-8{max-width:66.66667%}html body #downloads-page .col-xl-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #downloads-page .col-xl-offset-8{margin-left:66.66667%}html body #downloads-page .col-xl-7{max-width:58.33333%}html body #downloads-page .col-xl-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #downloads-page .col-xl-offset-7{margin-left:58.33333%}html body #downloads-page .col-xl-6{max-width:50%}html body #downloads-page .col-xl-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-xl-offset-6{margin-left:50%}html body #downloads-page .col-xl-5{max-width:41.66667%}html body #downloads-page .col-xl-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #downloads-page .col-xl-offset-5{margin-left:41.66667%}html body #downloads-page .col-xl-4{max-width:33.33333%}html body #downloads-page .col-xl-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #downloads-page .col-xl-offset-4{margin-left:33.33333%}html body #downloads-page .col-xl-3{max-width:25%}html body #downloads-page .col-xl-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #downloads-page .col-xl-offset-3{margin-left:25%}html body #downloads-page .col-xl-2{max-width:16.66667%}html body #downloads-page .col-xl-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #downloads-page .col-xl-offset-2{margin-left:16.66667%}html body #downloads-page .col-xl-1{max-width:8.33333%}html body #downloads-page .col-xl-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #downloads-page .col-xl-offset-1{margin-left:8.33333%}html body #downloads-page .col-10-xl-10{max-width:100%}html body #downloads-page .col-10-xl-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-10-xl-offset-10{margin-left:100%}html body #downloads-page .col-10-xl-9{max-width:90%}html body #downloads-page .col-10-xl-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #downloads-page .col-10-xl-offset-9{margin-left:90%}html body #downloads-page .col-10-xl-8{max-width:80%}html body #downloads-page .col-10-xl-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #downloads-page .col-10-xl-offset-8{margin-left:80%}html body #downloads-page .col-10-xl-7{max-width:70%}html body #downloads-page .col-10-xl-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #downloads-page .col-10-xl-offset-7{margin-left:70%}html body #downloads-page .col-10-xl-6{max-width:60%}html body #downloads-page .col-10-xl-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #downloads-page .col-10-xl-offset-6{margin-left:60%}html body #downloads-page .col-10-xl-5{max-width:50%}html body #downloads-page .col-10-xl-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-10-xl-offset-5{margin-left:50%}html body #downloads-page .col-10-xl-4{max-width:40%}html body #downloads-page .col-10-xl-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #downloads-page .col-10-xl-offset-4{margin-left:40%}html body #downloads-page .col-10-xl-3{max-width:30%}html body #downloads-page .col-10-xl-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #downloads-page .col-10-xl-offset-3{margin-left:30%}html body #downloads-page .col-10-xl-2{max-width:20%}html body #downloads-page .col-10-xl-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #downloads-page .col-10-xl-offset-2{margin-left:20%}html body #downloads-page .col-10-xl-1{max-width:10%}html body #downloads-page .col-10-xl-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #downloads-page .col-10-xl-offset-1{margin-left:10%}}@media only screen and (min-width: 1281px){html body #downloads-page .col-lg-12{max-width:100%}html body #downloads-page .col-lg-12-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-lg-offset-12{margin-left:100%}html body #downloads-page .col-lg-11{max-width:91.66667%}html body #downloads-page .col-lg-11-guttered{margin:.5em;max-width:calc( 91.66667% - 1em)}html body #downloads-page .col-lg-offset-11{margin-left:91.66667%}html body #downloads-page .col-lg-10{max-width:83.33333%}html body #downloads-page .col-lg-10-guttered{margin:.5em;max-width:calc( 83.33333% - 1em)}html body #downloads-page .col-lg-offset-10{margin-left:83.33333%}html body #downloads-page .col-lg-9{max-width:75%}html body #downloads-page .col-lg-9-guttered{margin:.5em;max-width:calc( 75% - 1em)}html body #downloads-page .col-lg-offset-9{margin-left:75%}html body #downloads-page .col-lg-8{max-width:66.66667%}html body #downloads-page .col-lg-8-guttered{margin:.5em;max-width:calc( 66.66667% - 1em)}html body #downloads-page .col-lg-offset-8{margin-left:66.66667%}html body #downloads-page .col-lg-7{max-width:58.33333%}html body #downloads-page .col-lg-7-guttered{margin:.5em;max-width:calc( 58.33333% - 1em)}html body #downloads-page .col-lg-offset-7{margin-left:58.33333%}html body #downloads-page .col-lg-6{max-width:50%}html body #downloads-page .col-lg-6-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-lg-offset-6{margin-left:50%}html body #downloads-page .col-lg-5{max-width:41.66667%}html body #downloads-page .col-lg-5-guttered{margin:.5em;max-width:calc( 41.66667% - 1em)}html body #downloads-page .col-lg-offset-5{margin-left:41.66667%}html body #downloads-page .col-lg-4{max-width:33.33333%}html body #downloads-page .col-lg-4-guttered{margin:.5em;max-width:calc( 33.33333% - 1em)}html body #downloads-page .col-lg-offset-4{margin-left:33.33333%}html body #downloads-page .col-lg-3{max-width:25%}html body #downloads-page .col-lg-3-guttered{margin:.5em;max-width:calc( 25% - 1em)}html body #downloads-page .col-lg-offset-3{margin-left:25%}html body #downloads-page .col-lg-2{max-width:16.66667%}html body #downloads-page .col-lg-2-guttered{margin:.5em;max-width:calc( 16.66667% - 1em)}html body #downloads-page .col-lg-offset-2{margin-left:16.66667%}html body #downloads-page .col-lg-1{max-width:8.33333%}html body #downloads-page .col-lg-1-guttered{margin:.5em;max-width:calc( 8.33333% - 1em)}html body #downloads-page .col-lg-offset-1{margin-left:8.33333%}html body #downloads-page .col-10-lg-10{max-width:100%}html body #downloads-page .col-10-lg-10-guttered{margin:.5em;max-width:calc( 100% - 1em)}html body #downloads-page .col-10-lg-offset-10{margin-left:100%}html body #downloads-page .col-10-lg-9{max-width:90%}html body #downloads-page .col-10-lg-9-guttered{margin:.5em;max-width:calc( 90% - 1em)}html body #downloads-page .col-10-lg-offset-9{margin-left:90%}html body #downloads-page .col-10-lg-8{max-width:80%}html body #downloads-page .col-10-lg-8-guttered{margin:.5em;max-width:calc( 80% - 1em)}html body #downloads-page .col-10-lg-offset-8{margin-left:80%}html body #downloads-page .col-10-lg-7{max-width:70%}html body #downloads-page .col-10-lg-7-guttered{margin:.5em;max-width:calc( 70% - 1em)}html body #downloads-page .col-10-lg-offset-7{margin-left:70%}html body #downloads-page .col-10-lg-6{max-width:60%}html body #downloads-page .col-10-lg-6-guttered{margin:.5em;max-width:calc( 60% - 1em)}html body #downloads-page .col-10-lg-offset-6{margin-left:60%}html body #downloads-page .col-10-lg-5{max-width:50%}html body #downloads-page .col-10-lg-5-guttered{margin:.5em;max-width:calc( 50% - 1em)}html body #downloads-page .col-10-lg-offset-5{margin-left:50%}html body #downloads-page .col-10-lg-4{max-width:40%}html body #downloads-page .col-10-lg-4-guttered{margin:.5em;max-width:calc( 40% - 1em)}html body #downloads-page .col-10-lg-offset-4{margin-left:40%}html body #downloads-page .col-10-lg-3{max-width:30%}html body #downloads-page .col-10-lg-3-guttered{margin:.5em;max-width:calc( 30% - 1em)}html body #downloads-page .col-10-lg-offset-3{margin-left:30%}html body #downloads-page .col-10-lg-2{max-width:20%}html body #downloads-page .col-10-lg-2-guttered{margin:.5em;max-width:calc( 20% - 1em)}html body #downloads-page .col-10-lg-offset-2{margin-left:20%}html body #downloads-page .col-10-lg-1{max-width:10%}html body #downloads-page .col-10-lg-1-guttered{margin:.5em;max-width:calc( 10% - 1em)}html body #downloads-page .col-10-lg-offset-1{margin-left:10%}}html body #downloads-page .container{width:100%;max-width:1440px;margin:0 auto;padding-right:1em;padding-left:1em}html body #downloads-page .container-sm{max-width:900px}html body #downloads-page .container-wide{max-width:100%}@media (max-width: 1180px){html body #downloads-page .container{max-width:1000px}}@media (max-width: 1025px){html body #downloads-page .container{max-width:800px}}@media (max-width: 900px){html body #downloads-page .container{max-width:750px}}@media (max-width: 769px){html body #downloads-page .container{max-width:600px}}@media (max-width: 600px){html body #downloads-page .container{max-width:450px}}html body #downloads-page .col{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;width:100%;min-height:unset}html body #downloads-page .col-direction-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .row{width:100%;margin-right:0;margin-left:0}html body #downloads-page .col,html body #downloads-page .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}html body #downloads-page .col-center,html body #downloads-page .row-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}html body #downloads-page .col-left,html body #downloads-page .row-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}html body #downloads-page .col-right,html body #downloads-page .row-right{text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}html body #downloads-page .col-middle,html body #downloads-page .row-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}html body #downloads-page .col-bottom,html body #downloads-page .row-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}html body #downloads-page .col-vertical,html body #downloads-page .row-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .col-nowrap,html body #downloads-page .row-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}html body #downloads-page .anim{opacity:0}html body #downloads-page .anim.animate__animated{opacity:1}html body #downloads-page .nav-header{position:fixed;top:0;left:0;z-index:99;width:100%;height:120px;padding:1rem}html body #downloads-page .nav-header .container{height:100%}html body #downloads-page .nav-header__logo{padding:1rem;height:100%;width:200px;cursor:pointer}html body #downloads-page .nav-header__logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}html body #downloads-page .pg-mobileHeader{position:fixed;top:0;right:-250px;z-index:999;height:100vh;width:250px;opacity:0;visibility:hidden;padding-top:120px;-webkit-transition:right 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out;transition:right 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out}html body #downloads-page .pg-mobileHeader-close{position:absolute;top:0;right:100%;font-size:2rem;width:120px;height:120px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border:none;background-color:#050a16;border-right:none;color:rgba(255,255,255,0.5)}html body #downloads-page .pg-mobileHeader-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .pg-mobileHeader--show{right:0;opacity:1;visibility:visible}html body #downloads-page .pg-mobileHeader .pg-header-loginbutton{color:#fff}html body #downloads-page .pg-mobileHeader .pg-header-userpane{width:100%}html body #downloads-page .pg-mobileHeader .pg-header-userpane .message{text-align:center;color:#fff;font-weight:normal}html body #downloads-page .pg-mobileHeader .pg-header-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}html body #downloads-page .pg-mobileHeader .pg-header-menu-label{font-size:.7rem;text-transform:uppercase;color:#fff;letter-spacing:0.15em;width:100%;display:block;margin:0;line-height:1;padding:1rem;font-weight:bold}html body #downloads-page .pg-mobileHeader .pg-header-menu-list{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .pg-mobileHeader .pg-header-menu-list .pg-header-item{width:100%;font-size:1rem;padding-left:1rem;padding-right:1rem;text-transform:Capitalize;font-weight:normal;letter-spacing:0.05em}html body #downloads-page .pg-mobileHeader .pg-header-item{padding:1rem;text-align:left;width:100%;color:rgba(255,255,255,0.5)}html body #downloads-page .pg-mobileHeader .pg-header-item:hover{color:#fff}html body #downloads-page .pg-mobileHeader .pg-header-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.15)}html body #downloads-page .pg-mobileHeader .pg-header-item.active{color:#fff;background:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}html body #downloads-page .pg-mobileHeader .docs-navigation-menuLink{width:100%;padding-left:1rem;padding-right:1rem}html body #downloads-page .pg-mobileHeader .docs-navigation-menuLink i{color:#fff}html body #downloads-page .pg-mobileHeader .docs-navigation-menuLink .text{color:#fff;letter-spacing:0.05em;font-weight:300}html body #downloads-page .pg-mobileHeader .docs-navigation-menuLink.active .text{font-weight:normal}@media (max-width: 1025px){html body #downloads-page .docs .docs-header{max-width:100%;left:0}html body #downloads-page .docs .docs-header .docs-headerMenu,html body #downloads-page .docs .docs-header .docs-headerMenuButton{display:none}html body #downloads-page .docs .docs-header .docs-navigation-logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:0;border-bottom:none;width:200px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}html body #downloads-page .docs .docs-header .pg-header-burger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #downloads-page .docs .docs-container-article{max-width:calc( 100% - 250px)}html body #downloads-page .docs .docs-container-guide{width:250px}html body #downloads-page .docs .docs-navigation-footer{margin-top:auto}html body #downloads-page .docs .docs-container{margin-left:0;max-width:100%}html body #downloads-page .docs .docs-container-main{width:100%;max-width:100%}html body #downloads-page .docs .docs-navigation{display:none}}@media (max-width: 600px){html body #downloads-page .pg-mobileHeader{right:-calc(100vw - 120px);width:calc(100vw - 120px)}html body #downloads-page .docs .docs-container-guide{display:none}html body #downloads-page .docs .docs-container-article{max-width:100%;padding-right:1rem;padding-left:1rem}html body #downloads-page .docs .docs-pageNavigation-btn{min-width:0}}html body #downloads-page #pg-main{position:relative;min-height:calc(100vh - 120px - 150px);overflow:hidden}html body #downloads-page section{padding:2rem 0}html body #downloads-page section .section-header{font-style:normal;font-weight:500;font-size:40px;line-height:49px;text-align:center;max-width:800px;margin-top:0;margin-bottom:1rem}html body #downloads-page section .section-header{color:#0E376F;font-weight:600;line-height:1.2}html body #downloads-page section .section-desc{color:#414141;font-size:18px;font-weight:600;line-height:1.5}html body #downloads-page section .section-header-label{color:#3A88D5;line-height:1;letter-spacing:1.5em}html body #downloads-page section .row-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page section .col{text-align:left}html body #downloads-page section .col .col-header{text-align:left}@media (max-width: 1000px){html body #downloads-page section .section-header{font-size:32px;line-height:1.4}}@media (max-width: 600px){html body #downloads-page section .section-header{font-size:24px}}html body #downloads-page .tweekcard{position:relative;z-index:10;margin:-5rem auto 0 auto;background-color:#fff;padding:1rem;width:100%;max-width:510px;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;border-radius:2rem;-webkit-box-shadow:0px 4px 32px rgba(0,0,0,0.32);box-shadow:0px 4px 32px rgba(0,0,0,0.32)}html body #downloads-page .tweekcard-text{font-weight:normal;font-size:20px;line-height:24px;text-align:center}html body #downloads-page .accountCards--credentials .row-actions{margin-top:1rem}html body #downloads-page .accountCards--credentials .col-graphic{margin:0 auto;margin-bottom:2rem}html body #downloads-page .accountCards--credentials .btn-manageKeys{width:100%;background-color:#EFF1F6}html body #downloads-page .accountCards--credentials .btn-manageKeys:hover{background-color:#2775F2;color:#fff}html body #downloads-page .credentialsCard{display:none;width:calc(100% - 2rem);border-radius:.5rem;border:1px solid #A8A8A8;padding:1rem;margin:1rem}html body #downloads-page .credentialsCard-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:1rem;border-bottom:1px solid #A8A8A8;margin-bottom:1rem}html body #downloads-page .credentialsCard-header-title{margin:0;line-height:1;font-size:1.5rem}html body #downloads-page .credentialsCard-header-actions{margin-left:auto}html body #downloads-page .credentialsCard-info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .credentialsCard-info:not(:last-child){margin-bottom:1rem}html body #downloads-page .credentialsCard-info-label{font-size:12px;line-height:1;margin-bottom:.5rem}html body #downloads-page .credentialsCard-info-value{font-size:1rem;margin-top:1rem;margin-bottom:1rem;line-height:1}html body #downloads-page .credentialsCard .twField:not(:last-child){margin-bottom:1rem}html body #downloads-page .credentialsCard.active{display:block}html body #downloads-page .noCredentialsCard{display:none;width:calc(100% - 2rem);border-radius:.5rem;padding:1rem;margin:1rem;background-color:#EFF1F6;min-height:300px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #downloads-page .noCredentialsCard-msg{text-align:center;font-size:2rem;color:#0E376F;font-weight:normal}html body #downloads-page .noCredentialsCard.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #downloads-page .notFreePlanUser{display:none;width:calc(100% - 2rem);border-radius:.5rem;padding:1rem;margin:1rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .notFreePlanUser-img{width:100%;max-width:300px;margin:0 auto}html body #downloads-page .notFreePlanUser-header{font-size:2.5rem;color:#2775F2}html body #downloads-page .notFreePlanUser.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #downloads-page .plancard{padding:2rem;position:relative;border-radius:1rem;margin-bottom:1rem}html body #downloads-page .plancard .row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}html body #downloads-page .plancard__badge{position:absolute;top:-1rem;right:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:6rem;background-color:#2775F2;text-align:center}html body #downloads-page .plancard__badge i{font-size:1.5rem;margin:.5rem auto;background-color:rgba(255,255,255,0.25);padding:1rem;border-radius:50%}html body #downloads-page .plancard__badge .text{margin-top:0;margin-bottom:1rem;line-height:1.1}html body #downloads-page .plancard__badge:after{content:'';position:absolute;top:100%;left:0;width:100%;border-left:3rem solid #2775F2;border-right:3rem solid #2775F2;border-bottom:20px solid transparent}html body #downloads-page .plancard__title{font-size:3rem;font-weight:bold;line-height:1;margin-top:0;margin-bottom:1rem}html body #downloads-page .plancard__price{margin:0;font-size:1.25rem}html body #downloads-page .plancard__feature-list{margin-top:1rem}html body #downloads-page .plancard__feature-list li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:0.9rem}html body #downloads-page .plancard__feature-list li i{margin-right:1rem}html body #downloads-page .plancard__feature-list li p{margin:0}html body #downloads-page .plancard__feature-list li:not(:last-child){margin-bottom:.25rem}html body #downloads-page .plancard .col-plan{width:50%}html body #downloads-page .plancard .col-action{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}html body #downloads-page .plancard .col-action .btn:not(:last-child){margin-right:1rem}html body #downloads-page .plancard .col-action .btn-primary{background-color:#fff}html body #downloads-page .plancard .col-action .btn-primary:hover{-webkit-box-shadow:0 0 0rem 0.35rem rgba(255,255,255,0.25);box-shadow:0 0 0rem 0.35rem rgba(255,255,255,0.25)}html body #downloads-page .plancard--pro{background-image:linear-gradient(45deg, #E8F739, #F5732C, #FD3232)}html body #downloads-page .plancard--pro .btn-primary{color:#FD3232}html body #downloads-page .plancard--basic{background-image:linear-gradient(45deg, #1CD0BB, #00739D)}html body #downloads-page .plancard--basic .btn-primary{color:#00739D}html body #downloads-page .plancard--other{border:1px solid #fff}html body #downloads-page .plancard--other .btn-default{background-color:transparent;border:1px solid #fff}html body #downloads-page .btn{padding:.75rem 2.15rem;cursor:pointer;text-decoration:none !important;border:none;font-family:"Poppins",sans-serif;font-weight:500}html body #downloads-page .btn-special{background:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff;border-radius:2rem;font-weight:bold}html body #downloads-page .btn-special:visited{color:#fff}html body #downloads-page .btn-special-2{background:-webkit-linear-gradient(45deg, #3E5DAE 0%, #0BACAC 100%);letter-spacing:0.25em;color:#fff;border-radius:2rem;line-height:1;padding:1.25em 2.25em}html body #downloads-page .btn-special-2:visited{color:#fff}html body #downloads-page .btn-outlined{color:#fff;font-weight:600;border:2px solid #CCCCCC;letter-spacing:0.25em;border-radius:2rem;line-height:1;padding:1.25em 2.25em}html body #downloads-page .btn-text-special{background:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#fff;font-weight:bold}html body #downloads-page .btn-generateApiKey{background-color:#2775F2;color:#fff;border-radius:.5rem;line-height:1}html body #downloads-page .btn-generateApiKey:visited{color:#fff}html body #downloads-page .btn-primary{background-color:#39F7BC;color:#1F146F;border-radius:.5rem;-webkit-box-shadow:0 0 0 0 rgba(57,247,188,0.25);box-shadow:0 0 0 0 rgba(57,247,188,0.25);text-align:center}html body #downloads-page .btn-primary:hover{-webkit-box-shadow:0 0 0 0.5rem rgba(57,247,188,0.25);box-shadow:0 0 0 0.5rem rgba(57,247,188,0.25)}html body #downloads-page .btn-default{background-color:rgba(255,255,255,0.1);border-radius:.5rem;color:#fff}html body #downloads-page .btn-default:hover{background-color:rgba(255,255,255,0.2)}html body #downloads-page .btn-disabled{pointer-events:none !important;background:#ced4e4;color:#bec6da}html body #downloads-page .btn.disabled{background-color:rgba(255,255,255,0.5);color:#0E376F;pointer-events:none}html body #downloads-page .btn-invertedWhite{background-color:transparent;color:#fff;border:1px solid #fff;border-radius:.5rem}html body #downloads-page .btn-invertedWhite:visited{color:#fff}html body #downloads-page .btn-invertedWhite-filled{background-color:#fff;border-radius:.5rem;color:#2775F2}html body #downloads-page .btn-invertedWhite-filled:visited{color:#2775F2}html body #downloads-page .btn-downloadTweeked{width:100%;border-radius:.5rem;background-color:#EFF1F6;text-align:center;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}html body #downloads-page .btn-downloadTweeked:hover{background-color:#2775F2;color:#fff;-webkit-box-shadow:0 0 0 0.5rem rgba(39,117,242,0.2);box-shadow:0 0 0 0.5rem rgba(39,117,242,0.2)}html body #downloads-page .btn,html body #downloads-page button{outline:none !important}html body #downloads-page button.btn,html body #downloads-page input.btn{-webkit-appearance:none}html body #downloads-page .twLogInBtn,html body #downloads-page .pg-header-loginbutton{font-family:"Poppins",sans-serif;cursor:pointer;border-radius:32px;border:solid 1px #008080;text-align:center;margin-left:20px;white-space:nowrap;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:200px;height:40px;line-height:1;font-size:16px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:transparent;overflow:hidden;position:relative;-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}html body #downloads-page .twLogInBtn:hover,html body #downloads-page .pg-header-loginbutton:hover{background-image:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff;-webkit-box-shadow:0 0 0.5rem 0.5rem rgba(0,0,0,0.15);box-shadow:0 0 0.5rem 0.5rem rgba(0,0,0,0.15)}html body #downloads-page .twLogInBtn.loading,html body #downloads-page .pg-header-loginbutton.loading{position:relative;background-image:-webkit-linear-gradient(90deg, #3E5DAE 0%, #0BACAC 100%);color:#fff}html body #downloads-page .twLogInBtn.loading:after,html body #downloads-page .pg-header-loginbutton.loading:after{margin-left:1rem;content:'';font-size:0.75em;width:1.25em;height:1.25em;border-radius:50%;border:2px solid #fff;border-top-color:transparent;-webkit-animation-name:loadSpinner;animation-name:loadSpinner;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}html body #downloads-page .twSelectParent{position:relative;min-width:100px}html body #downloads-page .twSelectParent .twSelect{display:none}html body #downloads-page .twSelectParent .twSelectCurrSelected{padding-left:1rem;width:100%}html body #downloads-page .twSelectParent .twSelectCurrSelectedContainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer}html body #downloads-page .twSelectParent .twSelectMenu-dd{font-size:1rem;width:1em;height:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;margin-left:auto}html body #downloads-page .twSelectParent .twSelectMenu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;-webkit-box-shadow:0 5px 2.5px 2.5px rgba(0,0,0,0.1);box-shadow:0 5px 2.5px 2.5px rgba(0,0,0,0.1);max-height:40vh;overflow-y:auto;opacity:0;visibility:hidden;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:transform 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out;transition:transform 300ms ease-out , opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out}html body #downloads-page .twSelectParent .twSelectMenu-item{width:100%;padding:.5rem 1rem;cursor:pointer}html body #downloads-page .twSelectParent .twSelectMenu-item:hover{background-color:rgba(0,0,0,0.05)}html body #downloads-page .twSelectParent.open .twSelectMenu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}html body #downloads-page .colorBox{width:100%;position:relative}html body #downloads-page .colorBox .row{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #downloads-page .colorBox-picker{width:100%;margin-bottom:1rem}html body #downloads-page .colorBox-pickerToggler{display:none;font-size:32px;width:1em;height:1em;border:1px solid #A8A8A8;border-radius:.25rem;padding:0.25rem;cursor:pointer;margin-left:.25rem}html body #downloads-page .colorBox-pickerToggler .color{width:100%;height:100%;display:block;border-radius:.15rem}html body #downloads-page .colorBox-input{width:100%;height:32px;padding:.5rem 1rem;border:1px solid #A8A8A8;-webkit-box-shadow:none;box-shadow:none;border-radius:.25rem}html body #downloads-page .colorBox.disabled{opacity:0.1;pointer-events:none}@media (max-width: 1440px){html body #downloads-page .colorBox-pickerToggler{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #downloads-page .colorBox-picker{position:absolute;top:calc(100% + 1rem);right:0;background-color:#fff;padding:1rem;-webkit-box-shadow:0 3px 0.15rem 0.15rem rgba(0,0,0,0.15);box-shadow:0 3px 0.15rem 0.15rem rgba(0,0,0,0.15);opacity:0;visibility:hidden;-webkit-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , visibility 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}html body #downloads-page .colorBox.active .colorBox-picker{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}}html body #downloads-page .pill{text-transform:uppercase;letter-spacing:0.2em;font-size:12px;font-weight:normal;background-color:#EFF1F6}html body #downloads-page .pill-success{color:#fff;border-radius:1em;padding:.25em  0.5em;background-color:#5FE3C5}html body #downloads-page .notif{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:.5rem 1rem;margin-bottom:1rem;width:100%;border:1px solid #39F7BC;background-color:rgba(255,255,255,0.1)}html body #downloads-page .notif__icon{font-size:2em;margin-right:1rem;color:#39F7BC}html body #downloads-page .notif__message{margin-bottom:0;margin-top:0;color:#fff}html body #downloads-page .notif__message a{color:#fff}html body #downloads-page .notif__message a:hover{color:#39F7BC}html body #downloads-page .notif--danger{background-color:#FF2C85;border-color:#FF2C85}html body #downloads-page .notif--danger .notif__icon{color:#fff}html body #downloads-page .twField{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .twField-label{font-size:12px;line-height:1;margin-bottom:.5rem}html body #downloads-page .twField-input{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;font-size:1em;border-radius:.25rem;overflow:hidden}html body #downloads-page .twField-input input{font-size:1em;line-height:1;height:3em;padding:1rem;background-color:#EFF1F6;border:1px solid #E0E0E0;-webkit-box-shadow:none;box-shadow:none;outline:none !important;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}html body #downloads-page .twField-copyField{border:none;width:3em;height:3em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0}html body #downloads-page .twField .codehighlight-code{position:relative;display:block}html body #downloads-page .twField .codehighlight-code .docs-code-snippet-copyBtn{position:absolute;top:0;right:0}html body #downloads-page .twField .codehighlight-code .codeContainer{white-space:pre}html body #downloads-page .field{width:100%}html body #downloads-page .field__label{width:100%;display:block;font-size:1rem;line-height:1;margin-top:0;margin-bottom:1rem}html body #downloads-page .field__input{border:0.5px solid #fff;color:#fff;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;padding:1rem;height:40px;border-radius:.5rem;background-color:transparent;outline:none !important}html body #downloads-page .field__input::-webkit-input-placeholder{color:rgba(255,255,255,0.5)}html body #downloads-page .field__input::-moz-placeholder{color:rgba(255,255,255,0.5)}html body #downloads-page .field__input:-ms-input-placeholder{color:rgba(255,255,255,0.5)}html body #downloads-page .field__input::-ms-input-placeholder{color:rgba(255,255,255,0.5)}html body #downloads-page .field__input::placeholder{color:rgba(255,255,255,0.5)}html body #downloads-page .field__input.disabled{pointer-events:none;background-color:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.25);cursor:no-drop}html body #downloads-page .field__input.disabled::-webkit-input-placeholder{color:rgba(255,255,255,0.25)}html body #downloads-page .field__input.disabled::-moz-placeholder{color:rgba(255,255,255,0.25)}html body #downloads-page .field__input.disabled:-ms-input-placeholder{color:rgba(255,255,255,0.25)}html body #downloads-page .field__input.disabled::-ms-input-placeholder{color:rgba(255,255,255,0.25)}html body #downloads-page .field__input.disabled::placeholder{color:rgba(255,255,255,0.25)}html body #downloads-page .field .row .btn{margin-left:1rem;height:40px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}html body #downloads-page .field.disabled{background-color:rgba(255,255,255,0.15);color:rgba(255,255,255,0.25);pointer-events:none}html body #downloads-page .supportedTable{width:100%}html body #downloads-page .supportedTable thead th{padding:1rem;background-color:#ced4e4;border-bottom:4px solid #2775F2}html body #downloads-page .supportedTable tbody td{padding:1rem .5rem}html body #downloads-page .supportedTable tbody tr:not(:last-child) td{border-bottom:1px solid rgba(0,0,0,0.1)}html body #downloads-page .supportedTable tbody tr:nth-child(even) td{background-color:#f6f7fa}html body #downloads-page .supportedTable .supportedTable-grp{background-color:#fff !important;text-align:center;line-height:1;vertical-align:middle;padding:2rem 1rem;font-size:1.15rem}html body #downloads-page .twModal{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;padding:1rem;visibility:hidden;opacity:0;-webkit-transition:visibility 300ms ease-out , opacity 300ms ease-out;transition:visibility 300ms ease-out , opacity 300ms ease-out;background-color:rgba(0,0,0,0.8)}html body #downloads-page .twModal-close{position:absolute;top:1rem;right:1rem;border:none;background-color:#dfe3ed;font-size:1rem;width:2em;height:2em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;cursor:pointer;border-radius:.25rem}html body #downloads-page .twModal-close:hover{color:#fff;background-color:#FF2C85}html body #downloads-page .twModal-container{position:relative;z-index:10;background-color:#fff;width:100%;padding:1rem;max-width:600px;margin:10vh auto 0 auto}html body #downloads-page .twModal-actions{border-top:1px solid #cdcdcd;padding-top:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}html body #downloads-page .twModal-actions .btn:not(:last-child){margin-right:1rem}html body #downloads-page .confirmationModal-header{font-size:1.25rem;text-align:center;margin:3rem 0;font-weight:normal}html body #downloads-page .twModal--wide .twModal-container{max-width:800px}html body #downloads-page .twModal--hide{visibility:hidden;opacity:0}html body #downloads-page .twModal--show{visibility:visible;opacity:1}html body #downloads-page .codehighlight-code{width:100%}html body #downloads-page .codehighlight-code .codeContainer{width:100%;overflow-y:auto}html body #downloads-page .form-wizard-container{width:100%;height:calc(100vh - 300px);border-radius:1rem;overflow:hidden;padding:2.5rem;-webkit-transition:-webkit-box-shadow 300ms ease-out;transition:-webkit-box-shadow 300ms ease-out;transition:box-shadow 300ms ease-out;transition:box-shadow 300ms ease-out, -webkit-box-shadow 300ms ease-out;-webkit-box-shadow:0 0 0 0 rgba(57,247,188,0.5);box-shadow:0 0 0 0 rgba(57,247,188,0.5);background-image:linear-gradient(310deg, #0F0840 0%, #140b57 30%, #1a0e6d 60%, #3826B6)}html body #downloads-page .form-wizard{position:relative;height:100%}html body #downloads-page .form-wizard__step{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;position:absolute;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0;visibility:0;-webkit-transition:opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out;transition:opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out;transition:transform 500ms ease-out, opacity 500ms ease-out, visibility 500ms ease-out;transition:transform 500ms ease-out, opacity 500ms ease-out, visibility 500ms ease-out, -webkit-transform 500ms ease-out}html body #downloads-page .form-wizard__step__header-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;margin-bottom:1rem}html body #downloads-page .form-wizard__step__header-container .form-wizard__step__header{width:auto;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin-bottom:0}html body #downloads-page .form-wizard__step__header-container .form-wizard__step__back{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}html body #downloads-page .form-wizard__step__back{background-color:transparent;padding:1rem;border:none;cursor:pointer;color:#fff;font-size:1rem;font-family:"Poppins",sans-serif;border-radius:.5rem;line-height:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #downloads-page .form-wizard__step__back .text{padding-left:1rem}html body #downloads-page .form-wizard__step__back i{font-size:1.25em}html body #downloads-page .form-wizard__step__back:hover{background-color:rgba(255,255,255,0.1)}html body #downloads-page .form-wizard__step__header{font-size:2.5rem;width:100%;text-align:left;margin-top:0;margin-bottom:1rem}html body #downloads-page .form-wizard__step__desc{width:100%;margin-top:0;font-size:1rem;line-height:1.5;color:rgba(255,255,255,0.5);margin-bottom:2rem}html body #downloads-page .form-wizard__step__body{width:100%;margin-bottom:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .form-wizard__step__footer{margin-top:2rem;margin-bottom:2rem;width:100%}html body #downloads-page .form-wizard__step__footer p{margin-top:0;margin-bottom:0;font-size:.8rem;line-height:1.5;text-align:center}html body #downloads-page .form-wizard__step.active{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}html body #downloads-page .form-wizard .cpucoin_logo{width:150px;height:70px;margin:20px auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}html body #downloads-page .form-wizard__step[data-step="1"] .form-wizard__step__body{margin-top:auto}@media (max-height: 1000px){html body #downloads-page #transfer-form{padding-bottom:100px}html body #downloads-page .form-wizard-container{height:100%}}@media (max-height: 875px){html body #downloads-page .form-wizard__step__header{font-size:2rem}html body #downloads-page .form-wizard__step__desc{margin-bottom:1rem}html body #downloads-page .form-wizard .cpucoin_logo{margin:10px auto;height:50px}html body #downloads-page .form-wizard-container{padding:1.5rem}}@media (max-height: 875px){html body #downloads-page .form-wizard__step__footer{margin:0.5rem 0}}@media (max-height: 820px){html body #downloads-page .form-wizard .cpucoin_logo{height:50px;margin:0 auto}}@media (max-height: 800px){html body #downloads-page #transfer-form{padding-bottom:70px}}html body #downloads-page .usercard{width:100%;max-width:350px;margin:0 auto;margin-top:50px;border-radius:1rem;padding:1rem 2rem;padding-top:0;text-align:center;border:2px solid #39F7BC}html body #downloads-page .usercard__avatar-container{position:relative;width:100px;margin:0 auto;margin-top:-50px}html body #downloads-page .usercard__avatar-container:before{content:'';width:100%;height:100%;position:absolute;top:-5px;left:-5px;z-index:1;width:calc( 100% + 10px);height:calc( 100% + 10px);border:1px solid #39F7BC;border-radius:50%}html body #downloads-page .usercard__avatar{position:relative;z-index:10;border-radius:50%;font-size:100px;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}html body #downloads-page .usercard__avatar img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:1em;height:1em}html body #downloads-page .usercard__info{width:100%}html body #downloads-page .usercard__info__container{width:100%;max-width:500px;border-radius:.5rem;padding:1rem;background-color:rgba(0,0,0,0.5)}html body #downloads-page .usercard__info__username{color:#39F7BC;font-size:32px;line-height:1.5;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:40px 0}html body #downloads-page .usercard__info__name{font-size:2rem;font-weight:normal;line-height:1;margin-top:1rem;margin-bottom:0.5rem}html body #downloads-page .usercard__info__email{font-size:1rem;line-height:1;font-weight:normal}html body #downloads-page .usercard__info__membership{font-size:10px;margin:0 auto;line-height:1}html body #downloads-page .usercard__info__actions{margin-top:1rem;width:100%}html body #downloads-page .usercard__info__confirm{width:100%;margin-top:0;text-align:center;font-size:1.5rem}@media (max-height: 1000px){html body #downloads-page .usercard{margin-top:1rem}}@media (max-height: 875px){html body #downloads-page .usercard__info__username{margin:25px 0}html body #downloads-page .usercard{padding:1rem}html body #downloads-page .usercard__info__confirm{font-size:1rem;padding:0.5rem}html body #downloads-page .usercard__info__other-action{margin-bottom:0}}@media (max-height: 800px){html body #downloads-page .usercard__info__username{margin:0}}html body #downloads-page .transfer-box{width:100%}html body #downloads-page .transfer-box__header{color:#39F7BC;font-size:1.25rem;width:100%;text-align:center}html body #downloads-page .transfer-box__sublabel{line-height:1;color:#39F7BC;font-size:.9rem;font-weight:600;margin-top:0}html body #downloads-page .transfer-box__coins{color:#fff;font-size:1.25em;margin-bottom:0;margin-top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .transfer-box__coins .value{font-size:1.5rem;line-height:1;margin-top:0;margin-bottom:1rem}html body #downloads-page .transfer-box__coins .currency{color:rgba(255,255,255,0.5);text-align:center;width:100%;font-size:1rem;line-height:1}html body #downloads-page .transfer-box__transfer-btn{margin-top:2rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;color:#1F146F}html body #downloads-page .transfer-box__transfer-btn i:before{display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}html body #downloads-page .transfer-box__transfer-btn .text{margin-left:1rem}html body #downloads-page .transfer-box__transfer-btn.disabled{background-color:rgba(255,255,255,0.15);color:rgba(255,255,255,0.25);pointer-events:none}html body #downloads-page .transfer-box__grid{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:2rem;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:1rem;background-color:rgba(255,255,255,0.15)}html body #downloads-page .transfer-box__grid__box{width:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .transfer-box__grid__box:not(:last-child){border-right:1px solid rgba(255,255,255,0.15)}html body #downloads-page .transfer-box__transfer-btn-done{width:100%;margin:1rem 0}html body #downloads-page .transfer-box-animation{width:100%}html body #downloads-page .transfer-box-animation__loader-label{font-size:1rem;line-height:1;color:#39F7BC;text-align:center;width:100%;margin-top:0;margin-bottom:1rem}html body #downloads-page .transfer-box-animation__loader-container{margin-top:1rem;width:100%}html body #downloads-page .transfer-box-animation__loader{border:2px solid #39F7BC;height:3rem;position:relative;border-radius:.5rem;overflow:hidden}html body #downloads-page .transfer-box-animation__loader__bar{position:absolute;top:0;left:0;height:100%;width:2rem;background-color:#39F7BC}html body #downloads-page .transfer-box-animation--unfinished .transfer-box__transfer-btn-done{display:none}html body #downloads-page .transfer-box-animation--unfinished .transfer-box-animation__loader-container{display:none}html body #downloads-page .transfer-box-animation--unfinished .notif{display:none}html body #downloads-page .transfer-box-animation--transfering .transfer-box__transfer-btn-done,html body #downloads-page .transfer-box-animation--transfering .transfer-box__transfer-btn{display:none}html body #downloads-page .transfer-box-animation--transfering .notif{display:none}html body #downloads-page .transfer-box-animation--done .transfer-box__transfer-btn{display:none}html body #downloads-page .transfer-box-animation--done .transfer-box__transfer-btn-done{display:block}html body #downloads-page .transfer-box-animation--done .transfer-box-animation__loader-container{display:none}html body #downloads-page .transfer-box-animation--done .notif{display:block;text-align:center}html body #downloads-page .transfer-box-animation--done .transfer-box__header{margin:0.75rem 0}@media (max-height: 820px){html body #downloads-page .transfer-box__grid{padding:1rem}}@media (max-height: 800px){html body #downloads-page .transfer-box__transfer-btn{margin:1rem 0}}html body #downloads-page .before-card{position:relative;height:100%;background-color:#241B89;overflow:hidden;width:100%}html body #downloads-page .before-card__container{position:relative;z-index:10;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:500px}html body #downloads-page .before-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.1;-webkit-transform:scale(1.1) translateY(-10px);transform:scale(1.1) translateY(-10px);-webkit-transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}html body #downloads-page .before-card__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html body #downloads-page .before-card__title{font-size:1.75rem;line-height:1.2;position:relative;margin-bottom:4rem}html body #downloads-page .before-card__title:after{content:'';position:absolute;top:calc(100% + 1rem);left:0;width:3rem;height:0.25rem;background-color:#fff}html body #downloads-page .before-card__list{list-style-type:none;padding-left:0;margin-top:0;margin-bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}html body #downloads-page .before-card__list__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-bottom:1rem}html body #downloads-page .before-card__list__item i{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:2rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}html body #downloads-page .before-card__desc{margin-top:0;line-height:2}html body #downloads-page .before-card__confirm-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:auto;font-size:1.25rem;border-radius:.5rem;color:#180E59;font-weight:600;background-color:#fff}html body #downloads-page .before-card:hover{background-color:#B915B3}html body #downloads-page .before-card:hover .before-card__bg{opacity:0.15;-webkit-transform:scale(1.2) translateY(-50px);transform:scale(1.2) translateY(-50px)}html body #downloads-page .promotional-card{position:relative;height:100%;background-color:#241B89;overflow:hidden;width:100%}html body #downloads-page .promotional-card__container{position:relative;z-index:10;padding:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-height:350px}html body #downloads-page .promotional-card__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.1;-webkit-transform:scale(1.1) translateY(-10px);transform:scale(1.1) translateY(-10px);-webkit-transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , -webkit-transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out;transition:opacity 300ms ease-out , transform 300ms ease-out , -webkit-transform 300ms ease-out}html body #downloads-page .promotional-card__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}html body #downloads-page .promotional-card__title{font-size:1.75rem;line-height:1.2;position:relative;margin-bottom:4rem}html body #downloads-page .promotional-card__title:after{content:'';position:absolute;top:calc(100% + 1rem);left:0;width:3rem;height:0.25rem;background-color:#fff}html body #downloads-page .promotional-card__bttn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:auto;font-size:1.25rem;border-radius:.5rem;color:#180E59;font-weight:600;background-color:#fff;text-align:center;font-size:1.15rem;line-height:1}html body #downloads-page .promotional-card:hover{background-color:#B915B3}html body #downloads-page .promotional-card:hover .promotional-card__bg{opacity:0.15;-webkit-transform:scale(1.2) translateY(-50px);transform:scale(1.2) translateY(-50px)}@media (max-height: 875px){html body #downloads-page .promotional-card__container{min-height:300px}}html body #downloads-page .section{font-family:"Poppins",sans-serif}html body #downloads-page .section .container{max-width:1200px}html body #downloads-page .section__step-header{width:100%;text-transform:uppercase;letter-spacing:0.25em;color:#2775F2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-top:0;margin-bottom:1rem;line-height:1;font-size:1rem}html body #downloads-page .section__step-header:after{content:'';width:10rem;height:1px;background-color:#2775F2;display:inline-block;margin-left:1rem}html body #downloads-page .section__header{font-size:2.75rem;line-height:1.2;margin-top:0;margin-bottom:1rem;font-weight:500}html body #downloads-page .section__desc{margin-top:0;color:#818CE0;font-size:1.25rem;line-height:1.8;margin-bottom:2rem;width:80%}html body #downloads-page .section__small-info{width:100%;text-align:center;max-width:600px}html body #downloads-page .section .emphasize{color:#00FFB1;font-weight:inherit}html body #downloads-page .section .col-media{padding:2rem}html body #downloads-page .section .col-media img{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}html body #downloads-page .section .col__actions{width:100%;margin-top:0}html body #downloads-page .section .col__actions .cpu_bttn:not(:last-child){margin-right:1rem}html body #downloads-page .section .col-center .section__header,html body #downloads-page .section .col-center .section__desc{text-align:center}@media (max-width: 1024px){html body #downloads-page .section .col-media{padding:0 0 2rem 0 !important}html body #downloads-page .section .col-media img{margin:0 auto;max-height:500px}}@media (max-width: 800px){html body #downloads-page .section .section__header{font-size:2rem}html body #downloads-page .section .section__desc{width:100%}}@media (max-width: 769px){html body #downloads-page .section .col-media img{max-height:300px}}@media (max-width: 600px){html body #downloads-page .section .col__actions{width:100%}html body #downloads-page .section .col__actions .cpu_bttn{width:100%;text-align:center}html body #downloads-page .section .col__actions .cpu_bttn:not(:last-child){margin-bottom:1rem}}html body #downloads-page .cpu_bttn{font-size:1rem;line-height:1;padding:1.25em 2em;color:#fff;border-radius:.25em;line-height:1;display:inline-block;font-weight:normal}html body #downloads-page .cpu_bttn--special{background-image:linear-gradient(135deg, #2B15D0, #0B7AD9)}html body #downloads-page .cpu_bttn--special-download{background-color:#00FFB1;color:#1C034B;font-weight:600}html body #downloads-page .cpu_bttn--special-download .text{margin-left:1ch}html body #downloads-page .cpu_bttn--flat{background-color:rgba(0,0,0,0.15)}html body #downloads-page .boinc-card{background-color:#2E0E98;margin-top:5rem;padding:2rem;border-radius:1rem;text-align:center}html body #downloads-page .boinc-card__graphic{width:100%;max-width:800px;margin:-10rem auto 0}html body #downloads-page .boinc-card .section__small-info{width:100%;max-width:100%}html body #downloads-page .boinc-card .cpu_bttn{margin:0 auto;display:inline-block}html body #downloads-page .cpu_important{width:100%;background-color:#090938;border:2px solid #00FFB1;padding:1rem;margin-top:2rem}html body #downloads-page .cpu_important__label{text-transform:uppercase;font-weight:600;color:#fff;line-height:1}html body #downloads-page .cpu_important__notes{font-size:1rem;line-height:1.4;color:#fff;font-weight:300}html body #downloads-page .cpu_important .cpu_bttn{width:100%;text-align:center}@media (max-width: 415px){html body #downloads-page section>.container>.row>.col{padding:0 1rem}}html body #downloads-page #hero{background-image:-webkit-gradient(linear, left top, left bottom, from(#16167B), to(#0A0A3C));background-image:linear-gradient(to bottom, #16167B, #0A0A3C)}html body #downloads-page #final-step{margin-top:2rem;padding:0;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(50%, #2E0E98), to(#3653CC));background-image:linear-gradient(to top, #2E0E98 50%, #3653CC 100%)}html body #downloads-page #final-step .row{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}html body #downloads-page #final-step .col-info{padding:4rem 0}html body #downloads-page #final-step .col-media{position:relative}html body #downloads-page #final-step .col-media .media-floating{position:absolute;bottom:0;left:0;width:100%;padding:1rem}html body #downloads-page #final-step .col-media .media-floating img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;display:block}html body #downloads-page #ending{background-image:url(https://cpucoin.io/wp-content/uploads/2021/05/Last_Part_BG.png);background-size:cover;background-position:bottom center}html body #downloads-page #ending .row{min-height:70vh;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:2rem 0}html body #downloads-page #ending .section__small-info{font-size:1.5rem}html body #downloads-page #ending .cpu_bttn--special-download{font-size:2rem;margin:5rem 0;-webkit-box-shadow:0 0 10px 0 #00FFB1;box-shadow:0 0 10px 0 #00FFB1}@media (max-width: 1024px){html body #downloads-page #hero .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html body #downloads-page #step-one .row,html body #downloads-page #step-three .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}html body #downloads-page #final-step{margin-top:300px}html body #downloads-page #final-step .col-media{height:400px}html body #downloads-page #final-step .col-info{padding-top:0}}@media (max-width: 600px){html body #downloads-page #final-step{margin-top:2rem}html body #downloads-page #ending #download .cpu_bttn--special-download{text-align:center}html body #downloads-page #ending #boinc .cpu_bttn--special{width:100%}}@media (max-width: 415px){html body #downloads-page #ending #download .cpu_bttn--special-download{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:1rem;padding-left:1rem}html body #downloads-page #ending #download .cpu_bttn--special-download i{font-size:2rem;margin-bottom:1rem;line-height:1}html body #downloads-page #ending #download .cpu_bttn--special-download .text{width:100%}}

