@layer swift3 {[data-vc-full-width] { position: relative; left: calc(50% - 50vw); width: 100vw; max-width: 100vw; margin-left: 0px !important; margin-right: 0px !important; }[consent-id]:not(.rcb-content-blocker):not([consent-transaction-complete]):not([consent-visual-use-parent^="children:"]):not([consent-confirm]) { opacity: 0 !important; }:root { --animate-duration: 1s; --animate-delay: 1s; --animate-repeat: 1; }@-webkit-keyframes bounce { 0%, 20%, 53%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px) scaleY(1.1); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px) scaleY(1.05); } 80% { transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px) scaleY(0.95); } 90% { transform: translate3d(0px, -4px, 0px) scaleY(1.02); } }@keyframes bounce { 0%, 20%, 53%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px) scaleY(1.1); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px) scaleY(1.05); } 80% { transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px) scaleY(0.95); } 90% { transform: translate3d(0px, -4px, 0px) scaleY(1.02); } }@-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@-webkit-keyframes rubberBand { 0% { transform: scaleX(1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scaleX(1); } }@keyframes rubberBand { 0% { transform: scaleX(1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scaleX(1); } }@-webkit-keyframes shakeX { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes shakeX { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes shakeY { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(0px, -10px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(0px, 10px, 0px); } }@keyframes shakeY { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(0px, -10px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(0px, 10px, 0px); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@-webkit-keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@-webkit-keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@-webkit-keyframes wobble { 0% { transform: translateZ(0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: translateZ(0px); } }@keyframes wobble { 0% { transform: translateZ(0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: translateZ(0px); } }@-webkit-keyframes jello { 0%, 11.1%, 100% { transform: translateZ(0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@keyframes jello { 0%, 11.1%, 100% { transform: translateZ(0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@-webkit-keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@-webkit-keyframes backInDown { 0% { transform: translateY(-1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInDown { 0% { transform: translateY(-1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backInLeft { 0% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInLeft { 0% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backInRight { 0% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInRight { 0% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } 80% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backInUp { 0% { transform: translateY(1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes backInUp { 0% { transform: translateY(1200px) scale(0.7); opacity: 0.7; } 80% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes backOutDown { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(700px) scale(0.7); opacity: 0.7; } }@keyframes backOutDown { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(700px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes backOutLeft { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } }@keyframes backOutLeft { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes backOutRight { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } }@keyframes backOutRight { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateX(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateX(2000px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes backOutUp { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(-700px) scale(0.7); opacity: 0.7; } }@keyframes backOutUp { 0% { transform: scale(1); opacity: 1; } 20% { transform: translateY(0px) scale(0.7); opacity: 0.7; } 100% { transform: translateY(-700px) scale(0.7); opacity: 0.7; } }@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scaleX(1); } }@-webkit-keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(-10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(-10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(-5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px) scaleX(3); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px) scaleX(1); } 75% { transform: translate3d(10px, 0px, 0px) scaleX(0.98); } 90% { transform: translate3d(-5px, 0px, 0px) scaleX(0.995); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@-webkit-keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@-webkit-keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px) scaleY(3); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px) scaleY(3); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px) scaleX(2); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px) scaleX(2); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px) scaleX(2); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px) scaleX(0.9); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px) scaleX(2); } }@-webkit-keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px) scaleY(3); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px) scaleY(3); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInTopLeft { 0% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInTopLeft { 0% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInTopRight { 0% { opacity: 0; transform: translate3d(100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInTopRight { 0% { opacity: 0; transform: translate3d(100%, -100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInBottomLeft { 0% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInBottomLeft { 0% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeInBottomRight { 0% { opacity: 0; transform: translate3d(100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes fadeInBottomRight { 0% { opacity: 0; transform: translate3d(100%, 100%, 0px); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes fadeOutTopLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } }@keyframes fadeOutTopLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, -100%, 0px); } }@-webkit-keyframes fadeOutTopRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, -100%, 0px); } }@keyframes fadeOutTopRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, -100%, 0px); } }@-webkit-keyframes fadeOutBottomRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, 100%, 0px); } }@keyframes fadeOutBottomRight { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(100%, 100%, 0px); } }@-webkit-keyframes fadeOutBottomLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } }@keyframes fadeOutBottomLeft { 0% { opacity: 1; transform: translateZ(0px); } 100% { opacity: 0; transform: translate3d(-100%, 100%, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } }@keyframes flip { 0% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@-webkit-keyframes lightSpeedInRight { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translateZ(0px); } }@keyframes lightSpeedInRight { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translateZ(0px); } }@-webkit-keyframes lightSpeedInLeft { 0% { transform: translate3d(-100%, 0px, 0px) skewX(30deg); opacity: 0; } 60% { transform: skewX(-20deg); opacity: 1; } 80% { transform: skewX(5deg); } 100% { transform: translateZ(0px); } }@keyframes lightSpeedInLeft { 0% { transform: translate3d(-100%, 0px, 0px) skewX(30deg); opacity: 0; } 60% { transform: skewX(-20deg); opacity: 1; } 80% { transform: skewX(5deg); } 100% { transform: translateZ(0px); } }@-webkit-keyframes lightSpeedOutRight { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes lightSpeedOutRight { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes lightSpeedOutLeft { 0% { opacity: 1; } 100% { transform: translate3d(-100%, 0px, 0px) skewX(-30deg); opacity: 0; } }@keyframes lightSpeedOutLeft { 0% { opacity: 1; } 100% { transform: translate3d(-100%, 0px, 0px) skewX(-30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform: rotate(-200deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateIn { 0% { transform: rotate(-200deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform: rotate(-45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform: rotate(-45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInDownRight { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform: rotate(45deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform: rotate(-90deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes rotateInUpRight { 0% { transform: rotate(-90deg); opacity: 0; } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes rotateOut { 0% { opacity: 1; } 100% { transform: rotate(200deg); opacity: 0; } }@keyframes rotateOut { 0% { opacity: 1; } 100% { transform: rotate(200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { opacity: 1; } 100% { transform: rotate(45deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { opacity: 1; } 100% { transform: rotate(45deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { opacity: 1; } 100% { transform: rotate(-45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { opacity: 1; } 100% { transform: rotate(90deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { opacity: 1; } 100% { transform: rotate(90deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes hinge { 0% { animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: translateZ(0px); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: translateZ(0px); } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }.vc_clearfix::after, .vc_column-inner::after, .vc_el-clearfix, .vc_row::after { clear: both; }.vc_row::after, .vc_row::before { content: " "; display: table; }.vc_column_container { width: 100%; }.vc_row { margin-left: -15px; margin-right: -15px; }.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }.vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 { float: left; }.vc_col-xs-12 { width: 100%; }.vc_clearfix::after, .vc_clearfix::before { content: " "; display: table; }.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li { margin-bottom: 35px; }.wpb-content-wrapper { margin: 0px; padding: 0px; border: none; overflow: unset; display: block; }.vc_row.vc_row-no-padding .vc_column-inner { padding-left: 0px; padding-right: 0px; }.vc_row[data-vc-full-width] { transition:opacity 0.5s ease; overflow: hidden; }.vc_row.vc_row-flex { box-sizing: border-box; display: flex; flex-wrap: wrap; }.vc_row.vc_row-flex > .vc_column_container { display: flex; }.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner { flex-grow: 1; display: flex; flex-direction: column; z-index: 1; }.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before { display: none; }.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner { justify-content: center; }.vc_column-inner::after, .vc_column-inner::before { content: " "; display: table; }.vc_row.vc_column-gap-20 { margin-left: -25px; margin-right: -25px; }.vc_row.vc_column-gap-20 > .vc_column_container { padding: 10px; }.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section { padding-top: 35px; }.vc_column_container { padding-left: 0px; padding-right: 0px; }.vc_column_container > .vc_column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; }.vc_section { padding-left: 15px; padding-right: 15px; margin-left: -15px; margin-right: -15px; }.vc_section[data-vc-full-width] { transition:opacity 0.5s ease; overflow: hidden; }.vc_section[data-vc-full-width] > .vc_row { margin-left: 0px; margin-right: 0px; }.vc_row.vc_row-o-equal-height > .vc_column_container { align-items: stretch; }@keyframes progress-bar-stripes { 0% { background-position: 40px 0px; } 100% { background-position: 0px 0px; } }@keyframes load7 { 0%, 100%, 80% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px -1.3em; } 40% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px 0px; } }@keyframes wpb_ttb { 0% { transform: translate(0px, -10%); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_btt { 0% { transform: translate(0px, 10%); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_ltr { 0% { transform: translate(-10%, 0px); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_rtl { 0% { transform: translate(10%, 0px); opacity: 0; } 100% { transform: translate(0px, 0px); opacity: 1; } }@keyframes wpb_appear { 0% { transform: scale(0.5); opacity: 0.1; } 100% { transform: scale(1); opacity: 1; } }@keyframes vc_woo-add-cart-load { 0%, 100%, 80% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px -1.3em; } 40% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px 0px; } }body { --sr-7-css-loaded: 1; }@keyframes tp-rotateplane { 0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); } 50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); } 100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }@keyframes tp-fade-in { 0% { opacity: 0; } 20% { opacity: 0; } 100% { opacity: 100; } }@keyframes tp-rotate { 100% { transform: rotate(360deg); } }@font-face{font-family:"ralewaymedium";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/leistungen/__data/raleway-medium-webfontd3e29196.woff) format('woff2');font-display:swap;}.fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style,900); }.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas { -webkit-font-smoothing: antialiased; display: var(--fa-display,inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; }@-webkit-keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@-webkit-keyframes fa-bounce { 0% { transform: scale(1, 1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1,1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1, 1) translateY(0px); } 100% { transform: scale(1, 1) translateY(0px); } }@keyframes fa-bounce { 0% { transform: scale(1, 1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1,1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1, 1) translateY(0px); } 100% { transform: scale(1, 1) translateY(0px); } }@-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@-webkit-keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@-webkit-keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 24%, 8% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 100%, 40% { transform: rotate(0deg); } }@keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 24%, 8% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 100%, 40% { transform: rotate(0deg); } }@-webkit-keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.fa-arrow-circle-right::before { content: ""; }.fa-long-arrow-right::before { content: ""; }:host, :root { --fa-style-family-brands: 'Font Awesome 6 Brands'; --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }.fa-instagram::before { content: ""; }.fa-facebook::before { content: ""; }:host, :root { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }:host, :root { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }@font-face{font-family:"Font Awesome 6 Free";font-weight:900;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/leistungen/__data/fa-solid-9008e89d9c2.woff) format('woff2');font-display:swap;}@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/leistungen/__data/fa-solid-9008e89d9c2.woff) format('woff2');font-display:swap;}@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/leistungen/__data/fa-brands-4007113dc04.woff) format('woff2');font-display:swap;}.fa.fa-linkedin-square { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.fa.fa-linkedin-square::before { content: ""; }.fa.fa-facebook { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.fa.fa-facebook::before { content: ""; }.fa.fa-instagram { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.fa.fa-long-arrow-right::before { content: ""; }.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0px; height: 0px; }.clearfix::after, .clearfix::before, .grid-100::after, .grid-100::before, .grid-10::after, .grid-10::before, .grid-15::after, .grid-15::before, .grid-20::after, .grid-20::before, .grid-25::after, .grid-25::before, .grid-30::after, .grid-30::before, .grid-33::after, .grid-33::before, .grid-35::after, .grid-35::before, .grid-40::after, .grid-40::before, .grid-45::after, .grid-45::before, .grid-50::after, .grid-50::before, .grid-55::after, .grid-55::before, .grid-5::after, .grid-5::before, .grid-60::after, .grid-60::before, .grid-65::after, .grid-65::before, .grid-66::after, .grid-66::before, .grid-70::after, .grid-70::before, .grid-75::after, .grid-75::before, .grid-80::after, .grid-80::before, .grid-85::after, .grid-85::before, .grid-90::after, .grid-90::before, .grid-95::after, .grid-95::before, .grid-container::after, .grid-container::before, .grid-offset::after, .grid-offset::before, .mobile-grid-100::after, .mobile-grid-100::before, .mobile-grid-10::after, .mobile-grid-10::before, .mobile-grid-15::after, .mobile-grid-15::before, .mobile-grid-20::after, .mobile-grid-20::before, .mobile-grid-25::after, .mobile-grid-25::before, .mobile-grid-30::after, .mobile-grid-30::before, .mobile-grid-33::after, .mobile-grid-33::before, .mobile-grid-35::after, .mobile-grid-35::before, .mobile-grid-40::after, .mobile-grid-40::before, .mobile-grid-45::after, .mobile-grid-45::before, .mobile-grid-50::after, .mobile-grid-50::before, .mobile-grid-55::after, .mobile-grid-55::before, .mobile-grid-5::after, .mobile-grid-5::before, .mobile-grid-60::after, .mobile-grid-60::before, .mobile-grid-65::after, .mobile-grid-65::before, .mobile-grid-66::after, .mobile-grid-66::before, .mobile-grid-70::after, .mobile-grid-70::before, .mobile-grid-75::after, .mobile-grid-75::before, .mobile-grid-80::after, .mobile-grid-80::before, .mobile-grid-85::after, .mobile-grid-85::before, .mobile-grid-90::after, .mobile-grid-90::before, .mobile-grid-95::after, .mobile-grid-95::before, .tablet-grid-100::after, .tablet-grid-100::before, .tablet-grid-10::after, .tablet-grid-10::before, .tablet-grid-15::after, .tablet-grid-15::before, .tablet-grid-20::after, .tablet-grid-20::before, .tablet-grid-25::after, .tablet-grid-25::before, .tablet-grid-30::after, .tablet-grid-30::before, .tablet-grid-33::after, .tablet-grid-33::before, .tablet-grid-35::after, .tablet-grid-35::before, .tablet-grid-40::after, .tablet-grid-40::before, .tablet-grid-45::after, .tablet-grid-45::before, .tablet-grid-50::after, .tablet-grid-50::before, .tablet-grid-55::after, .tablet-grid-55::before, .tablet-grid-5::after, .tablet-grid-5::before, .tablet-grid-60::after, .tablet-grid-60::before, .tablet-grid-65::after, .tablet-grid-65::before, .tablet-grid-66::after, .tablet-grid-66::before, .tablet-grid-70::after, .tablet-grid-70::before, .tablet-grid-75::after, .tablet-grid-75::before, .tablet-grid-80::after, .tablet-grid-80::before, .tablet-grid-85::after, .tablet-grid-85::before, .tablet-grid-90::after, .tablet-grid-90::before, .tablet-grid-95::after, .tablet-grid-95::before { content: "."; display: block; overflow: hidden; visibility: hidden; font-size: 0px; line-height: 0; width: 0px; height: 0px; }.clearfix::after, .grid-100::after, .grid-10::after, .grid-15::after, .grid-20::after, .grid-25::after, .grid-30::after, .grid-33::after, .grid-35::after, .grid-40::after, .grid-45::after, .grid-50::after, .grid-55::after, .grid-5::after, .grid-60::after, .grid-65::after, .grid-66::after, .grid-70::after, .grid-75::after, .grid-80::after, .grid-85::after, .grid-90::after, .grid-95::after, .grid-container::after, .grid-offset::after, .mobile-grid-100::after, .mobile-grid-10::after, .mobile-grid-15::after, .mobile-grid-20::after, .mobile-grid-25::after, .mobile-grid-30::after, .mobile-grid-33::after, .mobile-grid-35::after, .mobile-grid-40::after, .mobile-grid-45::after, .mobile-grid-50::after, .mobile-grid-55::after, .mobile-grid-5::after, .mobile-grid-60::after, .mobile-grid-65::after, .mobile-grid-66::after, .mobile-grid-70::after, .mobile-grid-75::after, .mobile-grid-80::after, .mobile-grid-85::after, .mobile-grid-90::after, .mobile-grid-95::after, .tablet-grid-100::after, .tablet-grid-10::after, .tablet-grid-15::after, .tablet-grid-20::after, .tablet-grid-25::after, .tablet-grid-30::after, .tablet-grid-33::after, .tablet-grid-35::after, .tablet-grid-40::after, .tablet-grid-45::after, .tablet-grid-50::after, .tablet-grid-55::after, .tablet-grid-5::after, .tablet-grid-60::after, .tablet-grid-65::after, .tablet-grid-66::after, .tablet-grid-70::after, .tablet-grid-75::after, .tablet-grid-80::after, .tablet-grid-85::after, .tablet-grid-90::after, .tablet-grid-95::after { clear: both; }.grid-container { margin-left: auto; margin-right: auto; max-width: 1200px; padding-left: 10px; padding-right: 10px; }.grid-10, .grid-100, .grid-15, .grid-20, .grid-25, .grid-30, .grid-33, .grid-35, .grid-40, .grid-45, .grid-5, .grid-50, .grid-55, .grid-60, .grid-65, .grid-66, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .mobile-grid-10, .mobile-grid-100, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-33, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-5, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-66, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .tablet-grid-10, .tablet-grid-100, .tablet-grid-15, .tablet-grid-20, .tablet-grid-25, .tablet-grid-30, .tablet-grid-33, .tablet-grid-35, .tablet-grid-40, .tablet-grid-45, .tablet-grid-5, .tablet-grid-50, .tablet-grid-55, .tablet-grid-60, .tablet-grid-65, .tablet-grid-66, .tablet-grid-70, .tablet-grid-75, .tablet-grid-80, .tablet-grid-85, .tablet-grid-90, .tablet-grid-95 { box-sizing: border-box; padding-left: 10px; padding-right: 10px; }.grid-parent { padding-left: 0px; padding-right: 0px; }@media (max-width: 767px){.hide-on-mobile { display: none !important; }.mobile-grid-30 { float: left; width: 30%; }.mobile-grid-70 { float: left; width: 70%; }.mobile-grid-100 { clear: both; width: 100%; }}@-webkit-keyframes bounce { 20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@keyframes bounce { 20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@-webkit-keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes flash { 50%, 0%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@keyframes pulse { 0% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@keyframes rubberBand { 0% { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(0.95, 1.05, 1); } 75% { transform: scale3d(1.05, 0.95, 1); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes shake { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes shake { 0%, 100% { transform: translate3d(0px, 0px, 0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 6.5% { transform: translateX(-6px) rotateY(-9deg); } 18.5% { transform: translateX(5px) rotateY(7deg); } 31.5% { transform: translateX(-3px) rotateY(-5deg); } 43.5% { transform: translateX(2px) rotateY(3deg); } 50% { transform: translateX(0px); } }@-webkit-keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@keyframes swing { 20% { transform: rotate3d(0, 0, 1, 15deg); } 40% { transform: rotate3d(0, 0, 1, -10deg); } 60% { transform: rotate3d(0, 0, 1, 5deg); } 80% { transform: rotate3d(0, 0, 1, -5deg); } 100% { transform: rotate3d(0, 0, 1, 0deg); } }@-webkit-keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@keyframes tada { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } }@-webkit-keyframes wobble { 0% { transform: translate3d(0px, 0px, 0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes wobble { 0% { transform: translate3d(0px, 0px, 0px); } 15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes jello { 11.1%, 0%, 100% { transform: translate3d(0px, 0px, 0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@keyframes jello { 11.1%, 0%, 100% { transform: translate3d(0px, 0px, 0px); } 22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); } }@-webkit-keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@keyframes heartBeat { 0% { transform: scale(1); } 14% { transform: scale(1.3); } 28% { transform: scale(1); } 42% { transform: scale(1.3); } 70% { transform: scale(1); } }@-webkit-keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@keyframes bounceIn { 20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } }@-webkit-keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInDown { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInLeft { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInRight { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes bounceInUp { 60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@keyframes bounceOut { 20% { transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } }@-webkit-keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }.fadeIn { animation-name: fadeIn; }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } }@keyframes flip { 0% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; } 40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInX { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } 100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }@-webkit-keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center center; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } 100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; } }@-webkit-keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutLeft { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }.animated { animation-duration: 1s; animation-fill-mode: both; }@-webkit-keyframes rotating { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes rotating { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes portfolioFadeInUp { 0% { transform: translate3d(0px, 100px, 0px); opacity: 0; } 100% { transform: translate3d(0px, 0px, 0px); opacity: 1; } }@keyframes portfolioFadeInUp { 0% { transform: translate3d(0px, 100px, 0px); opacity: 0; } 100% { transform: translate3d(0px, 0px, 0px); opacity: 1; } }@-webkit-keyframes portfolioZoomIn { 0% { transform: scale(0.001); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }@keyframes portfolioZoomIn { 0% { transform: scale(0.001); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes portfolioFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes portfolioFadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes BrooklynFadeInLeftSlideUp { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInLeftSlideUp { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutLeftSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@keyframes BrooklynFadeOutLeftSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutRightSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }@keyframes BrooklynFadeOutRightSlideUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInRightSlideUp { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInRightSlideUp { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }.ut-service-column { overflow: hidden; }.ut-vertical { text-align: center; }.ut-vertical-style .ut-service-icon { float: none; margin: 0px auto 12px; display: block; }.ut-service-icon { float: left; margin-right: 20px; overflow: hidden; font-size: 30px; margin-bottom: 20px; }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes slideInRight { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(10px); } 100% { transform: translateX(0px); opacity: 1; } }@keyframes slideInRight { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(10px); } 100% { transform: translateX(0px); opacity: 1; } }@-webkit-keyframes slideInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(-10px); } 100% { transform: translateX(0px); opacity: 1; } }@keyframes slideInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60% { opacity: 1; transform: translateX(0px); } 80% { transform: translateX(-10px); } 100% { transform: translateX(0px); opacity: 1; } }@media (max-width: 767px){.ut-service-column, .ut-service-column.ut-vertical { text-align: center; }}.ut-animate-element, .ut-animate-image { opacity: 0; }section { position: relative; }.vc_row { margin-left: -20px; margin-right: -20px; position: relative; }.vc_row[class*="vc_column-gap-"]:not(.vc_column-gap-0) .wpb_column:not(.vc_col-has-fill) .vc_column-inner { padding-left: 0px; padding-right: 0px; }.vc_row[class*="vc_column-gap-"]:not(.vc_column-gap-0) > .wpb_column:not(.vc_col-has-fill) .vc_column-inner .wpb_content_element:last-child { margin-bottom: 0px; }.vc_column_container > .vc_column-inner { padding-left: 20px; padding-right: 20px; }.vc_icon_element, .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li { margin-bottom: 40px; }.page.has-no-hero.ut-vc-enabled #primary, .single-portfolio.has-no-hero.ut-vc-enabled #primary { padding: 0px; }.page.ut-vc-enabled #primary, .single-portfolio.ut-vc-enabled #primary { padding: 0px; }@media (max-width: 767px){#ut-sitebody .vc_row { padding-left: 0px !important; padding-right: 0px !important; }.vc_section, .vc_section.vc_section-has-fill { padding-top: 80px; padding-bottom: 40px; }#ut-sitebody .vc_section.bklyn-section-with-separator.bklyn-section-separator-mobile-off:not(.ut-first-section) { padding-top: 80px !important; }.vc_section > .vc_row + .vc_row-full-width + .vc_row { margin-top: 40px; }#ut-sitebody [id*="ut_inner_column_"] { margin-top: 0px !important; }}.ut-image-gallery { overflow: hidden !important; }.ut-image-gallery-item { margin: 0px; padding: 0px; text-align: center; }.ut-image-gallery-image { position: relative; }.ut-image-gallery-item img:not(.gutter-shadow):not([class^="ut-box-shadow"]) { backface-visibility: hidden; border: none !important; box-shadow: #000000 0px 0px 0px !important; }.ut-image-gallery-item a { display: block; height: 100%; width: 100%; }.ut-image-gallery-5 .ut-image-gallery-item { padding: 0px 5px 5px 0px; }.ut-image-gallery-5 { margin-right: -5px; margin-bottom: -5px; }@media (max-width: 767px){.ut-image-gallery-image { text-align: center !important; }.ut-no-animation-mobile { animation: auto ease 0s 1 normal none running none !important; opacity: 1 !important; visibility: visible !important; }.ut-image-gallery-5 .ut-image-gallery-item { padding: 0px 0px 5px; }.ut-image-gallery-5 { margin-right: 0px; }}@keyframes image-gallery-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes image-gallery-loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }.ut-footer-area .grid-container { padding-left: 0px; padding-right: 0px; }.ut-footer-area .grid-10, .ut-footer-area .grid-100, .ut-footer-area .grid-15, .ut-footer-area .grid-20, .ut-footer-area .grid-25, .ut-footer-area .grid-30, .ut-footer-area .grid-33, .ut-footer-area .grid-35, .ut-footer-area .grid-40, .ut-footer-area .grid-45, .ut-footer-area .grid-5, .ut-footer-area .grid-50, .ut-footer-area .grid-55, .ut-footer-area .grid-60, .ut-footer-area .grid-65, .ut-footer-area .grid-66, .ut-footer-area .grid-70, .ut-footer-area .grid-75, .ut-footer-area .grid-80, .ut-footer-area .grid-85, .ut-footer-area .grid-90, .ut-footer-area .grid-95, .ut-footer-area .mobile-grid-10, .ut-footer-area .mobile-grid-100, .ut-footer-area .mobile-grid-15, .ut-footer-area .mobile-grid-20, .ut-footer-area .mobile-grid-25, .ut-footer-area .mobile-grid-30, .ut-footer-area .mobile-grid-33, .ut-footer-area .mobile-grid-35, .ut-footer-area .mobile-grid-40, .ut-footer-area .mobile-grid-45, .ut-footer-area .mobile-grid-5, .ut-footer-area .mobile-grid-50, .ut-footer-area .mobile-grid-55, .ut-footer-area .mobile-grid-60, .ut-footer-area .mobile-grid-65, .ut-footer-area .mobile-grid-66, .ut-footer-area .mobile-grid-75, .ut-footer-area .mobile-grid-80, .ut-footer-area .mobile-grid-85, .ut-footer-area .mobile-grid-90, .ut-footer-area .mobile-grid-95, .ut-footer-area .tablet-grid-10, .ut-footer-area .tablet-grid-100, .ut-footer-area .tablet-grid-15, .ut-footer-area .tablet-grid-20, .ut-footer-area .tablet-grid-25, .ut-footer-area .tablet-grid-30, .ut-footer-area .tablet-grid-33, .ut-footer-area .tablet-grid-35, .ut-footer-area .tablet-grid-40, .ut-footer-area .tablet-grid-45, .ut-footer-area .tablet-grid-5, .ut-footer-area .tablet-grid-50, .ut-footer-area .tablet-grid-55, .ut-footer-area .tablet-grid-60, .ut-footer-area .tablet-grid-65, .ut-footer-area .tablet-grid-66, .ut-footer-area .tablet-grid-70, .ut-footer-area .tablet-grid-75, .ut-footer-area .tablet-grid-80, .ut-footer-area .tablet-grid-85, .ut-footer-area .tablet-grid-90, .ut-footer-area .tablet-grid-95, .ut-footer-area.mobile-grid-70 { padding-left: 20px; padding-right: 20px; }.wpb_wrapper .page-header .lead > :last-child, .wpb_wrapper .section-header .lead > :last-child, .wpb_wrapper .ut-info > :last-child, .wpb_wrapper .ut-service-column > :last-child, .wpb_wrapper .ut-service-icon-box-content > :last-child { margin-bottom: 0px; }.wpb_wrapper .section-header > :first-child { margin-bottom: 20px; }.section-header > :last-child { margin-bottom: 0px !important; }.wpb_wrapper .ut-service-column h3 { margin-bottom: 0px; }.wpb_wrapper .ut-vertical-style .ut-service-icon-small.ut-service-icon-normal { height: auto; text-align: center; }.wpb_wrapper .ut-service-icon-small { height: 48px; width: 48px; font-size: 28px; }.wpb_wrapper .ut-service-icon-small.ut-service-icon-with-svg svg { max-width: 48px; transform: translate3d(0px, 0px, 0px); }.wpb_wrapper .ut-service-icon { margin-bottom: 0px; margin-right: 20px; position: relative; }.wpb_wrapper .ut-service-column.ut-vertical { margin-top: 20px; }@media (max-width: 767px){.wpb_wrapper .ut-service-icon-large, .wpb_wrapper .ut-service-icon-large.ut-si-right, .wpb_wrapper .ut-service-icon-medium, .wpb_wrapper .ut-service-icon-medium.ut-si-right, .wpb_wrapper .ut-service-icon-small, .wpb_wrapper .ut-service-icon-small.ut-si-right { text-align: center; }.wpb_wrapper .ut-service-icon-large .ut-svg-loaded, .wpb_wrapper .ut-service-icon-medium .ut-svg-loaded, .wpb_wrapper .ut-service-icon-small .ut-svg-loaded { margin: 0px auto; }.wpb_wrapper .ut-service-icon, .wpb_wrapper .ut-service-icon.ut-si-right.ut-custom-icon { float: none; margin: 0px auto 20px !important; }}.wpb_wrapper .ut-vertical-style .ut-service-icon { margin: 0px auto; }.ut-service-column.ut-vertical > :first-child { margin-top: 0px; }.ut-service-column-link-with-animation i, .ut-service-column-vertical-link-with-animation i { transition: 0.3s; display: inline-block; }.ut-service-column-vertical-link { line-height: 150%; display: inline-flex; -webkit-box-align: center; align-items: center; }.ut-service-column-link-icon-after i, .ut-service-column-vertical-link-icon-after i { margin-left: 10px; }.ut-service-column-link-with-animation.ut-service-column-link-icon-after i, .ut-service-column-link-with-animation.ut-service-column-link-icon-before i, .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-after i, .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-before i { transform: translate(0px, 0px); }.ut-vertical-style-align-center .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-after:hover i, .ut-vertical-style-align-left .ut-service-column-vertical-link-with-animation.ut-service-column-vertical-link-icon-after:hover i { transform: translate(5px, 0px); }#home .wpb_wrapper .page-header, #home .wpb_wrapper .section-header, .wpb_wrapper .page-header, .wpb_wrapper .section-header { margin-bottom: 0px; padding-bottom: 0px; }.wpb_wrapper .page-title, .wpb_wrapper .section-title { margin-bottom: 0px; }#primary .wpb_wrapper .page-title-module .lead p, #primary .wpb_wrapper .section-header .lead p { margin-top: 0px; }#primary .lead > p { margin-top: 20px; }.bklyn-btn.bklyn-btn-icon-right:not(.icon-only) i { padding-left: 10px; }.bklyn-btn-holder { position: relative; }.bklyn-btn-holder.bklyn-btn-center { text-align: center; }.bklyn-btn { background: #ffbf00; border: 0px none; cursor: pointer; color: #ffffff; display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; font-weight: 400; text-align: center; text-decoration: none; text-transform: uppercase; margin: 0px 0px 40px; padding: 10px 20px; line-height: 125%; overflow: hidden; vertical-align: middle; border-radius: 0px; box-sizing: border-box; user-select: none; transition: 0.2s ease-in-out; }.ut-btn-text { display: inline-block; vertical-align: middle; }.bklyn-btn.bklyn-btn-outline { border: 4px solid #000000; background: 0px 0px; color: #000000; }.bklyn-btn.bklyn-btn-normal { font-size: 14px; padding: 1.05em 2.15em; }@media (max-width: 767px){.bklyn-btn-holder.bklyn-btn-mobile-center { text-align: center; }}.wpb_wrapper .bklyn-list > :last-child { margin-bottom: 0px; }.wpb_wrapper .bklyn-list { margin-bottom: 0px; margin-left: 0px; list-style-position: outside; }.bklyn-fancy-list.bklyn-fancy-list-left .bklyn-list { list-style-position: outside; margin-left: 1em; }.bklyn-list-item-space-xsmall .bklyn-fancy-list-content, .bklyn-list-item-space-xsmall:not(.bklyn-fancy-list-item-has-icon) { padding-left: 0.5em; }.bklyn-fancy-list { display: flex; }.bklyn-fancy-list .bklyn-list:not(.bklyn-list-style-none) li > span { vertical-align: top; }.bklyn-fancy-list-left { -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; }.wpb_wrapper .bklyn-list li { margin-bottom: 0px; }.wpb_wrapper .bklyn-list li > :last-child { margin-bottom: 0px; padding-bottom: 0px; }@media (max-width: 767px){.bklyn-fancy-list-mobile-center { -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }}.bklyn-overlay-effect { top: 0px; left: 0px; width: 100%; height: 100%; background-repeat: repeat; position: absolute; }@-webkit-keyframes fadeInFromNone { 0% { display: none; opacity: 0; } 1% { display: block; opacity: 0; } 100% { display: block; opacity: 1; } }@keyframes fadeInFromNone { 0% { display: none; opacity: 0; } 1% { display: block; opacity: 0; } 100% { display: block; opacity: 1; } }.ut-social-follow-module { font-size: 16px; margin: -10px 0px 0px; list-style: none !important; }.ut-social-follow-module.ut-social-follow-module-right { text-align: right; }.ut-social-follow-module a, .ut-social-follow-module a .fa { transition:color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-social-follow-module li { display: inline-block; margin: 10px 20px 0px 0px; text-align: center; position: relative; }.ut-social-follow-module.ut-social-follow-module-40 { margin: -10px 0px 0px; }.ut-social-follow-module.ut-social-follow-module-40 li { margin: 10px 40px 0px 0px; }.ut-social-follow-module li:last-child { margin-right: 0px; }.ut-social-follow-module .ut-social-follow-icon-only a { display: block; color: #151515; background: 0px 0px !important; }@media (max-width: 767px){.ut-social-follow-module.ut-social-follow-module-mobile-center { text-align: center; }}@-webkit-keyframes ut-video-play-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@keyframes ut-video-play-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@-webkit-keyframes ut-marker-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@keyframes ut-marker-border-animation { 0% { transform: scale(1); } 50% { opacity: 0.7; } 75% { opacity: 0.1; } 100% { opacity: 0; transform: scale(2.5); } }@media (max-width: 767px){.ut-custom-heading-module, .vc_custom_heading { text-align: center; }}#ut-morph-box-app, #ut-morph-box-full { top: 0px; left: 0px; position: fixed; width: 100%; height: 100%; overflow: hidden; pointer-events: none; transform: translate3d(0px, 0px, 0px); }#ut-morph-box-app canvas { pointer-events: none; }#ut-morph-box-app { z-index: 10001 !important; }#ut-morph-box-full { z-index: 10003; }.ut-morph-box-item { position: absolute; top: 0px; width: 100%; height: 100%; pointer-events: none; visibility: hidden; padding: 80px; }.ut-morph-box-item img { visibility: hidden; z-index: -1; pointer-events: none; }.ut-morph-box-item-wrap { position: absolute; bottom: 0px; left: 0px; display: inline-block; padding: 20px; background: rgba(0, 0, 0, 0.2); opacity: 0; width: 100%; pointer-events: auto; }.ut-morph-box-item-wrap h3 { margin: 0px 0px 5px; color: #ffffff; line-height: 125%; font-size: 20px; }#ut-morph-box-close { display: none; }.ut-morph-box-close { pointer-events: auto; width: 40px; height: 40px; position: absolute; right: 40px; top: 40px; fill: #ffffff; z-index: 10; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; border-radius: 50%; }.ut-morph-box-full-image { display: none; }.ut-morph-box-small-image { object-fit: cover; width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; visibility: hidden; pointer-events: none; }.vc_row-o-equal-height .ut-contains-information-box { height: 100%; box-sizing: border-box; display: flex; flex-wrap: wrap; align-content: stretch; }.vc_row-o-equal-height .ut-contains-information-box > .ut-information-box { display: flex; width: 100%; }.vc_row-o-equal-height .ut-contains-information-box > .ut-information-box.ut-information-box-no-siblings { -webkit-box-flex: 1; flex-grow: 1; }.ut-information-box-image-wrap { position: relative; overflow: hidden; max-width: 100%; min-height: 400px; background-repeat: no-repeat; background-size: cover; background-position: center center; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column wrap; -webkit-box-pack: center; place-content: center; -webkit-box-align: center; align-items: center; padding: 30px; width: 100%; }.ut-information-box-image-wrap::after { content: ""; position: absolute; width: 100%; height: 100%; display: block; background-repeat: no-repeat; background-size: cover; background-position: center center; z-index: 0; transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); transform: scale(1); }.ut-information-box-inner-wrap { max-width: 100%; position: relative; z-index: 1; }.ut-information-box-inner-overlay { padding: 30px; width: 450px; max-width: 100%; }@-webkit-keyframes ut-typewriter-cursor { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }@keyframes ut-typewriter-cursor { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }@keyframes element-glitch-anim-1-horizontal { 0% { clip-path: polygon(0px 2%, 100% 2%, 100% 5%, 0px 5%); } 10% { clip-path: polygon(0px 15%, 100% 15%, 100% 15%, 0px 15%); } 20% { clip-path: polygon(0px 10%, 100% 10%, 100% 20%, 0px 20%); } 30% { clip-path: polygon(0px 1%, 100% 1%, 100% 2%, 0px 2%); } 40% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 50% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 60% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 70% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 80% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 90% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 100% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } }@keyframes element-glitch-anim-2-horizontal { 0% { clip-path: polygon(0px 25%, 100% 25%, 100% 30%, 0px 30%); } 15% { clip-path: polygon(0px 3%, 100% 3%, 100% 3%, 0px 3%); } 22% { clip-path: polygon(0px 5%, 100% 5%, 100% 20%, 0px 20%); } 31% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 45% { clip-path: polygon(0px 40%, 100% 40%, 100% 40%, 0px 40%); } 51% { clip-path: polygon(0px 52%, 100% 52%, 100% 59%, 0px 59%); } 63% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 76% { clip-path: polygon(0px 75%, 100% 75%, 100% 75%, 0px 75%); } 81% { clip-path: polygon(0px 65%, 100% 65%, 100% 40%, 0px 40%); } 94% { clip-path: polygon(0px 45%, 100% 45%, 100% 50%, 0px 50%); } 100% { clip-path: polygon(0px 14%, 100% 14%, 100% 33%, 0px 33%); } }@keyframes element-glitch-anim-3-horizontal { 0% { clip-path: polygon(0px 1%, 100% 1%, 100% 3%, 0px 3%); } 5% { clip-path: polygon(0px 10%, 100% 10%, 100% 9%, 0px 9%); } 10% { clip-path: polygon(0px 5%, 100% 5%, 100% 6%, 0px 6%); } 25% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 27% { clip-path: polygon(0px 10%, 100% 10%, 100% 10%, 0px 10%); } 30% { clip-path: polygon(0px 30%, 100% 30%, 100% 25%, 0px 25%); } 33% { clip-path: polygon(0px 15%, 100% 15%, 100% 16%, 0px 16%); } 37% { clip-path: polygon(0px 40%, 100% 40%, 100% 39%, 0px 39%); } 40% { clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); } 45% { clip-path: polygon(0px 60%, 100% 60%, 100% 55%, 0px 55%); } 50% { clip-path: polygon(0px 30%, 100% 30%, 100% 31%, 0px 31%); } 53% { clip-path: polygon(0px 70%, 100% 70%, 100% 69%, 0px 69%); } 57% { clip-path: polygon(0px 40%, 100% 40%, 100% 41%, 0px 41%); } 60% { clip-path: polygon(0px 80%, 100% 80%, 100% 75%, 0px 75%); } 65% { clip-path: polygon(0px 50%, 100% 50%, 100% 51%, 0px 51%); } 70% { clip-path: polygon(0px 90%, 100% 90%, 100% 90%, 0px 90%); } 73% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 80% { clip-path: polygon(0px 100%, 100% 100%, 100% 99%, 0px 99%); } 100% { clip-path: polygon(0px 70%, 100% 70%, 100% 71%, 0px 71%); } }@keyframes element-glitch-anim-1-vertical { 0% { clip-path: polygon(2% 0px, 5% 0px, 5% 100%, 2% 100%); } 10% { clip-path: polygon(15% 0px, 15% 0px, 15% 100%, 15% 100%); } 20% { clip-path: polygon(10% 0px, 20% 0px, 20% 100%, 10% 100%); } 30% { clip-path: polygon(1% 0px, 2% 0px, 2% 100%, 1% 100%); } 40% { clip-path: polygon(33% 0px, 33% 0px, 33% 100%, 33% 100%); } 50% { clip-path: polygon(44% 0px, 44% 0px, 44% 100%, 44% 100%); } 60% { clip-path: polygon(50% 0px, 20% 0px, 20% 100%, 50% 100%); } 70% { } 80% { } 90% { clip-path: polygon(50% 0px, 55% 0px, 55% 100%, 50% 100%); } 100% { clip-path: polygon(70% 0px, 80% 0px, 80% 100%, 70% 100%); } }@keyframes element-glitch-anim-2-vertical { 0% { clip-path: polygon(25% 0px, 30% 0px, 30% 100%, 25% 100%); } 15% { clip-path: polygon(3% 0px, 3% 0px, 3% 100%, 3% 100%); } 22% { clip-path: polygon(5% 0px, 20% 0px, 20% 100%, 5% 100%); } 31% { clip-path: polygon(20% 0px, 20% 0px, 20% 100%, 20% 100%); } 45% { clip-path: polygon(40% 0px, 40% 0px, 40% 100%, 40% 100%); } 51% { clip-path: polygon(52% 0px, 59% 0px, 59% 100%, 52% 100%); } 63% { clip-path: polygon(60% 0px, 60% 0px, 60% 100%, 60% 100%); } 76% { clip-path: polygon(75% 0px, 75% 0px, 75% 100%, 75% 100%); } 81% { clip-path: polygon(65% 0px, 40% 0px, 40% 100%, 65% 100%); } 94% { clip-path: polygon(45% 0px, 50% 0px, 50% 100%, 45% 100%); } 100% { clip-path: polygon(14% 0px, 33% 0px, 33% 100%, 14% 100%); } }@keyframes element-glitch-anim-3-vertical { 0% { clip-path: polygon(1% 0px, 3% 0px, 3% 100%, 1% 100%); } 5% { clip-path: polygon(10% 0px, 9% 0px, 9% 100%, 10% 100%); } 10% { } 25% { clip-path: polygon(20% 0px, 20% 0px, 20% 100%, 20% 100%); } 27% { clip-path: polygon(10% 0px, 10% 0px, 10% 100%, 10% 100%); } 30% { clip-path: polygon(30% 0px, 25% 0px, 25% 100%, 30% 100%); } 33% { clip-path: polygon(15% 0px, 16% 0px, 16% 100%, 15% 100%); } 37% { clip-path: polygon(40% 0px, 39% 0px, 39% 100%, 40% 100%); } 40% { clip-path: polygon(20% 0px, 21% 0px, 21% 100%, 20% 100%); } 45% { clip-path: polygon(60% 0px, 55% 0px, 55% 100%, 60% 100%); } 50% { clip-path: polygon(30% 0px, 31% 0px, 31% 100%, 30% 100%); } 53% { clip-path: polygon(70% 0px, 69% 0px, 69% 100%, 70% 100%); } 57% { clip-path: polygon(40% 0px, 41% 0px, 41% 100%, 40% 100%); } 60% { clip-path: polygon(80% 0px, 75% 0px, 75% 100%, 80% 100%); } 65% { clip-path: polygon(50% 0px, 51% 0px, 51% 100%, 50% 100%); } 70% { clip-path: polygon(90% 0px, 90% 0px, 90% 100%, 90% 100%); } 73% { clip-path: polygon(60% 0px, 60% 0px, 60% 100%, 60% 100%); } 80% { clip-path: polygon(100% 0px, 99% 0px, 99% 100%, 100% 100%); } 100% { clip-path: polygon(70% 0px, 71% 0px, 71% 100%, 70% 100%); } }@keyframes element-alternate-glitch-anim-1 { 0% { opacity: 1; transform: translate3d(var(--gap-horizontal),0,0); clip-path: polygon(0px 2%, 100% 2%, 100% 5%, 0px 5%); } 2% { clip-path: polygon(0px 15%, 100% 15%, 100% 15%, 0px 15%); } 4% { clip-path: polygon(0px 10%, 100% 10%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 1%, 100% 1%, 100% 2%, 0px 2%); } 8% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 10% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 12% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 14% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 16% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 18% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 21.9% { opacity: 1; transform: translate3d(var(--gap-horizontal),0,0); } 100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); } }@keyframes element-alternate-glitch-anim-2 { 0% { opacity: 1; transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0); clip-path: polygon(0px 25%, 100% 25%, 100% 30%, 0px 30%); } 3% { clip-path: polygon(0px 3%, 100% 3%, 100% 3%, 0px 3%); } 5% { clip-path: polygon(0px 5%, 100% 5%, 100% 20%, 0px 20%); } 7% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 9% { clip-path: polygon(0px 40%, 100% 40%, 100% 40%, 0px 40%); } 11% { clip-path: polygon(0px 52%, 100% 52%, 100% 59%, 0px 59%); } 13% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 15% { clip-path: polygon(0px 75%, 100% 75%, 100% 75%, 0px 75%); } 17% { clip-path: polygon(0px 65%, 100% 65%, 100% 40%, 0px 40%); } 19% { clip-path: polygon(0px 45%, 100% 45%, 100% 50%, 0px 50%); } 20% { clip-path: polygon(0px 14%, 100% 14%, 100% 33%, 0px 33%); } 21.9% { opacity: 1; transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0); } 100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); } }@keyframes element-alternate-glitch-anim-3 { 0% { opacity: 1; transform: translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1); clip-path: polygon(0px 1%, 100% 1%, 100% 3%, 0px 3%); } 1.5% { clip-path: polygon(0px 10%, 100% 10%, 100% 9%, 0px 9%); } 2% { clip-path: polygon(0px 5%, 100% 5%, 100% 6%, 0px 6%); } 2.5% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); } 3% { clip-path: polygon(0px 10%, 100% 10%, 100% 10%, 0px 10%); } 5% { clip-path: polygon(0px 30%, 100% 30%, 100% 25%, 0px 25%); } 5.5% { clip-path: polygon(0px 15%, 100% 15%, 100% 16%, 0px 16%); } 7% { clip-path: polygon(0px 40%, 100% 40%, 100% 39%, 0px 39%); } 8% { clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); } 9% { clip-path: polygon(0px 60%, 100% 60%, 100% 55%, 0px 55%); } 10.5% { clip-path: polygon(0px 30%, 100% 30%, 100% 31%, 0px 31%); } 11% { clip-path: polygon(0px 70%, 100% 70%, 100% 69%, 0px 69%); } 13% { clip-path: polygon(0px 40%, 100% 40%, 100% 41%, 0px 41%); } 14% { clip-path: polygon(0px 80%, 100% 80%, 100% 75%, 0px 75%); } 14.5% { clip-path: polygon(0px 50%, 100% 50%, 100% 51%, 0px 51%); } 15% { clip-path: polygon(0px 90%, 100% 90%, 100% 90%, 0px 90%); } 16% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); } 18% { clip-path: polygon(0px 100%, 100% 100%, 100% 99%, 0px 99%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 71%, 0px 71%); } 21.9% { opacity: 1; transform: translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1); } 100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); } }@keyframes element-glitch-anim-flash { 0% { opacity: 0.2; transform: translate3d(var(--gap-horizontal),var(--gap-vertical),0); } 100%, 33% { opacity: 0; transform: translate3d(0px, 0px, 0px); } }.ut-simple-glitch-text-permanent { animation-iteration-count: infinite; animation-delay: 2s; animation-duration: 4s; display: inline-block; }.ut-simple-glitch-text-permanent.outView { animation: auto ease 0s 1 normal none running none !important; }.ut-simple-glitch-text-style-3-permanent { animation-name: glitch-anim-text-3; }@-webkit-keyframes glitch-anim-text { 0% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 10% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 20% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 35% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 50% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 60% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 70% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 80% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 90% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); } 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } }@keyframes glitch-anim-text { 0% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 10% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 20% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 35% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 50% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 60% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 70% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 80% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 90% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); } 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } }@-webkit-keyframes glitch-anim-text-permanent { 0% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2.5% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 5% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 12% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 15% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 17% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 22% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); } 25% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@keyframes glitch-anim-text-permanent { 0% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2.5% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 5% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 12% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 15% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 17% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 22% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); } 25% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@-webkit-keyframes glitch-anim-text-2 { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10%, 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@keyframes glitch-anim-text-2 { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10%, 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; } }@-webkit-keyframes glitch-anim-text-2-permanent { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } 11% { clip-path: none; } }@keyframes glitch-anim-text-2-permanent { 0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; } 2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); } 4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); } 5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); } 6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); } 7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); } 8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); } 9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); } 9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); } 10% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); } 11% { clip-path: none; } }@-webkit-keyframes glitch-anim-text-3 { 1% { transform: scaleY(1) skewX(0deg); } 2% { transform: scaleY(3) skewX(-60deg); } 3% { transform: scaleY(1) skewX(0deg); } 21% { transform: scaleX(1) scaleY(1) skewX(0deg); } 22% { transform: scaleX(1.5) scaleY(0.2) skewX(80deg); } 23% { transform: scaleX(1) scaleY(1) skewX(0deg); } }@keyframes glitch-anim-text-3 { 1% { transform: scaleY(1) skewX(0deg); } 2% { transform: scaleY(3) skewX(-60deg); } 3% { transform: scaleY(1) skewX(0deg); } 21% { transform: scaleX(1) scaleY(1) skewX(0deg); } 22% { transform: scaleX(1.5) scaleY(0.2) skewX(80deg); } 23% { transform: scaleX(1) scaleY(1) skewX(0deg); } }html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ut-stroke-1, ut-stroke-2, ut-letter, ut-typewriter-1, ut-typewriter-2, ut-underline { border: 0px; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; }html { font-size: 100%; text-size-adjust: 100%; }body { line-height: 1; }article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }ol, ul { list-style: none; }a:focus { outline: 0px; }a:hover, a:active { outline: 0px; }a img { border: 0px; }* { margin: 0px; padding: 0px; }*, ::after, ::before { box-sizing: border-box; }html { min-height: 100%; height: 100%; }body { background: #ffffff; color: #333333; font-size: 14px; font-family: sans-serif; margin: 0px; padding: 0px; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; min-height: 100%; height: 100%; line-height: 28px; overflow-x: hidden; width: 100%; text-size-adjust: 100%; }#ut-sitebody { position: relative; }#main-content { background: #ffffff; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-flex: 2; flex: 2 0 auto; z-index: 2; position: relative; }.main-content-background { -webkit-box-flex: 2; flex: 2 0 auto; }h1, h2, h3, h4, h5, h6 { color: #151515; line-height: 125%; font-weight: normal; margin-top: 0px; overflow-wrap: break-word; }h1 { font-size: 30px; margin-bottom: 20px; }h2 { font-size: 25px; margin-bottom: 20px; }h3 { font-size: 18px; margin-bottom: 20px; }.comment-content ul, .entry-content ul { list-style-type: disc; }ul, ol, dl { margin-left: 14px; }dfn, cite, em, i, address, q, samp, var { font-style: italic; }figure { margin: 0px; }p, dd, pre, ul, ol, dl { margin-bottom: 20px; }a, .ut-custom-link-module i, .ut-title-style1, .entry-title, #ut-portfolio-navigation-wrap a span { cursor: pointer; text-decoration: none; outline: 0px; transition:color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }a:hover { color: #151515; cursor: pointer; }a img { border: none; vertical-align: bottom; }img { height: auto; max-width: 100%; border: 0px; vertical-align: bottom; image-rendering: -webkit-optimize-contrast; }.ut-horizontal-navigation { position: relative; }.ut-horizontal-navigation ul, .ut-horizontal-navigation ul li, .ut-horizontal-navigation ul ul { list-style: none; margin: 0px; padding: 0px; }.ut-horizontal-navigation ul { position: relative; z-index: 9999; }.ut-horizontal-navigation ul li { zoom: 1; }.ut-horizontal-navigation ul li.hover, .ut-horizontal-navigation ul li:hover { position: relative; z-index: 9999; cursor: default; }.ut-horizontal-navigation li { margin: 0px; float: left; zoom: 1; }.ut-horizontal-navigation ul ul { visibility: hidden; position: absolute; min-width: 260px; z-index: 9998; width: auto; padding: 0px; }.ut-horizontal-navigation ul li li a:not(.bklyn-btn):not(.ut-remove-header-cart-item) { display: block; text-decoration: none; position: relative; border-right: none; }.ut-horizontal-navigation ul ul li { float: none; white-space: nowrap; margin: 0px; line-height: 1; border-radius: 0px; }#ut-header-placeholder { -webkit-box-flex: 1; flex: 1 0 auto; }#header-section { line-height: 80px; will-change: transform; box-sizing: border-box; }.grid-container .ha-header-perspective { padding: 0px; }.ha-header { position: relative; top: 0px; left: 0px; width: 100%; padding: 0px; z-index: 10000; transform: translate3d(0px, 0px, 0px); box-shadow: transparent 0px 0px, transparent 0px 0px, rgba(0, 0, 0, 0.1) 0px 5px 5px -4px; }#header-section { transition: 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }#ut-header-placeholder { transition:height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }#header-section.ut-header-floating { position: fixed; }.ha-header-perspective { width: 100%; height: 100%; position: relative; }.ha-header-perspective > div { position: relative; }.ha-header-front { z-index: 2; }.site-logo { color: #151515; display: table; text-align: left; margin: 0px; height: 80px; position: relative; }.site-logo img { max-height: 60px; vertical-align: middle; white-space: nowrap; color: transparent; }.page-header, .parallax-header, .section-header { text-align: center; padding-bottom: 30px; position: relative; }.page-title, .parallax-title, .section-title { font-size: 30px; margin-bottom: 20px; position: relative; }.header-left { text-align: left; }@media (max-width: 767px){.header-mobile-center { text-align: center; }.header-mobile-center .page-title, .header-mobile-center .parallax-title, .header-mobile-center .section-title { text-align: center; }.page-header.header-mobile-center, .section-header.header-mobile-center, .parallax-header.header-mobile-center { text-align: center; }#ut-sitebody .header-mobile-center .lead { text-align: center; }}.lead, .taxonomy-description { font-size: 1.125em; line-height: 200%; }.ut-offset-anchor { width: 0px; height: 0px; display: block; overflow: hidden; visibility: hidden; }.ut-bklyn-onepage .ut-offset-anchor, .ut-bklyn-multisite .ut-offset-anchor { position: absolute; top: 0px; left: 0px; }.ut-bklyn-multisite .ut-scroll-up-waypoint { position: absolute; bottom: 0px; left: 0px; }@-webkit-keyframes fade-out { 33% { opacity: 1; } 66% { opacity: 0; } }@keyframes fade-out { 33% { opacity: 1; } 66% { opacity: 0; } }.ut-horizontal-navigation { font-family: ralewaymedium, sans-serif; float: right; }.ut-horizontal-navigation ul { position: relative; float: right; }.ut-horizontal-navigation ul li { position: relative; display: block; float: left; z-index: 2; }.ut-horizontal-navigation a { white-space: nowrap; text-transform: uppercase; font-size: 12px; position: relative; text-decoration: none; display: block; }.ut-main-navigation-link { padding-left: 15px; padding-right: 15px; }#header-section[data-style="style-6"] #navigation.ut-horizontal-navigation ul li:last-child .ut-main-navigation-link, #header-section[data-style="default"] #navigation.ut-horizontal-navigation ul li:last-child .ut-main-navigation-link { padding-right: 0px; }.ut-horizontal-navigation.ut-navigation-style-separator ul li a::after { content: "•"; position: absolute; top: 0px; color: #151515; left: -4px; }.ut-horizontal-navigation.ut-navigation-style-separator ul li:first-child a::after { display: none; }.ut-navigation-with-description-above .ut-main-navigation-link span { position: relative; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link { display: flex; -webkit-box-align: center; align-items: center; height: 80px; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span { line-height: 1; display: block; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span::before { content: attr(data-description); line-height: initial; font-size: 0.9em; display: block; text-align: right; margin-bottom: 2px; }#header-section, .ut-placeholder-light { background: #ffffff; }#header-section { border-bottom: 1px solid #dddddd; }#header-section .ut-top-header-sub-menu ul, #header-section .ut-horizontal-navigation .sub-menu, #header-section .ut-megamenu { background: #ffffff; border-width: 1px; border-style: solid; border-color: #dddddd; }#header-section .ut-header-extra-module .sub-menu, #header-section .ut-top-header-sub-menu ul, #header-section .ut-navigation-with-animation .sub-menu, #header-section .ut-navigation-with-animation .ut-megamenu { transition: 0.3s; }.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu > .ut-megamenu, .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0 > ul.sub-menu { top: 150%; }.ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover > .ut-megamenu, .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover > ul.sub-menu { top: 100%; }#header-section, #header-section .ut-deactivated-link, #header-section .ut-deactivated-link:hover, #header-section .ut-deactivated-link:active { color: #151515; }#header-section a { color: #151515; }#header-section .ut-navigation-style-separator ul li a::after { color: #151515; }.ut-horizontal-navigation ul.sub-menu { box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px; text-align: left; opacity: 0; top: 100%; pointer-events: none; transform: translate3d(0px, 0px, 0px); }.ut-horizontal-navigation ul.sub-menu li > a { transition:color, background 0.3s, 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-horizontal-navigation ul li:hover > ul.sub-menu { opacity: 1; visibility: visible; pointer-events: auto; }.ut-horizontal-navigation ul.sub-menu ul, .ut-horizontal-navigation ul.sub-menu li { margin-left: 0px; }.ut-horizontal-navigation ul.sub-menu li a::after { display: none; }.ut-horizontal-navigation ul.sub-menu li > a { min-width: 200px; position: static; margin: 0px; padding: 0px 40px; font-size: 10px; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; background: none !important; }.ut-horizontal-navigation ul.sub-menu li > a:not(.ut-remove-header-cart-item):not(.ut-header-mini-cart-link) { height: 30px; line-height: 30px; }#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:first-child { padding-top: 40px; }#ut-sitebody .ut-horizontal-navigation ul.sub-menu li:last-child { padding-bottom: 40px; }.ut-mm-trigger, .ut-header-cart-mobile { display: inline; float: right; }.ut-mm-trigger { cursor: pointer; text-align: right; position: relative; line-height: 80px; height: 80px; }#ut-mobile-nav { margin: 0px; }.ut-mobile-menu { line-height: 150%; margin: 0px; }#ut-mobile-menu { margin: 0px; padding: 10px 0px 0px 10px; text-align: left; font-size: 14px; }.ut-mobile-menu .sub-menu { margin: 0px 0px 0px 15px; }.ha-transparent .ut-mobile-menu a:not(.bklyn-btn), .ut-header-dark .ut-mobile-menu a:not(.bklyn-btn), .ut-mobile-menu a:not(.bklyn-btn) { padding: 10px 0px 10px 30px; display: block; position: relative; transition:none 0s ease; }.ut-mobile-menu a:not(.bklyn-btn) { color: #151515; }.ut-mobile-menu a:last-child { border-bottom: none; }.ut-header-light .ut-mobile-menu a:hover { color: #ffffff !important; }.ut-header-light #ut-mobile-nav { background: #ffffff; }.ut-header-light .ut-mobile-menu a { border-bottom: 1px solid #dddddd; }.ut-mobile-menu a:hover::before, .ut-mobile-menu a:hover { color: #ffffff; }.ut-mobile-menu li { padding: 0px; margin: 0px; }#ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span::before, #ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger:not(.is-active) span, #ut-sitebody .ut-header-light .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span::after { background-color: #151515; }#ut-mobile-nav { overflow: hidden; position: relative; left: -10px; display: none; }.ut-scroll-pane-wrap { overflow: hidden; }.ut-scroll-pane { overflow-y: scroll; padding-right: 20px; }.post .entry-content > :last-child:last-child, .page .entry-content > :last-child:last-child { margin-bottom: 0px; }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; position: absolute !important; }.sidebar, .widget-container ul { margin: 0px; padding: 0px; list-style: none; }.widget-container { margin-bottom: 20px; }.widget-container select, .widget-container ul { margin-bottom: 20px; }.widget_categories ul, .widget_pages ul, .widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul, .widget_meta ul, .widget_archive ul, .widget_media_image img { margin-bottom: 20px; }.widget_categories li, .widget_pages li, .widget_nav_menu li, .widget_recent_entries li, .widget_recent_comments li, .widget_recent_comments li.recentcomments, .widget_meta li, .widget_archive li { padding-left: 15px; position: relative; }.widget-container li:last-child { margin-bottom: 0px; padding-bottom: 0px; border-bottom: none; }.widget_recent_comments li::before, .widget_recent_comments li.recentcomments::before, .widget_categories li::before, .widget_pages li::before, .widget_nav_menu li::before, .widget_recent_entries li::before, .widget_meta li::before, .widget_archive li::before, .tweet_list li::before { font-family: FontAwesome; content: ""; font-weight: normal; font-style: normal; position: absolute; top: 0px; left: 0px; color: #151515; transition: 0.2s linear; }.footer { padding: 0px; background: #ffffff; position: relative; }.copyright { padding: 0px; margin: 0px; font-size: 11px; display: block; text-transform: uppercase; line-height: 150%; }.ut-footer-area { color: #777777; }.ut-spacing-80 .ut-footer-area, .ut-spacing-120 .ut-footer-area, .ut-spacing-160 .ut-footer-area, .ut-spacing-200 .ut-footer-area { padding-bottom: 40px; padding-top: 40px; }.footer.ut-footer-has-widgets { padding: 40px 0px 0px; }.footer-content { background: #ffffff; color: #151515; text-align: center; padding: 40px 0px; }.ut-footer-has-widgets .footer-content { padding: 20px 0px; }.ut-footer-area ul.sidebar a { color: #151515; }.footer-content a, .copyright a { color: #151515; font-weight: bold; text-transform: uppercase; }.ut-new-hide { display: none; }@-webkit-keyframes stroke-offset { 0% { stroke-dashoffset: 35%; stroke-dasharray: 0, 100%; } }@keyframes stroke-offset { 0% { stroke-dashoffset: 35%; stroke-dasharray: 0, 100%; } }@keyframes rotate { 100% { transform: rotate(360deg); } }@keyframes rotate-reverse { 100% { transform: rotate(-360deg); } }@keyframes dash { 0% { stroke-dasharray: 2000, 2600; stroke-dashoffset: 0; } 50% { stroke-dasharray: 2400, 2600; stroke-dashoffset: -500px; } 100% { stroke-dasharray: 2000, 2600; stroke-dashoffset: 0; } }@keyframes dash2 { 0% { stroke-dasharray: 100, 2600; stroke-dashoffset: -2000px; } 50% { stroke-dasharray: 500, 2600; stroke-dashoffset: -1000px; } 100% { stroke-dasharray: 100, 2600; stroke-dashoffset: -1960px; } }.ut-hamburger-wrap { -webkit-box-flex: 1; flex: 1 1 0%; display: flex; -webkit-box-pack: end; justify-content: flex-end; }@media (max-width: 767px){.ut-hamburger-wrap { height: 60px; }}.ut-hamburger { display: inline-block; background: transparent; position: relative; overflow: hidden; margin: 0px; padding: 0px; width: 40px; height: 32px; font-size: 0px; text-indent: -9999px; box-shadow: none; border-radius: 0px; border: none; cursor: pointer; transition:opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-hamburger:hover, .ut-hamburger:active, .ut-hamburger:focus { background: transparent; }.ut-hamburger:focus { outline: none; }.ut-hamburger span { display: block; position: absolute; top: 14px; left: 6px; right: 6px; height: 3px; background: white; }.ut-hamburger span::before, .ut-hamburger span::after { position: absolute; display: block; left: 0px; width: 100%; height: 3px; background-color: #ffffff; content: ""; }.ut-hamburger span::before { top: -7px; }.ut-hamburger span::after { bottom: -7px; }.ut-hamburger--cross span, .ut-hamburger--cross span::before, .ut-hamburger--cross span::after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s; }.ut-hamburger--cross span, .ut-hamburger--cross span::before { transition-property: top, background, transform, -webkit-transform; }.ut-hamburger--cross span::after { transition-property: bottom, background, transform, -webkit-transform; }@-webkit-keyframes loading2 { 0% { transform: translateX(0px) scale(1); } 25% { transform: translateX(-50px) scale(0.3); } 50% { transform: translateX(0px) scale(1); } 75% { transform: translateX(50px) scale(0.3); } 100% { transform: translateX(0px) scale(1); } }@keyframes loading2 { 0% { transform: translateX(0px) scale(1); } 25% { transform: translateX(-50px) scale(0.3); } 50% { transform: translateX(0px) scale(1); } 75% { transform: translateX(50px) scale(0.3); } 100% { transform: translateX(0px) scale(1); } }@-webkit-keyframes loading3 { 0% { transform: rotate(0deg); } 25% { transform: rotate(180deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(360deg); } 100% { transform: rotate(360deg); } }@keyframes loading3 { 0% { transform: rotate(0deg); } 25% { transform: rotate(180deg); } 50% { transform: rotate(180deg); } 75% { transform: rotate(360deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes loading3-inner { 0% { height: 0%; } 25% { height: 0%; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0%; } }@keyframes loading3-inner { 0% { height: 0%; } 25% { height: 0%; } 50% { height: 100%; } 75% { height: 100%; } 100% { height: 0%; } }@-webkit-keyframes ball4 { 0% { transform: translate(0px, 0px); } 5% { transform: translate(8px, -14px); } 10% { transform: translate(15px, -10px); } 17% { transform: translate(23px, -24px); } 20% { transform: translate(30px, -20px); } 27% { transform: translate(38px, -34px); } 30% { transform: translate(45px, -30px); } 37% { transform: translate(53px, -44px); } 40% { transform: translate(60px, -40px); } 50% { transform: translate(60px, 0px); } 57% { transform: translate(53px, -14px); } 60% { transform: translate(45px, -10px); } 67% { transform: translate(37px, -24px); } 70% { transform: translate(30px, -20px); } 77% { transform: translate(22px, -34px); } 80% { transform: translate(15px, -30px); } 87% { transform: translate(7px, -44px); } 90% { transform: translate(0px, -40px); } 100% { transform: translate(0px, 0px); } }@keyframes ball4 { 0% { transform: translate(0px, 0px); } 5% { transform: translate(8px, -14px); } 10% { transform: translate(15px, -10px); } 17% { transform: translate(23px, -24px); } 20% { transform: translate(30px, -20px); } 27% { transform: translate(38px, -34px); } 30% { transform: translate(45px, -30px); } 37% { transform: translate(53px, -44px); } 40% { transform: translate(60px, -40px); } 50% { transform: translate(60px, 0px); } 57% { transform: translate(53px, -14px); } 60% { transform: translate(45px, -10px); } 67% { transform: translate(37px, -24px); } 70% { transform: translate(30px, -20px); } 77% { transform: translate(22px, -34px); } 80% { transform: translate(15px, -30px); } 87% { transform: translate(7px, -44px); } 90% { transform: translate(0px, -40px); } 100% { transform: translate(0px, 0px); } }@-webkit-keyframes barUp1 { 0% { transform: scale(1, 0.2); } 40% { transform: scale(1, 0.2); } 50% { transform: scale(1, 1); } 90% { transform: scale(1, 1); } 100% { transform: scale(1, 0.2); } }@keyframes barUp1 { 0% { transform: scale(1, 0.2); } 40% { transform: scale(1, 0.2); } 50% { transform: scale(1, 1); } 90% { transform: scale(1, 1); } 100% { transform: scale(1, 0.2); } }@-webkit-keyframes barUp2 { 0% { transform: scale(1, 0.4); } 40% { transform: scale(1, 0.4); } 50% { transform: scale(1, 0.8); } 90% { transform: scale(1, 0.8); } 100% { transform: scale(1, 0.4); } }@keyframes barUp2 { 0% { transform: scale(1, 0.4); } 40% { transform: scale(1, 0.4); } 50% { transform: scale(1, 0.8); } 90% { transform: scale(1, 0.8); } 100% { transform: scale(1, 0.4); } }@-webkit-keyframes barUp3 { 0% { transform: scale(1, 0.6); } 100% { transform: scale(1, 0.6); } }@keyframes barUp3 { 0% { transform: scale(1, 0.6); } 100% { transform: scale(1, 0.6); } }@-webkit-keyframes barUp4 { 0% { transform: scale(1, 0.8); } 40% { transform: scale(1, 0.8); } 50% { transform: scale(1, 0.4); } 90% { transform: scale(1, 0.4); } 100% { transform: scale(1, 0.8); } }@keyframes barUp4 { 0% { transform: scale(1, 0.8); } 40% { transform: scale(1, 0.8); } 50% { transform: scale(1, 0.4); } 90% { transform: scale(1, 0.4); } 100% { transform: scale(1, 0.8); } }@-webkit-keyframes barUp5 { 0% { transform: scale(1, 1); } 40% { transform: scale(1, 1); } 50% { transform: scale(1, 0.2); } 90% { transform: scale(1, 0.2); } 100% { transform: scale(1, 1); } }@keyframes barUp5 { 0% { transform: scale(1, 1); } 40% { transform: scale(1, 1); } 50% { transform: scale(1, 0.2); } 90% { transform: scale(1, 0.2); } 100% { transform: scale(1, 1); } }@keyframes lol { 0% { opacity: 0; transform: translateX(-300px); } 33% { opacity: 1; transform: translateX(0px); } 66% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(300px); } }@-webkit-keyframes lol { 0% { opacity: 0; transform: translateX(-300px); } 33% { opacity: 1; transform: translateX(0px); } 66% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(300px); } }@-webkit-keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { transform: scale3d(1, 1, 1); } 35% { transform: scale3d(0, 0, 1); } }@keyframes sk-cubeGridScaleDelay { 0%, 70%, 100% { transform: scale3d(1, 1, 1); } 35% { transform: scale3d(0, 0, 1); } }@-webkit-keyframes ut-sk-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }@keyframes ut-sk-bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }@-webkit-keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } }@keyframes sk-circleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } }@media (max-width: 767px){body { font-size: 14px; }html { border: none; margin-left: 0px !important; margin-right: 0px !important; }#header-section { line-height: 60px !important; padding: 0px !important; }#ut-header-placeholder { height: 60px !important; min-height: 60px !important; }.site-logo, .ut-mm-trigger, .ut-mm-button, .ut-hamburger-wrap, .ut-header-cart-mobile, .ut-header-cart-mobile .ut-header-cart { height: 60px !important; line-height: 60px !important; }.site-logo img { max-height: 30px; }.ha-header-perspective { padding-left: 10px; padding-right: 10px; }.sidebar { padding-left: 0px !important; }#ut-sitebody .lead { font-size: 1.125em; line-height: 170%; text-align: center; padding: 0px !important; }.page-title, .parallax-title, .section-title { font-size: 35px; line-height: 125% !important; }.parallax-header, .page-header, .section-header { margin-left: 0px !important; margin-right: 0px !important; }.footer.ut-footer-mobile-off, .footer.ut-footer-mobile-off.ut-footer-has-widgets { padding-top: 0px; }.ut-footer-mobile-off .ut-footer-area { display: none; padding: 0px; }.ut-footer-area { padding: 40px 0px; }}.vc_section { margin-left: 0px; margin-right: 0px; }.vc_section[data-vc-full-width] { margin-left: -20px; margin-right: -20px; padding-left: 0px; padding-right: 0px; }@-webkit-keyframes BrooklynFadeInLeft { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInLeft { 0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInRight { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInRight { 0% { opacity: 0; transform: translate3d(50px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 50px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInLeftShort { 0% { opacity: 0; transform: translate3d(-25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInLeftShort { 0% { opacity: 0; transform: translate3d(-25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInDownShortCut { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInDownShortCut { 0% { opacity: 0; transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInRightShort { 0% { opacity: 0; transform: translate3d(25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInRightShort { 0% { opacity: 0; transform: translate3d(25px, 0px, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeInUpShortCut { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@keyframes BrooklynFadeInUpShortCut { 0% { opacity: 0; transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@keyframes BrooklynFadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); } }@-webkit-keyframes BrooklynFadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }@keyframes BrooklynFadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(50px, 0px, 0px); } }.ut-hover-cursor { position: fixed; will-change: transform; pointer-events: none; z-index: 100001; transform: translate3d(-100%, -100%, 0px); width: 80px; height: 80px; transition:opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-hover-cursor .ut-hover-cursor-inner { display: block; width: 80px; height: 80px; transform: translate3d(-50%, -50%, 0px); transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); transform-origin: center center; }.ut-hover-cursor svg { width: 100%; height: auto; }.ut-hover-cursor svg ellipse.circle { transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); transform-origin: center center; shape-rendering: geometricprecision; }.ut-hover-cursor svg ellipse.circle { fill: transparent; stroke: rgba(255, 255, 255, 0.3); stroke-width: 1px; }.ut-hover-cursor svg ellipse.circle-animation { fill: transparent; stroke: rgba(255, 255, 255, 0.3); stroke-width: 1; shape-rendering: geometricprecision; stroke-dasharray: 150.72; transform-origin: center center; opacity: 0; }.ut-hover-cursor svg ellipse.circle-inner, .ut-hover-cursor svg ellipse.circle-spinner { transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); fill: #ffffff; transform-origin: center center; }.ut-hover-cursor svg .plus, .ut-hover-cursor svg .cross-left, .ut-hover-cursor svg .cross-right, .ut-hover-cursor svg .arrow, .ut-hover-cursor svg .play { fill: #ffffff; transform-origin: center center; transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1); transform: scale(0); }.ut-hover-cursor svg .arrow.arrow-right { transform: scale(0) rotate(180deg); }.ut-hover-cursor svg .plus { shape-rendering: crispedges; }.ut-hover-cursor svg .plus.rotate { transform: scale(0) rotate(90deg); }.ut-hover-cursor svg .cross-left { transform: scale(0) rotate(45deg); }.ut-hover-cursor svg .cross-right { transform: scale(0) rotate(-45deg); }#ut-hover-cursor-pulse { width: 88px; height: 88px; border-radius: 50%; transform: translate3d(-100%, -100%, 0px); margin: -4px 0px 0px -4px; background: rgba(255, 255, 255, 0.5); opacity: 0.3; position: fixed; will-change: transform; pointer-events: none; top: 0px; backface-visibility: hidden; z-index: 100000; }.ut-hover-cursor.ut-hover-cursor-small svg ellipse.circle, .ut-hover-cursor.ut-hover-cursor-small svg ellipse.circle-animation { transform: scale(0.5); }@-webkit-keyframes circle-animation { 0% { transform: rotate(0deg); stroke-dashoffset: 31.68; } 50% { transform: rotate(720deg); stroke-dashoffset: 150.72; } 100% { transform: rotate(1080deg); stroke-dashoffset: 31.68; } }@keyframes circle-animation { 0% { transform: rotate(0deg); stroke-dashoffset: 31.68; } 50% { transform: rotate(720deg); stroke-dashoffset: 150.72; } 100% { transform: rotate(1080deg); stroke-dashoffset: 31.68; } }@media (max-width: 1024px){.ut-hover-cursor, #ut-hover-cursor-pulse { display: none; }}@keyframes GlitchUT1 { 0% { transform: translate(0px); } 20% { transform: translate(-5px, 5px); } 40% { transform: translate(-5px, -5px); } 60% { transform: translate(5px, 5px); } 80% { transform: translate(5px, -5px); } 100% { transform: translate(0px); } }@keyframes GlitchUT2After { 0% { clip-path: inset(47% 52% 53% 0px); } 5% { clip-path: inset(18% 19% 9% 0px); } 10% { clip-path: inset(58% 13% 16% 0px); } 15% { clip-path: inset(3% 98% 73% 0px); } 20% { clip-path: inset(63% 65% 39% 0px); } 25% { clip-path: inset(56% 84% 18% 0px); } 30% { clip-path: inset(15% 91% 66% 0px); } 35% { clip-path: inset(40% 16% 36% 0px); } 40% { clip-path: inset(32% 54% 67% 0px); } 45% { clip-path: inset(80% 91% 65% 0px); } 50% { clip-path: inset(33% 61% 93% 0px); } 55% { clip-path: inset(46% 21% 91% 0px); } 60% { clip-path: inset(12% 54% 98% 0px); } 65% { clip-path: inset(95% 33% 59% 0px); } 70% { clip-path: inset(67% 29% 63% 0px); } 75% { clip-path: inset(92% 67% 34% 0px); } 80% { clip-path: inset(26% 75% 71% 0px); } 85% { clip-path: inset(58% 4% 33% 0px); } 90% { clip-path: inset(39% 26% 52% 0px); } 95% { clip-path: inset(71% 46% 3% 0px); } 100% { clip-path: inset(20% 82% 71% 0px); } }@keyframes GlitchUT2Before { 0% { clip-path: inset(35% 88% 1% 0px); } 5% { clip-path: inset(76% 61% 69% 0px); } 10% { clip-path: inset(77% 93% 32% 0px); } 15% { clip-path: inset(56% 97% 45% 0px); } 20% { clip-path: inset(53% 59% 22% 0px); } 25% { clip-path: inset(30% 7% 6% 0px); } 30% { clip-path: inset(98% 31% 37% 0px); } 35% { clip-path: inset(86% 38% 89% 0px); } 40% { clip-path: inset(8% 82% 4% 0px); } 45% { clip-path: inset(95% 7% 46% 0px); } 50% { clip-path: inset(79% 73% 11% 0px); } 55% { clip-path: inset(75% 51% 33% 0px); } 60% { clip-path: inset(28% 8% 93% 0px); } 65% { clip-path: inset(89% 70% 60% 0px); } 70% { clip-path: inset(65% 54% 77% 0px); } 75% { clip-path: inset(65% 91% 74% 0px); } 80% { clip-path: inset(13% 27% 93% 0px); } 85% { clip-path: inset(45% 10% 64% 0px); } 90% { clip-path: inset(86% 3% 41% 0px); } 95% { clip-path: inset(15% 58% 1% 0px); } 100% { clip-path: inset(88% 33% 19% 0px); } }#header-section { backface-visibility: hidden; }@media (max-width: 1024px){.vc_row.vc_column-gap-0 { margin-left: 0px; margin-right: 0px; }.vc_row.vc_column-gap-20 { margin-left: -10px; margin-right: -10px; }.vc_section[data-vc-full-width] > .vc_row:not(.vc_row-has-fill).vc_column-gap-20 { margin-left: 10px; margin-right: 10px; }}.vc_row[data-vc-stretch-content="true"]:not(.ut-row-has-filled-cols).vc_column-gap-20 { padding-left: 30px; padding-right: 30px; }.vc_row:not(.vc_row-has-fill):not(.ut-row-has-filled-cols).vc_column-gap-20 + .vc_row-full-width + .vc_row:not(.vc_row-has-fill):not(.ut-row-has-filled-cols).vc_column-gap-20 { margin-top: 0px; }.vc_row:not(.vc_row-has-fill):not(.ut-row-has-filled-cols).vc_column-gap-20 + .vc_row-full-width + .vc_row:not(.vc_row-has-fill):not(.ut-row-has-filled-cols).vc_column-gap-0 { margin-top: 70px; }a { color: #e62241; }a:hover, a:active, .lead a:hover, .lead a:active, .logged-in-as a:hover, .logged-in-as a:active, .ut-twitter-rotator h2 a:hover, .ut-twitter-rotator h2 a:active, .wpb_text_column a:hover, .wpb_text_column a:active, .section-title a:hover, .section-title a:active, .ut-accordion-module-inner.entry-content a:hover, .ut-accordion-module-inner.entry-content a:active, .ut-vc-disabled .entry-content a:not(.checkout-button):not(.woocommerce-Button):hover, .ut-vc-disabled .entry-content a:not(.checkout-button):not(.woocommerce-Button):active, .comment-content a:not(.more-link):hover, .comment-content a:not(.more-link):active, .type-post .entry-content :not(.tags-links) a:not(.more-link):not([class*="mashicon-"]):not(.ut-prev-gallery-slide):not(.ut-next-gallery-slide):not(.ut-slider-maximize):not(.ut-owl-video-play-icon):not(.owl-item-link):not(.flex-prev):not(.flex-next):hover, .type-post .entry-content :not(.tags-links) a:not(.more-link):not([class*="mashicon-"]):not(.ut-prev-gallery-slide):not(.ut-next-gallery-slide):not(.ut-slider-maximize):not(.ut-owl-video-play-icon):not(.owl-item-link):not(.flex-prev):not(.flex-next):active { color: #e62241; }.bklyn-btn { background: #e62241; }.site-logo img, .ut-site-logo img { opacity: 1; }body { font-family: "Open Sans"; font-weight: 400; }h1, h1.product_title { font-family: Cardo; font-weight: 700; }h1 { color: #151515; }h2 { font-family: "Open Sans"; font-weight: 600; font-size: 25px; font-style: normal; }h2 { color: #151515; }h3 { font-family: "Open Sans"; font-weight: 600; font-size: 18px; font-style: normal; line-height: 30px; }h3 { color: #151515; }.lead, .dark .lead, .taxonomy-description { font-family: "Open Sans"; font-weight: 400; font-size: 18px; line-height: 32px; }.ut-morph-box-item-wrap h3, .ut-morph-box-item-wrap p { color: #ffffff; }.ut-morph-box-close { fill: #ffffff; }.ut-morph-box-item-wrap { background: #d5051f; }.ut-morph-box-close { background: #d5051f; }.ut-morph-box-item-wrap h3 { letter-spacing: -0.03em; font-weight: 600; }.grid-container, .ut-top-header-centered .ut-header-inner, #ut-overlay-menu.ut-overlay-menu-centered .ut-overlay-menu-row { max-width: 1300px; }.ut-vc-offset-anchor-top, .ut-vc-offset-anchor-bottom, .ut-portfolio-offset-anchor-top { position: absolute; width: 0px; height: 0px; display: block; overflow: hidden; visibility: hidden; }.ut-vc-offset-anchor-top, .ut-portfolio-offset-anchor-top { top: 0px; left: 0px; }.ut-vc-offset-anchor-bottom { left: 0px; bottom: 0px; }blockquote, img.size-auto, img.alignnone, img.size-full, img.size-large, img.size-medium, img.size-thumbnail, .ut-animate-image, .animated { animation-duration: 1.5s; }@-webkit-keyframes heroFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@keyframes heroFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@-webkit-keyframes heroRelFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@keyframes heroRelFadeIn { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }@-webkit-keyframes heroFadeInLeft { 0% { opacity: 0; transform: translate3d(-200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInLeft { 0% { opacity: 0; transform: translate3d(-200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroFadeInRight { 0% { opacity: 0; transform: translate3d(200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInRight { 0% { opacity: 0; transform: translate3d(200px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 200px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInUp { 0% { opacity: 0; transform: translate3d(0px, 200px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -200px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes heroFadeInDown { 0% { opacity: 0; transform: translate3d(0px, -200px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes heroKenBurns { 0% { opacity: 0; transform-origin: center bottom; } 5% { opacity: 1; } 100% { transform: scale3d(1.3, 1.3, 1.3); animation-timing-function: ease-in; opacity: 1; } }@keyframes heroKenBurns { 0% { opacity: 0; transform-origin: center bottom; } 5% { opacity: 1; } 100% { transform: scale3d(1.3, 1.3, 1.3); animation-timing-function: ease-in; opacity: 1; } }@-webkit-keyframes heroKenBurnsOut { 0% { opacity: 0; transform-origin: center bottom; transform: scale3d(1.3, 1.3, 1.3); } 5% { opacity: 1; } 100% { transform: scale3d(1, 1, 1); animation-timing-function: ease-in; opacity: 1; } }@keyframes heroKenBurnsOut { 0% { opacity: 0; transform-origin: center bottom; transform: scale3d(1.3, 1.3, 1.3); } 5% { opacity: 1; } 100% { transform: scale3d(1, 1, 1); animation-timing-function: ease-in; opacity: 1; } }@-webkit-keyframes heroSlideInLeft { 0% { transform: translate3d(-200px, 0px, 0px); } 100% { transform: none; } }@keyframes heroSlideInLeft { 0% { transform: translate3d(-200px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes heroSlideInRight { 0% { transform: translate3d(200px, 0px, 0px); } 100% { transform: none; } }@keyframes heroSlideInRight { 0% { transform: translate3d(200px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes heroSlideInUp { 0% { transform: translate3d(0px, 200px, 0px); } 100% { transform: none; } }@keyframes heroSlideInUp { 0% { transform: translate3d(0px, 200px, 0px); } 100% { transform: none; } }@-webkit-keyframes heroSlideInDown { 0% { transform: translate3d(0px, -200px, 0px); } 100% { transform: none; } }@keyframes heroSlideInDown { 0% { transform: translate3d(0px, -200px, 0px); } 100% { transform: none; } }#ut-header-placeholder { height: 80px; max-height: 80px; }#header-section #ut-top-header .ut-top-header-sub-menu ul, #header-section #ut-mobile-menu a, #header-section #navigation.ut-horizontal-navigation a, #header-section #navigation-secondary.ut-horizontal-navigation a, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation ul.sub-menu li > a, #header-section .ut-horizontal-navigation .ut-navigation-dropdown-only a, #header-section .ut-header-extra-module .bklyn-btn-header .bklyn-btn, #header-section .ut-header-mini-cart-action .bklyn-btn.bklyn-btn-mini, #header-section .ut-horizontal-navigation div > .bklyn-btn, #header-section .ut-header-extra-module-custom-fields .ut-horizontal-navigation a.ut-main-navigation-link { font-family: "Open Sans"; font-weight: 600; font-size: 14px; font-style: normal; letter-spacing: -0.03em; text-transform: none; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link span::before { font-size: 0.65em; }#header-section #ut-top-header .ut-top-header-sub-menu ul, #header-section #navigation.ut-horizontal-navigation ul.sub-menu li > a, #header-section #navigation.ut-horizontal-navigation .ut-navigation-column-list li a, #header-section #navigation-secondary.ut-horizontal-navigation ul.sub-menu li > a, #header-section #navigation-secondary.ut-horizontal-navigation .ut-navigation-column-list li a, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation, #header-section .ut-header-extra-module-toolbar .ut-horizontal-navigation ul.sub-menu li > a, #header-section .ut-horizontal-navigation .ut-navigation-dropdown-only ul.sub-menu li > a { font-size: 12px; font-style: normal; font-weight: 600; text-transform: none; }#header-section a:hover, #header-section a:active { color: #e62241; }#header-section li.current_page_item:not(.menu-item-object-custom) > a, #header-section li.current-menu-item:not(.menu-item-object-custom) > a, #header-section li.current_page_parent > a, #header-section li.current_page_ancestor > a, #header-section li.current-menu-ancestor > a { color: #e62241; }#header-section .site-logo { width: 100%; }@media (max-width: 1024px){.ut-mobile-menu a:hover { background: #e62241; }.ut-mobile-menu a::after, .ut-mobile-menu a::before, .ut-mm-button:hover::before, .ut-mm-trigger.active .ut-mm-button::before { color: #e62241; }#ut-sitebody .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span::before, #ut-sitebody .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger:not(.is-active) span, #ut-sitebody .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span::after { background-color: #e62241; }#ut-sitebody .ut-mm-trigger .ut-hamburger span, #ut-sitebody .ut-mm-trigger .ut-hamburger span::before, #ut-sitebody .ut-mm-trigger .ut-hamburger span::after { height: 2px; }#ut-sitebody .ut-mm-trigger .ut-hamburger span::before, #ut-sitebody .ut-mm-trigger .ut-hamburger span::after { width: 100%; }}@media (max-width: 767px){#ut-sitebody .ut-mm-trigger .ut-hamburger { height: auto; }#ut-sitebody .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger span { top: 29px; }}#primary { float: left; }#primary .section-title, #ut-custom-hero .section-title, #ut-custom-contact-section .section-title { font-family: Cardo; font-weight: 700; font-size: 50px; font-style: normal; line-height: 60px; letter-spacing: -0.03em; }.bklyn-btn-with-effect { overflow: hidden; position: relative; z-index: 1; }.bklyn-btn-effect-winona { transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }.bklyn-btn-effect-winona > span { display: block; }.bklyn-btn-effect-winona::after { content: attr(data-text); position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0; padding: 1em 2.15em; transform: translate3d(0px, 25%, 0px); white-space: nowrap; display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; margin: 0px !important; }.bklyn-btn-effect-winona.bklyn-btn-icon-right::after { text-indent: -22px; }.bklyn-btn-effect-winona::after, .bklyn-btn-effect-winona > span { transition:transform, opacity 0.3s, 0.3s cubic-bezier(0.2, 1, 0.3, 1); }.bklyn-btn-effect-winona:hover > span { opacity: 0; transform: translate3d(0px, -25%, 0px); }.bklyn-section-separator { overflow: hidden; position: absolute; left: 0px; width: 100%; line-height: 0; direction: ltr; pointer-events: none; }.bklyn-section-separator.bklyn-section-separator-top { transform: rotate(180deg); top: -1px; }.bklyn-section-separator svg { display: block; width: calc(100% + 2px); position: relative; left: 50%; transform: translateX(-50%); }.bklyn-section-separator .bklyn-section-separator-path-fill { transform-origin: center center; transform: rotateY(0deg); }.ut-social-follow-module a:hover, .ut-social-follow-module a:active { color: #e62241; }.ut-js .ut-image-gallery-item:not(.animated) .ut-lazy { opacity: 0; transition:opacity 0.8s ease-out; }.vc_row-has-fill:not(:root), .vc_section-has-fill:not(:root), .vc_col-has-fill:not(:root) { backface-visibility: hidden; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle { stroke: #000000; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle { fill: rgba(255, 255, 255, 0); }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle-animation { stroke: #000000; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg ellipse.circle-inner { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .plus { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .arrow { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .cross-left, .ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] svg .cross-right { fill: #c60a28; }.ut-hover-cursor[data-skin="ut_id_5e53d14798cdb"] + #ut-hover-cursor-pulse { background: rgba(199, 10, 35, 0.5); }.vc_custom_1737964150198 { margin-bottom: 0px !important; }.vc_custom_1636982344077 { margin-bottom: 20px !important; }.vc_custom_1644746514978 { margin-bottom: 0px !important; }.vc_custom_1644746449871 { margin-bottom: 0px !important; }.footer-content a:hover { color: #e62241; }.toTop:hover, .copyright a:hover, .ut-footer-dark a.toTop:hover { color: #e62241; }.ut-footer-area ul.sidebar a:hover { color: #e62241; }#ut-sitebody .ut-footer-area, #ut-sitebody .ut-footer-area select, #ut-sitebody .ut-footer-area textarea, #ut-sitebody .ut-footer-area input[type="text"], #ut-sitebody .ut-footer-area input[type="tel"], #ut-sitebody .ut-footer-area input[type="email"], #ut-sitebody .ut-footer-area input[type="password"], #ut-sitebody .ut-footer-area input[type="number"], #ut-sitebody .ut-footer-area input[type="search"] { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .ut-footer-area a { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .ut-footer-area a:hover, #ut-sitebody .ut-footer-area a:active { color: #ffffff !important; }#ut-sitebody .ut-footer-area .fa, #ut-sitebody .ut-footer-areaa .fa, #ut-sitebody .ut-footer-area .widget_categories li::before, #ut-sitebody .ut-footer-area .widget_pages li::before, #ut-sitebody .ut-footer-area .widget_nav_menu li::before, #ut-sitebody .ut-footer-area .widget_recent_entries li::before, #ut-sitebody .ut-footer-area .widget_meta li::before, #ut-sitebody .ut-footer-area .widget_archive li::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-address::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-phone::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-fax::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-email::before, #ut-sitebody .ut-footer-area .ut_widget_contact .ut-internet::before, #ut-sitebody .ut-footer-area .tweet_list li::before, #ut-sitebody .ut-footer-area .widget_recent_comments li::before, #ut-sitebody .ut-footer-area .widget_recent_comments li.recentcomments::before { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .footer-content, #ut-sitebody .footer-content .copyright { color: rgba(255, 255, 255, 0.5) !important; }#ut-sitebody .footer-content a { color: rgba(255, 255, 255, 0.5); }#ut-sitebody .footer-content a:hover, #ut-sitebody .footer-content a:focus, #ut-sitebody .footer-content a:active { color: #ffffff; }.copyright:not(a) { font-weight: 600; }.copyright a { font-weight: 600; }.footer.ut-footer-custom, .ut-footer-custom a.toTop { background: #141618; }.footer .footer-content { background: #131416; padding-top: 20px; }.footer.ut-footer-has-widgets { padding: 0px; }.boostKeyframe { transform: scale3d(1, 1, 1); }#ut_header_68ededb79b38e h1.section-title { letter-spacing: -0.03em; font-size: 80px !important; line-height: 90px !important; }#ut-empty-space-68ededb79bd56 { height: 30px; }@media (max-width: 767px){#ut-empty-space-68ededb79bd56 { height: 30px; display: block; }}#ut_scv_68ededb79d031 .ut-service-column.ut-vertical h3 { font-size: 18px !important; line-height: 130% !important; }@media (max-width: 767px){#ut_scv_68ededb79d031 .ut-service-column.ut-vertical h3 { line-height: 130% !important; }}#ut_scv_68ededb79d031 .ut-service-column.ut-vertical h3 { margin-bottom: 20px; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { color: #151515; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover { color: #151515; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active { color: #151515; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus { color: #151515; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link i { color: #151515; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover i { color: #d5051f; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active i { color: #d5051f; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus i { color: #d5051f; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-weight: 500; }#ut_scv_68ededb79d031 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-size: 12px; }#ut_content_scv_68ededb79d032 .ut-information-box-inner-overlay { background: #ffffff; }#ut_content_scv_68ededb79d032 .ut-information-box-image-wrap.ut-pseudo-background-loaded::after { background-image: url(//www.auguri.at/wordpress/wp-content/swift-ai/images/wordpress/wp-content/uploads/2020/10/kevin-bhagat-KJVpz1aS5Fk-unsplash-1300x867-jpg.webp); }#ut-svg-68ededb79d17e { display: none; }#ut-svg-68ededb79d17e.ut-svg-loaded { display: block; }#ut-svg-68ededb79d17e path { stroke: #e62241; }#ut-svg-68ededb79d17e [data-name="layer1"] { stroke: #e62241; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical h3 { font-size: 18px !important; line-height: 130% !important; }@media (max-width: 767px){#ut_scv_68ededb79d75b .ut-service-column.ut-vertical h3 { line-height: 130% !important; }}#ut_scv_68ededb79d75b .ut-service-column.ut-vertical h3 { margin-bottom: 20px; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link { color: #151515; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover { color: #151515; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active { color: #151515; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus { color: #151515; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link i { color: #151515; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover i { color: #d5051f; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active i { color: #d5051f; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus i { color: #d5051f; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-weight: 500; }#ut_scv_68ededb79d75b .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-size: 12px; }#ut_content_scv_68ededb79d75c .ut-information-box-inner-overlay { background: #ffffff; }#ut_content_scv_68ededb79d75c .ut-information-box-image-wrap.ut-pseudo-background-loaded::after { background-image: url(//www.auguri.at/wordpress/wp-content/swift-ai/images/wordpress/wp-content/uploads/2021/11/services-design-detail-1300x867-jpg.webp); }#ut-svg-68ededb79d882 { display: none; }#ut-svg-68ededb79d882.ut-svg-loaded { display: block; }#ut-svg-68ededb79d882 path { stroke: #e62241; }#ut-svg-68ededb79d882 [data-name="layer1"] { stroke: #e62241; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical h3 { font-size: 18px !important; line-height: 130% !important; }@media (max-width: 767px){#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical h3 { line-height: 130% !important; }}#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical h3 { margin-bottom: 20px; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { color: #151515; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover { color: #151515; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active { color: #151515; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus { color: #151515; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link i { color: #151515; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover i { color: #d5051f; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active i { color: #d5051f; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus i { color: #d5051f; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-weight: 500; }#ut_scv_68ededb79ddb5 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-size: 12px; }#ut_content_scv_68ededb79ddb6 .ut-information-box-inner-overlay { background: #ffffff; }#ut_content_scv_68ededb79ddb6 .ut-information-box-image-wrap.ut-pseudo-background-loaded::after { background-image: url(//www.auguri.at/wordpress/wp-content/swift-ai/images/wordpress/wp-content/uploads/2021/11/auguri-webdvelopment-detail-1300x867-jpg.webp); }#ut-svg-68ededb79deae { display: none; }#ut-svg-68ededb79deae.ut-svg-loaded { display: block; }#ut-svg-68ededb79deae path { stroke: #e62241; }#ut-svg-68ededb79deae [data-name="layer1"] { stroke: #e62241; }#ut-row-68ededb79c508 { margin-top: 0px !important; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical h3 { font-size: 18px !important; line-height: 130% !important; }@media (max-width: 767px){#ut_scv_68ededb79f42b .ut-service-column.ut-vertical h3 { line-height: 130% !important; }}#ut_scv_68ededb79f42b .ut-service-column.ut-vertical h3 { margin-bottom: 20px; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link { color: #151515; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover { color: #151515; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active { color: #151515; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus { color: #151515; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link i { color: #151515; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover i { color: #d5051f; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active i { color: #d5051f; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus i { color: #d5051f; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-weight: 500; }#ut_scv_68ededb79f42b .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-size: 12px; }#ut_content_scv_68ededb79f42c .ut-information-box-inner-overlay { background: #ffffff; }#ut_content_scv_68ededb79f42c .ut-information-box-image-wrap.ut-pseudo-background-loaded::after { background-image: url(//www.auguri.at/wordpress/wp-content/swift-ai/images/wordpress/wp-content/uploads/2021/11/services-events-detail-filter-1300x867-jpg.webp); }#ut-svg-68ededb79f53b { display: none; }#ut-svg-68ededb79f53b.ut-svg-loaded { display: block; }#ut-svg-68ededb79f53b path { stroke: #e62241; }#ut-svg-68ededb79f53b [data-name="layer1"] { stroke: #e62241; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical h3 { font-size: 18px !important; line-height: 130% !important; }@media (max-width: 767px){#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical h3 { line-height: 130% !important; }}#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical h3 { margin-bottom: 20px; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { color: #151515; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover { color: #151515; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active { color: #151515; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus { color: #151515; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link i { color: #151515; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:hover i { color: #d5051f; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:active i { color: #d5051f; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link:focus i { color: #d5051f; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-weight: 500; }#ut_scv_68ededb79fa87 .ut-service-column.ut-vertical a.ut-service-column-vertical-link { font-size: 12px; }#ut_content_scv_68ededb79fa88 .ut-information-box-inner-overlay { background: #ffffff; }#ut-svg-68ededb79fb89 { display: none; }#ut-svg-68ededb79fb89.ut-svg-loaded { display: block; }#ut-svg-68ededb79fb89 path { stroke: #e62241; }#ut-svg-68ededb79fb89 [data-name="layer1"] { stroke: #e62241; }#ut-row-68ededb79e8d6 { margin-top: 0px !important; }#ut-empty-space-68ededb7a12f8 { height: 110px; }@media (max-width: 767px){#ut-empty-space-68ededb7a12f8 { height: 70px; display: block; }}#ut_header_68ededb7a1764 h2.section-title { letter-spacing: -0.03em; font-size: 50px !important; line-height: 60px !important; }#ut-row-68ededb7a04d1 { margin-top: 0px !important; }#ut_fl_68ededb7a329c271551684.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68ededb7a329c271551684.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68ededb7a329c271551684 li { color: #d5051f; }#ut_fl_68ededb7a329c271551684 li span { color: #333333; }#ut_fl_68ededb7a329c271551684 ul { list-style-type: square; }#ut_fl_68ededb7a3fb2018856946.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68ededb7a3fb2018856946.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68ededb7a3fb2018856946 li { color: #d5051f; }#ut_fl_68ededb7a3fb2018856946 li span { color: #333333; }#ut_fl_68ededb7a3fb2018856946 ul { list-style-type: square; }#ut_fl_68ededb7a4c50026060695.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68ededb7a4c50026060695.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68ededb7a4c50026060695 li { color: #d5051f; }#ut_fl_68ededb7a4c50026060695 li span { color: #333333; }#ut_fl_68ededb7a4c50026060695 ul { list-style-type: square; }#bklyn_btn_68ededb7a5b7f .bklyn-btn { color: #151515 !important; border-color: #151515 !important; border-width: 2px !important; background-color: transparent !important; }#bklyn_btn_68ededb7a5b7f .bklyn-btn:hover { color: #151515 !important; border-color: #151515 !important; background-color: transparent !important; background-image: none !important; }#bklyn_btn_68ededb7a5b7f .bklyn-btn:focus { color: #151515 !important; border-color: #151515 !important; background-color: transparent !important; background-image: none !important; }#bklyn_btn_68ededb7a5b7f .bklyn-btn:active { color: #151515 !important; border-color: #151515 !important; background-color: transparent !important; background-image: none !important; }#bklyn_btn_68ededb7a5b7f .bklyn-btn::after { color: #151515 !important; }#bklyn_btn_68ededb7a5b7f a.bklyn-btn { font-weight: 600 !important; }#bklyn_btn_68ededb7a5b7f a.bklyn-btn { font-family: inherit !important; }#bklyn_btn_68ededb7a5b7f a.bklyn-btn { text-transform: none !important; }#bklyn_btn_68ededb7a5b7f.bklyn-btn-holder a { margin-bottom: 20px; }#bklyn_btn_68ededb7a5b7f a.bklyn-btn-effect-winona::after { margin-bottom: 20px; }#ut_custom_heading68ededb7a5bfe { color: #999999; }#ut_custom_heading68ededb7a5bfe { font-size: 14px !important; }#ut_custom_heading68ededb7a5bfe { text-align: center; }#ut-section-68ededb7998ba { padding-bottom: 0px !important; background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; }#ut-separator-68ededb7acc0b { width: calc(100% + 2px); }#ut-separator-68ededb7acc0b svg { width: calc(100% + 2px); left: 50%; }#ut-separator-68ededb7acc0b svg { transform: translateX(-50%); }#ut-separator-68ededb7acc0b { height: 80px; }#ut-separator-68ededb7acc0b svg { height: 100%; }.ut-svg-color-68ededb7acc01 { fill: #ffffff !important; }#ut-empty-space-68ededb7ada85 { height: 40px; }@media (max-width: 767px){#ut-empty-space-68ededb7ada85 { display: none; }}#ut_header_68ededb7af07b h3.section-title, #ut_header_68ededb7af07b h3.section-title span { color: #ffffff; }#ut_header_68ededb7af07b h3.section-title { letter-spacing: -0.03em; font-size: 80px !important; line-height: 90px !important; }#ut_header_68ededb7af07b .lead { color: rgba(255, 255, 255, 0.7); }#ut_header_68ededb7af07b .lead p { color: rgba(255, 255, 255, 0.7); }#ut-empty-space-68ededb7af9a9 { display: none; }@media (max-width: 767px){#ut-empty-space-68ededb7af9a9 { height: 40px; display: block; }}#ut_custom_heading68ededb7b00fe { color: #ffffff; }#ut_custom_heading68ededb7b00fe { letter-spacing: -0.03em; font-size: 60px !important; line-height: 100% !important; }@media (max-width: 767px){#ut_custom_heading68ededb7b00fe { line-height: 100% !important; letter-spacing: -0.03em; }}#ut_custom_heading68ededb7b00fe { text-align: right; }#ut_custom_heading68ededb7b018a a { color: #ffffff; }#ut_custom_heading68ededb7b018a a:hover { color: #e62241; }#ut_custom_heading68ededb7b018a a:active { color: #e62241; }#ut_custom_heading68ededb7b018a a:focus { color: #e62241; }#ut_custom_heading68ededb7b018a { font-size: 24px !important; }#ut_custom_heading68ededb7b018a { text-align: right; }@media (max-width: 767px){#ut_custom_heading68ededb7b018a { text-align: center; }}#ut-empty-space-68ededb7b0393 { height: 20px; }@media (max-width: 767px){#ut-empty-space-68ededb7b0393 { height: 20px; display: block; }}#ut_sf_68ededb7b0404 li a i { color: #ffffff; }#ut_sf_68ededb7b0404 li a:hover i { color: rgba(255, 255, 255, 0.5); }#ut_sf_68ededb7b0404 li a:focus i { color: rgba(255, 255, 255, 0.5); }#ut_sf_68ededb7b0404 { font-size: 26px; }#ut_sf_68ededb7b0404 .ut-social-follow-0 a i { color: #e62241; }#ut_sf_68ededb7b0404 .ut-social-follow-1 a i { color: #e62241; }#ut_sf_68ededb7b0404 .ut-social-follow-2 a i { color: #e62241; }#ut-empty-space-68ededb7b05ed { display: none; }@media (max-width: 767px){#ut-empty-space-68ededb7b05ed { height: 80px; display: block; }}#ut-row-68ededb7ae13f { margin-top: 0px !important; }#ut-section-68ededb7ac51a { margin-bottom: 0px !important; padding-bottom: 0px !important; background-color: #141618 !important; }@keyframes bounce { 
  0%, 20%, 53%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); }
  40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px) scaleY(1.1); }
  70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px) scaleY(1.05); }
  80% { transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px) scaleY(0.95); }
  90% { transform: translate3d(0px, -4px, 0px) scaleY(1.02); }
}@keyframes flash { 
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}@keyframes pulse { 
  0% { transform: scaleX(1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  100% { transform: scaleX(1); }
}@keyframes rubberBand { 
  0% { transform: scaleX(1); }
  30% { transform: scale3d(1.25, 0.75, 1); }
  40% { transform: scale3d(0.75, 1.25, 1); }
  50% { transform: scale3d(1.15, 0.85, 1); }
  65% { transform: scale3d(0.95, 1.05, 1); }
  75% { transform: scale3d(1.05, 0.95, 1); }
  100% { transform: scaleX(1); }
}@keyframes shakeX { 
  0%, 100% { transform: translateZ(0px); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); }
  20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); }
}@keyframes shakeY { 
  0%, 100% { transform: translateZ(0px); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(0px, -10px, 0px); }
  20%, 40%, 60%, 80% { transform: translate3d(0px, 10px, 0px); }
}@keyframes headShake { 
  0% { transform: translateX(0px); }
  6.5% { transform: translateX(-6px) rotateY(-9deg); }
  18.5% { transform: translateX(5px) rotateY(7deg); }
  31.5% { transform: translateX(-3px) rotateY(-5deg); }
  43.5% { transform: translateX(2px) rotateY(3deg); }
  50% { transform: translateX(0px); }
}@keyframes swing { 
  20% { transform: rotate(15deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(5deg); }
  80% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}@keyframes tada { 
  0% { transform: scaleX(1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  100% { transform: scaleX(1); }
}@keyframes wobble { 
  0% { transform: translateZ(0px); }
  15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); }
  30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); }
  45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); }
  60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); }
  75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); }
  100% { transform: translateZ(0px); }
}@keyframes jello { 
  0%, 11.1%, 100% { transform: translateZ(0px); }
  22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); }
}@keyframes heartBeat { 
  0% { transform: scale(1); }
  14% { transform: scale(1.3); }
  28% { transform: scale(1); }
  42% { transform: scale(1.3); }
  70% { transform: scale(1); }
}@keyframes backInDown { 
  0% { transform: translateY(-1200px) scale(0.7); opacity: 0.7; }
  80% { transform: translateY(0px) scale(0.7); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}@keyframes backInLeft { 
  0% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; }
  80% { transform: translateX(0px) scale(0.7); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}@keyframes backInRight { 
  0% { transform: translateX(2000px) scale(0.7); opacity: 0.7; }
  80% { transform: translateX(0px) scale(0.7); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}@keyframes backInUp { 
  0% { transform: translateY(1200px) scale(0.7); opacity: 0.7; }
  80% { transform: translateY(0px) scale(0.7); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}@keyframes backOutDown { 
  0% { transform: scale(1); opacity: 1; }
  20% { transform: translateY(0px) scale(0.7); opacity: 0.7; }
  100% { transform: translateY(700px) scale(0.7); opacity: 0.7; }
}@keyframes backOutLeft { 
  0% { transform: scale(1); opacity: 1; }
  20% { transform: translateX(0px) scale(0.7); opacity: 0.7; }
  100% { transform: translateX(-2000px) scale(0.7); opacity: 0.7; }
}@keyframes backOutRight { 
  0% { transform: scale(1); opacity: 1; }
  20% { transform: translateX(0px) scale(0.7); opacity: 0.7; }
  100% { transform: translateX(2000px) scale(0.7); opacity: 0.7; }
}@keyframes backOutUp { 
  0% { transform: scale(1); opacity: 1; }
  20% { transform: translateY(0px) scale(0.7); opacity: 0.7; }
  100% { transform: translateY(-700px) scale(0.7); opacity: 0.7; }
}@keyframes bounceIn { 
  0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  100% { opacity: 1; transform: scaleX(1); }
}@keyframes bounceInDown { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); }
  75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); }
  90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); }
  100% { transform: translateZ(0px); }
}@keyframes bounceInLeft { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px) scaleX(3); }
  60% { opacity: 1; transform: translate3d(25px, 0px, 0px) scaleX(1); }
  75% { transform: translate3d(-10px, 0px, 0px) scaleX(0.98); }
  90% { transform: translate3d(5px, 0px, 0px) scaleX(0.995); }
  100% { transform: translateZ(0px); }
}@keyframes bounceInRight { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(3000px, 0px, 0px) scaleX(3); }
  60% { opacity: 1; transform: translate3d(-25px, 0px, 0px) scaleX(1); }
  75% { transform: translate3d(10px, 0px, 0px) scaleX(0.98); }
  90% { transform: translate3d(-5px, 0px, 0px) scaleX(0.995); }
  100% { transform: translateZ(0px); }
}@keyframes bounceInUp { 
  0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); }
  60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); }
  75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); }
  90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); }
  100% { transform: translateZ(0px); }
}@keyframes bounceOut { 
  20% { transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); }
  100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
}@keyframes bounceOutDown { 
  20% { transform: translate3d(0px, 10px, 0px) scaleY(0.985); }
  40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px) scaleY(3); }
}@keyframes bounceOutLeft { 
  20% { opacity: 1; transform: translate3d(20px, 0px, 0px) scaleX(0.9); }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px) scaleX(2); }
}@keyframes bounceOutRight { 
  20% { opacity: 1; transform: translate3d(-20px, 0px, 0px) scaleX(0.9); }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px) scaleX(2); }
}@keyframes bounceOutUp { 
  20% { transform: translate3d(0px, -10px, 0px) scaleY(0.985); }
  40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px) scaleY(0.9); }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px) scaleY(3); }
}@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}@keyframes fadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInDownBig { 
  0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInLeft { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInLeftBig { 
  0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInRight { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInRightBig { 
  0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInUp { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInUpBig { 
  0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInTopLeft { 
  0% { opacity: 0; transform: translate3d(-100%, -100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInTopRight { 
  0% { opacity: 0; transform: translate3d(100%, -100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInBottomLeft { 
  0% { opacity: 0; transform: translate3d(-100%, 100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeInBottomRight { 
  0% { opacity: 0; transform: translate3d(100%, 100%, 0px); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes fadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}@keyframes fadeOutDown { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
}@keyframes fadeOutDownBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}@keyframes fadeOutLeft { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
}@keyframes fadeOutLeftBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
}@keyframes fadeOutRight { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
}@keyframes fadeOutRightBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
}@keyframes fadeOutUp { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
}@keyframes fadeOutUpBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}@keyframes fadeOutTopLeft { 
  0% { opacity: 1; transform: translateZ(0px); }
  100% { opacity: 0; transform: translate3d(-100%, -100%, 0px); }
}@keyframes fadeOutTopRight { 
  0% { opacity: 1; transform: translateZ(0px); }
  100% { opacity: 0; transform: translate3d(100%, -100%, 0px); }
}@keyframes fadeOutBottomRight { 
  0% { opacity: 1; transform: translateZ(0px); }
  100% { opacity: 0; transform: translate3d(100%, 100%, 0px); }
}@keyframes fadeOutBottomLeft { 
  0% { opacity: 1; transform: translateZ(0px); }
  100% { opacity: 0; transform: translate3d(-100%, 100%, 0px); }
}@keyframes flip { 
  0% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(-1turn); animation-timing-function: ease-out; }
  40% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; }
  50% { transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; }
  80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; }
  100% { transform: perspective(400px) scaleX(1) translateZ(0px) rotateY(0deg); animation-timing-function: ease-in; }
}@keyframes flipInX { 
  0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotateX(10deg); opacity: 1; }
  80% { transform: perspective(400px) rotateX(-5deg); }
  100% { transform: perspective(400px); }
}@keyframes flipInY { 
  0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotateY(10deg); opacity: 1; }
  80% { transform: perspective(400px) rotateY(-5deg); }
  100% { transform: perspective(400px); }
}@keyframes flipOutX { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; }
  100% { transform: perspective(400px) rotateX(90deg); opacity: 0; }
}@keyframes flipOutY { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; }
  100% { transform: perspective(400px) rotateY(90deg); opacity: 0; }
}@keyframes lightSpeedInRight { 
  0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; }
  60% { transform: skewX(20deg); opacity: 1; }
  80% { transform: skewX(-5deg); }
  100% { transform: translateZ(0px); }
}@keyframes lightSpeedInLeft { 
  0% { transform: translate3d(-100%, 0px, 0px) skewX(30deg); opacity: 0; }
  60% { transform: skewX(-20deg); opacity: 1; }
  80% { transform: skewX(5deg); }
  100% { transform: translateZ(0px); }
}@keyframes lightSpeedOutRight { 
  0% { opacity: 1; }
  100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; }
}@keyframes lightSpeedOutLeft { 
  0% { opacity: 1; }
  100% { transform: translate3d(-100%, 0px, 0px) skewX(-30deg); opacity: 0; }
}@keyframes rotateIn { 
  0% { transform: rotate(-200deg); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}@keyframes rotateInDownLeft { 
  0% { transform: rotate(-45deg); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}@keyframes rotateInDownRight { 
  0% { transform: rotate(45deg); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}@keyframes rotateInUpLeft { 
  0% { transform: rotate(45deg); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}@keyframes rotateInUpRight { 
  0% { transform: rotate(-90deg); opacity: 0; }
  100% { transform: translateZ(0px); opacity: 1; }
}@keyframes rotateOut { 
  0% { opacity: 1; }
  100% { transform: rotate(200deg); opacity: 0; }
}@keyframes rotateOutDownLeft { 
  0% { opacity: 1; }
  100% { transform: rotate(45deg); opacity: 0; }
}@keyframes rotateOutDownRight { 
  0% { opacity: 1; }
  100% { transform: rotate(-45deg); opacity: 0; }
}@keyframes rotateOutUpLeft { 
  0% { opacity: 1; }
  100% { transform: rotate(-45deg); opacity: 0; }
}@keyframes rotateOutUpRight { 
  0% { opacity: 1; }
  100% { transform: rotate(90deg); opacity: 0; }
}@keyframes hinge { 
  0% { animation-timing-function: ease-in-out; }
  20%, 60% { transform: rotate(80deg); animation-timing-function: ease-in-out; }
  40%, 80% { transform: rotate(60deg); animation-timing-function: ease-in-out; opacity: 1; }
  100% { transform: translate3d(0px, 700px, 0px); opacity: 0; }
}@keyframes jackInTheBox { 
  0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; }
  50% { transform: rotate(-10deg); }
  70% { transform: rotate(3deg); }
  100% { opacity: 1; transform: scale(1); }
}@keyframes rollIn { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); }
  100% { opacity: 1; transform: translateZ(0px); }
}@keyframes rollOut { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); }
}@keyframes zoomIn { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}@keyframes zoomInDown { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomInLeft { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomInRight { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomInUp { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomOut { 
  0% { opacity: 1; }
  50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  100% { opacity: 0; }
}@keyframes zoomOutDown { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomOutLeft { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); }
}@keyframes zoomOutRight { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); }
}@keyframes zoomOutUp { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes slideInDown { 
  0% { transform: translate3d(0px, -100%, 0px); visibility: visible; }
  100% { transform: translateZ(0px); }
}@keyframes slideInLeft { 
  0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; }
  100% { transform: translateZ(0px); }
}@keyframes slideInRight { 
  0% { transform: translate3d(100%, 0px, 0px); visibility: visible; }
  100% { transform: translateZ(0px); }
}@keyframes slideInUp { 
  0% { transform: translate3d(0px, 100%, 0px); visibility: visible; }
  100% { transform: translateZ(0px); }
}@keyframes slideOutDown { 
  0% { transform: translateZ(0px); }
  100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); }
}@keyframes slideOutLeft { 
  0% { transform: translateZ(0px); }
  100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); }
}@keyframes slideOutRight { 
  0% { transform: translateZ(0px); }
  100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); }
}@keyframes slideOutUp { 
  0% { transform: translateZ(0px); }
  100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); }
}@keyframes progress-bar-stripes { 
  0% { background-position: 40px 0px; }
  100% { background-position: 0px 0px; }
}@keyframes load7 { 
  0%, 100%, 80% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px -1.3em; }
  40% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px 0px; }
}@keyframes wpb_ttb { 
  0% { transform: translate(0px, -10%); opacity: 0; }
  100% { transform: translate(0px, 0px); opacity: 1; }
}@keyframes wpb_btt { 
  0% { transform: translate(0px, 10%); opacity: 0; }
  100% { transform: translate(0px, 0px); opacity: 1; }
}@keyframes wpb_ltr { 
  0% { transform: translate(-10%, 0px); opacity: 0; }
  100% { transform: translate(0px, 0px); opacity: 1; }
}@keyframes wpb_rtl { 
  0% { transform: translate(10%, 0px); opacity: 0; }
  100% { transform: translate(0px, 0px); opacity: 1; }
}@keyframes wpb_appear { 
  0% { transform: scale(0.5); opacity: 0.1; }
  100% { transform: scale(1); opacity: 1; }
}@keyframes vc_woo-add-cart-load { 
  0%, 100%, 80% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px -1.3em; }
  40% { box-shadow: rgba(235, 235, 235, 0.75) 0px 2.5em 0px 0px; }
}@keyframes tp-rotateplane { 
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}@keyframes tp-fade-in { 
  0% { opacity: 0; }
  20% { opacity: 0; }
  100% { opacity: 100; }
}@keyframes tp-rotate { 
  100% { transform: rotate(360deg); }
}@keyframes fa-beat { 
  0%, 90% { transform: scale(1); }
  45% { transform: scale(var(--fa-beat-scale,1.25)); }
}@keyframes fa-bounce { 
  0% { transform: scale(1, 1) translateY(0px); }
  10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); }
  30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); }
  50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); }
  57% { transform: scale(1,1) translateY(var(--fa-bounce-rebound,-.125em)); }
  64% { transform: scale(1, 1) translateY(0px); }
  100% { transform: scale(1, 1) translateY(0px); }
}@keyframes fa-fade { 
  50% { opacity: var(--fa-fade-opacity,.4); }
}@keyframes fa-beat-fade { 
  0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); }
  50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); }
}@keyframes fa-flip { 
  50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); }
}@keyframes fa-shake { 
  0% { transform: rotate(-15deg); }
  4% { transform: rotate(15deg); }
  24%, 8% { transform: rotate(-18deg); }
  12%, 28% { transform: rotate(18deg); }
  16% { transform: rotate(-22deg); }
  20% { transform: rotate(22deg); }
  32% { transform: rotate(-12deg); }
  36% { transform: rotate(12deg); }
  100%, 40% { transform: rotate(0deg); }
}@keyframes fa-spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}@keyframes bounce { 
  20%, 53%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translate3d(0px, 0px, 0px); }
  40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); }
  70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); }
  90% { transform: translate3d(0px, -4px, 0px); }
}@keyframes flash { 
  50%, 0%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}@keyframes pulse { 
  0% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  100% { transform: scale3d(1, 1, 1); }
}@keyframes rubberBand { 
  0% { transform: scale3d(1, 1, 1); }
  30% { transform: scale3d(1.25, 0.75, 1); }
  40% { transform: scale3d(0.75, 1.25, 1); }
  50% { transform: scale3d(1.15, 0.85, 1); }
  65% { transform: scale3d(0.95, 1.05, 1); }
  75% { transform: scale3d(1.05, 0.95, 1); }
  100% { transform: scale3d(1, 1, 1); }
}@keyframes shake { 
  0%, 100% { transform: translate3d(0px, 0px, 0px); }
  10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); }
  20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); }
}@keyframes headShake { 
  0% { transform: translateX(0px); }
  6.5% { transform: translateX(-6px) rotateY(-9deg); }
  18.5% { transform: translateX(5px) rotateY(7deg); }
  31.5% { transform: translateX(-3px) rotateY(-5deg); }
  43.5% { transform: translateX(2px) rotateY(3deg); }
  50% { transform: translateX(0px); }
}@keyframes swing { 
  20% { transform: rotate3d(0, 0, 1, 15deg); }
  40% { transform: rotate3d(0, 0, 1, -10deg); }
  60% { transform: rotate3d(0, 0, 1, 5deg); }
  80% { transform: rotate3d(0, 0, 1, -5deg); }
  100% { transform: rotate3d(0, 0, 1, 0deg); }
}@keyframes tada { 
  0% { transform: scale3d(1, 1, 1); }
  10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% { transform: scale3d(1, 1, 1); }
}@keyframes wobble { 
  0% { transform: translate3d(0px, 0px, 0px); }
  15% { transform: translate3d(-25%, 0px, 0px) rotate3d(0, 0, 1, -5deg); }
  30% { transform: translate3d(20%, 0px, 0px) rotate3d(0, 0, 1, 3deg); }
  45% { transform: translate3d(-15%, 0px, 0px) rotate3d(0, 0, 1, -3deg); }
  60% { transform: translate3d(10%, 0px, 0px) rotate3d(0, 0, 1, 2deg); }
  75% { transform: translate3d(-5%, 0px, 0px) rotate3d(0, 0, 1, -1deg); }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes jello { 
  11.1%, 0%, 100% { transform: translate3d(0px, 0px, 0px); }
  22.2% { transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% { transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% { transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% { transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% { transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% { transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% { transform: skewX(-0.195312deg) skewY(-0.195312deg); }
}@keyframes heartBeat { 
  0% { transform: scale(1); }
  14% { transform: scale(1.3); }
  28% { transform: scale(1); }
  42% { transform: scale(1.3); }
  70% { transform: scale(1); }
}@keyframes bounceIn { 
  20%, 40%, 60%, 80%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  100% { opacity: 1; transform: scale3d(1, 1, 1); }
}@keyframes bounceInDown { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, -3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, 25px, 0px); }
  75% { transform: translate3d(0px, -10px, 0px); }
  90% { transform: translate3d(0px, 5px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes bounceInLeft { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(-3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(25px, 0px, 0px); }
  75% { transform: translate3d(-10px, 0px, 0px); }
  90% { transform: translate3d(5px, 0px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes bounceInRight { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(3000px, 0px, 0px); }
  60% { opacity: 1; transform: translate3d(-25px, 0px, 0px); }
  75% { transform: translate3d(10px, 0px, 0px); }
  90% { transform: translate3d(-5px, 0px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes bounceInUp { 
  60%, 75%, 90%, 0%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { opacity: 0; transform: translate3d(0px, 3000px, 0px); }
  60% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  75% { transform: translate3d(0px, 10px, 0px); }
  90% { transform: translate3d(0px, -5px, 0px); }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes bounceOut { 
  20% { transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% { opacity: 1; transform: scale3d(1.1, 1.1, 1.1); }
  100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
}@keyframes bounceOutDown { 
  20% { transform: translate3d(0px, 10px, 0px); }
  40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px); }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}@keyframes bounceOutLeft { 
  20% { opacity: 1; transform: translate3d(20px, 0px, 0px); }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
}@keyframes bounceOutRight { 
  20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
}@keyframes bounceOutUp { 
  20% { transform: translate3d(0px, -10px, 0px); }
  40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px); }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}@keyframes fadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeInDownBig { 
  0% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeInLeft { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeInLeftBig { 
  0% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeInRight { 
  0% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeInRightBig { 
  0% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeInUp { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeInUpBig { 
  0% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeOut { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}@keyframes fadeOutDown { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
}@keyframes fadeOutDownBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, 2000px, 0px); }
}@keyframes fadeOutLeft { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-100%, 0px, 0px); }
}@keyframes fadeOutLeftBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); }
}@keyframes fadeOutRight { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px); }
}@keyframes fadeOutRightBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); }
}@keyframes fadeOutUp { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
}@keyframes fadeOutUpBig { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(0px, -2000px, 0px); }
}@keyframes flip { 
  0% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, -360deg); animation-timing-function: ease-out; }
  40% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -190deg); animation-timing-function: ease-out; }
  50% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 150px) rotate3d(0, 1, 0, -170deg); animation-timing-function: ease-in; }
  80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; }
  100% { transform: perspective(400px) scale3d(1, 1, 1) translate3d(0px, 0px, 0px) rotate3d(0, 1, 0, 0deg); animation-timing-function: ease-in; }
}@keyframes flipInX { 
  0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% { transform: perspective(400px); }
}@keyframes flipInY { 
  0% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); animation-timing-function: ease-in; opacity: 0; }
  40% { transform: perspective(400px) rotate3d(0, 1, 0, -20deg); animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; }
  80% { transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% { transform: perspective(400px); }
}@keyframes flipOutX { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; }
  100% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; }
}@keyframes flipOutY { 
  0% { transform: perspective(400px); }
  30% { transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; }
  100% { transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; }
}@keyframes lightSpeedIn { 
  0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; }
  60% { transform: skewX(20deg); opacity: 1; }
  80% { transform: skewX(-5deg); }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes lightSpeedOut { 
  0% { opacity: 1; }
  100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; }
}@keyframes rotateIn { 
  0% { transform-origin: center center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; }
  100% { transform-origin: center center; transform: translate3d(0px, 0px, 0px); opacity: 1; }
}@keyframes rotateInDownLeft { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; }
}@keyframes rotateInDownRight { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; }
}@keyframes rotateInUpLeft { 
  0% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
  100% { transform-origin: left bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; }
}@keyframes rotateInUpRight { 
  0% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); opacity: 0; }
  100% { transform-origin: right bottom; transform: translate3d(0px, 0px, 0px); opacity: 1; }
}@keyframes rotateOut { 
  0% { transform-origin: center center; opacity: 1; }
  100% { transform-origin: center center; transform: rotate3d(0, 0, 1, 200deg); opacity: 0; }
}@keyframes rotateOutDownLeft { 
  0% { transform-origin: left bottom; opacity: 1; }
  100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); opacity: 0; }
}@keyframes rotateOutDownRight { 
  0% { transform-origin: right bottom; opacity: 1; }
  100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}@keyframes rotateOutUpLeft { 
  0% { transform-origin: left bottom; opacity: 1; }
  100% { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); opacity: 0; }
}@keyframes rotateOutUpRight { 
  0% { transform-origin: right bottom; opacity: 1; }
  100% { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 90deg); opacity: 0; }
}@keyframes hinge { 
  0% { transform-origin: left top; animation-timing-function: ease-in-out; }
  20%, 60% { transform: rotate3d(0, 0, 1, 80deg); transform-origin: left top; animation-timing-function: ease-in-out; }
  40%, 80% { transform: rotate3d(0, 0, 1, 60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; }
  100% { transform: translate3d(0px, 700px, 0px); opacity: 0; }
}@keyframes jackInTheBox { 
  0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; }
  50% { transform: rotate(-10deg); }
  70% { transform: rotate(3deg); }
  100% { opacity: 1; transform: scale(1); }
}@keyframes rollIn { 
  0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate3d(0, 0, 1, -120deg); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes rollOut { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate3d(0, 0, 1, 120deg); }
}@keyframes zoomIn { 
  0% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; }
}@keyframes zoomInDown { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomInLeft { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomInRight { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomInUp { 
  0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomOut { 
  0% { opacity: 1; }
  50% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3); }
  100% { opacity: 0; }
}@keyframes zoomOutDown { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes zoomOutLeft { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(-2000px, 0px, 0px); transform-origin: left center; }
}@keyframes zoomOutRight { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0px, 0px); }
  100% { opacity: 0; transform: scale(0.1) translate3d(2000px, 0px, 0px); transform-origin: right center; }
}@keyframes zoomOutUp { 
  40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
}@keyframes slideInDown { 
  0% { transform: translate3d(0px, -100%, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes slideInLeft { 
  0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes slideInRight { 
  0% { transform: translate3d(100%, 0px, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes slideInUp { 
  0% { transform: translate3d(0px, 100%, 0px); visibility: visible; }
  100% { transform: translate3d(0px, 0px, 0px); }
}@keyframes slideOutDown { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); }
}@keyframes slideOutLeft { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); }
}@keyframes slideOutRight { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); }
}@keyframes slideOutUp { 
  0% { transform: translate3d(0px, 0px, 0px); }
  100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); }
}@keyframes rotating { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}@keyframes portfolioFadeInUp { 
  0% { transform: translate3d(0px, 100px, 0px); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0px); opacity: 1; }
}@keyframes portfolioZoomIn { 
  0% { transform: scale(0.001); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}@keyframes portfolioFadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}@keyframes BrooklynFadeInLeftSlideUp { 
  0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeOutLeftSlideUp { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); }
}@keyframes BrooklynFadeOutRightSlideUp { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(50px, 0px, 0px); }
}@keyframes BrooklynFadeInRightSlideUp { 
  0% { opacity: 0; transform: translate3d(50px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}@keyframes slideInRight { 
  0% { opacity: 0; transform: translateX(2000px); }
  60% { opacity: 1; transform: translateX(0px); }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0px); opacity: 1; }
}@keyframes slideInLeft { 
  0% { opacity: 0; transform: translateX(-2000px); }
  60% { opacity: 1; transform: translateX(0px); }
  80% { transform: translateX(-10px); }
  100% { transform: translateX(0px); opacity: 1; }
}@keyframes image-gallery-loader { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}@keyframes fadeInFromNone { 
  0% { display: none; opacity: 0; }
  1% { display: block; opacity: 0; }
  100% { display: block; opacity: 1; }
}@keyframes ut-video-play-border-animation { 
  0% { transform: scale(1); }
  50% { opacity: 0.7; }
  75% { opacity: 0.1; }
  100% { opacity: 0; transform: scale(2.5); }
}@keyframes ut-marker-border-animation { 
  0% { transform: scale(1); }
  50% { opacity: 0.7; }
  75% { opacity: 0.1; }
  100% { opacity: 0; transform: scale(2.5); }
}@keyframes LtoRRevealInOnlyKeyframe { 
  0% { width: 0px; left: 0px; }
  100% { width: 100%; left: 0px; }
}@keyframes LtoRRevealKeyframe { 
  0% { width: 0px; left: 0px; }
  65% { width: 100%; left: 0px; }
  100% { width: 0px; left: 100%; }
}@keyframes RtoLRevealInOnlyKeyframe { 
  0% { width: 0px; right: 0px; }
  100% { width: 100%; right: 0px; }
}@keyframes RtoLRevealKeyframe { 
  0% { width: 0px; right: 0px; }
  65% { width: 100%; right: 0px; }
  100% { width: 0px; right: 100%; }
}@keyframes TtoBRevealInOnlyKeyframe { 
  0% { height: 0px; top: 0px; }
  100% { height: 100%; top: 0px; }
}@keyframes TtoBRevealKeyframe { 
  0% { height: 0px; top: 0px; }
  65% { height: 100%; top: 0px; }
  100% { height: 0px; top: 100%; }
}@keyframes BtoTRevealInOnlyKeyframe { 
  0% { height: 0px; bottom: 0px; }
  100% { height: 100%; bottom: 0px; }
}@keyframes BtoTRevealKeyframe { 
  0% { height: 0px; bottom: 0px; }
  65% { height: 100%; bottom: 0px; }
  100% { height: 0px; bottom: 100%; }
}@keyframes ut-typewriter-cursor { 
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}@keyframes element-glitch-anim-1-horizontal { 
  0% { clip-path: polygon(0px 2%, 100% 2%, 100% 5%, 0px 5%); }
  10% { clip-path: polygon(0px 15%, 100% 15%, 100% 15%, 0px 15%); }
  20% { clip-path: polygon(0px 10%, 100% 10%, 100% 20%, 0px 20%); }
  30% { clip-path: polygon(0px 1%, 100% 1%, 100% 2%, 0px 2%); }
  40% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); }
  50% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); }
  60% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); }
  70% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); }
  80% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); }
  90% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); }
  100% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); }
}@keyframes element-glitch-anim-2-horizontal { 
  0% { clip-path: polygon(0px 25%, 100% 25%, 100% 30%, 0px 30%); }
  15% { clip-path: polygon(0px 3%, 100% 3%, 100% 3%, 0px 3%); }
  22% { clip-path: polygon(0px 5%, 100% 5%, 100% 20%, 0px 20%); }
  31% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); }
  45% { clip-path: polygon(0px 40%, 100% 40%, 100% 40%, 0px 40%); }
  51% { clip-path: polygon(0px 52%, 100% 52%, 100% 59%, 0px 59%); }
  63% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); }
  76% { clip-path: polygon(0px 75%, 100% 75%, 100% 75%, 0px 75%); }
  81% { clip-path: polygon(0px 65%, 100% 65%, 100% 40%, 0px 40%); }
  94% { clip-path: polygon(0px 45%, 100% 45%, 100% 50%, 0px 50%); }
  100% { clip-path: polygon(0px 14%, 100% 14%, 100% 33%, 0px 33%); }
}@keyframes element-glitch-anim-3-horizontal { 
  0% { clip-path: polygon(0px 1%, 100% 1%, 100% 3%, 0px 3%); }
  5% { clip-path: polygon(0px 10%, 100% 10%, 100% 9%, 0px 9%); }
  10% { clip-path: polygon(0px 5%, 100% 5%, 100% 6%, 0px 6%); }
  25% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); }
  27% { clip-path: polygon(0px 10%, 100% 10%, 100% 10%, 0px 10%); }
  30% { clip-path: polygon(0px 30%, 100% 30%, 100% 25%, 0px 25%); }
  33% { clip-path: polygon(0px 15%, 100% 15%, 100% 16%, 0px 16%); }
  37% { clip-path: polygon(0px 40%, 100% 40%, 100% 39%, 0px 39%); }
  40% { clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); }
  45% { clip-path: polygon(0px 60%, 100% 60%, 100% 55%, 0px 55%); }
  50% { clip-path: polygon(0px 30%, 100% 30%, 100% 31%, 0px 31%); }
  53% { clip-path: polygon(0px 70%, 100% 70%, 100% 69%, 0px 69%); }
  57% { clip-path: polygon(0px 40%, 100% 40%, 100% 41%, 0px 41%); }
  60% { clip-path: polygon(0px 80%, 100% 80%, 100% 75%, 0px 75%); }
  65% { clip-path: polygon(0px 50%, 100% 50%, 100% 51%, 0px 51%); }
  70% { clip-path: polygon(0px 90%, 100% 90%, 100% 90%, 0px 90%); }
  73% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); }
  80% { clip-path: polygon(0px 100%, 100% 100%, 100% 99%, 0px 99%); }
  100% { clip-path: polygon(0px 70%, 100% 70%, 100% 71%, 0px 71%); }
}@keyframes element-glitch-anim-1-vertical { 
  0% { clip-path: polygon(2% 0px, 5% 0px, 5% 100%, 2% 100%); }
  10% { clip-path: polygon(15% 0px, 15% 0px, 15% 100%, 15% 100%); }
  20% { clip-path: polygon(10% 0px, 20% 0px, 20% 100%, 10% 100%); }
  30% { clip-path: polygon(1% 0px, 2% 0px, 2% 100%, 1% 100%); }
  40% { clip-path: polygon(33% 0px, 33% 0px, 33% 100%, 33% 100%); }
  50% { clip-path: polygon(44% 0px, 44% 0px, 44% 100%, 44% 100%); }
  60% { clip-path: polygon(50% 0px, 20% 0px, 20% 100%, 50% 100%); }
  70% { }
  80% { }
  90% { clip-path: polygon(50% 0px, 55% 0px, 55% 100%, 50% 100%); }
  100% { clip-path: polygon(70% 0px, 80% 0px, 80% 100%, 70% 100%); }
}@keyframes element-glitch-anim-2-vertical { 
  0% { clip-path: polygon(25% 0px, 30% 0px, 30% 100%, 25% 100%); }
  15% { clip-path: polygon(3% 0px, 3% 0px, 3% 100%, 3% 100%); }
  22% { clip-path: polygon(5% 0px, 20% 0px, 20% 100%, 5% 100%); }
  31% { clip-path: polygon(20% 0px, 20% 0px, 20% 100%, 20% 100%); }
  45% { clip-path: polygon(40% 0px, 40% 0px, 40% 100%, 40% 100%); }
  51% { clip-path: polygon(52% 0px, 59% 0px, 59% 100%, 52% 100%); }
  63% { clip-path: polygon(60% 0px, 60% 0px, 60% 100%, 60% 100%); }
  76% { clip-path: polygon(75% 0px, 75% 0px, 75% 100%, 75% 100%); }
  81% { clip-path: polygon(65% 0px, 40% 0px, 40% 100%, 65% 100%); }
  94% { clip-path: polygon(45% 0px, 50% 0px, 50% 100%, 45% 100%); }
  100% { clip-path: polygon(14% 0px, 33% 0px, 33% 100%, 14% 100%); }
}@keyframes element-glitch-anim-3-vertical { 
  0% { clip-path: polygon(1% 0px, 3% 0px, 3% 100%, 1% 100%); }
  5% { clip-path: polygon(10% 0px, 9% 0px, 9% 100%, 10% 100%); }
  10% { }
  25% { clip-path: polygon(20% 0px, 20% 0px, 20% 100%, 20% 100%); }
  27% { clip-path: polygon(10% 0px, 10% 0px, 10% 100%, 10% 100%); }
  30% { clip-path: polygon(30% 0px, 25% 0px, 25% 100%, 30% 100%); }
  33% { clip-path: polygon(15% 0px, 16% 0px, 16% 100%, 15% 100%); }
  37% { clip-path: polygon(40% 0px, 39% 0px, 39% 100%, 40% 100%); }
  40% { clip-path: polygon(20% 0px, 21% 0px, 21% 100%, 20% 100%); }
  45% { clip-path: polygon(60% 0px, 55% 0px, 55% 100%, 60% 100%); }
  50% { clip-path: polygon(30% 0px, 31% 0px, 31% 100%, 30% 100%); }
  53% { clip-path: polygon(70% 0px, 69% 0px, 69% 100%, 70% 100%); }
  57% { clip-path: polygon(40% 0px, 41% 0px, 41% 100%, 40% 100%); }
  60% { clip-path: polygon(80% 0px, 75% 0px, 75% 100%, 80% 100%); }
  65% { clip-path: polygon(50% 0px, 51% 0px, 51% 100%, 50% 100%); }
  70% { clip-path: polygon(90% 0px, 90% 0px, 90% 100%, 90% 100%); }
  73% { clip-path: polygon(60% 0px, 60% 0px, 60% 100%, 60% 100%); }
  80% { clip-path: polygon(100% 0px, 99% 0px, 99% 100%, 100% 100%); }
  100% { clip-path: polygon(70% 0px, 71% 0px, 71% 100%, 70% 100%); }
}@keyframes element-alternate-glitch-anim-1 { 
  0% { opacity: 1; transform: translate3d(var(--gap-horizontal),0,0); clip-path: polygon(0px 2%, 100% 2%, 100% 5%, 0px 5%); }
  2% { clip-path: polygon(0px 15%, 100% 15%, 100% 15%, 0px 15%); }
  4% { clip-path: polygon(0px 10%, 100% 10%, 100% 20%, 0px 20%); }
  6% { clip-path: polygon(0px 1%, 100% 1%, 100% 2%, 0px 2%); }
  8% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); }
  10% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); }
  12% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); }
  14% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); }
  16% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); }
  18% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); }
  20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); }
  21.9% { opacity: 1; transform: translate3d(var(--gap-horizontal),0,0); }
  100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }
}@keyframes element-alternate-glitch-anim-2 { 
  0% { opacity: 1; transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0); clip-path: polygon(0px 25%, 100% 25%, 100% 30%, 0px 30%); }
  3% { clip-path: polygon(0px 3%, 100% 3%, 100% 3%, 0px 3%); }
  5% { clip-path: polygon(0px 5%, 100% 5%, 100% 20%, 0px 20%); }
  7% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); }
  9% { clip-path: polygon(0px 40%, 100% 40%, 100% 40%, 0px 40%); }
  11% { clip-path: polygon(0px 52%, 100% 52%, 100% 59%, 0px 59%); }
  13% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); }
  15% { clip-path: polygon(0px 75%, 100% 75%, 100% 75%, 0px 75%); }
  17% { clip-path: polygon(0px 65%, 100% 65%, 100% 40%, 0px 40%); }
  19% { clip-path: polygon(0px 45%, 100% 45%, 100% 50%, 0px 50%); }
  20% { clip-path: polygon(0px 14%, 100% 14%, 100% 33%, 0px 33%); }
  21.9% { opacity: 1; transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0); }
  100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }
}@keyframes element-alternate-glitch-anim-3 { 
  0% { opacity: 1; transform: translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1); clip-path: polygon(0px 1%, 100% 1%, 100% 3%, 0px 3%); }
  1.5% { clip-path: polygon(0px 10%, 100% 10%, 100% 9%, 0px 9%); }
  2% { clip-path: polygon(0px 5%, 100% 5%, 100% 6%, 0px 6%); }
  2.5% { clip-path: polygon(0px 20%, 100% 20%, 100% 20%, 0px 20%); }
  3% { clip-path: polygon(0px 10%, 100% 10%, 100% 10%, 0px 10%); }
  5% { clip-path: polygon(0px 30%, 100% 30%, 100% 25%, 0px 25%); }
  5.5% { clip-path: polygon(0px 15%, 100% 15%, 100% 16%, 0px 16%); }
  7% { clip-path: polygon(0px 40%, 100% 40%, 100% 39%, 0px 39%); }
  8% { clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); }
  9% { clip-path: polygon(0px 60%, 100% 60%, 100% 55%, 0px 55%); }
  10.5% { clip-path: polygon(0px 30%, 100% 30%, 100% 31%, 0px 31%); }
  11% { clip-path: polygon(0px 70%, 100% 70%, 100% 69%, 0px 69%); }
  13% { clip-path: polygon(0px 40%, 100% 40%, 100% 41%, 0px 41%); }
  14% { clip-path: polygon(0px 80%, 100% 80%, 100% 75%, 0px 75%); }
  14.5% { clip-path: polygon(0px 50%, 100% 50%, 100% 51%, 0px 51%); }
  15% { clip-path: polygon(0px 90%, 100% 90%, 100% 90%, 0px 90%); }
  16% { clip-path: polygon(0px 60%, 100% 60%, 100% 60%, 0px 60%); }
  18% { clip-path: polygon(0px 100%, 100% 100%, 100% 99%, 0px 99%); }
  20% { clip-path: polygon(0px 70%, 100% 70%, 100% 71%, 0px 71%); }
  21.9% { opacity: 1; transform: translate3d(0,calc(-1 * var(--gap-vertical)),0) scale3d(-1,-1,1); }
  100%, 22% { opacity: 0; transform: translate3d(0px, 0px, 0px); clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }
}@keyframes element-glitch-anim-flash { 
  0% { opacity: 0.2; transform: translate3d(var(--gap-horizontal),var(--gap-vertical),0); }
  100%, 33% { opacity: 0; transform: translate3d(0px, 0px, 0px); }
}@keyframes glitch-anim-text { 
  0% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; }
  10% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); }
  20% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); }
  35% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); }
  50% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); }
  60% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); }
  70% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); }
  80% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); }
  90% { transform: translate3d(-10px, 0px, 0px) scale3d(-1, -1, 1); }
  100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); }
}@keyframes glitch-anim-text-permanent { 
  0% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; }
  2.5% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); }
  5% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); }
  8% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); }
  12% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); }
  15% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); }
  17% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); }
  20% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); }
  22% { transform: translate3d(0px, 0px, 0px) scale(0.9, 1); }
  25% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; }
}@keyframes glitch-anim-text-2 { 
  0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; }
  2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); }
  4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); }
  5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); }
  6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); }
  7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); }
  8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); }
  9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); }
  9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); }
  10%, 100% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: none; }
}@keyframes glitch-anim-text-2-permanent { 
  0% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); clip-path: polygon(0px 20%, 100% 20%, 100% 21%, 0px 21%); text-shadow: none; }
  2% { clip-path: polygon(0px 33%, 100% 33%, 100% 33%, 0px 33%); }
  4% { clip-path: polygon(0px 44%, 100% 44%, 100% 44%, 0px 44%); }
  5% { clip-path: polygon(0px 50%, 100% 50%, 100% 20%, 0px 20%); }
  6% { clip-path: polygon(0px 70%, 100% 70%, 100% 70%, 0px 70%); }
  7% { clip-path: polygon(0px 80%, 100% 80%, 100% 80%, 0px 80%); }
  8% { clip-path: polygon(0px 50%, 100% 50%, 100% 55%, 0px 55%); }
  9% { clip-path: polygon(0px 70%, 100% 70%, 100% 80%, 0px 80%); }
  9.9% { transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0) scale3d(-1,-1,1); }
  10% { transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%); }
  11% { clip-path: none; }
}@keyframes glitch-anim-text-3 { 
  1% { transform: scaleY(1) skewX(0deg); }
  2% { transform: scaleY(3) skewX(-60deg); }
  3% { transform: scaleY(1) skewX(0deg); }
  21% { transform: scaleX(1) scaleY(1) skewX(0deg); }
  22% { transform: scaleX(1.5) scaleY(0.2) skewX(80deg); }
  23% { transform: scaleX(1) scaleY(1) skewX(0deg); }
}@keyframes fade-out { 
  33% { opacity: 1; }
  66% { opacity: 0; }
}@keyframes stroke-offset { 
  0% { stroke-dashoffset: 35%; stroke-dasharray: 0, 100%; }
}@keyframes rotate { 
  100% { transform: rotate(360deg); }
}@keyframes rotate-reverse { 
  100% { transform: rotate(-360deg); }
}@keyframes dash { 
  0% { stroke-dasharray: 2000, 2600; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 2400, 2600; stroke-dashoffset: -500px; }
  100% { stroke-dasharray: 2000, 2600; stroke-dashoffset: 0; }
}@keyframes dash2 { 
  0% { stroke-dasharray: 100, 2600; stroke-dashoffset: -2000px; }
  50% { stroke-dasharray: 500, 2600; stroke-dashoffset: -1000px; }
  100% { stroke-dasharray: 100, 2600; stroke-dashoffset: -1960px; }
}@keyframes loading2 { 
  0% { transform: translateX(0px) scale(1); }
  25% { transform: translateX(-50px) scale(0.3); }
  50% { transform: translateX(0px) scale(1); }
  75% { transform: translateX(50px) scale(0.3); }
  100% { transform: translateX(0px) scale(1); }
}@keyframes loading3 { 
  0% { transform: rotate(0deg); }
  25% { transform: rotate(180deg); }
  50% { transform: rotate(180deg); }
  75% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}@keyframes loading3-inner { 
  0% { height: 0%; }
  25% { height: 0%; }
  50% { height: 100%; }
  75% { height: 100%; }
  100% { height: 0%; }
}@keyframes ball4 { 
  0% { transform: translate(0px, 0px); }
  5% { transform: translate(8px, -14px); }
  10% { transform: translate(15px, -10px); }
  17% { transform: translate(23px, -24px); }
  20% { transform: translate(30px, -20px); }
  27% { transform: translate(38px, -34px); }
  30% { transform: translate(45px, -30px); }
  37% { transform: translate(53px, -44px); }
  40% { transform: translate(60px, -40px); }
  50% { transform: translate(60px, 0px); }
  57% { transform: translate(53px, -14px); }
  60% { transform: translate(45px, -10px); }
  67% { transform: translate(37px, -24px); }
  70% { transform: translate(30px, -20px); }
  77% { transform: translate(22px, -34px); }
  80% { transform: translate(15px, -30px); }
  87% { transform: translate(7px, -44px); }
  90% { transform: translate(0px, -40px); }
  100% { transform: translate(0px, 0px); }
}@keyframes barUp1 { 
  0% { transform: scale(1, 0.2); }
  40% { transform: scale(1, 0.2); }
  50% { transform: scale(1, 1); }
  90% { transform: scale(1, 1); }
  100% { transform: scale(1, 0.2); }
}@keyframes barUp2 { 
  0% { transform: scale(1, 0.4); }
  40% { transform: scale(1, 0.4); }
  50% { transform: scale(1, 0.8); }
  90% { transform: scale(1, 0.8); }
  100% { transform: scale(1, 0.4); }
}@keyframes barUp3 { 
  0% { transform: scale(1, 0.6); }
  100% { transform: scale(1, 0.6); }
}@keyframes barUp4 { 
  0% { transform: scale(1, 0.8); }
  40% { transform: scale(1, 0.8); }
  50% { transform: scale(1, 0.4); }
  90% { transform: scale(1, 0.4); }
  100% { transform: scale(1, 0.8); }
}@keyframes barUp5 { 
  0% { transform: scale(1, 1); }
  40% { transform: scale(1, 1); }
  50% { transform: scale(1, 0.2); }
  90% { transform: scale(1, 0.2); }
  100% { transform: scale(1, 1); }
}@keyframes lol { 
  0% { opacity: 0; transform: translateX(-300px); }
  33% { opacity: 1; transform: translateX(0px); }
  66% { opacity: 1; transform: translateX(0px); }
  100% { opacity: 0; transform: translateX(300px); }
}@keyframes sk-cubeGridScaleDelay { 
  0%, 70%, 100% { transform: scale3d(1, 1, 1); }
  35% { transform: scale3d(0, 0, 1); }
}@keyframes ut-sk-bounce { 
  0%, 100% { transform: scale(0); }
  50% { transform: scale(1); }
}@keyframes sk-circleFadeDelay { 
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}@keyframes BrooklynFadeInLeft { 
  0% { opacity: 0; transform: translate3d(-50px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -50px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeInRight { 
  0% { opacity: 0; transform: translate3d(50px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeInUp { 
  0% { opacity: 0; transform: translate3d(0px, 50px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeInLeftShort { 
  0% { opacity: 0; transform: translate3d(-25px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeInDownShortCut { 
  0% { opacity: 0; transform: translate3d(0px, -100%, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeInRightShort { 
  0% { opacity: 0; transform: translate3d(25px, 0px, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeInUpShortCut { 
  0% { opacity: 0; transform: translate3d(0px, 100%, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}@keyframes BrooklynFadeOutLeft { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(-50px, 0px, 0px); }
}@keyframes BrooklynFadeOutRight { 
  0% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(50px, 0px, 0px); }
}@keyframes circle-animation { 
  0% { transform: rotate(0deg); stroke-dashoffset: 31.68; }
  50% { transform: rotate(720deg); stroke-dashoffset: 150.72; }
  100% { transform: rotate(1080deg); stroke-dashoffset: 31.68; }
}@keyframes GlitchUT1 { 
  0% { transform: translate(0px); }
  20% { transform: translate(-5px, 5px); }
  40% { transform: translate(-5px, -5px); }
  60% { transform: translate(5px, 5px); }
  80% { transform: translate(5px, -5px); }
  100% { transform: translate(0px); }
}@keyframes GlitchUT2After { 
  0% { clip-path: inset(47% 52% 53% 0px); }
  5% { clip-path: inset(18% 19% 9% 0px); }
  10% { clip-path: inset(58% 13% 16% 0px); }
  15% { clip-path: inset(3% 98% 73% 0px); }
  20% { clip-path: inset(63% 65% 39% 0px); }
  25% { clip-path: inset(56% 84% 18% 0px); }
  30% { clip-path: inset(15% 91% 66% 0px); }
  35% { clip-path: inset(40% 16% 36% 0px); }
  40% { clip-path: inset(32% 54% 67% 0px); }
  45% { clip-path: inset(80% 91% 65% 0px); }
  50% { clip-path: inset(33% 61% 93% 0px); }
  55% { clip-path: inset(46% 21% 91% 0px); }
  60% { clip-path: inset(12% 54% 98% 0px); }
  65% { clip-path: inset(95% 33% 59% 0px); }
  70% { clip-path: inset(67% 29% 63% 0px); }
  75% { clip-path: inset(92% 67% 34% 0px); }
  80% { clip-path: inset(26% 75% 71% 0px); }
  85% { clip-path: inset(58% 4% 33% 0px); }
  90% { clip-path: inset(39% 26% 52% 0px); }
  95% { clip-path: inset(71% 46% 3% 0px); }
  100% { clip-path: inset(20% 82% 71% 0px); }
}@keyframes GlitchUT2Before { 
  0% { clip-path: inset(35% 88% 1% 0px); }
  5% { clip-path: inset(76% 61% 69% 0px); }
  10% { clip-path: inset(77% 93% 32% 0px); }
  15% { clip-path: inset(56% 97% 45% 0px); }
  20% { clip-path: inset(53% 59% 22% 0px); }
  25% { clip-path: inset(30% 7% 6% 0px); }
  30% { clip-path: inset(98% 31% 37% 0px); }
  35% { clip-path: inset(86% 38% 89% 0px); }
  40% { clip-path: inset(8% 82% 4% 0px); }
  45% { clip-path: inset(95% 7% 46% 0px); }
  50% { clip-path: inset(79% 73% 11% 0px); }
  55% { clip-path: inset(75% 51% 33% 0px); }
  60% { clip-path: inset(28% 8% 93% 0px); }
  65% { clip-path: inset(89% 70% 60% 0px); }
  70% { clip-path: inset(65% 54% 77% 0px); }
  75% { clip-path: inset(65% 91% 74% 0px); }
  80% { clip-path: inset(13% 27% 93% 0px); }
  85% { clip-path: inset(45% 10% 64% 0px); }
  90% { clip-path: inset(86% 3% 41% 0px); }
  95% { clip-path: inset(15% 58% 1% 0px); }
  100% { clip-path: inset(88% 33% 19% 0px); }
}@keyframes heroFadeIn { 
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; }
}@keyframes heroRelFadeIn { 
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; }
}@keyframes heroFadeInLeft { 
  0% { opacity: 0; transform: translate3d(-200px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}@keyframes heroFadeInRight { 
  0% { opacity: 0; transform: translate3d(200px, 0px, 0px); }
  100% { opacity: 1; transform: none; }
}@keyframes heroFadeInUp { 
  0% { opacity: 0; transform: translate3d(0px, 200px, 0px); }
  100% { opacity: 1; transform: none; }
}@keyframes heroFadeInDown { 
  0% { opacity: 0; transform: translate3d(0px, -200px, 0px); }
  100% { opacity: 1; transform: none; }
}@keyframes heroKenBurns { 
  0% { opacity: 0; transform-origin: center bottom; }
  5% { opacity: 1; }
  100% { transform: scale3d(1.3, 1.3, 1.3); animation-timing-function: ease-in; opacity: 1; }
}@keyframes heroKenBurnsOut { 
  0% { opacity: 0; transform-origin: center bottom; transform: scale3d(1.3, 1.3, 1.3); }
  5% { opacity: 1; }
  100% { transform: scale3d(1, 1, 1); animation-timing-function: ease-in; opacity: 1; }
}@keyframes heroSlideInLeft { 
  0% { transform: translate3d(-200px, 0px, 0px); }
  100% { transform: none; }
}@keyframes heroSlideInRight { 
  0% { transform: translate3d(200px, 0px, 0px); }
  100% { transform: none; }
}@keyframes heroSlideInUp { 
  0% { transform: translate3d(0px, 200px, 0px); }
  100% { transform: none; }
}@keyframes heroSlideInDown { 
  0% { transform: translate3d(0px, -200px, 0px); }
  100% { transform: none; }
}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;}body.swift-nojs [data-s3cid="3"]{min-width: 100vw;}body.swift-nojs [data-s3cid="4"]{min-width: 100vw;}body.swift-nojs [data-s3cid="5"]{min-width: 100vw;}body.swift-nojs [data-s3cid="6"]{min-width:381px;}body.swift-nojs [data-s3cid="7"]{min-width:381px;}body.swift-nojs [data-s3cid="8"]{min-width:266.6875px;}body.swift-nojs [data-s3cid="9"]{min-width:246.6875px;}body.swift-nojs [data-s3cid="10"]{min-width:114.296875px;}body.swift-nojs [data-s3cid="16"]{min-width: 100vw;max-height:7556.0625px;}body.swift-nojs [data-s3cid="17"]{min-width: 100vw;max-height:6794.5px;}body.swift-nojs [data-s3cid="18"]{min-width: 100vw;max-height:6794.5px;}body.swift-nojs [data-s3cid="19"]{min-width:381px;max-height:6794.5px;}body.swift-nojs [data-s3cid="20"]{min-width:381px;max-height:6794.5px;}body.swift-nojs [data-s3cid="21"]{min-width:381px;max-height:6794.5px;}body.swift-nojs [data-s3cid="22"]{min-width:361px;max-height:6794.5px;}body.swift-nojs [data-s3cid="23"]{min-width:361px;max-height:6794.5px;}body.swift-nojs [data-s3cid="24"]{min-width: 100vw;max-height:6794.5px;}body.swift-nojs [data-s3cid="25"]{min-width: 100vw;max-height:264.625px;}body.swift-nojs [data-s3cid="26"]{min-width: 100vw;max-height:264.625px;}body.swift-nojs [data-s3cid="27"]{min-width: 100vw;max-height:264.625px;}body.swift-nojs [data-s3cid="28"]{min-width:361px;max-height:264.625px;}body.swift-nojs [data-s3cid="29"]{min-width:361px;max-height:194.625px;}body.swift-nojs [data-s3cid="30"]{min-width:361px;max-height:194.625px;}body.swift-nojs [data-s3cid="31"]{min-width:361px;max-height:67.5px;}body.swift-nojs [data-s3cid="32"]{min-width:361px;}body.swift-nojs [data-s3cid="33"]{min-width:361px;}body.swift-nojs [data-s3cid="35"]{min-width: 100vw;}body.swift-nojs [data-s3cid="36"]{min-width: 100vw;}body.swift-nojs [data-s3cid="37"]{min-width:381px;}body.swift-nojs [data-s3cid="38"]{min-width:381px;}body.swift-nojs [data-s3cid="39"]{min-width:381px;}body.swift-nojs [data-s3cid="40"]{min-width:381px;}body.swift-nojs [data-s3cid="41"]{min-width:321px;min-height:215.40625px;}body.swift-nojs [data-s3cid="42"]{min-width:321px;min-height:215.40625px;}body.swift-nojs [data-s3cid="43"]{min-width:261px;min-height:155.40625px;}body.swift-nojs [data-s3cid="44"]{min-width:261px;}body.swift-nojs [data-s3cid="45"]{min-width: 100vw;}body.swift-nojs [data-s3cid="46"]{min-width:381px;}body.swift-nojs [data-s3cid="47"]{min-width:381px;}body.swift-nojs [data-s3cid="48"]{min-width:381px;}body.swift-nojs [data-s3cid="49"]{min-width:381px;}body.swift-nojs [data-s3cid="50"]{min-width:321px;min-height:238.8125px;}body.swift-nojs [data-s3cid="51"]{min-width:321px;min-height:238.8125px;}body.swift-nojs [data-s3cid="52"]{min-width:261px;min-height:178.8125px;}body.swift-nojs [data-s3cid="53"]{min-width:261px;}body.swift-nojs [data-s3cid="54"]{min-width: 100vw;}body.swift-nojs [data-s3cid="55"]{min-width:381px;}body.swift-nojs [data-s3cid="56"]{min-width:381px;}body.swift-nojs [data-s3cid="57"]{min-width:381px;}body.swift-nojs [data-s3cid="58"]{min-width:381px;}body.swift-nojs [data-s3cid="59"]{min-width:321px;min-height:238.8125px;}body.swift-nojs [data-s3cid="60"]{min-width:321px;min-height:238.8125px;}body.swift-nojs [data-s3cid="61"]{min-width:261px;min-height:178.8125px;}body.swift-nojs [data-s3cid="62"]{min-width:261px;}body.swift-nojs [data-s3cid="64"]{min-width: 100vw;}body.swift-nojs [data-s3cid="65"]{min-width: 100vw;}body.swift-nojs [data-s3cid="66"]{min-width:381px;}body.swift-nojs [data-s3cid="67"]{min-width:381px;}body.swift-nojs [data-s3cid="68"]{min-width:381px;}body.swift-nojs [data-s3cid="69"]{min-width:381px;}body.swift-nojs [data-s3cid="70"]{min-width:321px;min-height:215.40625px;}body.swift-nojs [data-s3cid="71"]{min-width:321px;min-height:215.40625px;}body.swift-nojs [data-s3cid="72"]{min-width:261px;min-height:155.40625px;}body.swift-nojs [data-s3cid="73"]{min-width:261px;}body.swift-nojs [data-s3cid="74"]{min-width: 100vw;}body.swift-nojs [data-s3cid="75"]{min-width:381px;}body.swift-nojs [data-s3cid="76"]{min-width:381px;}body.swift-nojs [data-s3cid="77"]{min-width:381px;}body.swift-nojs [data-s3cid="78"]{min-width:381px;}body.swift-nojs [data-s3cid="79"]{min-width:321px;min-height:215.40625px;}body.swift-nojs [data-s3cid="80"]{min-width:321px;min-height:215.40625px;}body.swift-nojs [data-s3cid="81"]{min-width:261px;min-height:155.40625px;}body.swift-nojs [data-s3cid="82"]{min-width:261px;}body.swift-nojs [data-s3cid="84"]{min-width: 100vw;}body.swift-nojs [data-s3cid="85"]{min-width: 100vw;}body.swift-nojs [data-s3cid="86"]{min-width: 100vw;}body.swift-nojs [data-s3cid="87"]{min-width:361px;}body.swift-nojs [data-s3cid="88"]{min-width:361px;}body.swift-nojs [data-s3cid="89"]{min-width:361px;}body.swift-nojs [data-s3cid="90"]{min-width:361px;}body.swift-nojs [data-s3cid="91"]{min-width:361px;}body.swift-nojs [data-s3cid="93"]{min-width: 100vw;}body.swift-nojs [data-s3cid="94"]{min-width: 100vw;}body.swift-nojs [data-s3cid="95"]{min-width: 100vw;}body.swift-nojs [data-s3cid="96"]{min-width:361px;}body.swift-nojs [data-s3cid="97"]{min-width:361px;}body.swift-nojs [data-s3cid="98"]{min-width:361px;}body.swift-nojs [data-s3cid="99"]{min-width: 100vw;}body.swift-nojs [data-s3cid="100"]{min-width: 100vw;}body.swift-nojs [data-s3cid="101"]{min-width:361px;}body.swift-nojs [data-s3cid="102"]{min-width:361px;}body.swift-nojs [data-s3cid="103"]{min-width:361px;}body.swift-nojs [data-s3cid="104"]{min-width: 100vw;}body.swift-nojs [data-s3cid="105"]{min-width: 100vw;}body.swift-nojs [data-s3cid="106"]{min-width:361px;}body.swift-nojs [data-s3cid="107"]{min-width:361px;}body.swift-nojs [data-s3cid="108"]{min-width:361px;}body.swift-nojs [data-s3cid="110"]{min-width: 100vw;}body.swift-nojs [data-s3cid="111"]{min-width: 100vw;}body.swift-nojs [data-s3cid="112"]{min-width: 100vw;}body.swift-nojs [data-s3cid="113"]{min-width:361px;}body.swift-nojs [data-s3cid="114"]{min-width:361px;}body.swift-nojs [data-s3cid="115"]{min-width:361px;}body.swift-nojs [data-s3cid="117"]{min-width: 100vw;}body.swift-nojs [data-s3cid="118"]{min-width: 100vw;}body.swift-nojs [data-s3cid="119"]{min-width: 100vw;}body.swift-nojs [data-s3cid="120"]{min-width:361px;}body.swift-nojs [data-s3cid="121"]{min-width:361px;}body.swift-nojs [data-s3cid="122"]{min-width:361px;}body.swift-nojs [data-s3cid="123"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="124"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="125"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="126"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="127"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="128"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="130"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="131"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="132"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="133"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="134"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="135"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="137"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="138"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="139"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="140"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="141"]{min-width:361px;min-height:366px;}body.swift-nojs [data-s3cid="142"]{min-width:361px;min-height:361px;}body.swift-nojs [data-s3cid="143"]{min-width:361px;}body.swift-nojs [data-s3cid="146"]{min-width:361px;}body.swift-nojs [data-s3cid="149"]{min-width: 100vw;}body.swift-nojs [data-s3cid="150"]{min-width: 100vw;}body.swift-nojs [data-s3cid="151"]{min-width:381px;}body.swift-nojs [data-s3cid="152"]{min-width:361px;}body.swift-nojs [data-s3cid="153"]{min-width: 100vw;}body.swift-nojs [data-s3cid="154"]{min-width: 100vw;}body.swift-nojs [data-s3cid="156"]{min-width: 100vw;}body.swift-nojs [data-s3cid="157"]{min-width: 100vw;}body.swift-nojs [data-s3cid="158"]{min-width: 100vw;}body.swift-nojs [data-s3cid="159"]{min-width:361px;}body.swift-nojs [data-s3cid="162"]{min-width: 100vw;}body.swift-nojs [data-s3cid="163"]{min-width: 100vw;}body.swift-nojs [data-s3cid="164"]{min-width: 100vw;}body.swift-nojs [data-s3cid="165"]{min-width:361px;}body.swift-nojs [data-s3cid="166"]{min-width:361px;}body.swift-nojs [data-s3cid="167"]{min-width:361px;}body.swift-nojs [data-s3cid="168"]{min-width:361px;}body.swift-nojs [data-s3cid="169"]{min-width:361px;}body.swift-nojs [data-s3cid="170"]{min-width:361px;}body.swift-nojs [data-s3cid="171"]{min-width: 100vw;}body.swift-nojs [data-s3cid="172"]{min-width: 100vw;}body.swift-nojs [data-s3cid="173"]{min-width:361px;}body.swift-nojs [data-s3cid="174"]{min-width: 100vw;}body.swift-nojs [data-s3cid="175"]{min-width: 100vw;}body.swift-nojs [data-s3cid="176"]{min-width:361px;}body.swift-nojs [data-s3cid="178"]{min-width:361px;}body.swift-nojs [data-s3cid="179"]{min-width:361px;}body.swift-nojs [data-s3cid="180"]{min-width:361px;}body.swift-nojs [data-s3cid="182"]{min-width:361px;}body.swift-nojs [data-s3cid="183"]{min-width: 100vw;}body.swift-nojs [data-s3cid="189"]{min-width: 100vw;}body.swift-nojs [data-s3cid="190"]{min-width: 100vw;}body.swift-nojs [data-s3cid="191"]{min-width:381px;}body.swift-nojs [data-s3cid="192"]{min-width:361px;}body.swift-nojs [data-s3cid="200"]{min-width: 100vw;}body.swift-nojs [data-s3cid="201"]{min-width: 100vw;}html{opacity:1}}