/* /assets/css/style.css */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent}article,aside,figure,footer,header,nav,section,details,summary{display:block}html{box-sizing:border-box;line-height:1}*,*:before,*:after{box-sizing:inherit}img,object,embed{max-width:100%}html{overflow-y:scroll}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}th{font-weight:bold;vertical-align:bottom}td{font-weight:normal;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}input[type="radio"]{vertical-align:text-bottom}input[type="checkbox"]{vertical-align:bottom}.ie7 input[type="checkbox"]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}select,input,textarea{font:99% sans-serif}table{font-size:inherit;font:100%}small{font-size:85%}strong{font-weight:bold}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}pre,code,kbd,samp{font-family:monospace, sans-serif}.clickable,label,input[type=button],input[type=submit],input[type=file],button{cursor:pointer}button,input,select,textarea{margin:0}button,input[type=button]{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}.clearfix:before,.clearfix:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*!
 * 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}.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}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animated.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)}.animated.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)}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animated.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)}.animated.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)}.animated.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)}.animated.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)}.animated.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)}.animated.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)}.animated.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)}.animated.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){.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}.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)}}.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}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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}}.animated.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)}}.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)}}.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}}.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}}.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)}}.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)}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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}}.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)}}.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)}}.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)}}.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}}.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)}}.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)}}.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)}}.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)}}.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}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.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)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@keyframes zoomPlat{from{-webkit-transform:scale(7);transform:scale(5)}to{-webkit-transform:scale(1);transform:scale(1)}}.zoomPlat{-webkit-animation-name:zoomPlat;animation-name:zoomPlat}@keyframes gradientText{from{background:linear-gradient(90deg, var(--united-blue-accent) 0%, #FF1F71 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}to{background:linear-gradient(90deg, #FF1F71 0%, var(--united-blue-accent) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}.gradientText{-webkit-animation-name:gradientText;animation-name:gradientText}@keyframes imgFull{from{width:80%}to{width:100%}}.imgFull{-webkit-animation-name:imgFull;animation-name:imgFull}@keyframes ball{from{height:30px;width:30px}to{height:16px;width:16px}}.ball{-webkit-animation-name:ball;animation-name:ball}@keyframes heightCorda{from{height:16px}to{height:100%}}.heightCorda{-webkit-animation-name:heightCorda;animation-name:heightCorda}body{font-family:"Manrope", sans-serif;font-weight:400}a,button,input[type="submit"]{text-decoration:none;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}a:hover,button:hover,input[type="submit"]:hover{text-decoration:none}input,textarea{font-family:"Manrope", sans-serif;font-weight:400;border-radius:0;appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important}select{font-family:"Manrope", sans-serif;font-weight:400;border-radius:0}.wow{visibility:hidden}.button{align-items:center;background-color:var(--united-blue-primary);color:#fff;display:inline-flex;font-size:1.2vw;font-weight:700;gap:2.7vw;height:8.2vh;padding:0 1vw 0 3vw}.button::after{background:url(../images/arrow-down.png) no-repeat;content:'';height:31px;width:27px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.button.bs{border:1px solid #fff}.button.bd{border:3px solid #fff}.button.red{background-color:#F20059}.button.submit{border:none;justify-content:center}.button.submit::after{background:url(../images/arrow-right-short2.png) no-repeat;height:27px;width:31px}.button.white{background-color:#fff;color:var(--united-blue-primary)}.button.white::after{background:url(../images/arrow-right-short-blue.png) no-repeat;content:'';height:18px;width:20px}.button:hover::after{transform:translateY(4px)}.button:hover.submit::after{transform:translateX(6px)}.button:hover.white::after{transform:translateX(6px)}.center{text-align:center}main{overflow:hidden}header{align-items:center;display:flex;justify-content:space-between;left:0;padding:4.7vh 6.5vw 0;position:fixed;top:0;width:100%;z-index:100;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}header.hide{top:-25vh}header .logo{display:block;width:11.5vw}header .socials{align-items:center;display:flex;gap:1vw}header nav .menu{align-items:center;display:flex}header nav .menu>li{align-items:center;display:inline-flex;position:relative}header nav .menu>li::after{background-color:#fff;content:'';display:block;height:26px;width:1px}header nav .menu>li>a{align-items:center;color:#fff;display:flex;font-size:1.2vw;font-weight:700;gap:2vw;height:6.7vh;justify-content:center;text-transform:uppercase;padding:0 1.8vw}header nav .menu>li .submenu{border:1px solid #fff;display:none;position:absolute;top:100%;left:0;width:100%}header nav .menu>li .submenu>li{border-bottom:1px solid #fff}header nav .menu>li .submenu>li>a{align-items:center;background:rgba(var(--united-blue-primary-rgb),0.6);backdrop-filter:blur(16.15px);color:#fff;display:flex;font-size:1.3vw;font-weight:500;height:5vh;justify-content:center;text-align:center}header nav .menu>li .submenu>li>a:hover{background:var(--united-blue-secondary)}header nav .menu>li .submenu>li:last-child{border-bottom:none}header nav .menu>li:hover>a{color:#F20059}header nav .menu>li:hover>a svg path{fill:#F20059}header nav .menu>li:hover .submenu{display:block}header .button-area{align-items:center;background-color:#33B561;color:#fff;display:inline-flex;font-size:1.1vw;font-weight:700;gap:0.5vw;height:6.3vh;padding:0 1.5vw}header .button-area::after{background:url(../images/arrow-right-short.png) no-repeat;content:'';height:12px;width:13px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}header .button-area:hover::after{transform:translateX(6px)}header .button-contato{align-items:center;background-color:#F20059;color:#fff;display:none;font-size:1.1vw;font-weight:700;gap:0.5vw;height:6.3vh;padding:0 1.5vw}header .button-contato::before{background:url(../images/telephone-fill.png) no-repeat;content:'';height:22px;width:21px}header .button-contato:hover{opacity:0.8}header .open-menu{display:none}header.fixed{background-color:var(--united-blue-primary);padding:2vh 6.5vw}header.fixed .logo{width:7vw}header.interno{background-color:var(--united-blue-primary);padding:2vh 6.5vw}header.interno .logo{width:7vw}header.interno .socials{display:none}.header-interno header{background-color:var(--united-blue-primary);padding:2vh 6.5vw}.header-interno header .logo{width:7vw}.header-interno header .socials{display:none}.header-interno header .button-area{display:none}.header-interno header .button-contato{display:inline-flex}.vitrine-mobile{display:none}.menu-mobile{display:none}.vitrine{background:#fff url(../images/bg-vitrine.webp) no-repeat right top;background-size:cover;padding:20px 38px 0 38px}.vitrine .content{background-color:var(--united-blue-primary);border-top-left-radius:30px;border-top-right-radius:30px;width:100%}.vitrine .content .itens{display:flex;overflow:hidden;position:relative}.vitrine .content .itens .item{height:calc(100vh - 20px);position:relative;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.vitrine .content .itens .item::before{background:linear-gradient(185deg, var(--united-blue-primary) -13.44%, rgba(var(--united-blue-primary-rgb),0) 70%);border-top-left-radius:30px;border-top-right-radius:0;content:'';height:30vh;left:0;position:absolute;top:0;width:100%}.vitrine .content .itens .item figure{bottom:0;position:absolute;right:-1.4vw;width:20vw;z-index:1;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.vitrine .content .itens .item figure img{display:block;filter:grayscale(1);-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.vitrine .content .itens .item h1{color:#fff;font-size:1.5vw;font-weight:700;line-height:1.7vw;margin:25vh 0 0 -11vw;position:relative;transform:rotate(-90deg);-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;z-index:1}.vitrine .content .itens .item h2{align-items:center;color:#fff;display:flex;font-size:1.7vw;font-weight:700;gap:0.4vw;justify-content:center;margin-top:22vh;margin-bottom:3.7vh;position:relative;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;z-index:1}.vitrine .content .itens .item h2 span{align-items:center;background-color:var(--united-blue-primary);border-radius:15px;display:inline-flex;font-weight:700;height:12vh;padding:0 0.7vw}.vitrine .content .itens .item p{color:#fff;font-size:1.2vw;font-weight:500;line-height:2vw;margin:0 0 3vh;opacity:0;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.vitrine .content .itens .item ul{margin-bottom:3vh;opacity:0;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.vitrine .content .itens .item ul li{align-items:center;color:#fff;display:flex;font-size:1.1vw;font-weight:500;line-height:1.8vw}.vitrine .content .itens .item ul li strong{margin-left:0.5vw}.vitrine .content .itens .item ul li::before{content:'';height:3vw;margin-right:1vw;width:3vw;flex:0 0 3vw}.vitrine .content .itens .item .button{opacity:0;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.vitrine .content .itens .item.item1{background:url(../images/bg-vitrine-01.webp) no-repeat right top;background-size:cover;border-top-left-radius:30px;padding-left:3.9vw;width:16%;z-index:3}.vitrine .content .itens .item.item1 p{font-size:1.4vw;line-height:2vw;margin:0 0 5.2vh;width:28vw}.vitrine .content .itens .item.item1.hover{width:60%}.vitrine .content .itens .item.item1.hover figure{right:-3vw;width:27vw}.vitrine .content .itens .item.item1.hover figure img{filter:grayscale(0)}.vitrine .content .itens .item.item1.hover h1{font-size:4vw;line-height:4.4vw;margin:22vh 0 5.2vh;transform:rotate(0)}.vitrine .content .itens .item.item1.hover p{opacity:1}.vitrine .content .itens .item.item1.hover .button{opacity:1}.vitrine .content .itens .item.item2{background:url(../images/bg-vitrine-02.webp) no-repeat center top;background-size:cover;width:20%;z-index:2}.vitrine .content .itens .item.item2::before{border-top-left-radius:0;border-top-right-radius:0}.vitrine .content .itens .item.item2 figure{right:0}.vitrine .content .itens .item.item2 p{width:32vw}.vitrine .content .itens .item.item2 ul li:nth-child(1)::before{background:url(../images/icon-vitrine-live-class-01.png);background-size:cover}.vitrine .content .itens .item.item2 ul li:nth-child(2)::before{background:url(../images/icon-vitrine-live-class-02.png);background-size:cover}.vitrine .content .itens .item.item2 ul li:nth-child(3)::before{background:url(../images/icon-vitrine-live-class-03.png);background-size:cover}.vitrine .content .itens .item.item2 ul li:nth-child(4)::before{background:url(../images/icon-vitrine-live-class-04.png);background-size:cover}.vitrine .content .itens .item.item2.hover{padding-left:3.9vw;width:64%}.vitrine .content .itens .item.item2.hover figure{right:-3vw;width:27vw}.vitrine .content .itens .item.item2.hover figure img{filter:grayscale(0)}.vitrine .content .itens .item.item2.hover h2{justify-content:flex-start}.vitrine .content .itens .item.item2.hover p{opacity:1}.vitrine .content .itens .item.item2.hover ul{opacity:1}.vitrine .content .itens .item.item2.hover .button{opacity:1}.vitrine .content .itens .item.item3{background:url(../images/bg-vitrine-03.webp) no-repeat center top;background-size:cover;border-top-right-radius:30px;width:20%}.vitrine .content .itens .item.item3::before{border-top-left-radius:0;border-top-right-radius:30px}.vitrine .content .itens .item.item3 figure{right:0;width:18vw}.vitrine .content .itens .item.item3 h2 span{background-color:#F20059}.vitrine .content .itens .item.item3 p{width:32vw}.vitrine .content .itens .item.item3 ul{width:32vw}.vitrine .content .itens .item.item3 ul li:nth-child(1)::before{background:url(../images/icon-vitrine-business-01.png);background-size:cover}.vitrine .content .itens .item.item3 ul li:nth-child(2)::before{background:url(../images/icon-vitrine-business-02.png);background-size:cover}.vitrine .content .itens .item.item3 ul li:nth-child(3)::before{background:url(../images/icon-vitrine-business-03.png);background-size:cover}.vitrine .content .itens .item.item3 ul li:nth-child(4)::before{background:url(../images/icon-vitrine-business-04.png);background-size:cover}.vitrine .content .itens .item.item3.hover{padding-left:3.9vw;width:64%}.vitrine .content .itens .item.item3.hover figure{right:-3vw;width:24vw}.vitrine .content .itens .item.item3.hover figure img{filter:grayscale(0)}.vitrine .content .itens .item.item3.hover h2{justify-content:flex-start}.vitrine .content .itens .item.item3.hover p{opacity:1}.vitrine .content .itens .item.item3.hover ul{opacity:1}.vitrine .content .itens .item.item3.hover .button{opacity:1}.about-home{background:url(../images/bg-cursos.png) no-repeat center top;background-size:100% auto;margin-top:5vh;padding:10vh 0 15vh;position:relative}.about-home .corda{background-color:#666;display:block;height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:5px}.about-home .corda span{background-color:#666;border-radius:100%;display:block;height:16px;left:50%;transform:translateX(-50%);position:absolute;top:-7px;width:16px}.about-home .apresentation{position:relative;z-index:1}.about-home .apresentation .content{background:url(../images/bg-apresentacao.png) no-repeat;background-size:cover;border-radius:30px;color:#fff;height:77vh;margin:0 auto;padding:9.7vh 0 0;text-align:center;width:81.25vw}.about-home .apresentation .content h2{font-size:1.3vw;font-weight:700;text-transform:uppercase}.about-home .apresentation .content h3{font-size:3vw;font-weight:700;line-height:200%}.about-home .apresentation .content p{font-size:1.4vw;font-weight:500;line-height:114%}.about-home .apresentation .video-content{bottom:-4.8vh;height:38.7vh;position:absolute;right:0;width:66.25vw}.about-home .apresentation .video-content video{display:block;height:100%;object-fit:cover;width:100%}.about-home .time-course{align-items:center;display:flex;margin:13.3vh 0 0;position:relative;z-index:1}.about-home .time-course .video-content{border-bottom-right-radius:30px;border-top-right-radius:30px;width:58.9vw}.about-home .time-course .video-content video{border-bottom-right-radius:30px;border-top-right-radius:30px;display:block;height:100%;object-fit:cover;width:100%}.about-home .time-course .text{color:#666;margin-left:4.1vw;width:26.8vw}.about-home .time-course .text h3{font-size:2.1vw;font-weight:700;line-height:109%;margin:0 0 2.9vh}.about-home .time-course .text p{font-size:1.3vw;line-height:114%}.about-home .carousel-steps{margin:13.5vh 0 0;padding-bottom:7.4vh;z-index:1}.about-home .carousel-steps .slick-arrow{background:var(--united-blue-primary) url(../images/arrow-right.png) no-repeat center center;border:none;border-radius:100%;bottom:0;height:42px;position:absolute;right:7.8vw;text-indent:-9999px;width:42px;z-index:1}.about-home .carousel-steps .slick-arrow.slick-prev{right:11.1vw;transform:rotate(-180deg)}.about-home .carousel-steps .slick-arrow.slick-disabled{opacity:0.5}.about-home .carousel-steps .item{padding:0 0.8vw}.about-home .carousel-steps .item .text{background-color:var(--united-blue-primary);border-top-left-radius:30px;border-top-right-radius:30px;color:#fff;height:28.5vh;padding:2vw}.about-home .carousel-steps .item .text .icon{display:block}.about-home .carousel-steps .item .text h4{font-size:1.3vw;font-weight:700;margin:1.6vh 0}.about-home .carousel-steps .item .text p{font-size:1.3vw;line-height:142%}.about-home .carousel-steps .item figure{width:100%}.about-home .carousel-steps .item figure img{border-bottom-left-radius:30px;border-bottom-right-radius:30px;width:100%}.plataforma{padding:11.5vh 3.5vw}.plataforma h2{color:#fff;font-size:1.9vw;font-weight:700;left:0;margin:0 0 6.3vh;position:absolute;text-align:center;text-transform:uppercase;top:8.3vh;width:100%;z-index:3}.plataforma .content{position:relative}.plataforma .content .ov{overflow:hidden;position:relative}.plataforma .content .video-content{background-color:#000;border-radius:82px;position:relative;width:100%}.plataforma .content .video-content img{display:block;position:relative;z-index:2}.plataforma .content .video-content .video-play{bottom:30vh;position:absolute;left:11.5vw;width:23.6vw}.plataforma .content .video-content .video-play::after{background:linear-gradient(181deg, #000 20.26%, rgba(47,47,47,0) 50.31%, #000 80.71%);content:'';display:block;height:100%;left:0;position:absolute;top:0;width:100%}.plataforma .content .video-content video{width:100%}.plataforma .content .texts{padding:18vh 0 0;position:absolute;right:0;top:0;width:50vw;z-index:3}.plataforma .content .texts h3{color:#fff;font-size:1.8vw;font-weight:700;line-height:114%;margin:0 0 7vh;text-align:center;width:40.2vw}.plataforma .content .texts .itens .item{display:flex;margin:0 0 3.3vh}.plataforma .content .texts .itens .item figure{flex:0 0 20.4vw}.plataforma .content .texts .itens .item figure img{border-top-left-radius:30px;border-bottom-left-radius:30px;display:block;height:100%;object-fit:cover;width:100%}.plataforma .content .texts .itens .item .text{background-color:var(--united-blue-primary);color:#fff;padding:2.1vh 1.6vw}.plataforma .content .texts .itens .item .text h4{align-items:center;display:flex;font-size:1.4vw;font-weight:700;margin:0 0 2.1vh}.plataforma .content .texts .itens .item .text h4::before{background-color:#fff;background-repeat:no-repeat;background-position:center center;border-radius:100%;content:'';height:41px;margin:0 1.1vw 0 0;width:41px}.plataforma .content .texts .itens .item .text h4.icon-1::before{background-image:url(../images/icon-plataforma-01.png)}.plataforma .content .texts .itens .item .text h4.icon-2::before{background-image:url(../images/icon-plataforma-02.png)}.plataforma .content .texts .itens .item .text h4.icon-3::before{background-image:url(../images/icon-plataforma-03.png)}.plataforma .content .texts .itens .item .text h4.icon-4::before{background-image:url(../images/icon-plataforma-04.png)}.plataforma .content .texts .itens .item .text p{font-size:1.3vw;font-weight:500;line-height:2vw}.plataforma .content .texts .center{padding:3.5vh 0 0}.ia-united{margin:0 0 11vh;padding:0 3.5vw;position:relative;z-index:1}.ia-united .content{align-items:center;background:url(../images/bg-ia.png) no-repeat;background-size:cover;border-radius:30px;display:flex;height:59.3vh;justify-content:space-between}.ia-united .content figure{height:100%;position:relative;width:21.5vw}.ia-united .content figure img{bottom:0;display:block;left:0;position:absolute;width:100%}.ia-united .content .text{color:#fff;padding-right:3vw;width:63.2vw}.ia-united .content .text h2{font-size:1.8vw;font-weight:700;text-align:center;text-transform:uppercase}.ia-united .content .text h3{font-size:4.1vw;font-weight:700;line-height:220%}.ia-united .content .text p{font-size:1.4vw;font-weight:500;line-height:114%;margin:0 0 5.4vh}.ia-united.blue .content{background:url(../images/bg-ia-blue.png) no-repeat;background-size:cover}.features{padding:10vh 0 15vh;position:relative}.features::after{background-color:#666;content:'';display:block;height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:5px}.features .ondemand{margin:0 0 25vh;padding:0 3.5vw;position:relative;z-index:1}.features .ondemand .content{align-items:flex-end;border-radius:4.2vw;background:#ECECEC;display:flex;height:81vh;justify-content:space-between}.features .ondemand .content figure{bottom:-18vh;right:-3.5vw;position:relative;width:65vw}.features .ondemand .content figure img.desktop{display:block}.features .ondemand .content figure img.mobile{display:none}.features .ondemand .content .text{width:37vw;margin-left:6.7vw;padding:0 0 5.1vh;position:relative;z-index:1}.features .ondemand .content .text svg{width:100%}.features .ondemand .content .text h2{color:#666;font-size:1.9vw;font-weight:700;margin:0 0 5.2vh;text-align:center;text-transform:uppercase}.features .ondemand .content .text h3{color:var(--united-blue-primary);font-size:3vw;font-weight:700;line-height:220%}.features .ondemand .content .text p{color:#666;font-size:1.3vw;font-weight:500;line-height:2vw;margin:0 0 5.2vh}.features .ondemand .content .text p strong{color:var(--united-blue-primary);font-weight:500}.master-business{padding:0 6.7vw;position:relative;z-index:1}.master-business .banner-mb{align-items:flex-end;background:url(../images/bg-banner-mb.jpg) no-repeat;background-size:cover;display:flex;height:59.2vh;justify-content:center;text-align:center}.master-business .banner-mb .content{color:#fff;padding:0 0 9.1vh}.master-business .banner-mb .content h2{font-size:1.9vw;font-weight:700;margin:0 0 2.6vh}.master-business .banner-mb .content h3{font-size:4.3vw;font-weight:700;line-height:110%;margin:0 0 2.6vh;text-transform:uppercase}.master-business .banner-mb .content h3 strong{color:#F20059;font-weight:700}.master-business .banner-mb .content h4{font-size:2.2vw}.master-business .container{background:url(../images/bg-mb.png) no-repeat center top;background-size:cover;padding:0 0 10.5vh;border-bottom-left-radius:30px;border-bottom-right-radius:30px}.master-business .container .mb1{align-items:center;display:flex;justify-content:center;padding:10vh 0 5vh}.master-business .container .mb1 .box{border-radius:35.652px;background:#525151;box-shadow:3.565px 10.696px 35.652px 5.348px rgba(0,0,0,0.09);color:#fff;padding:6.3vh 2vw;width:26.1vw}.master-business .container .mb1 .box h2{font-size:1.6vw;font-weight:700;margin:0 0 5.2vh}.master-business .container .mb1 .box h3{font-size:3.7vw;font-weight:700;line-height:114%}.master-business .container .mb1 .box h3 strong{color:#F20059}.master-business .container .mb1 .text{color:#fff;font-size:1.3vw;font-weight:500;line-height:114%;margin:0 0 0 5.2vw;width:39.8vw}.master-business .container .mb1 .text .icon{display:block;margin:0 0 2.2vh}.master-business .container .mb1 .text p{margin:0 0 3vh}.master-business .container .mb1 .text ul{list-style:disc;margin:0 0 3vh 30px}.master-business .container .mb1 .text .button{margin:0 0 3vh}.master-business .container .mb2{display:flex;justify-content:center}.master-business .container .mb2 .text{margin-right:3.3vw;width:32.1vw}.master-business .container .mb2 .text .carousel-mb{margin:0 0 5vh}.master-business .container .mb2 .text .carousel-mb .slick-dots{align-items:center;bottom:-23vh;display:flex;gap:0.8vw;left:0;justify-content:center;position:absolute;width:100%}.master-business .container .mb2 .text .carousel-mb .slick-dots li button{border:none;border-radius:100%;background-color:#D9D9D9;height:31px;opacity:0.5;text-indent:-9999px;width:31px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.master-business .container .mb2 .text .carousel-mb .slick-dots li.slick-active button{height:45px;opacity:1;width:45px}.master-business .container .mb2 .text .carousel-mb .item{color:#fff}.master-business .container .mb2 .text .carousel-mb .item .flex{align-items:flex-end;display:flex;height:40vh}.master-business .container .mb2 .text .carousel-mb .item p{font-size:1.6vw;font-weight:500;line-height:114%}.master-business .container .mb2 .text .carousel-mb .item h4{color:#F20059;font-size:3.6vw;font-weight:700;line-height:110%}.master-business .container .mb2 .text .carousel-mb .item small{font-size:1vw;font-weight:500}.master-business .container .mb2 .video-content{width:37.1vw}.master-business .container .mb2 .video-content .vd{height:72vh}.master-business .container .mb2 .video-content video{border-radius:50px;display:block;height:100%;object-fit:cover;width:100%}.master-business .container .mb2 .video-content .arrows{align-items:center;display:flex;justify-content:flex-end;gap:1.6vw;margin:3vh 0 0}.master-business .container .mb2 .video-content .arrows .slick-arrow{background:#fff url(../images/arrow-right-gray.png) no-repeat center center;border:none;border-radius:100%;height:42px;text-indent:-9999px;width:42px;z-index:1}.master-business .container .mb2 .video-content .arrows .slick-arrow.nav-prev{transform:rotate(-180deg)}.master-business .container .mb2 .video-content .arrows .slick-arrow.slick-disabled{opacity:0.5}.united-full{background:url(../images/bg-united-full.webp) no-repeat;background-size:100% auto;padding:0 6.7vw 10vh}.united-full .container{border:2px solid #F20059;border-radius:30px;padding-bottom:21vh}.united-full .top .content{padding:12.5vh 8.3vw;text-align:center}.united-full .top h2{background:linear-gradient(90deg, var(--united-blue-accent) 0%, #FF1F71 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:4.5vw;font-weight:700;line-height:162%;text-transform:uppercase}.united-full .top p{color:#666;font-size:2.3vw;font-weight:500}.united-full .top p .blue{color:var(--united-blue-primary);font-weight:600}.united-full .top p .red{color:#F20059;font-weight:700}.united-full .top figure{position:relative;right:-4.5vw;width:87.9vw}.united-full .top .video-content{height:51vh;position:relative;right:-4.5vw;width:87.9vw}.united-full .top .video-content video{border-radius:24px;display:block;height:100%;object-fit:cover;width:100%}.united-full .middle{align-items:center;background-color:#fff;border:1px solid #F20059;border-radius:44px;display:flex;justify-content:space-between;margin:0 auto;width:74vw}.united-full .middle .text{padding:0 0 0 1.9vw;width:34vw}.united-full .middle .text .icon{align-items:center;background-color:#F20059;border-radius:100%;display:flex;justify-content:center;height:79px;margin:0 0 9.5vh;width:79px}.united-full .middle .text p{color:#666;font-size:1.6vw;font-weight:500;line-height:114%;margin:0 0 4.7vh}.united-full .middle figure{width:36.4vw}.united-full .middle figure img{border-top-right-radius:44px;border-bottom-right-radius:44px;display:block}.united-full .bottom{margin:10.5vh 0 0}.united-full .bottom h2{color:var(--united-blue-primary);font-size:2vw;font-weight:700;margin-left:1.8vw;margin-bottom:6.3vh}.united-full .bottom .itens{display:flex;flex-wrap:wrap;margin:0 -0.9vw;padding:0 1.8vw}.united-full .bottom .itens .item{padding:0 0.9vw;width:33.3333%}.united-full .bottom .itens .item figure img{border-top-left-radius:43px;border-top-right-radius:43px;display:block;width:100%}.united-full .bottom .itens .item .text{background-color:#666;border-bottom-left-radius:43px;border-bottom-right-radius:43px;color:#fff;text-align:center;padding:2.1vh 2.6vw 8.1vh}.united-full .bottom .itens .item .text h3{font-weight:600;font-size:1vw;line-height:123%;margin:0 0 3.7vh}.united-full .bottom .itens .item .text p{font-size:1.5vw;line-height:2vw}#contato{background:url(../images/bg-contato.png) no-repeat center top;background-size:cover}#contato .container{align-items:center;display:flex;justify-content:space-between}#contato .container .text{color:var(--united-blue-primary);margin-left:10.8vw;width:30.6vw}#contato .container .text h2{font-size:2.2vw;font-weight:700;line-height:200%}#contato .container .text p{font-size:1.3vw;line-height:140%;margin:0 0 5.2vh}#contato .container .text a{align-items:center;border-bottom:6px solid var(--united-blue-primary);color:var(--united-blue-primary);display:inline-flex;font-size:1.3vw;font-weight:700;gap:16vw;height:8vh;justify-content:space-between}#contato .container .text a span{align-items:center;display:inline-flex;font-weight:700;gap:0.5vw}#contato .container .text a::after{background:url(../images/arrow-right-short-blue.png) no-repeat;content:'';height:18px;width:20px}#contato .container .formulario{margin-right:14.5vw;padding:10.5vh 0 5.2vh;width:21.8vw}#contato .container .formulario h2{color:#fff;font-size:2.2vw;font-weight:700;line-height:200%}#contato .container .formulario form{position:relative}#contato .container .formulario .success{background:#2e8b57;display:none;height:100%;left:0;padding:20px;position:absolute;text-align:center;top:0;width:100%;z-index:2}#contato .container .formulario .success>div{align-items:center;display:flex;height:100%;justify-content:center}#contato .container .formulario .success p{color:#fff;font-size:20px;line-height:26px;font-weight:700}#contato .container .formulario .form-group{margin-bottom:2.9vh;position:relative}#contato .container .formulario .form-group label{color:#fff;display:block;font-size:1.1vw}#contato .container .formulario .form-group input{background-color:transparent;border:none;border-bottom:1px solid #fff;color:#fff;font-size:1.1vw;height:4.5vh;width:100%}#contato .container .formulario .form-group input.erro{border-color:#F20059;color:#F20059}#contato .container .formulario .form-group select{background-color:transparent;border:none;border-bottom:1px solid #fff;color:#fff;font-size:1.1vw;height:4.5vh;width:100%}#contato .container .formulario .form-group select.erro{border-color:#F20059;color:#F20059}#contato .container .formulario .form-group .button{display:flex;width:100%}#contato .container .formulario .form-group .loading{background:var(--united-blue-primary) url(../images/ajax-loader.gif) no-repeat center center;display:none;height:8.2vh;left:0;position:absolute;text-indent:-9999px;top:0;width:100%;z-index:1}footer{background-color:var(--united-blue-primary);padding:0 0 12vh}footer .container{display:flex;justify-content:space-between}footer .container .infos{margin-left:9vw;padding:5.2vh 0 10.5vh;width:28.2vw}footer .container .infos .text{color:#fff;margin:0 auto 3.2vh;text-align:center;width:21vw}footer .container .infos .text p{font-size:1.3vw;line-height:140%;margin:1.8vh 0 0;text-align:left}footer .container .infos ul li{border-bottom:1px solid #fff}footer .container .infos ul li a{align-items:center;color:#fff;display:flex;font-size:1.3vw;height:8vh;justify-content:space-between}footer .container .infos ul li a .logo-ra{width:8vw}footer .container .infos ul li a span{align-items:center;display:inline-flex;gap:0.5vw}footer .container .infos ul li a::after{background:url(../images/arrow-right-short2.png) no-repeat;content:'';height:27px;width:31px}footer .container .infos ul li.last a img{width:16px}footer .container .infos ul li.last a::after{display:none}footer .container .infos h3{color:#fff;font-size:1.3vw;font-weight:700;margin:5vh 0 3vh}footer .container .infos .accordeon .open-item{align-items:center;border-bottom:1px solid #fff;color:#fff;display:flex;font-size:1.3vw;height:8vh;justify-content:space-between}footer .container .infos .accordeon .open-item::after{background:url(../images/caret-down-fill.png) no-repeat;content:'';height:15px;width:24px}footer .container .infos .accordeon .open-item.open::after{transform:rotate(180deg)}footer .container .infos .accordeon .content{background:var(--united-blue-secondary);display:none}footer .container .infos .accordeon .content a{align-items:center;color:#fff;display:flex;font-size:1.3vw;font-weight:600;height:8vh;gap:8px;padding:0 1vw}footer .container .infos .accordeon .content a img{width:16px}footer .container .unidades-footer{width:52.1vw}footer .container .unidades-footer .title{align-items:flex-end;background:url(../images/img-unidades.webp) no-repeat center center;background-size:cover;color:#fff;display:flex;height:43.3vh;padding:0 12.5vw 4.3vh 2vw}footer .container .unidades-footer .title h3{font-size:1.8vw;font-weight:700;line-height:128%;margin:0 0 2.4vh}footer .container .unidades-footer .title p{font-size:1vw;font-weight:500;line-height:150%}footer .container .unidades-footer .title p strong{font-weight:900}footer .container .unidades-footer .text{margin:4.5vh 0 0}footer .container .unidades-footer .text ul{color:#fff;display:flex;flex-wrap:wrap;gap:3vw}footer .container .unidades-footer .text ul li{font-size:1vw;font-weight:500;line-height:150%;width:18vw}footer .container .unidades-footer .text ul li h4{font-size:1.1vw;font-weight:700;margin:0 0 1vh}footer .bar{align-items:center;background:#fff url(../images/bg-bar.png) no-repeat center center;background-size:cover;display:flex;justify-content:space-around;height:22vh}footer .bar h3{color:var(--united-blue-primary);font-size:1.3vw;font-weight:700;line-height:1.6vw;width:30.2vw}footer .bar h3 strong{font-weight:900}footer .bar ul{align-items:center;display:flex;justify-content:space-around;gap:2.6vw}.unidades{background-color:var(--united-blue-primary);color:#fff;padding:30vh 27vw 10.5vh}.unidades h1{font-size:2.6vw;font-weight:700;line-height:200%;margin:0 0 5.7vh;text-align:center}.unidades .itens{display:flex;flex-wrap:wrap;margin:0 -1.4vw}.unidades .itens .item{margin:0 0 5.7vh;padding:0 1.4vw;width:33.3333%}.unidades .itens .item .box{border:1px solid #fff;border-radius:24px;padding:5.2vh 10px;text-align:center}.unidades .itens .item .box h3{font-size:1.4vw;font-weight:700;line-height:200%}.unidades .itens .item .box address{font-size:1vw;font-style:normal;line-height:120%}.quem-somos{padding:30vh 0 10.5vh}.quem-somos .title{color:#666;margin:0 0 5.7vh;padding:0 5.7vw;text-align:center}.quem-somos .title h1{font-size:2.8vw;font-weight:500;line-height:100%;margin:0 0 5.7vh}.quem-somos .title h1 strong{background:linear-gradient(90deg, var(--united-blue-accent) 31.62%, #FF1F71 62.42%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.quem-somos .title p{font-size:1.5vw;font-weight:500;line-height:117%}.quem-somos .about{padding:10.5vh 0;position:relative}.quem-somos .about .corda{background-color:var(--united-blue-primary);display:block;height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:5px}.quem-somos .about .corda span{background-color:var(--united-blue-primary);border-radius:100%;display:block;height:16px;left:50%;transform:translateX(-50%);position:absolute;top:-7px;width:16px}.quem-somos .about .container{padding:0 5.7vw;position:relative;z-index:1}.quem-somos .about .video-content{height:77vh;width:100%}.quem-somos .about .video-content img{border-top-left-radius:56px;border-top-right-radius:56px;display:block}.quem-somos .about .video-content video{border-top-left-radius:56px;border-top-right-radius:56px;display:block;height:100%;object-fit:cover;width:100%}.quem-somos .about .content{background:url(../images/bg-quem-somos.png) no-repeat;background-size:100% auto;border-bottom-left-radius:56px;border-bottom-right-radius:56px;padding:0 0 13vh}.quem-somos .about .content .methodology{display:flex;justify-content:flex-end}.quem-somos .about .content .methodology .inner{background-color:var(--united-blue-primary);border-bottom-left-radius:35px;border-top-left-radius:35px;color:#fff;margin:7.7vh 0 0;padding:4.8vh 0 2.3vh 2.9vw;width:82.2vw}.quem-somos .about .content .methodology .inner h2{font-size:3.1vw;font-weight:700;line-height:110%;margin:0 0 5.2vh}.quem-somos .about .content .methodology .inner .carousel-methodology{padding:0 0 62px}.quem-somos .about .content .methodology .inner .carousel-methodology .slick-arrow{background:#F20059 url(../images/arrow-right.png) no-repeat center center;border:none;border-radius:100%;bottom:0;height:42px;position:absolute;right:1vw;text-indent:-9999px;width:42px;z-index:1}.quem-somos .about .content .methodology .inner .carousel-methodology .slick-arrow.slick-prev{right:5.2vw;transform:rotate(-180deg)}.quem-somos .about .content .methodology .inner .carousel-methodology .slick-arrow.slick-disabled{opacity:0.5}.quem-somos .about .content .methodology .inner .carousel-methodology .item{padding:0 1vw}.quem-somos .about .content .methodology .inner .carousel-methodology .item .box{border-radius:17.34px;background:var(--united-blue-primary);box-shadow:1.734px 5.202px 17.34px 2.601px rgba(0,0,0,0.09);color:#fff;height:27.3vh;padding:5.1vh 1vw}.quem-somos .about .content .methodology .inner .carousel-methodology .item .box.bg1{background:linear-gradient(270deg, #FF1F71 -147.19%, var(--united-blue-primary) 99.67%)}.quem-somos .about .content .methodology .inner .carousel-methodology .item .box.bg2{background:linear-gradient(270deg, #FF1F71 -147.19%, #6D3AC6 99.67%)}.quem-somos .about .content .methodology .inner .carousel-methodology .item .box h3{font-size:1vw;font-weight:700;margin:0 0 4.6vh}.quem-somos .about .content .methodology .inner .carousel-methodology .item .box p{font-size:1.5vw;font-weight:600;line-height:116%}.quem-somos .about .content .decoreba{align-items:center;display:flex;margin:13vh 0 0;padding:0 5.3vw 0 7.6vw}.quem-somos .about .content .decoreba .text{width:50%}.quem-somos .about .content .decoreba .text .box{background-color:#666;border-bottom-left-radius:40px;border-top-left-radius:40px;color:#fff;margin:0 0 2.3vh;padding:3.7vh 3.8vw}.quem-somos .about .content .decoreba .text .box .icon{display:block;margin:0 0 2.2vh}.quem-somos .about .content .decoreba .text .box h3{font-size:2.3vw;font-weight:700;margin:0 0 1.8vh}.quem-somos .about .content .decoreba .text .box p{font-size:1.5vw;font-weight:500;line-height:117%}.quem-somos .about .content .decoreba figure{width:50%}.quem-somos .partners{margin-left:10.8vw;width:40vw}.quem-somos .partners svg{width:100%}.quem-somos .partners p{color:#666;font-size:1.9vw;font-weight:500;line-height:130%;margin:2.7vh 0 0}.quem-somos .end{display:flex;justify-content:flex-end;margin:7.7vh 0 0}.quem-somos .end>div{width:62.5vw}.quem-somos .end .text{margin:6.5vh 0 0 6.5vw;width:37.7vw}.quem-somos .end .text svg{width:100%}.quem-somos .end .text p{color:#666;font-size:1.9vw;font-weight:500;line-height:130%;margin:2.7vh 0}.quem-somos .unidades-hibridas{margin:13vh 0 0}.quem-somos .unidades-hibridas .container{background:url(../images/bg-unidades-hibridas.png) no-repeat;background-size:cover;border-radius:40px;color:#fff;margin:0 auto;padding:4vh 4vw;text-align:center;width:83.9vw}.quem-somos .unidades-hibridas .container h2{font-size:2.6vw;font-weight:700;margin:0 0 2vh}.quem-somos .unidades-hibridas .container p{font-size:1.5vw;font-weight:500;margin:0 0 5vh}.quem-somos .unidades-hibridas .container .itens{display:flex;flex-wrap:wrap;margin:0 -1.1vw;justify-content:center}.quem-somos .unidades-hibridas .container .itens .item{margin:0 0 4vh;padding:0 1.1vw;width:20%}.quem-somos .unidades-hibridas .container .itens .item .box{border:1px solid #fff;border-radius:24px;height:25.5vh;padding:1.4vh 1vw 0}.quem-somos .unidades-hibridas .container .itens .item .box h3{font-size:1.4vw;font-weight:700;line-height:1.8vw;margin:1.8vh 0 0}.quem-somos .unidades-hibridas .container .itens .item .box address{font-style:normal;font-size:0.9vw;line-height:1.2vw}.quem-somos .unidades-hibridas .container .itens .item .box a{align-items:center;color:#fff;display:flex;justify-content:center;font-size:0.9vw;gap:5px;line-height:1.2vw;margin:5px 0 0}.quem-somos .unidades-hibridas .container .itens .item .box a::before{background:url(../images/icon-button-whatsapp-g.png) no-repeat;background-size:contain;content:'';height:16px;width:16px}.cursos{padding:14.8vh 0 10.5vh}.cursos .top .banner{padding:10vh 7.9vw 0;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.cursos .top .banner .content{align-items:flex-end;border-radius:32px;display:flex;height:51.8vh;justify-content:center;padding:0 0 9.2vh;position:relative;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.cursos .top .banner h1{color:#fff;font-size:5.9vw;font-weight:800;letter-spacing:3vw;position:relative;text-transform:uppercase;z-index:1}.cursos .top .banner video{border-radius:32px;display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.cursos .top .banner.full{padding:0}.cursos .top .banner.full .content{border-radius:0}.cursos .top .banner.full video{border-radius:0}.cursos .top .text{padding:4.2vh 16vw 0}.cursos .top .text>p{color:#666;font-size:1.8vw;font-weight:500;line-height:112%;margin:0 0 9.2vh}.cursos .top .text>p strong{color:var(--united-blue-primary)}.cursos .top .text ul{display:flex;margin:0 -20px}.cursos .top .text ul li{padding:0 20px;width:33.3333%}.cursos .top .text ul li svg{margin:0 0 3.7vh;width:100%}.cursos .top .text ul li h2{color:#666;font-size:1.8vw;font-weight:600;line-height:112%}.cursos .top .text ul li h2 strong{color:var(--united-blue-primary);display:block;font-size:3.6vw;font-weight:700;line-height:90%}.cursos .infos{align-items:center;display:flex;margin:9.2vh 0 0}.cursos .infos .video-content{height:83.5vh;width:57vw}.cursos .infos .video-content img{border-top-right-radius:44px;border-bottom-right-radius:44px}.cursos .infos .video-content video{border-top-right-radius:44px;border-bottom-right-radius:44px;display:block;height:100%;object-fit:cover;width:100%}.cursos .infos .itens{margin-left:3.5vw;width:28.3vw}.cursos .infos .itens .item{margin:0 0 7.2vh}.cursos .infos .itens .item .icon{display:block;margin:0 0 1vh}.cursos .infos .itens .item h2{color:var(--united-blue-primary);font-size:2vw;font-weight:700}.cursos .infos .itens .item p{color:#666;font-size:2vw;font-weight:500;line-height:114%}.cursos .bonus{margin:4.7vh 0 0;padding:0 18.7vw}.cursos .bonus h2{color:#6C6C6C;font-size:1.6vw;font-weight:700;line-height:112%;margin:0 0 4.7vh}.cursos .bonus h2 strong{display:block;background:linear-gradient(90deg, var(--united-blue-accent) 0%, #FF1F71 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.8vw;line-height:100%}.cursos .aulas{margin:9.2vh 0 0}.cursos .aulas .text{display:flex;justify-content:center}.cursos .aulas .text .title{width:30.8vw}.cursos .aulas .text h2{background:linear-gradient(90deg, var(--united-blue-accent) 0%, #FF1F71 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.8vw;line-height:100%;font-weight:700;margin:0 0 4.7vh}.cursos .aulas .text p{color:#666;font-size:2vw;font-weight:500;line-height:114%;margin-left:8.1vw;width:32.9vw}.cursos .aulas figure{text-align:center}.cursos .aulas ul{display:flex;margin:0 -20px;padding:0 9.3vw}.cursos .aulas ul li{padding:0 20px;width:33.3333%}.cursos .aulas ul li svg{margin:0 0 3.7vh;width:100%}.cursos .aulas ul li h2{color:#666;font-size:1.6vw;font-weight:600;line-height:112%}.cursos .aulas ul li h2 strong{color:var(--united-blue-primary);display:block;font-size:2.4vw;font-weight:700;line-height:90%}.cursos .img-full{margin:9.2vh auto}.cursos .img-full img{border-radius:32px;display:block}.cursos .beneficios{margin:0 0 9.2vh;padding:0 17.1vw}.cursos .beneficios h2{background:linear-gradient(90deg, var(--united-blue-accent) 0%, #FF1F71 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.8vw;line-height:100%;font-weight:700;margin:0 0 4.7vh}.cursos .beneficios .itens{display:flex;flex-wrap:wrap;margin:0 -0.7vw}.cursos .beneficios .itens .item{margin:0 0 1.4vw;padding:0 0.7vw;width:50%}.cursos .beneficios .itens .item.full{width:100%}.cursos .beneficios .itens .item .box{border:1px solid #666;border-radius:20px;padding:1.5vh 0.8vw 2.3vh;height:23vh}.cursos .beneficios .itens .item .box .icon{display:block;margin:0 0 1vh}.cursos .beneficios .itens .item .box h3{color:var(--united-blue-primary);font-size:1.7vw;font-weight:700}.cursos .beneficios .itens .item .box p{color:#666;font-size:1.7vw;font-weight:500;line-height:114%}.cursos .business{padding:100px 4.4vw 0}.cursos .business .container{border-radius:41.69px;background-color:#393838;padding-bottom:15vh}.cursos .business .container .title{color:#fff;padding:9.2vh 0 5.1vh;text-align:center}.cursos .business .container .title h2{font-size:3.4vw;font-weight:900;letter-spacing:2.8vw;margin:0 0 8.3vh;text-transform:uppercase}.cursos .business .container .title h2 strong{color:#F20059;font-weight:900}.cursos .business .container .title p{font-size:1.8vw;font-weight:500;line-height:114%}.cursos .business .container .img-business{display:flex;justify-content:flex-end;margin:0 0 10vh}.cursos .business .container .img-business figure{margin-right:-4.4vw;position:relative;width:78vw}.cursos .business .container .duracao-curso{align-items:center;display:flex;margin-left:-4.4vw;margin-bottom:6.1vh;position:relative}.cursos .business .container .duracao-curso .video-content{height:76vh;width:57vw}.cursos .business .container .duracao-curso .video-content img{border-top-right-radius:44px;border-bottom-right-radius:44px}.cursos .business .container .duracao-curso .video-content video{border-top-right-radius:44px;border-bottom-right-radius:44px;display:block;height:100%;object-fit:cover;width:100%}.cursos .business .container .duracao-curso .text{color:#fff;margin-left:6vw;width:30.3vw}.cursos .business .container .duracao-curso .text h3{font-size:4.1vw;font-weight:700;line-height:100%;margin:0 0 15px}.cursos .business .container .duracao-curso .text h3 strong{color:#F20059}.cursos .business .container .duracao-curso .text p{font-size:1.8vw;font-weight:500;line-height:114%;margin:0 0 3.3vh}.cursos .business .container .duracao-curso .text .button{font-size:1vw}.cursos .business .container .destaques{padding:0 13.8vw}.cursos .business .container .destaques h2{color:#F20059;font-size:3.4vw;font-weight:700;margin:0 0 5vh;text-align:center}.cursos .business .container .destaques .itens{display:flex;flex-wrap:wrap;margin:0 -0.7vw 4vh}.cursos .business .container .destaques .itens .item{margin:0 0 1.4vw;padding:0 0.7vw;width:33.3333%}.cursos .business .container .destaques .itens .item.quarter-2{width:66.6666%}.cursos .business .container .destaques .itens .item .box{border:1px solid #fff;border-radius:20px;height:27vh;padding:1.8vh 1vw 1.8vh 1.5vw}.cursos .business .container .destaques .itens .item .box .icon{display:block;margin:0 0 3.8vh}.cursos .business .container .destaques .itens .item .box p{color:#fff;font-size:1.7vw;font-weight:500;line-height:114%}.cursos #temas{padding:10vh 5.1vw 0 10.8vw}.cursos #temas .content{align-items:center;display:flex;justify-content:space-between}.cursos #temas .content figure{width:33.3vw}.cursos #temas .content figure img{border-radius:22px}.cursos #temas .content .text{color:#fff;font-size:1.4vw;font-weight:500;line-height:2vw;width:35vw}.cursos #temas .content .text h4{font-size:2.6vw;font-weight:500;margin:0 0 2.5vh}.cursos #temas .content .text ol{list-style:none}.cursos #temas .content:nth-child(even){flex-direction:row-reverse}.cursos #temas .content:last-child{margin-top:10vh}.fixed-bar{background-color:var(--united-blue-deep);bottom:0;display:none;left:0;padding:1.5vh 10vw;position:fixed;width:100%;z-index:100}.fixed-bar>div{align-items:center;display:flex;justify-content:space-between;position:relative}.fixed-bar p{align-items:center;color:#fff;display:inline-flex;font-size:1.1vw;font-weight:600}.fixed-bar p img{margin:0 1vw;width:5.5vw}.fixed-bar .open-form{align-items:center;background-color:#F20059;color:#fff;display:inline-flex;font-size:1.1vw;font-weight:700;gap:0.5vw;height:6.3vh;justify-content:center;padding:0 1.5vw;width:28.3vw}.fixed-bar .open-form::before{background:url(../images/telephone-fill.png) no-repeat;content:'';height:22px;margin-right:0.8vw;width:21px}.fixed-bar .open-form:hover{opacity:0.8}.fixed-bar .box-form{border-radius:34px;box-shadow:16.515px 21.019px 27.025px 0px rgba(0,0,0,0.13);background-color:var(--united-blue-primary);bottom:8.5vh;display:none;padding:7vh 3.9vw;position:absolute;right:0;width:28.3vw}.fixed-bar .box-form .close-form{background:url(../images/close.png) no-repeat center center;background-size:contain;cursor:pointer;height:20px;position:absolute;text-indent:-9999px;right:1.5vw;top:1.5vw;width:20px;z-index:3}.fixed-bar .box-form .close-form:hover{opacity:0.8}.fixed-bar .box-form h3{color:#fff;font-size:1.5vw;font-weight:700;margin:0 0 4.6vh;text-align:center;text-transform:uppercase}.fixed-bar .box-form .form-group{align-items:center;display:flex;justify-content:space-between;margin:0 0 15px}.fixed-bar .box-form .form-group label{color:#fff;font-size:1.1vw}.fixed-bar .box-form .form-group input{background-color:#fff;border:none;border-radius:13px;color:var(--united-blue-primary);font-size:1vw;height:4.6vh;padding:0 10px;width:13.4vw}.fixed-bar .box-form .form-group input.erro{border:1px solid #F20059;color:#F20059}.fixed-bar .box-form .form-send{position:relative}.fixed-bar .box-form .form-send button{align-items:center;background-color:#F20059;border:none;border-radius:30px;color:#fff;display:flex;font-size:1.3vw;font-weight:700;height:8.5vh;justify-content:center;width:100%}.fixed-bar .box-form .form-send button::after{background:url(../images/check-lg.png) no-repeat center center;content:'';height:26px;margin-left:1.5vw;width:32px}.fixed-bar .box-form .form-send .loading{background:#F20059 url(../images/ajax-loader2.gif) no-repeat center center;border-radius:30px;display:none;height:8.5vh;width:100%;position:absolute;top:0;left:0;text-indent:-9999px;z-index:1}.fixed-bar .box-form .success{background-color:var(--united-blue-primary);border-radius:34px;display:none;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2}.fixed-bar .box-form .success>div{align-items:center;display:flex;justify-content:center;height:100%;padding:0 3.9vw;width:100%}.fixed-bar .box-form .success p{font-size:2vw;font-weight:700;text-align:center}.lateral-bar{border-radius:50px;background:rgba(var(--united-blue-primary-rgb),0.6);backdrop-filter:blur(9.7px);display:none;left:15px;position:fixed;top:50%;transform:translateY(-50%);padding:20px 10px;z-index:100}.lateral-bar ul{position:relative}.lateral-bar ul::before{background-color:#fff;content:'';height:90%;left:50%;position:absolute;top:5%;transform:translateX(-50%);width:1px}.lateral-bar ul li{margin-bottom:20px}.lateral-bar ul li:last-child{margin-bottom:0}.lateral-bar ul li a{display:block;position:relative;z-index:1}.lateral-bar ul li a .icon{align-items:center;border-radius:100%;display:flex;height:50px;justify-content:center;width:50px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.lateral-bar ul li a .text{background-color:var(--united-blue-deep);border-bottom-right-radius:15px;border-top-right-radius:15px;color:#fff;display:block;font-size:14px;line-height:100%;left:45px;padding:0;position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;width:0;overflow:hidden;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.lateral-bar ul li a:hover .icon{background-color:var(--united-blue-deep)}.lateral-bar ul li a:hover .text{padding:5px 5px 5px 10px;width:190px}.avaliacoes{background-color:#000;padding:5vh 1.2vw 0;position:relative;text-align:center}.avaliacoes .center{position:absolute;bottom:4.6vh;left:0;width:100%;z-index:1}.avaliacoes h2{color:#fff;font-size:2.6vw;font-weight:800;margin:0 0 3.3vh}.avaliacoes .masonry{display:flex;gap:0.5vw;position:relative}.avaliacoes .masonry::after{background:linear-gradient(0deg, #000 0, rgba(0,0,0,0) 25%);bottom:0;content:'';display:block;height:100%;left:0;position:absolute;width:100%}.avaliacoes .masonry .itens{width:32vw}.avaliacoes .masonry .itens .item{margin-bottom:0.5vw}.avaliacoes .masonry .itens .item img{display:block}.faq .top{background-color:var(--united-blue-primary);padding:30vh 0 15vh}.faq .top>div{margin:0 auto;width:71vw}.faq .top h1{color:#fff;font-size:1.5vw;font-weight:500;margin:0 0 4vh}.faq .top form{align-items:center;display:flex}.faq .top form input{background-color:#fff;border:1px solid #9C9C9C;color:#666;font-size:1vw;height:5.6vh;width:80%}.faq .top form button{align-items:center;background-color:#F20059;border:none;color:#fff;display:inline-flex;font-size:1vw;font-weight:700;gap:0.5vw;height:5.6vh;padding:0 1.5vw}.faq .top form button::before{background:url(../images/search.png) no-repeat;background-size:cover;content:'';height:12px;width:12px}.faq .content-faq{display:flex;justify-content:space-between;padding:3.3vh 7.8vw 10vh 6.4vw}.faq .content-faq aside{width:22.2vw}.faq .content-faq aside .box{border-radius:16px;border:1px solid var(--united-blue-primary);margin-bottom:2.4vh;padding:2.4vh 1vw}.faq .content-faq aside .box h3{color:#000;font-size:1.3vw;font-weight:700;margin:0 0 2.4vh}.faq .content-faq aside .box ul li{margin:0 0 2.4vh}.faq .content-faq aside .box ul li a{color:var(--united-blue-primary);font-size:1vw;line-height:100%}.faq .content-faq article{width:59.2vw}.faq .content-faq article .question{margin:0 0 2.7vh}.faq .content-faq article .question .faq-toggle{border:0;font-family:inherit;text-align:left;width:100%;align-items:center;background-color:var(--united-blue-primary);color:#fff;display:flex;font-size:1.6vw;height:11vh;justify-content:space-between;padding:0 2.6vw}.faq .content-faq article .question .faq-toggle::after{content:'+';font-size:3.8vw}.faq .content-faq article .question .text{background:#EFEFEF;display:block;padding:2.3vh 2.7vw 10vh}.faq .content-faq article .question .text p{color:#6C6C6C;font-size:1.5vw;font-weight:500;line-height:150%}.faq .content-faq article .question.open .faq-toggle::after{content:'-'}.cookie-bar{align-items:center;background-color:#fff;box-shadow:0 3px 50px 0 rgba(0,0,0,0.6);border-radius:1.5vw;bottom:2vh;display:flex;height:9vh;left:50%;padding:0 1vw;position:fixed;transform:translateX(-50%);width:52.3vw;z-index:100;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.cookie-bar.up{bottom:11vh}.cookie-bar figure{flex:0 0 2.6vw;margin-right:1.5vw}.cookie-bar .text{align-items:center;display:flex;flex:0 0 45vw;justify-content:space-between}.cookie-bar .text p{color:#666;font-size:0.9vw;font-weight:700;line-height:1.3vw}.cookie-bar .text p a{color:var(--united-blue-primary);text-decoration:underline}.cookie-bar .text p a:hover{text-decoration:none}.cookie-bar .text .btn-accept{align-items:center;background-color:var(--united-blue-primary);border-radius:0.8vw;color:#fff;display:inline-flex;font-size:1vw;font-weight:700;gap:0.5vw;height:5.5vh;padding:0 1.5vw}.cookie-bar .text .btn-accept::after{background:url(../images/arrow-right-short.png) no-repeat;content:'';height:12px;width:13px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.cookie-bar .text .btn-accept:hover::after{transform:translateX(6px)}.termos{padding:20vh 5vw 5vh 5vw}.termos h1{font-size:2.3vw;font-weight:700;margin:0 0 5vh}.termos p{color:#6C6C6C;font-size:1vw;font-weight:500;line-height:110%;margin:0 0 3vh}.termos p a{color:var(--united-blue-primary);text-decoration:underline}.termos p a:hover{text-decoration:none}.termos p strong{color:var(--united-blue-primary);font-weight:700}.unidade{background:url(../images/bg-unidade.jpg) no-repeat center center;background-size:cover}.unidade .container{align-items:flex-end;display:flex;height:100vh;padding:0 8.2vw 4.6vh}.unidade .container .box{border-radius:20px;border:5px solid var(--united-blue-primary);background:rgba(var(--united-blue-primary-rgb),0.2);backdrop-filter:blur(8.25px);color:#fff;padding:2.2vh 1.9vw}.unidade .container .box h1{font-weight:700;font-size:2.6vw;margin:0 0 1.2vh}.unidade .container .box address{align-items:center;display:flex;font-style:normal;font-size:1.3vw;line-height:1.6vw;margin:0 0 1.8vh}.unidade .container .box address::before{background:url(../images/icon-unidade-google-maps.png) no-repeat;background-size:contain;content:'';height:21px;width:16px;margin-right:0.5vw}.unidade .container .box .whatsapp{align-items:center;color:#fff;display:flex;font-size:1.3vw;font-weight:700}.unidade .container .box .whatsapp::before{background:url(../images/icon-unidade-whatsapp.png) no-repeat;background-size:contain;content:'';height:25px;width:25px;margin-right:0.5vw}.unidade .container .box ul{margin:3vh 0 0;width:60%}.unidade .container .box ul li{margin:0 0 1.7vh}.unidade .container .box ul li a{align-items:center;color:#fff;display:flex;font-size:1.3vw;font-weight:500;justify-content:space-between}.unidade .container .box ul li a span{display:inline-flex;align-items:center;gap:0.5vw}.unidade .container .box ul li a span img{width:24px}.unidade .container .box ul li a::after{background:url(../images/arrow-right-short2.png) no-repeat;background-size:contain;content:'';height:17px;width:21px;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.unidade .container .box ul li a:hover::after{transform:translateX(6px)}.unidade .container .box ul li:last-child{margin:0}.unidade .container .box ul li:last-child a span img{width:auto}.nav-whatsapp{position:fixed;right:20px;bottom:20px;width:60px;z-index:100}#site{display:none}#url{display:none}@media screen and (max-width: 1024px){.fixed-bar{padding:20px}.fixed-bar p{display:none}.fixed-bar .open-form{font-size:3vw;gap:20px;height:45px;width:100%}.fixed-bar .box-form{bottom:58px;padding:40px 20px;width:100%}.fixed-bar .box-form .close-form{right:20px;top:20px}.fixed-bar .box-form h3{font-size:18px;margin:0 0 20px}.fixed-bar .box-form .form-group label{font-size:14px}.fixed-bar .box-form .form-group input{border-radius:12px;font-size:14px;height:35px;width:70%}.fixed-bar .box-form .form-send button{border-radius:18px;font-size:3vw;height:45px}.fixed-bar .box-form .form-send button::after{margin-left:15px}.lateral-bar{display:none !important}.button{font-size:3vw;height:45px;gap:20px;padding:0 15px 0 30px}.button::after{background-size:cover;height:18px;width:16px}.button.submit::after{background-size:cover;height:16px;width:18px}header{padding:20px}header.hide{top:0}header .logo{width:100px}header .socials{display:none}header nav{display:none}header .button-area{display:none}header .button-contato{display:none}header .open-menu{display:block;width:50px}header .open-menu span{background-color:#fff;border-radius:3px;display:block;height:6px;margin:8px 0}header.fixed{padding:20px}header.fixed .logo{width:100px}.header-interno header{background-color:var(--united-blue-primary);padding:20px}.header-interno header .logo{width:100px}.header-interno header .button-contato{display:none}.menu-mobile{background-color:var(--united-blue-primary);height:100%;left:0;position:fixed;width:100%;z-index:101}.menu-mobile.open{display:block}.menu-mobile .header{align-items:center;display:flex;justify-content:space-between;padding:20px}.menu-mobile .header .logo{display:block;width:100px}.menu-mobile .header .close-menu{background:url(../images/close.png) no-repeat;display:block;height:44px;text-indent:-9999px;width:44px}.menu-mobile nav{padding:20px}.menu-mobile nav ul li a{color:#fff;display:block;font-size:30px;font-weight:700;padding:20px 0;text-align:center;text-transform:uppercase}.menu-mobile .socials{align-items:center;display:flex;gap:30px;justify-content:center;margin:30px 0}.menu-mobile .button-area{align-items:center;background-color:#33B561;color:#fff;display:inline-flex;font-size:16px;font-weight:700;gap:20px;height:45px;padding:0 15px}.menu-mobile .button-area::after{background:url(../images/arrow-right-short.png) no-repeat;content:'';height:12px;width:13px}.vitrine{display:none}.vitrine-mobile{background-color:var(--united-blue-primary);display:block;position:relative}.vitrine-mobile::before{background:linear-gradient(185deg, var(--united-blue-primary) -13.44%, rgba(var(--united-blue-primary-rgb),0) 70%);content:'';height:200px;left:0;position:absolute;top:0;width:100%;z-index:5}.vitrine-mobile .carousel-vitrine .slick-dots{align-items:center;display:flex;gap:10px;justify-content:center;position:absolute;bottom:25vh;left:0;width:100%}.vitrine-mobile .carousel-vitrine .slick-dots li button{background-color:#fff;border:none;border-radius:100%;height:20px;opacity:0.5;padding:0;text-indent:-9999px;width:20px}.vitrine-mobile .carousel-vitrine .slick-dots li.slick-active button{opacity:1}.vitrine-mobile .carousel-vitrine .item{overflow:hidden;position:relative}.vitrine-mobile .carousel-vitrine .item figure{display:flex;justify-content:center;position:absolute;left:0;bottom:0;width:100%}.vitrine-mobile .carousel-vitrine .item figure img{display:block;width:55%}.vitrine-mobile .carousel-vitrine .item .text{align-items:center;display:flex;height:100vh;justify-content:center;padding:0 20px;text-align:center}.vitrine-mobile .carousel-vitrine .item h1{color:#fff;font-size:8vw;font-weight:700;margin:0 0 3vh}.vitrine-mobile .carousel-vitrine .item h2{align-items:center;color:#fff;display:flex;font-size:30px;font-weight:700;gap:8px;justify-content:center;margin-bottom:3vh}.vitrine-mobile .carousel-vitrine .item h2 span{align-items:center;background-color:var(--united-blue-primary);border-radius:10px;display:inline-flex;font-weight:700;height:80px;padding:0 15px}.vitrine-mobile .carousel-vitrine .item p{color:#fff;font-size:4.6vw;line-height:5.6vw;margin:0 0 4vh}.vitrine-mobile .carousel-vitrine .item .button{font-size:4vw}.vitrine-mobile .carousel-vitrine .item ul{margin-bottom:15px}.vitrine-mobile .carousel-vitrine .item ul li{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;line-height:18px}.vitrine-mobile .carousel-vitrine .item ul li::before{content:'';height:20px;margin-right:8px;width:20px;flex:0 0 20px}.vitrine-mobile .carousel-vitrine .item.item1{background:url(../images/bg-vitrine-01-mobile.jpg) no-repeat;background-size:cover}.vitrine-mobile .carousel-vitrine .item.item1 figure img{width:80%}.vitrine-mobile .carousel-vitrine .item.item2{background:url(../images/bg-vitrine-02-mobile.jpg) no-repeat;background-size:cover}.vitrine-mobile .carousel-vitrine .item.item2 figure img{width:60%}.vitrine-mobile .carousel-vitrine .item.item2 ul{display:none}.vitrine-mobile .carousel-vitrine .item.item2 ul li:nth-child(1)::before{background:url(../images/icon-vitrine-live-class-01.png);background-size:cover}.vitrine-mobile .carousel-vitrine .item.item2 ul li:nth-child(2)::before{background:url(../images/icon-vitrine-live-class-02.png);background-size:cover}.vitrine-mobile .carousel-vitrine .item.item2 ul li:nth-child(3)::before{background:url(../images/icon-vitrine-live-class-03.png);background-size:cover}.vitrine-mobile .carousel-vitrine .item.item2 ul li:nth-child(4)::before{background:url(../images/icon-vitrine-live-class-04.png);background-size:cover}.vitrine-mobile .carousel-vitrine .item.item3{background:url(../images/bg-vitrine-03-mobile.jpg) no-repeat;background-size:cover}.vitrine-mobile .carousel-vitrine .item.item3 h2 span{background-color:#F20059}.vitrine-mobile .carousel-vitrine .item.item3 ul{display:none}.vitrine-mobile .carousel-vitrine .item.item3 ul li:nth-child(1)::before{background:url(../images/icon-vitrine-business-01.png);background-size:cover}.vitrine-mobile .carousel-vitrine .item.item3 ul li:nth-child(2)::before{background:url(../images/icon-vitrine-business-02.png);background-size:cover}.vitrine-mobile .carousel-vitrine .item.item3 ul li:nth-child(3)::before{background:url(../images/icon-vitrine-business-03.png);background-size:cover}.vitrine-mobile .carousel-vitrine .item.item3 ul li:nth-child(4)::before{background:url(../images/icon-vitrine-business-04.png);background-size:cover}.about-home{padding:50px 0}.about-home::after{width:4px}.about-home .apresentation .content{height:345px;padding:50px 0 0;width:calc(100% - 40px)}.about-home .apresentation .content h2{font-size:13px}.about-home .apresentation .content h3{font-size:16px}.about-home .apresentation .content p{font-size:14px;line-height:18px}.about-home .apresentation .video-content{bottom:-40px;height:220px;width:97%}.about-home .apresentation .video-content img{display:block;height:100%;object-fit:cover;width:100%;border-top-left-radius:20px;border-bottom-left-radius:20px}.about-home .time-course{flex-wrap:wrap;margin:80px 0 0}.about-home .time-course .video-content{width:80%}.about-home .time-course .text{margin-left:0;margin-top:30px;padding:0 40px;text-align:center;width:100%}.about-home .time-course .text h3{background-color:#fff;font-size:16px;line-height:20px;padding:5px}.about-home .time-course .text p{background-color:#fff;font-size:14px;line-height:18px;padding:5px}.about-home .carousel-steps{margin:50px 0 0;padding-bottom:60px}.about-home .carousel-steps .slick-arrow{bottom:auto;top:50%;transform:translateY(-50%);right:10px}.about-home .carousel-steps .slick-arrow.slick-prev{right:auto;left:10px;transform:translateY(-50%) rotate(-180deg)}.about-home .carousel-steps .item{padding:0 20px}.about-home .carousel-steps .item .text{height:163px;padding:20px}.about-home .carousel-steps .item .text h4{font-size:18px;margin:15px 0}.about-home .carousel-steps .item .text p{font-size:14px}.about-home .carousel-steps .item figure img{width:100%}.plataforma{padding:50px 0 50px 20px}.plataforma h2{font-size:20px;margin:0 0 50px}.plataforma .content .video-content{display:none}.plataforma .content .texts{padding:0;position:relative;right:auto;top:auto;width:100%}.plataforma .content .texts h3{color:#666;font-size:18px;margin:0 0 50px;padding:0 20px 0 0;width:auto}.plataforma .content .texts .itens .item{margin:0 0 15px}.plataforma .content .texts .itens .item figure{flex:0 0 30%}.plataforma .content .texts .itens .item .text{flex:0 0 70%;padding:15px}.plataforma .content .texts .itens .item .text h4{font-size:16px;margin:0 0 15px}.plataforma .content .texts .itens .item .text h4::before{margin:0 8px 0 0}.plataforma .content .texts .itens .item .text p{font-size:14px;line-height:18px}.ia-united{margin:0 0 50px;padding:0 20px}.ia-united .content{flex-wrap:wrap-reverse;height:auto}.ia-united .content figure{height:auto;text-align:center;width:100%}.ia-united .content figure img{bottom:auto;display:inline-block;left:auto;position:relative;width:65%}.ia-united .content .text{padding:30px 20px;text-align:center;width:100%}.ia-united .content .text h2{display:none;font-size:20px}.ia-united .content .text h3{font-size:20px}.ia-united .content .text p{font-size:16px;line-height:20px;margin:0 0 30px}.ia-united .content .text .button{font-size:4vw}.features{padding:50px 0}.features::after{width:4px}.features .ondemand{margin:0 0 100px;padding:0}.features .ondemand .content{border-radius:30px;flex-wrap:wrap;height:auto;margin:0 20px;padding:20px 0 0}.features .ondemand .content .text{margin-left:0;padding:0 20px;text-align:center;width:100%}.features .ondemand .content .text h2{display:none;font-size:20px;margin:0 0 50px}.features .ondemand .content .text h3{font-size:28px}.features .ondemand .content .text p{font-size:16px;line-height:20px;margin:0 0 30px}.features .ondemand .content figure{bottom:auto;position:relative;right:auto;width:100%}.features .ondemand .content figure img.desktop{display:none}.features .ondemand .content figure img.mobile{display:block;width:100%}.master-business{padding:0 20px}.master-business .banner-mb{background-position:center top;height:200px}.master-business .banner-mb .content{padding:0 0 30px}.master-business .banner-mb .content h2{font-size:14px;margin:0 0 15px}.master-business .banner-mb .content h3{font-size:18px;margin:0 0 15px}.master-business .banner-mb .content h4{font-size:14px}.master-business .container{padding:0 0 30px}.master-business .container .mb1{flex-wrap:wrap;padding:30px 20px 15px}.master-business .container .mb1 .box{border-radius:30px;padding:20px;width:100%}.master-business .container .mb1 .text{font-size:14px;margin:30px 0 0;width:100%}.master-business .container .mb2{flex-wrap:wrap;padding:0 20px}.master-business .container .mb2 .text{margin-right:0;margin-bottom:100px;width:100%}.master-business .container .mb2 .text .carousel-mb .slick-dots{bottom:-150px;gap:15px}.master-business .container .mb2 .text .carousel-mb .slick-dots li button{height:20px;width:20px}.master-business .container .mb2 .text .carousel-mb .slick-dots li.slick-active button{height:32px;width:32px}.master-business .container .mb2 .text .carousel-mb .item .flex{height:auto}.master-business .container .mb2 .text .carousel-mb .item p{font-size:14px;margin:0 0 10px}.master-business .container .mb2 .text .carousel-mb .item h4{font-size:18px}.master-business .container .mb2 .text .carousel-mb .item small{font-size:12px}.master-business .container .mb2 .video-content{display:none;width:100%}.master-business .container .mb2 .video-content .vd{height:auto}.master-business .container .mb2 .video-content .arrows{display:none}.united-full{background:none;padding:0 20px 50px}.united-full .container{padding-bottom:30px}.united-full .top .content{padding:50px 20px}.united-full .top h2{font-size:18px}.united-full .top p{font-size:14px;line-height:18px}.united-full .top .video-content{height:200px;right:0;width:100%}.united-full .top .video-content video{border-radius:0}.united-full .middle{border-radius:30px;width:80%}.united-full .middle figure{display:none}.united-full .middle .text{padding:20px;width:100%}.united-full .middle .text .icon{margin:0 0 15px}.united-full .middle .text p{font-size:14px;line-height:18px;margin:0 0 30px}.united-full .bottom{margin:50px 0 0}.united-full .bottom h2{font-size:18px;margin-left:20px;margin-bottom:30px}.united-full .bottom .itens{flex-wrap:wrap;margin:0 -20px;padding:0 20px}.united-full .bottom .itens .item{margin:0 0 20px;padding:0 20px;width:100%}.united-full .bottom .itens .item figure img{border-top-left-radius:30px;border-top-right-radius:30px}.united-full .bottom .itens .item .text{border-bottom-left-radius:30px;border-bottom-right-radius:30px;padding:15px 15px 30px}.united-full .bottom .itens .item .text h3{font-size:18px;margin:0 0 30px}.united-full .bottom .itens .item .text p{font-size:14px;line-height:18px}.avaliacoes{padding:50px 20px}.avaliacoes h2{font-size:18px;margin-bottom:50px}.avaliacoes .masonry{display:block}.avaliacoes .masonry .slick-dots{align-items:center;display:flex;margin:20px 0 30px;gap:10px;justify-content:center;width:100%;z-index:1}.avaliacoes .masonry .slick-dots li button{background-color:#fff;border:none;border-radius:100%;height:20px;opacity:0.5;padding:0;text-indent:-9999px;width:20px}.avaliacoes .masonry .slick-dots li.slick-active button{opacity:1}.avaliacoes .masonry::after{display:none}.avaliacoes .masonry .itens .item{margin-bottom:10px}.avaliacoes .masonry .itens .item:last-child{position:relative}.avaliacoes .masonry .itens .item:last-child::after{background:linear-gradient(0deg, #000 0, rgba(0,0,0,0) 100%);bottom:0;content:'';display:block;height:100%;left:0;position:absolute;width:100%}.avaliacoes .center{position:relative;bottom:auto;left:auto}#contato{background:none}#contato .container{flex-wrap:wrap;padding:50px 0 0}#contato .container .text{margin-left:0;padding:0 40px 30px;width:100%}#contato .container .text h2{font-size:18px}#contato .container .text p{font-size:14px}#contato .container .text a{font-size:3vw;gap:0;height:45px;width:100%}#contato .container .text a span{gap:8px}#contato .container .formulario{background-color:#666;margin-right:0;padding:40px;width:100%}#contato .container .formulario h2{font-size:18px}#contato .container .formulario .form-group{margin-bottom:15px}#contato .container .formulario .form-group label{font-size:14px}#contato .container .formulario .form-group input{font-size:14px;height:45px}#contato .container .formulario .form-group select{font-size:14px;height:45px}#contato .container .formulario .form-group .loading{height:45px}footer{padding:0 0 100px}footer .container{flex-wrap:wrap}footer .container .infos{margin-left:0;padding:30px 20px;width:100%}footer .container .infos .text{width:60%}footer .container .infos .text p{font-size:14px}footer .container .infos ul li a{font-size:3vw;height:45px}footer .container .infos ul li a span{gap:8px}footer .container .infos ul li a .logo-ra{width:90px}footer .container .infos h3{font-size:4vw;margin:30px 0 15px}footer .container .infos .accordeon .open-item{font-size:3vw;height:45px}footer .container .infos .accordeon .content a{font-size:3vw;height:45px;padding:0 10px}footer .container .unidades-footer{width:100%}footer .container .unidades-footer .title{height:300px;padding:20px}footer .container .unidades-footer .title h3{font-size:16px;margin:0 0 10px}footer .container .unidades-footer .title p{font-size:12px}footer .container .unidades-footer .text{margin:30px 0;padding:0 20px}footer .container .unidades-footer .text ul{gap:30px}footer .container .unidades-footer .text ul li{font-size:12px;width:100%}footer .container .unidades-footer .text ul li h4{font-size:13px}footer .bar{display:block;height:auto;padding:20px}footer .bar h3{font-size:14px;line-height:18px;margin:0 0 15px;text-align:center;width:auto}footer .bar ul{flex-wrap:wrap;gap:10px}.unidades{padding:150px 20px 50px;width:100%}.unidades h1{font-size:18px}.unidades .itens{margin:0}.unidades .itens .item{margin:0 0 20px;padding:0 10px;width:50%}.unidades .itens .item .box{padding:20px 10px}.unidades .itens .item .box h3{font-size:14px}.unidades .itens .item .box address{font-size:12px}.quem-somos{padding:200px 0 50px}.quem-somos .title{margin:0 0 50px;padding:0 20px}.quem-somos .title h1{font-size:20px;margin:0 0 50px}.quem-somos .title p{font-size:14px;line-height:18px}.quem-somos .about{padding:50px 0}.quem-somos .about .container{padding:0 20px}.quem-somos .about .container .video-content{height:250px}.quem-somos .about .container .video-content video{border-top-left-radius:30px;border-top-right-radius:30px}.quem-somos .about .container .content{background-size:cover;border-bottom-left-radius:30px;border-bottom-right-radius:30px;padding:0 0 30px}.quem-somos .about .container .content .methodology .inner{border-bottom-left-radius:30px;border-top-left-radius:30px;margin:30px 0 0;padding:20px 0 20px 20px;width:90%}.quem-somos .about .container .content .methodology .inner h2{font-size:18px;margin:0 0 30px}.quem-somos .about .container .content .methodology .inner .carousel-methodology .slick-arrow{right:10px}.quem-somos .about .container .content .methodology .inner .carousel-methodology .slick-arrow.slick-prev{right:62px}.quem-somos .about .container .content .methodology .inner .carousel-methodology .item{padding:0 10px}.quem-somos .about .container .content .methodology .inner .carousel-methodology .item .box{height:250px;padding:20px}.quem-somos .about .container .content .methodology .inner .carousel-methodology .item .box h3{font-size:18px;margin:0 0 50px}.quem-somos .about .container .content .methodology .inner .carousel-methodology .item .box p{font-size:14px}.quem-somos .about .container .content .decoreba{flex-wrap:wrap-reverse;margin:50px 0 0;padding:0 20px}.quem-somos .about .container .content .decoreba .text{width:100%}.quem-somos .about .container .content .decoreba .text .box{border-radius:30px;margin:15px 0;padding:20px}.quem-somos .about .container .content .decoreba .text .box .icon{margin:0 0 15px}.quem-somos .about .container .content .decoreba .text .box h3{font-size:18px;margin:0 0 15px}.quem-somos .about .container .content .decoreba .text .box p{font-size:14px}.quem-somos .about .container .content .decoreba figure{width:100%}.quem-somos .about .container .content .decoreba figure img{border-radius:30px}.quem-somos .partners{margin-left:0;padding:0 20px;text-align:center;width:100%}.quem-somos .partners p{font-size:14px;margin:30px 0 0}.quem-somos .end{margin:50px 0 0}.quem-somos .end>div{padding:0 20px;width:100%}.quem-somos .end .text{margin:30px 0;text-align:center;width:100%}.quem-somos .end .text p{font-size:14px;margin:30px 0}.quem-somos .unidades-hibridas{margin:50px 0 0}.quem-somos .unidades-hibridas .container{padding:20px;width:calc(100% - 40px)}.quem-somos .unidades-hibridas .container h2{font-size:18px;line-height:22px;margin:0 0 30px}.quem-somos .unidades-hibridas .container p{font-size:14px;line-height:18px;margin:0 0 30px}.quem-somos .unidades-hibridas .container .itens{margin:0 -7px}.quem-somos .unidades-hibridas .container .itens .item{margin:0 0 14px;padding:0 7px;width:50%}.quem-somos .unidades-hibridas .container .itens .item .box{height:169px;padding:10px}.quem-somos .unidades-hibridas .container .itens .item .box figure img{width:24px}.quem-somos .unidades-hibridas .container .itens .item .box h3{font-size:18px;line-height:22px;margin:10px 0 0}.quem-somos .unidades-hibridas .container .itens .item .box address{font-size:14px;line-height:18px}.quem-somos .unidades-hibridas .container .itens .item .box a{font-size:14px;line-height:18px}.faq .top{padding:200px 20px 100px}.faq .top>div{width:100%}.faq .top h1{font-size:14px;line-height:18px;margin:0 0 15px}.faq .top form input{font-size:14px;height:45px}.faq .top form button{font-size:3vw;gap:10px;height:45px;padding:0 10px}.faq .content-faq{padding:50px 20px}.faq .content-faq aside{display:none}.faq .content-faq article{width:100%}.faq .content-faq article .question{margin:0 0 15px}.faq .content-faq article .question .faq-toggle{font-size:14px;height:auto;padding:20px 10px}.faq .content-faq article .question .faq-toggle::after{font-size:25px}.faq .content-faq article .question .text{padding:20px}.faq .content-faq article .question .text p{font-size:14px}.cursos{padding:106px 0 50px}.cursos .top .banner{padding:50px 20px 30px}.cursos .top .banner .content{height:250px}.cursos .top .banner h1{font-size:22px;letter-spacing:10px}.cursos .top .text{padding:30px}.cursos .top .text>p{font-size:14px;margin:0 0 30px}.cursos .top .text ul{flex-wrap:wrap}.cursos .top .text ul li{margin:0 0 30px;width:100%}.cursos .top .text ul li svg{margin:0 0 15px;width:70%}.cursos .top .text ul li h2{font-size:18px}.cursos .top .text ul li h2 strong{font-size:26px}.cursos .infos{flex-wrap:wrap;margin:0}.cursos .infos .video-content{height:auto;width:90%}.cursos .infos .video-content video{border-top-right-radius:30px;border-bottom-right-radius:30px}.cursos .infos .itens{margin-top:50px;margin-left:0;padding:0 20px;width:100%}.cursos .infos .itens .item{margin:0 0 15px;text-align:center}.cursos .infos .itens .item h2{font-size:18px}.cursos .infos .itens .item p{font-size:14px}.cursos .bonus{margin:0;padding:0 20px}.cursos .bonus h2{font-size:3vw;margin:0 0 30px}.cursos .bonus h2 strong{font-size:4vw}.cursos .aulas{border-radius:10px;background:#ECECEC;margin:50px 20px 0}.cursos .aulas .text{flex-wrap:wrap;padding:20px 20px 0;text-align:center}.cursos .aulas .text .title{margin:0;width:100%}.cursos .aulas .text h2{font-size:18px;margin:0 0 15px}.cursos .aulas .text p{font-size:14px;margin-left:0;width:100%}.cursos .aulas ul{flex-wrap:wrap}.cursos .aulas ul li{margin:0 0 30px;width:100%}.cursos .aulas ul li svg{margin:0 0 15px;width:80%}.cursos .aulas ul li h2{font-size:18px}.cursos .aulas ul li h2 strong{font-size:26px}.cursos .img-full{margin:50px 0;overflow:hidden;position:relative}.cursos .img-full img{border-radius:0;max-width:inherit;width:180%;transform:translateX(-38%)}.cursos .beneficios{margin:0 0 50px;padding:0 20px}.cursos .beneficios h2{font-size:18px;margin:0 0 30px}.cursos .beneficios .itens{margin:0 -10px}.cursos .beneficios .itens .item{margin:0 0 20px;padding:0 10px;width:100%}.cursos .beneficios .itens .item .box{height:auto;padding:20px}.cursos .beneficios .itens .item .box .icon{margin:0 0 15px}.cursos .beneficios .itens .item .box h3{font-size:18px}.cursos .beneficios .itens .item .box p{font-size:14px}.cursos .business{padding:0 20px}.cursos .business .container{border-radius:30px;padding-bottom:50px}.cursos .business .container .title{padding:50px 0 30px}.cursos .business .container .title h2{font-size:12px;letter-spacing:10px;margin:0 0 30px}.cursos .business .container .title p{font-size:14px}.cursos .business .container .img-business{margin:0 0 30px}.cursos .business .container .img-business figure{margin-right:-20px;width:85vw}.cursos .business .container .img-business figure img{border-radius:20px}.cursos .business .container .duracao-curso{flex-wrap:wrap;margin-left:-20px;margin-bottom:50px}.cursos .business .container .duracao-curso .video-content{height:auto;width:90%}.cursos .business .container .duracao-curso .video-content video{border-top-right-radius:30px;border-bottom-right-radius:30px}.cursos .business .container .duracao-curso .text{margin-left:0;margin-top:30px;padding:0 30px;text-align:center;width:100%}.cursos .business .container .duracao-curso .text h3{font-size:16px;line-height:20px}.cursos .business .container .duracao-curso .text p{font-size:14px;line-height:18px}.cursos .business .container .duracao-curso .text .button{font-size:3vw}.cursos .business .container .destaques{padding:0 20px}.cursos .business .container .destaques h2{font-size:18px;margin:0 0 30px}.cursos .business .container .destaques .itens{margin:0 -10px 30px}.cursos .business .container .destaques .itens .item{margin:0 0 20px;padding:0 10px;width:100% !important}.cursos .business .container .destaques .itens .item .box{height:auto;padding:20px}.cursos .business .container .destaques .itens .item .box .icon{margin:0 0 15px}.cursos .business .container .destaques .itens .item .box h3{font-size:18px}.cursos .business .container .destaques .itens .item .box p{font-size:14px}.cursos #temas{padding:50px 20px 0}.cursos #temas .content{flex-wrap:wrap-reverse;margin-bottom:30px}.cursos #temas .content:last-child{margin-top:0}.cursos #temas .content:nth-child(4){margin-bottom:0}.cursos #temas .content .text{font-size:14px;line-height:20px;width:100%}.cursos #temas .content .text h4{font-size:20px;margin:0 0 15px}.cursos #temas .content figure{margin-bottom:15px;width:100%}.cookie-bar{border-radius:15px;bottom:10px;display:block;height:auto;padding:15px;width:90%;z-index:999999}.cookie-bar.up{bottom:100px}.cookie-bar figure{margin-right:0;text-align:center}.cookie-bar figure img{width:30px}.cookie-bar .text{display:block;text-align:center}.cookie-bar .text p{font-size:14px;line-height:18px;margin:15px 0}.cookie-bar .text p br{display:none}.cookie-bar .text .btn-accept{border-radius:8px;font-size:14px;gap:10px;padding:0 15px;height:30px}.termos{padding:130px 20px 50px}.termos h1{font-size:20px;margin:0 0 30px}.termos p{font-size:14px;line-height:20px;margin:0 0 30px}.unidade .container{padding:0 20px 90px}.unidade .container .box{padding:15px;width:100%}.unidade .container .box h1{font-size:24px;margin:0 0 15px}.unidade .container .box address{font-size:16px;line-height:20px;margin:0 0 10px}.unidade .container .box address::before{margin-right:10px}.unidade .container .box .whatsapp{font-size:16px}.unidade .container .box .whatsapp::before{margin-right:10px}.unidade .container .box ul{margin:30px 0 0;width:80%}.unidade .container .box ul li{margin:0 0 10px}.unidade .container .box ul li a{font-size:16px}.unidade .container .box ul li a span{gap:10px}.nav-whatsapp{right:10px;bottom:90px}}

.faq [hidden]{display:none!important}.faq .faq-toggle:focus-visible,.faq aside a:focus-visible{outline:3px solid #F20059;outline-offset:3px}.faq:not(.is-enhanced) .faq-toggle::after{content:none}.faq .faq-empty{color:#6C6C6C;line-height:150%;padding:1em}

:where(img[width][height]){height:auto}.plataforma .video-play::after{pointer-events:none}

/* /assets/css/contact-forms.css */
/* Scoped to the existing lead forms; other page typography is unchanged. */
#formLead [hidden],
#formBar [hidden],
.fixed-bar .box-form > .success[hidden] {
    display: none !important;
}

#formLead .contact-field-error,
#formBar .contact-field-error {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin: 6px 0 0;
    text-align: left;
}

#formBar .form-group {
    flex-wrap: wrap;
}

#formBar .contact-field-error {
    flex-basis: 100%;
}

#formLead .contact-form-error,
#formBar .contact-form-error {
    background: #fff;
    border-radius: 6px;
    color: #7a1632;
    font-size: 14px;
    line-height: 1.4;
    margin: 12px 0;
    padding: 10px;
}

#formLead input[aria-invalid=true] {
    border-color: #ffcfda;
    color: #fff;
}

#formBar input[aria-invalid=true] {
    border: 2px solid #7a1632;
    color: #7a1632;
}

#formLead :focus-visible,
#formBar :focus-visible {
    outline: 2px solid #ffcfda;
    outline-offset: 3px;
}

#formLead button:disabled,
#formBar button:disabled {
    cursor: wait;
    opacity: .7;
}

/* /theme.css */
/* Blue palette sampled from the approved banners; other brand colors stay intact. */
:root{
 --united-blue-primary:#012858;
 --united-blue-deep:#021a4e;
 --united-blue-secondary:#08294b;
 --united-blue-accent:#0d4dff;
 --united-blue-primary-rgb:1,40,88;
}
/* Multiply only the decorative background, retaining its waves and all foreground colors.
   The original #185ba9 multiplied by #0b7085 becomes #012858. */
.about-home .apresentation .content,.ia-united.blue .content{
 background-color:#0b7085;
 background-blend-mode:multiply;
}
footer{background-color:var(--united-blue-secondary)}
footer .container .infos .accordeon .content{background-color:var(--united-blue-primary)}
/* Preserve the original arrow silhouette while aligning its blue with the button text. */
.button.white::after,#contato .container .text a::after{
 background:var(--united-blue-primary);
 -webkit-mask:url(../images/arrow-right-short-blue.png) center/contain no-repeat;
 mask:url(../images/arrow-right-short-blue.png) center/contain no-repeat;
}

/* /preview.css */
:root{--preview-art-top:54px;--preview-hero-height:calc(100svh - 20px);--preview-hero-width:calc(100vw - 76px);--preview-art-width:calc((100svh - 74px)*1122/1402)}
html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}
.united-preview-hero{--art-top:var(--preview-art-top);--art-width:var(--preview-art-width);position:relative;width:var(--preview-hero-width);height:var(--preview-hero-height);margin:20px auto 0;overflow:hidden;border-radius:35px 35px 0 0;background:#081d35;isolation:isolate;font-family:Manrope,Arial,sans-serif;touch-action:pan-y}
.preview-panels{position:absolute;inset:0;display:flex;width:100%;height:100%;overflow:hidden}
.preview-panel{position:relative;flex:0 0 var(--panel-width,20%);height:100%;overflow:hidden;background:#081d35;transition:flex-basis .5s ease;cursor:pointer;outline-offset:-5px}
.preview-panel.active{flex-basis:var(--panel-width,60%);cursor:default}
.preview-panel+.preview-panel::after{content:"";position:absolute;inset:0 auto 0 0;width:1px;background:#ffffff20;z-index:5;pointer-events:none}
.preview-panel:focus-visible{outline:3px solid #50bdff}
.art-shell{position:absolute;left:50%;top:var(--art-top);transform:translateX(-50%);aspect-ratio:1122/1402;width:var(--art-width);z-index:2}
.full-art{display:block;width:100%;height:auto;max-width:none;mask-image:linear-gradient(to right,transparent,#000 2%,#000 98%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 2%,#000 98%,transparent)}
.scenery-wide{position:absolute;left:50%;top:var(--art-top);transform:translateX(-50%);height:calc(var(--art-width)*1402/1122);width:auto;max-width:none;z-index:1;pointer-events:none}
.preview-panel:not(.active) .scenery-wide{visibility:hidden;opacity:0}
.jimmy-native-caption{position:absolute;left:2%;right:2%;bottom:0;margin:0;padding:5px 8px;border-radius:6px 6px 0 0;text-align:center;background:#071c35d9;color:#fff;font:400 clamp(11px,calc(var(--art-width)*.025),15px)/1.25 Manrope,Arial,sans-serif;white-space:nowrap}
.preview-panel:not(.active) .art-shell{visibility:hidden;opacity:0;pointer-events:none}
#banner-institucional{--panel-top:#012858;background:var(--panel-top)}
#banner-liveclass{--panel-top:#021a4e;background:var(--panel-top)}
#banner-jimmy{--panel-top:#08294b;background:var(--panel-top)}
.teaser-title{position:absolute;top:21.3%;left:10px;right:10px;z-index:3;margin:0;text-align:center;color:#fff;font-size:clamp(19px,2.05vw,31px);font-weight:800;line-height:1.18}
.teaser-visual{position:absolute;top:34.9%;bottom:0;left:0;display:block;width:100%;height:65.1%}
.teaser-foot{position:absolute;inset:auto 0 0;height:80px;background:linear-gradient(transparent,#03132640)}
.active .teaser-title,.active .teaser-visual,.active .teaser-foot{visibility:hidden;opacity:0}
.art-cta{position:absolute;left:28%;top:88%;width:45%;height:8%;border-radius:60px;background:transparent;z-index:4}
.art-cta:focus-visible{outline:4px solid white;box-shadow:0 0 0 7px #006cff}
.preview-tabs{display:none}
.preview-playback{display:none}
.preview-announcement{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.preview-mark{position:fixed;left:14px;bottom:14px;z-index:150;padding:8px 12px;border:1px solid #ffffff36;border-radius:30px;background:#071c35e8;color:white;font:700 12px Manrope,Arial,sans-serif;box-shadow:0 3px 12px #00152b20;pointer-events:none}
body>header{position:absolute!important;top:0!important;left:50%;transform:translateX(-50%);background:transparent!important;box-shadow:none!important;min-height:0;width:var(--preview-hero-width);padding:32px clamp(18px,2.75vw,48px) 0!important;gap:16px;font-family:Manrope,Arial,sans-serif;transition:none}
body>header .logo,body>header.fixed .logo{width:100px;flex-shrink:0}
body>header .logo img{display:block;width:100%;height:auto}
body>header .socials{flex-shrink:0;gap:12px}
body>header .socials img{display:block;width:22px;height:22px;object-fit:contain}
body>header .menu>li>a{font-size:clamp(13px,1vw,15px)!important;white-space:nowrap;height:42px;padding:0 clamp(8px,1.2vw,18px);gap:clamp(8px,1vw,16px)}
body>header .menu>li::after{height:20px;background:#ffffff66}
body>header .menu>li:last-child::after{display:none}
body>header .menu>li>a svg{width:12px;height:10px}
body>header .menu>li .submenu{min-width:160px;border:1px solid #ffffff30;border-radius:8px;background:#08294b;overflow:hidden;box-shadow:0 10px 24px #00102426}
body>header .menu>li .submenu>li{border-color:#ffffff24}
body>header .menu>li .submenu>li>a{font-size:14px;line-height:1.35;min-height:42px;background:transparent;backdrop-filter:none}
body>header .menu>li .submenu>li>a:hover,body>header .menu>li .submenu>li>a:focus-visible{background:#123d71}
body>header .menu>li:focus-within .submenu{display:block}
body>header a:focus-visible{outline:2px solid #fff;outline-offset:5px;border-radius:4px}
body>header .button-area,body>header .button-contato{font-size:clamp(11px,1vw,14px)!important;white-space:nowrap;flex-shrink:0;height:42px}
body>header .button-area{padding:0 1.3vw!important;border-radius:6px}
.wow{visibility:visible!important}
form .preview-form-note{font:500 14px/1.4 Manrope,Arial,sans-serif;background:#fff;color:#123d71;padding:12px;border-radius:8px;margin:12px 0}
.preview-compact-header>header .socials,.preview-compact-header>header .button-contato{display:none!important}
.preview-compact-header>header .logo{width:100px}
.preview-compact-header>header .menu>li>a{font-size:13px!important;padding:0 9px;gap:9px}
.preview-compact-header>header .button-area{font-size:12px!important;padding:0 10px!important}
.preview-compact-header>header{gap:12px}
@media(min-width:769px){
 body>header nav{display:block}
 body>header .button-area{display:inline-flex}
 body>header .open-menu{display:none}
 .preview-panel.active::before{content:"";position:absolute;left:0;right:0;top:var(--scene-start,var(--art-top));height:28px;background:linear-gradient(var(--panel-top),transparent);z-index:3;pointer-events:none}
 #banner-liveclass{--scene-start:calc(var(--art-top) - var(--art-width)*1402/1122*.02)}
 /* A single continuous image per desktop panel prevents duplicated sky/buildings. */
 .preview-panel .full-art{display:none}
 #banner-institucional .art-cta{left:29.291489%;top:87.711387%;width:39.867405%;height:6.538895%}
 #banner-liveclass .scenery-wide,#banner-liveclass .art-shell{transform:translateX(-50%) scale(1.04)}
 #banner-liveclass .art-cta{left:24.009%;top:89.853%;width:45.925%;height:6.652%}
 #banner-jimmy .art-cta{left:28.330%;top:88.964%;width:42.918%;height:6.306%}
}
@media(max-width:1190px) and (min-width:769px){body>header .socials{display:none!important}body>header .button-contato{display:none!important}}
@media(max-width:768px){
 .united-preview-hero{--art-top:128px;width:calc(100% - 24px);height:auto;min-height:0;aspect-ratio:auto;margin:12px auto 0;border-radius:24px 24px 0 0;padding-top:128px}
 .preview-panels{position:relative;display:block;height:auto;min-height:0}
 .preview-panel{display:none;width:100%;height:auto;border:0!important;transition:none;overflow:visible}
 .preview-panel.active{display:block}
 .preview-panel+.preview-panel::after{display:none}
 .art-shell{position:relative;left:0;top:0;transform:none;width:100%!important;aspect-ratio:1122/1402}
 .full-art{mask-image:none;-webkit-mask-image:none}
 .scenery-wide{display:none}
 .jimmy-native-caption{font-size:clamp(9px,2.5vw,14px)}
 .teaser-title,.teaser-visual,.teaser-foot{display:none}
 .preview-tabs{position:absolute;top:88px;left:14px;right:56px;z-index:8;display:flex;justify-content:center;gap:6px}
 .preview-tabs button{border:1px solid #ffffff44;border-radius:30px;padding:8px 6px;background:#071d35;color:#fff;font:700 12px Manrope,Arial,sans-serif;flex:1;white-space:nowrap}
 .preview-playback{position:absolute;top:88px;right:14px;z-index:8;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #ffffff44;border-radius:50%;background:#071d35;color:#fff;font:700 14px Manrope,Arial,sans-serif;cursor:pointer}
 .preview-playback:focus-visible{outline:2px solid #fff;outline-offset:3px}
 .preview-tabs button[aria-selected=true]{background:#fff;color:#071d35;border-color:white}
 body>header{width:100%;padding:24px 32px 0!important;align-items:center!important;height:78px!important;gap:14px}
 body>header .logo{width:100px!important;height:auto!important}
 body>header .logo img{width:100%;height:auto}
 body>header .socials,body>header nav,body>header .button-contato{display:none!important}
 body>header .button-area{display:flex!important;align-items:center;font-size:12px!important;height:36px!important;padding:0 12px!important;margin-left:auto}
 body>header .open-menu{display:block!important;flex:0 0 44px;width:44px;height:44px;padding:8px 9px}
 body>header .open-menu span{height:2px;margin:5px 0;border-radius:2px}
 .menu-mobile{top:0;overflow-y:auto;overscroll-behavior:contain;font-family:Manrope,Arial,sans-serif}
 .preview-mark{font-size:11px;bottom:10px;left:10px;padding:6px 10px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.preview-panel{transition:none}}
@media(max-width:380px){
 body>header{padding:24px 20px 0!important;gap:8px}
 body>header .logo{width:84px!important}
 body>header .button-area{font-size:11px!important;padding:0 8px!important;white-space:nowrap;flex-shrink:0}
}
@media(max-width:359px){.preview-tabs button{font-size:11px}}

/* Jimmy in the home body: the same approved face and relaxed pose as the banner. */
#jimmy-united-idiomas{scroll-margin-top:32px;width:min(1200px,calc(100% - 96px));padding:0;margin:0 auto 80px}
.features:has(#jimmy-united-idiomas)::after{display:none}
#jimmy-united-idiomas .content{display:grid;grid-template-columns:minmax(0,38fr) minmax(0,62fr);gap:clamp(28px,4vw,64px);height:auto;min-height:460px;padding:clamp(24px,3vw,44px);border:1px solid #153e68;background:linear-gradient(115deg,#08294b 0%,#012858 55%,#021a36 100%);font-family:Manrope,Arial,sans-serif}
#jimmy-united-idiomas .content figure{width:100%;height:auto;aspect-ratio:850/815;margin:0;overflow:hidden;border-radius:20px;align-self:center}
#jimmy-united-idiomas .content figure img{position:absolute;display:block;left:-25.294118%;top:-52.760736%;bottom:auto;width:132%;height:auto;max-width:none}
#jimmy-united-idiomas .content .text{width:auto;padding:0;color:#fff}
#jimmy-united-idiomas .content .text h2{display:inline-block;margin:0 0 20px;padding:7px 12px;border:1px solid #ffffff35;border-radius:30px;background:#ffffff09;color:#d4e7fd;text-align:left;font-size:13px;line-height:1.4;font-weight:800;letter-spacing:.16em}
#jimmy-united-idiomas .content .text h3{margin:0 0 20px;font-size:clamp(30px,3.25vw,46px);line-height:1.12;font-weight:800;letter-spacing:-.035em}
#jimmy-united-idiomas .content .text p{color:#c1d3e8;font-size:16px;line-height:1.65;margin:0 0 26px;max-width:52ch}
#jimmy-united-idiomas .content .text .jimmy-intro{color:#fff;font-weight:700;font-size:18px;line-height:1.5;margin-bottom:12px;max-width:42ch}
#jimmy-united-idiomas .content .text .button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:14px 22px;height:auto;background:#fff;color:var(--united-blue-primary);font-size:15px;line-height:1.4;border-radius:9px}
#jimmy-united-idiomas .content .text .button::after{content:'→';display:block;width:auto;height:auto;background:none;font-size:22px;line-height:1}
#jimmy-united-idiomas .content .text .button:hover{background:#e4eefb}
#jimmy-united-idiomas .content .text .button:focus-visible{outline:3px solid white;outline-offset:4px}
@media(max-width:768px){
 #jimmy-united-idiomas{width:calc(100% - 40px);margin-bottom:48px}
 #jimmy-united-idiomas .content{grid-template-columns:1fr;padding:24px;gap:26px;min-height:0;border-radius:24px}
 #jimmy-united-idiomas .content figure{max-width:420px;justify-self:center}
 #jimmy-united-idiomas .content .text{text-align:left}
 #jimmy-united-idiomas .content .text h3{font-size:clamp(27px,6.8vw,40px)}
 #jimmy-united-idiomas .content .text .button{max-width:100%;padding:14px 18px;font-size:14px}
}

/* /responsive-home.css */
/* Keep intrinsic image dimensions useful without stretching responsive images. */
img{height:auto}
@media(max-width:1024px){
 .about-home>.corda{display:none!important}
 .about-home .carousel-steps .item .text{height:auto;min-height:180px}
 .about-home .carousel-steps .item figure img{display:block;width:100%;height:auto}
 .about-home .carousel-steps .slick-arrow{width:44px;height:44px}
 .avaliacoes .masonry .itens{width:100%}
 .avaliacoes .masonry .itens .item img{width:100%;height:auto}
 .plataforma{padding:40px 20px}
 .plataforma h2{position:static;color:#fff;padding:20px 16px 0;margin:0 0 24px}
 .plataforma .content .video-content{display:block;border-radius:20px;overflow:hidden;margin-bottom:28px}
 .plataforma .content .video-content>img{display:none}
 .plataforma .content .video-content .video-play{position:relative;inset:auto;width:100%}
 .plataforma .content .video-content .video-play::after{display:none}
 .plataforma .content .video-content video{display:block;width:100%;height:auto;max-height:65svh;object-fit:contain}
 .plataforma .content .texts h3{padding:0;margin-bottom:28px;line-height:1.45}
 .plataforma .content .texts .itens .item .text{min-width:0}
 .plataforma .content .texts .itens .item .text h4::before{flex-shrink:0}
 .master-business .container .mb2 .text{margin-bottom:24px}
 .master-business .container .mb2 .text .carousel-mb{margin-bottom:24px}
 .master-business .container .mb2 .text .carousel-mb .slick-dots{position:static;margin:20px 0;gap:12px}
 .master-business .container .mb2 .video-content{display:block;width:100%}
 .master-business .container .mb2 .video-content .vd{height:auto}
 .master-business .container .mb2 .video-content video{height:auto;max-height:65svh;object-fit:contain;border-radius:20px;background:#000}
 .master-business .container .mb2 .video-content .arrows{display:flex;gap:16px;margin-top:20px}
 .master-business .container .mb2 .video-content .arrows .slick-arrow{width:44px;height:44px}
}

/* /benefits.css */
/* Benefit hierarchy: three learning promises, then the ecosystem behind them. */
.about-home .united-benefits{position:relative;z-index:2;width:min(1200px,calc(100% - 96px));margin:80px auto 0;padding:12px 0 0;background:#fff;color:var(--united-blue-primary);font-family:Manrope,Arial,sans-serif;scroll-margin-top:28px}
.benefits-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin:0 0 32px}
.benefits-eyebrow{font-size:13px;line-height:1.5;font-weight:800;letter-spacing:.12em;color:#576f8b;margin:0 0 14px}
.benefits-heading h2{font-size:clamp(30px,3.4vw,46px);line-height:1.13;font-weight:800;letter-spacing:-.04em;margin:0}
.benefits-intro{max-width:29ch;font-size:16px;line-height:1.65;color:#53667f;margin:0 0 2px}
.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-width:0}
.benefit-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;border:1px solid #dce5ef;border-radius:24px;padding:28px;overflow:hidden}
.benefit-card h3{font-size:clamp(25px,2.3vw,31px);line-height:1.14;font-weight:800;letter-spacing:-.035em;margin:0 0 16px}
.benefit-card p{font-size:16px;line-height:1.6;margin:0;max-width:32ch}
.benefit-duration{background:linear-gradient(145deg,#012858,#08294b);color:#fff;border-color:#012858;justify-content:space-between;min-height:310px}
.benefit-duration h3{width:100%;margin-bottom:24px}
.benefit-overline{display:block;font-size:20px;line-height:1.3;letter-spacing:0;font-weight:700;margin-bottom:4px}
.benefit-number{display:flex;align-items:baseline;gap:14px;font-size:112px;font-weight:800;line-height:1;letter-spacing:-.075em}
.benefit-number>span{font-size:26px;line-height:1.2;font-weight:700;letter-spacing:-.03em}
.benefit-duration p{color:#e0eaf5}
.benefit-schedule{background:#f1f5fa;color:var(--united-blue-primary);border-color:#e4ebf4}
.benefit-symbol{width:58px;height:58px;margin:0 0 24px;color:#406993;flex-shrink:0}
.benefit-schedule p{color:#445d78}
.benefit-speaking{background:#1354dd;color:#fff;border-color:#1354dd}
.benefit-infinity{display:block;height:58px;font-size:88px;line-height:.6;font-weight:500;margin:0 0 24px;letter-spacing:-.045em;color:#fff}
.benefit-speaking p{color:#eff5ff}
.benefit-support{background:#fff;padding:26px 28px 28px}
.benefit-icon{width:30px;height:30px;margin:0 0 20px;color:#326693;flex-shrink:0}
.benefit-support h3{font-size:22px;line-height:1.25;letter-spacing:-.025em;margin-bottom:12px}
.benefit-support p{color:#53667f}
.benefits-navigation{display:none}
.benefits-grid:focus-visible{outline:3px solid #d90050;outline-offset:6px;border-radius:24px}
@media(min-width:1025px){
 .about-home:has(.united-benefits){padding-bottom:72px}
 .about-home:has(.united-benefits)>.corda{display:none}
}
@media(max-width:1000px){
 .about-home .united-benefits{width:calc(100% - 48px);margin-top:56px}
 .benefits-heading{gap:24px}
 .benefits-intro{max-width:24ch;font-size:15px}
 .benefit-card{padding:24px}
 .benefit-number{font-size:88px;gap:10px}
 .benefit-number>span{font-size:22px}
 .benefit-support h3{font-size:20px}
}
@media(max-width:760px){
 .about-home .united-benefits{width:100%;padding:0 0 8px;margin:44px 0 0}
 .benefits-heading{display:block;margin:0 20px 24px}
 .benefits-eyebrow{font-size:12px;margin-bottom:12px}
 .benefits-heading h2{font-size:clamp(28px,7.6vw,32px);max-width:23ch}
 .benefits-heading h2 br{display:none}
 .benefits-intro{max-width:40ch;font-size:16px;margin-top:16px}
 .benefits-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc(100% - 12px);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:20px;overscroll-behavior-x:contain;padding:0 20px 14px;scrollbar-width:none}
 .benefits-grid::-webkit-scrollbar{display:none}
 .benefit-card{min-height:340px;padding:28px;scroll-snap-align:start}
 .benefit-card h3{font-size:29px;line-height:1.15;max-width:15ch}
 .benefit-card p{font-size:16px;line-height:1.65}
 .benefit-symbol{margin-bottom:28px;width:62px;height:62px}
 .benefit-infinity{margin-bottom:32px}
 .benefit-duration{justify-content:flex-start}
 .benefit-duration h3{max-width:none;margin-bottom:30px}
 .benefit-number{font-size:106px;gap:12px}
 .benefit-number>span{font-size:25px}
 .benefit-support{justify-content:flex-start}
 .benefit-icon{width:42px;height:42px;margin:12px 0 30px}
 .benefit-support h3{font-size:26px}
 .benefits-navigation{display:flex;justify-content:space-between;align-items:center;margin:4px 20px 0}
 .benefits-position{font-size:14px;line-height:1.5;color:#5c708a}
 .benefits-navigation>div{display:flex;gap:10px}
 .benefits-navigation button{display:grid;place-items:center;width:46px;height:46px;border:1px solid #c9d7e7;border-radius:50%;background:#fff;color:var(--united-blue-primary);font:500 24px/1 Manrope,Arial,sans-serif;cursor:pointer}
 .benefits-navigation button:disabled{opacity:.3;cursor:default}
 .benefits-navigation button:focus-visible{outline:3px solid #d90050;outline-offset:3px}
}
@media(prefers-reduced-motion:reduce){.benefits-grid{scroll-behavior:auto}}

/* /contact-preview.css */
/* Contact preview only: preserve the approved header, artwork and page content. */
.contact-preview-ready > .fixed-bar { display:none!important }
.contact-actions {
  position:fixed;right:28px;bottom:22px;z-index:105;
  display:flex;align-items:stretch;gap:10px;max-width:calc(100% - 40px);
}
.contact-actions,.contact-actions > * { transition:background-color .2s,box-shadow .2s }
.contact-launcher {
  display:flex;align-items:center;justify-content:center;gap:18px;
  min-height:52px;padding:14px 24px;border:1px solid #ffffff45;border-radius:999px;
  background:#d90050;color:#fff;box-shadow:0 8px 24px #021a4e38;
  font:700 16px/1.3 Manrope,Arial,sans-serif;cursor:pointer;
}
.contact-launcher:hover { background:#be0046 }
.contact-launcher:focus-visible { outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 6px #012858 }
.contact-whatsapp {
  display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:14px 20px;
  border:1px solid #ffffff45;border-radius:999px;background:#147b43;color:#fff;
  box-shadow:0 8px 24px #021a4e30;font:700 16px/1.3 Manrope,Arial,sans-serif;text-decoration:none;white-space:nowrap;
}
.contact-whatsapp img { display:block;width:22px;height:22px;flex-shrink:0 }
.contact-whatsapp:hover { background:#0f6536 }
.contact-whatsapp:focus-visible { outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 6px #147b43 }
/* This shortcut belongs to the banner and scrolls away with it. */
.united-preview-hero > .banner-whatsapp {
  position:absolute;right:18px;bottom:88px;z-index:9;
  display:grid;place-items:center;width:46px;height:46px;
  border:1px solid #ffffff70;border-radius:50%;background:#147b43;
  box-shadow:0 4px 14px #021a4e26;text-decoration:none;
  transition:background-color .2s;
}
.banner-whatsapp img { display:block;width:22px;height:22px;filter:brightness(0) invert(1) }
.united-preview-hero > .banner-whatsapp:hover { background:#0f6536 }
.united-preview-hero > .banner-whatsapp:focus-visible { outline:3px solid #fff;outline-offset:3px }
.contact-preview-open .contact-actions,.contact-section-in-view .contact-actions,.rd-whatsapp-open .contact-actions { visibility:hidden;pointer-events:none }
.contact-preview-dialog {
  --contact-gap:24px;--contact-viewport-height:100dvh;--contact-viewport-top:0px;
  position:fixed;inset:auto 0;margin:0 auto;
  top:calc(var(--contact-viewport-top) + var(--contact-gap));
  width:calc(100% - 32px);max-width:440px;
  max-height:calc(var(--contact-viewport-height) - var(--contact-gap)*2);
  padding:0;border:1px solid #ffffff38;border-radius:24px;
  background:#012858;color:#fff;box-shadow:0 24px 80px #0000004d;
  overflow:hidden;font:400 16px/1.5 Manrope,Arial,sans-serif;
}
.contact-preview-dialog:not([open]) { display:none }
.contact-preview-dialog[open] { display:flex;flex-direction:column }
.contact-preview-dialog::backdrop { background:#02132b99 }
.contact-dialog-header {
  display:flex;align-items:flex-start;justify-content:space-between;gap:16px;
  flex-shrink:0;padding:28px 20px 0 28px;
}
.contact-dialog-header .contact-eyebrow { margin:0 0 7px;font-size:11px;font-weight:700;letter-spacing:.16em;color:#bad2ef }
.contact-dialog-header h2 { margin:0;color:#fff;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.04em }
.contact-dialog-close {
  display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;margin-top:-8px;
  border:1px solid #ffffff38;border-radius:50%;background:transparent;color:#fff;cursor:pointer;
  font:400 28px/1 Arial,sans-serif;
}
.contact-dialog-close:hover { background:#ffffff16 }
.contact-dialog-close:focus-visible { outline:2px solid #fff;outline-offset:3px }
.contact-dialog-scroll { min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:16px 28px 28px;scroll-padding:16px }
#contact-preview-intro { margin:0 0 22px;color:#dbe7f5;font-size:15px;line-height:1.55 }
.contact-preview-dialog #formBar { margin:0 }
.contact-preview-dialog #formBar .form-group { display:block;margin:0 0 16px }
.contact-preview-dialog #formBar label { display:block;margin:0 0 7px;color:#fff;font-size:14px;font-weight:700 }
.contact-preview-dialog #formBar input:not([type=hidden]) {
  display:block;width:100%;height:48px;padding:0 14px;border:1px solid #dbe7f5;border-radius:9px;
  background:#fff;color:#012858;font:400 16px/1.5 Manrope,Arial,sans-serif;
  box-sizing:border-box;
}
.contact-preview-dialog #formBar input::placeholder { color:#63748b;opacity:1 }
.contact-preview-dialog #formBar input:focus-visible { outline:3px solid #ffabc9;outline-offset:2px }
.contact-preview-dialog #formBar .form-send { margin-top:24px }
.contact-preview-dialog #formBar button[type=submit] {
  display:block;width:100%;min-height:50px;padding:12px 16px;border:0;border-radius:9px;
  background:#d90050;color:#fff;font:700 16px/1.4 Manrope,Arial,sans-serif;cursor:pointer;
}
.contact-preview-dialog #formBar button[type=submit]:hover { background:#be0046 }
.contact-preview-dialog #formBar [hidden] { display:none!important }
#formLead input:not([type=hidden]) { min-height:48px;font-size:16px }
#formLead button[type=submit] { min-height:48px;font-size:16px }
@media(min-height:740px) and (min-width:769px) {
  .contact-preview-dialog { --contact-gap:72px }
}
@media(max-width:768px) {
  .united-preview-hero > .banner-whatsapp { right:14px;bottom:18px }
  .contact-actions { right:16px;bottom:calc(16px + env(safe-area-inset-bottom));gap:8px;max-width:calc(100% - 32px) }
  .contact-launcher { min-height:50px;padding:12px 18px;font-size:14px;white-space:nowrap }
  .contact-whatsapp { min-height:50px;padding:12px 16px;font-size:14px;gap:8px }
  .contact-whatsapp img { width:20px;height:20px }
  .contact-actions .contact-launcher span { display:none }
  .contact-preview-ready .preview-mark { display:none }
  .contact-preview-dialog { --contact-gap:12px;max-width:420px;border-radius:20px }
  .contact-dialog-header { padding:22px 16px 0 22px }
  .contact-dialog-header h2 { font-size:26px }
  .contact-dialog-scroll { padding:14px 22px max(22px,env(safe-area-inset-bottom)) }
  .contact-dialog-close { margin-top:-4px }
  html[data-contact-presentation="bar"] .contact-preview-ready { padding-bottom:calc(72px + env(safe-area-inset-bottom)) }
  html[data-contact-presentation="bar"] .contact-actions {
    left:0;right:0;bottom:0;max-width:none;padding:10px 16px max(12px,env(safe-area-inset-bottom));
    background:#fff;border-top:1px solid #e1e7ef;box-shadow:0 -4px 20px #08294b12;
  }
  html[data-contact-presentation="bar"] .contact-launcher {
    width:100%;min-height:50px;border:0;border-radius:12px;box-shadow:none;font-size:16px;
  }
  html[data-contact-presentation="button"] .contact-launcher { min-height:50px;font-size:16px }
}
@media(max-width:360px) {
  .contact-actions { right:12px;max-width:calc(100% - 24px);gap:6px }
  .contact-launcher,.contact-whatsapp { padding-inline:12px }
}
@media(max-height:500px) {
  .contact-preview-dialog { --contact-gap:8px }
  .contact-dialog-header { padding-top:16px }
  .contact-dialog-header .contact-eyebrow { display:none }
  .contact-dialog-header h2 { font-size:23px }
}

/* /footer-refinement.css */
/* Shared footer: natural height, readable contacts and proportional official seals. */
footer { padding:0;background:var(--united-blue-secondary);font-family:Manrope,Arial,sans-serif }
footer > .container {
  display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(32px,5vw,72px);
  width:min(1200px,calc(100% - 64px));margin:0 auto;padding:56px 0;box-sizing:border-box;
}
footer .container .infos { min-width:0;width:auto;margin:0;padding:0 }
footer .container .infos .text { width:auto;max-width:360px;margin:0 0 28px;text-align:left }
footer .container .infos .text > img { display:block;width:130px;height:auto }
footer .container .infos .text p { margin:18px 0 0;font-size:16px;line-height:1.6 }
footer .container .infos ul li { border-bottom:1px solid #ffffff30 }
footer .container .infos ul li a,
footer .container .infos .accordeon .open-item {
  width:100%;height:auto;min-height:50px;padding:10px 0;font-size:15px;line-height:1.4;
  gap:12px;box-sizing:border-box;border-color:#ffffff30;
}
footer .container .infos .accordeon button.open-item { border:0;border-bottom:1px solid #ffffff30;background:transparent;text-align:left;font-family:inherit;cursor:pointer }
footer .container .infos .footer-whatsapp-link {
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  width:100%;min-height:50px;padding:10px 0;box-sizing:border-box;
  border-bottom:1px solid #ffffff30;color:#fff;font-size:15px;line-height:1.4;text-decoration:none;
}
footer .footer-whatsapp-link span { font-size:20px;line-height:1 }
footer .footer-whatsapp-link:hover { color:#bbd5ee }
footer .container .infos ul li a span { gap:10px;flex-wrap:wrap }
footer .container .infos ul li a .logo-ra { width:120px;height:auto }
footer .container .infos ul li a::after { flex-shrink:0;width:22px;height:22px;background-size:contain }
footer .container .infos .accordeon .open-item::after { flex-shrink:0;width:15px;height:12px;background-size:contain }
footer .container .infos .accordeon .content a { height:auto;min-height:48px;padding:12px 14px;font-size:15px;line-height:1.4 }
footer .container .unidades-footer { min-width:0;width:auto }
footer .united-reach { scroll-margin-top:32px;color:#fff }
footer .reach-panel { padding:clamp(24px,3vw,40px);border:1px solid #ffffff26;border-radius:24px;background:linear-gradient(135deg,#103d69,#012858 65%,#021a36);box-sizing:border-box }
footer .reach-eyebrow { margin:0 0 20px;color:#bbd5ee;font-size:.875rem;font-weight:800;line-height:1.4;letter-spacing:.12em;text-transform:uppercase }
footer .reach-panel h3 { margin:0 0 20px;max-width:18ch;font-size:clamp(1.875rem,3vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.035em;color:#fff }
footer .reach-intro { margin:0;max-width:51ch;color:#d9e6f3;font-size:1rem;line-height:1.65 }
footer .reach-numbers { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:32px 0 0;padding:26px 0 0;border-top:1px solid #ffffff30 }
footer .reach-numbers > div { display:flex;flex-direction:column;min-width:0 }
footer .reach-numbers dt { max-width:23ch;font-size:.875rem;line-height:1.5;color:#d9e6f3 }
footer .reach-numbers dd { order:-1;margin:0 0 10px;font-size:clamp(2.375rem,4vw,3.25rem);font-weight:800;line-height:1.12;letter-spacing:-.045em;color:#fff }
footer .reach-numbers dd span { font-size:.48em;letter-spacing:-.02em }
footer .reach-details { display:grid;gap:24px;margin:28px 0 0;padding:0 4px }
footer .reach-details h4 { margin:0 0 8px;font-size:1.0625rem;line-height:1.4;font-weight:800;color:#fff }
footer .reach-details p { margin:0;font-size:1rem;line-height:1.65;color:#d9e6f3 }
footer .reach-details a { display:inline-flex;align-items:center;gap:14px;min-height:44px;margin-top:6px;font-size:.875rem;font-weight:800;color:#fff;text-decoration:underline;text-underline-offset:4px }
footer .reach-details a:hover { color:#bbd5ee }
footer .bar {
  height:auto;min-height:180px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:36px;
  padding:36px max(32px,calc((100vw - 1200px)/2)) 92px;background:#f4f7fb;
}
footer .bar h3 { width:auto;max-width:43ch;margin:0;font-size:17px;line-height:1.55;text-align:left }
footer .bar .footer-copyright { grid-column:1/-1;width:100%;margin:0;padding-top:22px;border-top:1px solid #d9e2ed;color:#496078;font-size:14px;line-height:1.6;text-align:center;box-sizing:border-box }
footer .bar ul { display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:24px }
footer .bar ul li { display:flex;align-items:center;justify-content:center;min-width:0 }
footer .bar ul li img { display:block;width:110px;max-width:100%;height:auto;object-fit:contain }
footer .bar ul li:first-child img { width:280px }
footer a:focus-visible,footer button:focus-visible { outline:2px solid currentColor;outline-offset:4px;border-radius:3px }
.footer-in-view .lateral-bar,.contact-preview-open .lateral-bar,.united-menu-open .lateral-bar { visibility:hidden!important;pointer-events:none }
.lateral-bar a:focus-visible { outline:2px solid #fff;outline-offset:3px;border-radius:50% }
.lateral-bar a:focus-visible .text { padding:5px 5px 5px 10px;width:190px }
.lateral-bar[data-managed-navigation] { display:none!important }
@media(min-width:1025px) {
  .lateral-bar[data-managed-navigation].page-navigation-visible { display:block!important;opacity:1!important }
}
@media(max-width:1100px) {
  footer .bar { grid-template-columns:1fr;justify-items:center;gap:26px }
  footer .bar h3 { max-width:64ch;text-align:center }
  footer .bar ul { justify-content:center }
}
@media(max-width:800px) {
  footer > .container { grid-template-columns:1fr;width:calc(100% - 40px);padding:36px 0;gap:36px }
  footer .container .infos .text { max-width:420px }
  footer .bar { padding:30px 20px 96px;gap:24px }
  footer .bar h3 { font-size:16px }
  footer .bar ul { display:grid;grid-template-columns:minmax(0,280px);justify-content:center;gap:24px;width:100% }
  footer .bar ul li { justify-self:center }
  footer .bar ul li:first-child img { width:280px;max-width:none }
}
@media(max-width:380px) {
  footer .reach-panel { padding:22px 20px }
  footer .reach-numbers { gap:18px;grid-template-columns:1fr }
  footer .reach-numbers > div + div { padding-top:18px;border-top:1px solid #ffffff20 }
}

/* /site-polish.css */
/* Shared type and compact lower-page sections, including all interior routes. */
@font-face{font-family:Manrope;src:url('../fonts/Manrope-Regular.woff2') format('woff2');font-style:normal;font-weight:200 500;font-display:swap}
@font-face{font-family:Manrope;src:url('../fonts/Manrope-Bold.woff2') format('woff2');font-style:normal;font-weight:600 900;font-display:swap}
body,button,input,select,textarea{font-family:Manrope,Arial,sans-serif}
body{background-color:#fff}
.contact-dialog-close{font-family:Manrope,Arial,sans-serif}
.inline-contact-in-view .contact-actions{visibility:hidden}

.avaliacoes.reviews-section{background:#f3f6fa;padding:64px max(24px,calc((100% - 1200px)/2));text-align:left;scroll-margin-top:28px}
.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.avaliacoes.reviews-section h2{font-size:clamp(26px,3vw,38px);line-height:1.18;font-weight:800;letter-spacing:-.035em;color:var(--united-blue-primary);margin:0;max-width:23ch}
.reviews-controls{display:flex;align-items:center;gap:10px;flex-shrink:0}
.reviews-controls button{display:grid;place-items:center;width:46px;height:46px;border:1px solid #01285835;border-radius:50%;background:transparent;color:var(--united-blue-primary);font-size:24px;cursor:pointer}
.reviews-controls button:disabled{opacity:.3;cursor:default}
.reviews-controls button:focus-visible,.review-card:focus-visible{outline:3px solid #d90050;outline-offset:3px}
.reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 40px)/3);gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#bccbdc transparent;padding:2px 2px 18px}
.review-card{display:flex;flex-direction:column;scroll-snap-align:start;min-width:0;margin:0;padding:28px;border:1px solid #dee5ef;border-radius:18px;background:#fff;color:#243449}
.review-stars{color:#a96300;font-size:17px;letter-spacing:.12em;margin:0 0 18px}
.review-card blockquote{margin:0 0 24px;font-size:16px;line-height:1.65;overflow-wrap:anywhere}
.review-card:has(.review-read-more) blockquote{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;margin-bottom:12px}
.review-card.expanded blockquote{display:block;overflow:visible}
.review-read-more{align-self:flex-start;border:0;background:none;color:var(--united-blue-primary);font-size:14px;line-height:1.5;font-weight:700;padding:6px 0;margin:0 0 18px;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.review-read-more:focus-visible,.review-source:focus-visible{outline:2px solid #d90050;outline-offset:3px}
.review-card figcaption{border-top:1px solid #e7ecf2;padding-top:16px;margin-top:auto;font-size:15px;line-height:1.5;font-weight:800;color:var(--united-blue-primary)}
.review-source{font-size:13px;font-weight:400;color:#65758b;display:block;margin-top:3px}
.reviews-status{display:block;color:#63748b;font-size:13px;line-height:1.5;margin-top:10px}

#contato{background:#fff;padding:48px 24px;scroll-margin-top:28px}
#contato .container{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:64px;max-width:1120px;width:100%;margin:0 auto;padding:0}
#contato .container .text{width:auto;min-width:0;margin:0;padding:0;color:var(--united-blue-primary)}
#contato .container .text h2{font-size:clamp(26px,3vw,36px);font-weight:800;line-height:1.2;letter-spacing:-.035em;margin:0 0 14px}
#contato .container .text p{font-size:16px;line-height:1.65;margin:0 0 18px;max-width:36ch;color:#516177}
#contato .container .text a{font-size:15px;line-height:1.4;min-height:44px;height:auto;gap:24px;width:auto;border-bottom:1px solid #0128584d;padding:8px 0}
#contato .container .text a span{gap:8px}
#contato .container .formulario{width:auto;min-width:0;margin:0;padding:28px;border-radius:20px;background:var(--united-blue-primary)}
#contato .container .formulario h2{font-size:20px;font-weight:800;line-height:1.35;margin:0 0 20px}
#contato #formLead{display:grid;grid-template-columns:1fr 1fr;gap:16px}
#contato .container .formulario .form-group{margin:0;min-width:0}
#contato .container .formulario .form-group:first-child,#contato .container .formulario .form-group:last-child,#contato #formLead>.form-group:has(button),#contato #formLead>.contact-form-error,#contato #formLead>.preview-form-note{grid-column:1/-1}
#contato .container .formulario .form-group label{display:block;font-size:14px;font-weight:700;line-height:1.4;margin:0 0 6px}
#contato .container .formulario .form-group input:not([type=hidden]){height:48px;min-height:48px;padding:0 12px;background:#fff;color:#142b44;border:1px solid #dae3ee;border-radius:8px;font-size:16px;line-height:1.5;width:100%}
#contato .container .formulario .form-group input[aria-invalid=true]{border-color:#ffadc9;color:#142b44}
#contato .container .formulario .form-group button{min-height:48px;height:auto;padding:12px 16px;font-size:16px;line-height:1.4;border:0;border-radius:8px;background:#d90050;justify-content:center;gap:14px}
#contato .container .formulario .form-group button::after{display:none}
#contato .container .formulario .form-group button:hover{background:#be0046}
#contato .container .formulario .loading{border-radius:8px}

.interior-preview .faq .top{background:var(--united-blue-primary);padding:48px 24px 52px}
.interior-preview .faq .top>div{max-width:960px;width:100%;margin:auto}
.interior-preview .faq .top h1{font-size:clamp(28px,4vw,42px);line-height:1.2;letter-spacing:-.035em;font-weight:800;color:#fff;max-width:25ch;margin:0 0 28px}
.interior-preview .faq .top form{display:flex;gap:12px;max-width:760px}
.interior-preview .faq .top form input{height:52px;min-width:0;flex:1;width:auto;padding:0 16px;border:0;border-radius:8px;font-size:16px;line-height:1.5;color:#243449}
.interior-preview .faq .top form button{height:52px;padding:0 24px;border-radius:8px;font-size:15px;background:#d90050}
.interior-preview .faq .top form button::before{display:none}
.interior-preview .faq .content-faq{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,2fr);gap:36px;max-width:1200px;margin:0 auto;padding:48px 24px}
.interior-preview .faq .content-faq aside,.interior-preview .faq .content-faq article{width:auto;min-width:0}
.interior-preview .faq .content-faq aside .box{border:1px solid #dbe4ef;border-radius:16px;padding:24px}
.interior-preview .faq .content-faq aside .box h3{font-size:18px;line-height:1.3;color:var(--united-blue-primary);margin-bottom:18px}
.interior-preview .faq .content-faq aside .box ul li{margin:0 0 12px}
.interior-preview .faq .content-faq aside .box a{display:block;font-size:14px;line-height:1.6;color:var(--united-blue-primary);padding:4px 0}
.interior-preview .faq .content-faq article .question{margin:0 0 12px;border:1px solid #dbe4ef;border-radius:12px;overflow:hidden}
.interior-preview .faq .content-faq article .question .faq-toggle{min-height:70px;height:auto;gap:20px;padding:20px 24px;font-size:16px;line-height:1.5;font-weight:700;background:var(--united-blue-primary)}
.interior-preview .faq .content-faq article .question .faq-toggle::after{font-size:26px;line-height:1;flex-shrink:0}
.interior-preview .faq .content-faq article .question .text{padding:22px 24px;background:#f3f6fa}
.interior-preview .faq .content-faq article .question .text p{font-size:16px;font-weight:400;line-height:1.7;color:#35465d}
@media(max-width:1024px){.reviews-track{grid-auto-columns:calc((100% - 20px)/2)}}
@media(max-width:760px){
 .avaliacoes.reviews-section{padding:40px 20px}
 .reviews-heading{align-items:flex-start;gap:16px;margin-bottom:24px}
 .reviews-controls{gap:6px}
 .reviews-controls button{width:40px;height:40px}
 .reviews-track{grid-auto-columns:100%;gap:16px}
 .review-card{padding:24px}
 #contato{padding:36px 20px}
 #contato .container{grid-template-columns:1fr;gap:24px}
 #contato .container .text p{max-width:48ch;margin-bottom:10px}
 #contato .container .formulario{padding:24px}
 .interior-preview .faq .content-faq{grid-template-columns:1fr;padding:32px 20px;gap:0}
 .interior-preview .faq .content-faq aside{display:none}
 .interior-preview .faq .top{padding:32px 20px 36px}
 .interior-preview .faq .top form{gap:8px}
 .interior-preview .faq .top form button{padding:0 14px}
 .interior-preview .faq .content-faq article .question .faq-toggle{padding:18px 20px}
}
@media(max-width:440px){
 .reviews-heading{flex-direction:column}
 #contato #formLead{grid-template-columns:1fr;gap:14px}
 #contato .container .formulario{padding:22px}
}
@media(prefers-reduced-motion:reduce){.reviews-track{scroll-behavior:auto}}

/* /storytelling-preview.css */
/* Local proposal: approved platform layout, new 3D characters. */
#live-class .video-content > img { pointer-events:none }
#live-class .content .video-content .video-play {
  inset:20.5% auto auto 12.4%;width:25.5%;height:65.7%;z-index:1;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;
  overflow:hidden;background:#021a36;border-radius:9%;padding:36px 0 22px;box-sizing:border-box;
}
#live-class .content .video-content .video-play::after { display:none }
#live-class .character-phone-heading { margin:0;padding:0 20px;text-align:center;color:#fff;font:800 clamp(16px,1.7vw,25px)/1.25 Manrope,Arial,sans-serif;letter-spacing:-.025em }
#live-class .character-phone-heading span { display:block;margin-bottom:12px;color:#bdd4ee;font:800 12px/1.4 Manrope,Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase }
#live-class .content .video-content video { display:block;width:100%;height:auto;max-height:70%;object-fit:contain;background:#021a36;flex:0 1 auto }
#live-class .character-phone-caption { margin:0;padding:0 20px;color:#c8dcf0;font:400 14px/1.45 Manrope,Arial,sans-serif;text-align:center }
#live-class .storytelling-card figure img { object-position:65% center }
#live-class .content .texts .itens .storytelling-card .text p { font-size:16px;line-height:1.55 }
@media(max-width:1024px) {
  #live-class .content .video-content { background:#021a36 }
  #live-class .content .video-content .video-play { position:relative;inset:auto;width:100%;height:auto;border-radius:0;padding:12px 0 24px;gap:20px }
  #live-class .character-phone-heading { font-size:24px;max-width:24ch }
  #live-class .content .video-content video { width:min(100%,360px);max-height:52svh;aspect-ratio:624/720 }
  #live-class .character-phone-caption { font-size:14px }
  #live-class .storytelling-card { flex-direction:column }
  #live-class .content .texts .itens .storytelling-card figure { flex:auto;width:100% }
  #live-class .content .texts .itens .storytelling-card figure img { width:100%;height:auto;aspect-ratio:16/9;border-radius:20px 20px 0 0;object-fit:contain }
  #live-class .content .texts .itens .storytelling-card .text { flex:auto;border-radius:0 0 20px 20px;padding:20px }
}

/* /courses-compact.css */
/* Focused home summaries. Detailed course content stays on /cursos/. */
.features:has(> .course-business) { padding-bottom:0 }
.course-compact { display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(28px,4vw,60px);width:min(1200px,calc(100% - 96px));margin:0 auto 56px;padding:clamp(28px,3.4vw,48px);border-radius:28px;box-sizing:border-box;scroll-margin-top:32px;font-family:Manrope,Arial,sans-serif }
.course-compact .course-copy,.course-compact .course-media { min-width:0 }
.course-business { background:#393838;color:#fff }
.course-full { background:#f0f5fa;color:#012858;border:1px solid #dce6f0 }
.course-compact .course-eyebrow { margin:0 0 18px;font-size:.875rem;font-weight:800;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:inherit }
.course-compact h2 { margin:0 0 20px;color:inherit;font-size:clamp(1.75rem,2.8vw,2.625rem);font-weight:800;line-height:1.16;letter-spacing:-.04em }
.course-compact .course-intro { max-width:48ch;margin:0;font-size:1rem;line-height:1.65;color:inherit }
.course-business .course-intro { color:#e5e5e5 }
.course-compact .course-topics { display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 0;padding:0;list-style:none }
.course-compact .course-topics li { padding:7px 11px;border:1px solid #ffffff38;border-radius:6px;font-size:.875rem;line-height:1.4 }
.course-compact .course-actions { display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;margin-top:26px }
.course-compact .course-cta { display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:8px;background:#d90050;color:#fff;font-size:1rem;font-weight:800;line-height:1.4;text-decoration:none }
.course-compact .course-cta:hover { background:#b90044 }
.course-compact .course-more { display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:.875rem;font-weight:800;line-height:1.4;color:inherit;text-decoration:underline;text-underline-offset:4px }
.course-compact a:focus-visible { outline:3px solid currentColor;outline-offset:4px }
.course-compact .course-note { margin:18px 0 0;font-size:.875rem;line-height:1.5;color:#d3d3d3 }
.course-compact video { display:block;width:100%;height:auto;border-radius:18px;background:#191919;object-fit:contain }
.course-business video { aspect-ratio:16/9 }
.course-full video { aspect-ratio:1688/560 }
.course-compact .course-media > p { margin:14px 0 0;font-size:.875rem;line-height:1.5;color:#e5e5e5 }
.course-compact .course-eyebrow-row { display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;margin-bottom:18px }
.course-compact .course-eyebrow-row .course-eyebrow { margin:0 }
.course-compact .course-duration { padding:6px 12px;border-radius:99px;background:#012858;color:#fff;font-size:.875rem;font-weight:800;line-height:1.4 }
.course-compact .course-path { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;list-style:none;padding:0;margin:18px 0 0 }
.course-compact .course-path li { display:flex;align-items:flex-start;gap:12px;padding-top:16px;border-top:2px solid #01285824;min-width:0 }
.course-compact .course-path li > span { font-size:.875rem;font-weight:800;color:#526c86;line-height:1.6 }
.course-compact .course-path h3 { margin:0 0 4px;font-size:1rem;font-weight:800;line-height:1.4;color:#012858 }
.course-compact .course-path p { margin:0;color:#425c76;font-size:.875rem;line-height:1.5 }
@media(max-width:800px) {
 .course-compact { grid-template-columns:1fr;width:calc(100% - 40px);padding:28px 24px;gap:26px;margin-bottom:32px;border-radius:22px }
 .course-compact h2 { font-size:clamp(1.75rem,5vw,2.375rem) }
 .course-compact .course-note { margin-top:14px }
 .course-compact .course-actions { margin-top:22px;gap:10px 18px }
 .course-compact .course-media > p { margin-top:10px }
 .course-compact .course-path { gap:12px }
 .course-compact .course-path li { display:block }
 .course-compact .course-path li > span { display:block;margin-bottom:6px }
}

/* /jimmy-current.css */
/* Shared approved Jimmy, home and Live Class detail. */

#jimmy-united-idiomas{scroll-margin-top:32px;width:min(1200px,calc(100% - 96px));padding:0;margin:0 auto 80px}
.features:has(#jimmy-united-idiomas)::after{display:none}
#jimmy-united-idiomas .content{display:grid;grid-template-columns:minmax(0,38fr) minmax(0,62fr);gap:clamp(28px,4vw,64px);height:auto;min-height:460px;padding:clamp(24px,3vw,44px);border:1px solid #153e68;background:linear-gradient(115deg,#08294b 0%,#012858 55%,#021a36 100%);font-family:Manrope,Arial,sans-serif}
#jimmy-united-idiomas .content figure{width:100%;height:auto;aspect-ratio:850/815;margin:0;overflow:hidden;border-radius:20px;align-self:center}
#jimmy-united-idiomas .content figure img{position:absolute;display:block;left:-25.294118%;top:-52.760736%;bottom:auto;width:132%;height:auto;max-width:none}
#jimmy-united-idiomas .content .text{width:auto;padding:0;color:#fff}
#jimmy-united-idiomas .content .text h2{display:inline-block;margin:0 0 20px;padding:7px 12px;border:1px solid #ffffff35;border-radius:30px;background:#ffffff09;color:#d4e7fd;text-align:left;font-size:13px;line-height:1.4;font-weight:800;letter-spacing:.16em}
#jimmy-united-idiomas .content .text h3{margin:0 0 20px;font-size:clamp(30px,3.25vw,46px);line-height:1.12;font-weight:800;letter-spacing:-.035em}
#jimmy-united-idiomas .content .text p{color:#c1d3e8;font-size:16px;line-height:1.65;margin:0 0 26px;max-width:52ch}
#jimmy-united-idiomas .content .text .jimmy-intro{color:#fff;font-weight:700;font-size:18px;line-height:1.5;margin-bottom:12px;max-width:42ch}
#jimmy-united-idiomas .content .text .button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:14px 22px;height:auto;background:#fff;color:var(--united-blue-primary);font-size:15px;line-height:1.4;border-radius:9px}
#jimmy-united-idiomas .content .text .button::after{content:'→';display:block;width:auto;height:auto;background:none;font-size:22px;line-height:1}
#jimmy-united-idiomas .content .text .button:hover{background:#e4eefb}
#jimmy-united-idiomas .content .text .button:focus-visible{outline:3px solid white;outline-offset:4px}
@media(max-width:768px){
 #jimmy-united-idiomas{width:calc(100% - 40px);margin-bottom:48px}
 #jimmy-united-idiomas .content{grid-template-columns:1fr;padding:24px;gap:26px;min-height:0;border-radius:24px}
 #jimmy-united-idiomas .content figure{max-width:420px;justify-self:center}
 #jimmy-united-idiomas .content .text{text-align:left}
 #jimmy-united-idiomas .content .text h3{font-size:clamp(27px,6.8vw,40px)}
 #jimmy-united-idiomas .content .text .button{max-width:100%;padding:14px 18px;font-size:14px}
}

/* /liveclass-intro.css */
/* Conversation-led campaign: expressive portrait, short copy, one shared scene. */
.about-home:has(>.liveclass-intro){padding-top:64px}
.about-home>.liveclass-intro{position:relative;isolation:isolate;width:min(1200px,calc(100% - 96px));min-height:610px;margin:0 auto;overflow:hidden;border-radius:28px;background:#061d38;color:#fff;font-family:Manrope,Arial,sans-serif;scroll-margin-top:28px}
.liveclass-intro-copy{position:relative;z-index:2;width:55%;padding:48px;box-sizing:border-box}
.liveclass-eyebrow{margin:0 0 24px;font-size:.875rem;font-weight:800;line-height:1.4;letter-spacing:.15em;text-transform:uppercase;color:#b9d4f0}
.liveclass-intro :is(h1,h2){margin:0 0 24px;font-size:clamp(42px,4.65vw,64px);line-height:1.04;font-weight:800;letter-spacing:-.045em;color:#fff}
.liveclass-intro :is(h1,h2) span{color:#ff75a1;font-weight:800}
.liveclass-intro-description{max-width:36ch;margin:0;color:#e1ebf5;font-size:1rem;line-height:1.65}
.liveclass-journey{margin:20px 0 0;color:#b9cde2;font-size:.875rem;line-height:1.6}
.liveclass-journey strong{color:#fff;font-weight:800;white-space:nowrap}
.liveclass-intro-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px;margin-top:24px}
.liveclass-primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:8px;background:#d90050;color:#fff;font-size:1rem;font-weight:800;line-height:1.4;text-decoration:none}
.liveclass-primary:hover{background:#b90044}
.liveclass-secondary{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:#fff;font-size:.875rem;font-weight:700;line-height:1.5;text-decoration:underline;text-underline-offset:4px}
.liveclass-intro a:focus-visible{outline:3px solid #fff;outline-offset:4px}
.liveclass-intro-visual{position:absolute;inset:0 0 0 28%;z-index:-1;margin:0;overflow:hidden}
.liveclass-intro-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:100% center}
.liveclass-intro-visual::after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#061d38 0%,#061d38d9 13%,#061d3855 31%,transparent 55%)}
.about-home:has(>.liveclass-intro)::before,.about-home:has(>.liveclass-intro)::after{display:none}
.interior-preview #jimmy-united-idiomas .content{border-radius:28px}
.interior-preview #jimmy-united-idiomas .content figure{position:relative}
@media(max-width:1000px){
 .about-home>.liveclass-intro{width:calc(100% - 48px);min-height:590px}
 .liveclass-intro-copy{padding:36px;width:57%}
 .liveclass-intro :is(h1,h2){font-size:48px}
}
@media(max-width:760px){
 .about-home:has(>.liveclass-intro){padding-top:36px}
 .about-home>.liveclass-intro{display:flex;flex-direction:column;width:calc(100% - 40px);min-height:0;border-radius:24px}
 .liveclass-intro-visual{position:relative;inset:auto;order:0;z-index:0;height:285px;margin:0;flex:none}
 .liveclass-intro-visual img{object-position:100% 33%;object-fit:cover}
 .liveclass-intro-visual::after{background:linear-gradient(0deg,#061d38 0%,#061d3800 32%)}
 .liveclass-intro-copy{order:1;width:100%;padding:8px 24px 28px;margin-top:-4px}
 .liveclass-eyebrow{margin-bottom:16px;font-size:.875rem}
 .liveclass-intro :is(h1,h2){font-size:clamp(34px,9.3vw,44px);margin-bottom:20px;line-height:1.05}
 .liveclass-intro-description{max-width:none}
 .liveclass-journey{margin-top:16px}
 .liveclass-intro-actions{margin-top:20px;gap:8px 16px}
 .interior-preview #jimmy-united-idiomas .content{border-radius:24px}
}
@media(max-width:359px){
 .liveclass-intro-visual{height:245px}
 .liveclass-intro-copy{padding-left:20px;padding-right:20px}
 .liveclass-intro :is(h1,h2){font-size:32px}
}

/* /shared-header.css */
/* One header geometry for the home and every interior page. */
html body header.united-header,
html body header.united-header.fixed {
  box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;
  width:calc(100% - 76px);max-width:none;min-height:0;height:auto;
  margin:0 auto;padding:32px clamp(18px,2.75vw,48px) 0!important;
  gap:16px;left:auto;top:0!important;transform:none;
  background:transparent!important;box-shadow:none!important;transition:none;
  font-family:Manrope,Arial,sans-serif;z-index:100;
}
html body>header.united-header {position:absolute;left:38px;margin:0}
html body .header-interno {min-height:116px;background:var(--united-blue-primary)}
html body .header-interno header.united-header {position:relative}
html body header.united-header .logo {display:block;width:100px!important;height:auto!important;flex:0 0 100px}
html body header.united-header .logo img {display:block;width:100%;height:auto}
html body header.united-header .socials {display:flex!important;align-items:center;gap:12px;flex-shrink:0}
html body header.united-header .socials img {display:block;width:22px;height:22px;object-fit:contain}
html body header.united-header nav {display:block}
html body header.united-header .menu {display:flex;align-items:center}
html body header.united-header .menu>li>a {font-size:14px!important;height:44px;padding:0 clamp(9px,1.2vw,18px);gap:12px;white-space:nowrap}
html body header.united-header .menu>li::after {height:20px;background:#ffffff55}
html body header.united-header .menu>li:last-child::after {display:none}
html body header.united-header .menu>li>a svg {width:10px;height:8px}
html body header.united-header .submenu {min-width:170px;border:1px solid #ffffff30;border-radius:10px;overflow:hidden;background:#08294b;box-shadow:0 12px 28px #00102430}
html body header.united-header .submenu>li {border-color:#ffffff20}
html body header.united-header .submenu>li>a {font-size:14px;line-height:1.35;min-height:44px;height:auto;padding:12px;background:transparent;backdrop-filter:none}
html body header.united-header .submenu>li>a:hover,
html body header.united-header .submenu>li>a:focus-visible {background:#123d71}
html body header.united-header .menu>li:focus-within .submenu {display:block}
html body header.united-header .button-area {
  display:inline-flex!important;align-items:center;justify-content:center;gap:9px;
  box-sizing:border-box;flex-shrink:0;min-height:44px;height:44px!important;
  margin:0;padding:0 18px!important;border:1px solid transparent;border-radius:8px;
  color:#fff;background:#23824b;font-size:14px!important;font-weight:700;line-height:1;
  white-space:nowrap;text-decoration:none;transition:background .18s ease,border-color .18s ease;
}
html body header.united-header .button-area:hover {background:#1b6d3e}
html body header.united-header .button-contato,
html body header.united-header .open-menu {display:none!important}
html body header.united-header :is(a,button):focus-visible,
html body .united-mobile-menu :is(a,button):focus-visible {outline:2px solid #fff;outline-offset:4px;border-radius:5px}
html.united-menu-open {overflow:hidden}
html.united-menu-open .contact-actions {visibility:hidden;pointer-events:none}
html body .united-mobile-menu {display:none}
@media(min-width:769px) and (max-width:1190px) {
  html body header.united-header .socials {display:none!important}
  html body header.united-header .menu>li>a {padding:0 10px;font-size:13px!important;gap:8px}
}
@media(max-width:768px) {
  html body header.united-header,
  html body header.united-header.fixed {
    width:100%;height:88px!important;min-height:88px;
    padding:16px 20px!important;gap:10px;left:0;top:0!important;
  }
  html body .header-interno {min-height:88px}
  html body header.united-header .logo {width:88px!important;flex-basis:88px}
  html body header.united-header nav,
  html body header.united-header .socials {display:none!important}
  html body header.united-header .button-area {
    margin-left:auto;padding:0 13px!important;font-size:13px!important;
    background:#ffffff0d;border-color:#ffffff55;border-radius:10px;
  }
  html body header.united-header .button-area::after {display:none}
  html body header.united-header .button-area:hover {background:#ffffff1c;border-color:#ffffff99}
  html body header.united-header .open-menu {
    display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;
    width:44px;height:44px;flex:0 0 44px;padding:10px;margin:0;
    border:1px solid #ffffff33;border-radius:10px;background:transparent;cursor:pointer;
  }
  html body header.united-header .open-menu span {display:block;width:22px;height:2px;margin:0;background:#fff;border-radius:2px}
  html body .united-mobile-menu {
    box-sizing:border-box;position:fixed;inset:0;width:100%;height:100%;height:100dvh;
    padding:0 24px max(20px,env(safe-area-inset-bottom));z-index:101;
    background:#0b2947;color:#fff;overflow:auto;overscroll-behavior:contain;
    font-family:Manrope,Arial,sans-serif;
  }
  html body .united-mobile-menu.open {display:flex;flex-direction:column}
  html body .united-mobile-menu .header {display:flex;align-items:center;justify-content:space-between;min-height:88px;padding:16px 0;flex-shrink:0}
  html body .united-mobile-menu .header .logo {width:88px;display:block}
  html body .united-mobile-menu .header .logo img {display:block;width:100%;height:auto}
  html body .united-mobile-menu .header .close-menu {
    display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:44px;height:44px;
    padding:0;border:1px solid #ffffff33;border-radius:10px;text-indent:0;
    background:none;color:#fff;font:300 32px/1 Manrope,Arial,sans-serif;cursor:pointer;
  }
  html body .united-mobile-menu .student-access {padding:16px;margin:8px 0 18px;border:1px solid #ffffff25;border-radius:14px;background:#ffffff06;display:flex;align-items:center;justify-content:space-between;gap:12px}
  html body .united-mobile-menu .student-access p {margin:0;font-size:14px;line-height:1.4;color:#c8d9e9}
  html body .united-mobile-menu .button-area {display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 15px;background:#fff;color:#0b2947;border-radius:9px;font-size:14px;font-weight:800;white-space:nowrap;text-decoration:none}
  html body .united-mobile-menu .button-area::after {display:none}
  html body .united-mobile-menu nav {padding:0}
  html body .united-mobile-menu nav>ul>li {border-bottom:1px solid #ffffff18}
  html body .united-mobile-menu nav>ul>li>a {display:flex;align-items:center;min-height:56px;padding:14px 0;font-size:20px;line-height:1.35;text-transform:none;text-align:left;font-weight:700;color:#fff}
  html body .united-mobile-menu .mobile-course-links {display:flex;gap:8px;flex-wrap:wrap;padding:0 0 16px}
  html body .united-mobile-menu .mobile-course-links a {padding:8px 10px;min-height:44px;display:inline-flex;align-items:center;color:#d2e4f5;font-size:13px;font-weight:600;text-transform:none;line-height:1.3;border:1px solid #ffffff24;border-radius:8px}
  html body .united-mobile-menu .socials {display:flex;align-items:center;justify-content:flex-start;gap:14px;margin:24px 0 0;padding:0}
  html body .united-mobile-menu .socials a {display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #ffffff20;border-radius:10px}
  html body .united-mobile-menu .socials img {display:block;max-width:21px;max-height:21px;object-fit:contain}
}
@media(max-width:360px) {
  html body header.united-header,
  html body header.united-header.fixed {padding:16px!important;gap:8px}
  html body header.united-header .logo {width:78px!important;flex-basis:78px}
  html body header.united-header .button-area {padding:0 10px!important}
  html body .united-mobile-menu {padding-left:20px;padding-right:20px}
  html body .united-mobile-menu .student-access {padding:12px;gap:8px}
  html body .united-mobile-menu .student-access p {font-size:13px}
}

/* /seo-performance.css */
/* Stable media geometry and unobtrusive, keyboard-accessible playback. */
.united-motion-frame{position:relative;display:block;width:100%;line-height:0;isolation:isolate}
.united-motion-frame video{display:block;width:100%;height:auto;pointer-events:none}
.united-motion-toggle{position:absolute;right:10px;bottom:10px;z-index:5;display:grid;place-items:center;width:44px;height:44px;min-width:44px;padding:0;border:1px solid #ffffff80;border-radius:50%;background:#08294bf0;color:#fff;font:700 17px/1 Manrope,Arial,sans-serif;cursor:pointer;opacity:0;transition:opacity .2s ease}
.united-motion-frame:hover .united-motion-toggle,.united-motion-frame:focus-within .united-motion-toggle,.united-motion-frame.is-paused .united-motion-toggle{opacity:1}
.united-motion-toggle:focus-visible{outline:3px solid #fff;outline-offset:3px}
video[data-managed-video]::-webkit-media-controls,video[data-managed-video]::-webkit-media-controls-enclosure,video[data-managed-video]::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}
#live-class .video-play .united-motion-frame{min-height:0;flex:0 1 auto;max-height:70%;aspect-ratio:624/720}
#live-class .video-play .united-motion-frame video{max-height:100%;height:100%;object-fit:contain}
#live-class .video-play .united-motion-toggle{right:8px;bottom:8px}
.wide-picture,.portrait-picture{display:contents}
.cursos .top .banner .content>.united-motion-frame{position:absolute;inset:0;height:100%;border-radius:inherit}
.cursos .top .banner .content>.united-motion-frame video{height:100%;border-radius:inherit}
.cursos .infos .video-content>.united-motion-frame,.cursos .business .duracao-curso .video-content>.united-motion-frame,.quem-somos .about .video-content>.united-motion-frame{height:100%}
.cursos .infos .video-content>.united-motion-frame video,.cursos .business .duracao-curso .video-content>.united-motion-frame video,.quem-somos .about .video-content>.united-motion-frame video{height:100%}
@media(hover:none){.united-motion-toggle{opacity:.82}}
@media(max-width:1024px){#live-class .video-play .united-motion-frame{width:min(100%,360px);max-height:52svh}#live-class .video-play .united-motion-frame video{width:100%;height:100%;max-height:52svh}}
@media(max-width:1024px){.cursos .infos .video-content>.united-motion-frame,.cursos .business .duracao-curso .video-content>.united-motion-frame{height:auto}.cursos .infos .video-content>.united-motion-frame video,.cursos .business .duracao-curso .video-content>.united-motion-frame video{height:auto}}
@media(prefers-reduced-motion:reduce){.united-motion-toggle{transition:none}}

/* Preserve Business topic styling while correcting heading hierarchy. */
.cursos #temas .content .text h3.business-topics-heading{font-size:2.6vw;font-weight:500;margin:0 0 2.5vh}
@media(max-width:1024px){.cursos #temas .content .text h3.business-topics-heading{font-size:20px;margin:0 0 15px}}

/* /ondemand-current.css */
/* Keep the original fadeIn / zoomPlat entrance with the supplied OnDemand artwork. */
.features .ondemand-current { margin:0 0 clamp(64px,8vw,120px);padding:0 3.5vw;scroll-margin-top:32px }
.features .ondemand-current .content { display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);align-items:center;height:auto;min-height:580px;padding:0 0 0 clamp(28px,4.5vw,72px);border-radius:32px;background:#030815;overflow:hidden;isolation:isolate }
.features .ondemand-current .content .text { width:auto;min-width:0;margin:0;padding:clamp(32px,4vw,64px) 0;z-index:1 }
.features .ondemand-current .content .text .ondemand-eyebrow { margin:0 0 22px;color:#22d7f2;font-size:14px;line-height:1.5;font-weight:700 }
.features .ondemand-current .content .text h2 { display:block;margin:0 0 24px;color:#fff;font-size:clamp(32px,3.5vw,54px);font-weight:800;line-height:1.12;letter-spacing:-.035em;text-align:left;text-transform:none }
.features .ondemand-current .content .text p { max-width:44ch;margin:0 0 24px;color:#b9c6d9;font-size:16px;line-height:1.7;font-weight:400 }
.features .ondemand-current .content .text .ondemand-intro { max-width:29ch;color:#edf4ff;font-size:clamp(20px,1.9vw,27px);line-height:1.4;font-weight:700 }
.features .ondemand-current .content .text .button { display:inline-flex;align-items:center;justify-content:center;min-height:50px;height:auto;max-width:100%;padding:14px 20px;box-sizing:border-box;font-size:16px;line-height:1.4;text-align:center }
.features .ondemand-current .content figure { position:relative;bottom:auto;right:auto;width:100%;min-width:0;margin:0;align-self:stretch }
.features .ondemand-current .content figure img { display:block;position:absolute;right:0;bottom:0;width:125%;height:auto;max-width:none;max-height:100%;object-fit:contain;object-position:right bottom }
@media(max-width:800px) {
  .features .ondemand-current { padding:0 20px }
  .features .ondemand-current .content { grid-template-columns:minmax(0,1fr);gap:10px;min-height:0;margin:0;padding:30px 0 0;border-radius:24px }
  .features .ondemand-current .content .text { padding:0 24px;text-align:left }
  .features .ondemand-current .content .text h2 { font-size:clamp(30px,7vw,44px) }
  .features .ondemand-current .content .text .ondemand-intro { font-size:22px }
  .features .ondemand-current .content .text .button { width:100%;margin-bottom:8px }
  .features .ondemand-current .content figure { margin:0 }
  .features .ondemand-current .content figure img { position:static;width:118%;max-height:none;margin-left:-18% }
}

/* /rdstation-form.css */
/* Scoped presentation; RD retains the fields, validation and submission. */
.united-rd-contact { width:100%;min-width:0;color:#fff;font-family:Manrope,Arial,sans-serif }
.united-rd-contact [data-rd-status] { margin:12px 0;line-height:1.5;color:#dbe7f5 }
.united-rd-contact [data-rd-error] { padding:16px;border:1px solid #ffffff55;border-radius:12px }
.united-rd-contact [data-rd-error] p { margin:0 0 12px;line-height:1.5;color:#fff }
.united-rd-contact [data-rd-reload] { padding:12px 16px;border:0;border-radius:8px;background:#d90050;color:#fff;font:700 15px Manrope,Arial,sans-serif;cursor:pointer }
.united-rd-contact [data-rd-status][hidden],.united-rd-contact [data-rd-error][hidden] { display:none!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d { width:100%;min-width:0 }
#form-vamos-conversar-5ba05329ea8c88b5c10d .rd-section,
#form-vamos-conversar-5ba05329ea8c88b5c10d .rd-column > div { background:transparent!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .rd-row { width:100%!important;max-width:100%!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .rd-column { min-width:0!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .rd-column > div { padding:0!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .rd-form { width:100%!important;max-width:100%!important;margin:0!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .bricks-form__fieldset { margin:0!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .bricks-form__field { width:100%!important;padding:0!important;margin:0 0 16px!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .bricks-form__label { display:block!important;color:#fff!important;margin-bottom:7px!important;font:700 14px/1.5 Manrope,Arial,sans-serif!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .bricks-form__input { min-height:48px!important;border-radius:9px!important;background:#fff!important;color:#142b44!important;font:400 16px/1.5 Manrope,Arial,sans-serif!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .bricks-form__submit button { width:100%!important;min-height:50px!important;border:0!important;border-radius:9px!important;background:#d90050!important;color:#fff!important;font:700 16px/1.4 Manrope,Arial,sans-serif!important;cursor:pointer }
#form-vamos-conversar-5ba05329ea8c88b5c10d .bricks-form__submit button:hover { background:#be0046!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .bricks-form__input:focus-visible { outline:3px solid #ffabc9!important;outline-offset:2px }
#form-vamos-conversar-5ba05329ea8c88b5c10d button:focus-visible { outline:3px solid #ffabc9!important;outline-offset:2px }
/* Country is fixed to Brazil; RD still owns the telephone field and its +55 mask. */
#form-vamos-conversar-5ba05329ea8c88b5c10d .phone-input-group > .phone-country,
#form-vamos-conversar-5ba05329ea8c88b5c10d .phone-input-group > .select2-container { display:none!important }
#form-vamos-conversar-5ba05329ea8c88b5c10d .with-select-flags > .phone-input-group > input.phone {
  width:100%!important;min-width:0;flex:1 1 auto;
  border-top-left-radius:9px!important;border-bottom-left-radius:9px!important;
}

.united-rd-contact [data-rd-mount][hidden],.united-rd-contact [data-rd-success][hidden] { display:none!important }
.rd-contact-success { padding:24px 18px;text-align:center;border:1px solid #ffffff33;border-radius:16px;background:#ffffff08 }
.rd-contact-success-icon { display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:18px;border-radius:50%;background:#23824b;color:#fff;font-size:28px;line-height:1 }
.rd-contact-success h3 { margin:0 0 12px!important;color:#fff!important;font:700 26px/1.25 Manrope,Arial,sans-serif!important }
.rd-contact-success p { margin:0!important;color:#dbe7f5!important;font:400 16px/1.6 Manrope,Arial,sans-serif!important }
.rd-contact-success:focus-visible { outline:3px solid #a7e8bc;outline-offset:4px }
