@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); } }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/journal/__data/raleway-medium-webfonta63a5ffa.woff) format('woff2');font-display:swap;}@font-face{font-family:"icon54com";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/journal/__data/icon54come8186591.woff) format('woff2');font-display:swap;}[class*=" BklynIcons-"]:not(.ut-lead-has-icon), [class^="BklynIcons-"]:not(.ut-lead-has-icon) { speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: icon54com !important; }.BklynIcons-Clock-1::before { content: ""; }[class*=" Bklyn-Core-"], [class^="Bklyn-Core-"] { speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: Brooklyn-Core !important; }.Bklyn-Core-Left-2::before { content: ""; }.Bklyn-Core-Maximize-3::before { content: ""; }.Bklyn-Core-Right-2::before { content: ""; }.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-bicycle::before { content: ""; }.fa-link::before { content: ""; }.fa-play::before { content: ""; }.fa-rocket::before { content: ""; }.fa-thumb-tack::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'; }@font-face{font-family:"Font Awesome 6 Free";font-weight:400;font-style:normal;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/journal/__data/fa-regular-40078e99e3b.woff) format('woff2');font-display:swap;}: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/journal/__data/fa-solid-90044d9b779.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/journal/__data/fa-solid-90044d9b779.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/journal/__data/fa-brands-400b27d2341.woff) format('woff2');font-display:swap;}@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;unicode-range:U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;src:url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/journal/__data/fa-regular-40078e99e3b.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-thumb-tack::before { content: ""; }.fa.fa-facebook { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.fa.fa-facebook::before { content: ""; }.fa.fa-folder-open-o { font-family: "Font Awesome 6 Free"; font-weight: 400; }.fa.fa-folder-open-o::before { content: ""; }.fa.fa-instagram { font-family: "Font Awesome 6 Brands"; font-weight: 400; }.fa.fa-user-o { font-family: "Font Awesome 6 Free"; font-weight: 400; }.fa.fa-user-o::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 (min-width: 1025px){.hide-on-desktop { display: none !important; }.grid-15 { float: left; width: 15%; }.grid-50 { float: left; width: 50%; }.grid-85 { float: left; width: 85%; }.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; } }@-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); } }@-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); } }.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; }@media (min-width: 768px){.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 { float: left; }.vc_col-sm-12 { width: 100%; }.vc_col-sm-6 { width: 50%; }.vc_col-sm-5 { width: 41.6667%; }.vc_col-sm-4 { width: 33.3333%; }.vc_col-sm-1 { width: 8.33333%; }}.vc_clearfix::after, .vc_clearfix::before { content: " "; display: table; }#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box > p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child { margin-bottom: 0px; }.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[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_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; } }.ut-brands-columns-5 .ut-single-brand { width: 20%; }.ut-brands-carousel { padding: 0px 60px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }.ut-brands-carousel.ut-brands-carousel-no-arrows { padding: 20px 0px; }.ut-brands-carousel .ut-single-brand { min-height: 100%; display: inline-flex; padding: 20px 40px !important; }.ut-brands-carousel.ut-brands-no-border-top { border-top: none; padding-top: 0px; }.ut-brands-carousel.ut-brands-no-border-bottom { border-bottom: none; padding-bottom: 0px; }.ut-brands-display-cells .ut-single-brand, .ut-brands-display-plain .ut-single-brand { display: inline-flex; flex-flow: column wrap; place-content: stretch center; align-items: center; padding: 40px 20px; transition:background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }.ut-brands-carousel .ut-single-brand { visibility: hidden; }.ut-brands-carousel.flickity-enabled .ut-single-brand { visibility: visible; }.ut-single-brand-logo { display: flex; flex-flow: column wrap; place-content: stretch center; align-items: center; width: 100%; }.ut-single-brand-logo { transition:opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }@-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; } }section { position: relative; }.vc_row { margin-left: -20px; margin-right: -20px; position: relative; }.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; }.blog .post .vc_section { padding-bottom: 0px !important; padding-top: 0px !important; }@media (min-width: 1025px){.ut-vc-120.vc_section, .ut-vc-120.vc_section.vc_section-has-fill { padding-top: 120px; padding-bottom: 80px; }.ut-vc-120.vc_section > .vc_row + .vc_row-full-width + .vc_row { margin-top: 40px; }}.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; }@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-owl-gallery-slider-wrap { position: relative; }.owl-carousel.owl-loaded, .ut-owl-gallery-slider-wrap { overflow: hidden; }.ut-owl-gallery-slider .owl-nav { display: none; }.ut-owl-gallery-slider-wrap .owl-carousel .owl-item img { max-width: 100%; margin: 0px auto; }.ut-owl-gallery-slider-wrap .ut-next-gallery-slide, .ut-owl-gallery-slider-wrap .ut-owl-video-play-icon, .ut-owl-gallery-slider-wrap .ut-prev-gallery-slide, .ut-owl-gallery-slider-wrap .ut-slider-maximize { position: absolute; color: #ffffff; width: 40px; height: 40px; top: 20px; font-size: 16px; margin-top: 0px; z-index: 10; line-height: 40px; text-align: center; background: #151515; border-radius: 50%; transition: 0.4s ease-in-out; }.ut-owl-gallery-slider-wrap .ut-slider-maximize { left: 20px; }.ut-owl-gallery-slider-wrap .ut-next-gallery-slide:hover, .ut-owl-gallery-slider-wrap .ut-prev-gallery-slide:hover { color: #ffffff; background: #151515; }.ut-owl-gallery-slider-wrap .ut-next-gallery-slide i, .ut-owl-gallery-slider-wrap .ut-owl-video-play-icon i, .ut-owl-gallery-slider-wrap .ut-prev-gallery-slide i, .ut-owl-gallery-slider-wrap .ut-slider-maximize i { line-height: 40px; transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; }.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide { right: 70px; }.ut-owl-gallery-slider-wrap .ut-next-gallery-slide { right: 20px; }.ut-owl-gallery-slider-wrap .owl-dots { position: absolute; bottom: -3px; width: 100%; z-index: 10; }figure.ut-gallery-slider-caption-wrap { position: relative; text-align: center; overflow: hidden; }.ut-owl-carousel figure.ut-gallery-slider-caption-wrap img { transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); transform: scale(1.1); }.ut-owl-carousel .ut-slider-maximize.ut-morph-active + img, .ut-owl-carousel figure.ut-gallery-slider-caption-wrap:hover img { transform: scale(1); }figure.ut-gallery-slider-caption-wrap::before { content: attr(data-caption); position: absolute; opacity: 0; text-transform: uppercase; line-height: 150%; font-size: 17px; z-index: 12; color: #ffbf00; text-align: center; top: 50%; left: 50%; padding: 20px; transform: translate(-50%, -50%); transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }figure.ut-gallery-slider-caption-wrap::after { content: ""; height: 110%; width: 100%; background: #151515; display: block; position: absolute; top: 50%; left: 50%; opacity: 0; transform: translate(-50%, -50%); transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }.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; }#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; }.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-fancy-list .bklyn-list.bklyn-list-style-none li { padding-left: 0px; }.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-list-item-space-large .bklyn-fancy-list-content, .bklyn-list-item-space-large:not(.bklyn-fancy-list-item-has-icon) { padding-left: 2em; }.bklyn-fancy-list { display: flex; }.bklyn-fancy-list-center { -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; }.bklyn-fancy-list-left { -webkit-box-align: start; align-items: flex-start; -webkit-box-pack: start; justify-content: flex-start; }.bklyn-fancy-list-item-has-icon, .bklyn-fancy-list-item-has-icon > a { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: wrap; }.bklyn-fancy-list-item-has-icon-center, .bklyn-fancy-list-item-has-icon-center > a { -webkit-box-align: center; align-items: center; }.bklyn-fancy-list-item-has-icon-top, .bklyn-fancy-list-item-has-icon-top > a { align-items: baseline; }.wpb_wrapper .bklyn-list li { margin-bottom: 0px; }.wpb_wrapper .bklyn-list li .fa { text-align: center; }.wpb_wrapper .bklyn-list li > :last-child { margin-bottom: 0px; padding-bottom: 0px; }.wpb_wrapper .bklyn-list.bklyn-list-style-none { margin-left: 0px; list-style: none !important; }.bklyn-fancy-list-animated li { list-style: none; transition:opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); opacity: 0; }.bklyn-fancy-list-animated li > .bklyn-fancy-list-content > span, .bklyn-fancy-list-animated li > i, .bklyn-fancy-list-animated li > span > span { transition:transform, opacity 1s, 1s cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1); }.bklyn-fancy-list-animated li > .bklyn-fancy-list-content > span + br + span, .bklyn-fancy-list-animated li > span > span + br + span { transition:transform, opacity 1s, 1s cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1); }.bklyn-fancy-list-animated li > .bklyn-fancy-list-content > span, .bklyn-fancy-list-animated li > span > span { display: inline-block; position: relative; transform: translateY(50px); opacity: 0; }.bklyn-fancy-list-animated li > i { transform: translateY(50px); opacity: 0; }.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; }@-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 (min-width: 1024px){@-webkit-keyframes LtoRRevealInOnlyKeyframe { 0% { width: 0px; left: 0px; } 100% { width: 100%; left: 0px; } }@keyframes LtoRRevealInOnlyKeyframe { 0% { width: 0px; left: 0px; } 100% { width: 100%; left: 0px; } }@-webkit-keyframes LtoRRevealKeyframe { 0% { width: 0px; left: 0px; } 65% { width: 100%; left: 0px; } 100% { width: 0px; left: 100%; } }@keyframes LtoRRevealKeyframe { 0% { width: 0px; left: 0px; } 65% { width: 100%; left: 0px; } 100% { width: 0px; left: 100%; } }@-webkit-keyframes RtoLRevealInOnlyKeyframe { 0% { width: 0px; right: 0px; } 100% { width: 100%; right: 0px; } }@keyframes RtoLRevealInOnlyKeyframe { 0% { width: 0px; right: 0px; } 100% { width: 100%; right: 0px; } }@-webkit-keyframes RtoLRevealKeyframe { 0% { width: 0px; right: 0px; } 65% { width: 100%; right: 0px; } 100% { width: 0px; right: 100%; } }@keyframes RtoLRevealKeyframe { 0% { width: 0px; right: 0px; } 65% { width: 100%; right: 0px; } 100% { width: 0px; right: 100%; } }@-webkit-keyframes TtoBRevealInOnlyKeyframe { 0% { height: 0px; top: 0px; } 100% { height: 100%; top: 0px; } }@keyframes TtoBRevealInOnlyKeyframe { 0% { height: 0px; top: 0px; } 100% { height: 100%; top: 0px; } }@-webkit-keyframes TtoBRevealKeyframe { 0% { height: 0px; top: 0px; } 65% { height: 100%; top: 0px; } 100% { height: 0px; top: 100%; } }@keyframes TtoBRevealKeyframe { 0% { height: 0px; top: 0px; } 65% { height: 100%; top: 0px; } 100% { height: 0px; top: 100%; } }@-webkit-keyframes BtoTRevealInOnlyKeyframe { 0% { height: 0px; bottom: 0px; } 100% { height: 100%; bottom: 0px; } }@keyframes BtoTRevealInOnlyKeyframe { 0% { height: 0px; bottom: 0px; } 100% { height: 100%; bottom: 0px; } }@-webkit-keyframes BtoTRevealKeyframe { 0% { height: 0px; bottom: 0px; } 65% { height: 100%; bottom: 0px; } 100% { height: 0px; bottom: 100%; } }@keyframes BtoTRevealKeyframe { 0% { height: 0px; bottom: 0px; } 65% { height: 100%; bottom: 0px; } 100% { height: 0px; bottom: 100%; } }}.flickity-enabled { position: relative; }.flickity-enabled:focus { outline: 0px; }.flickity-viewport { overflow: hidden; position: relative; height: 100%; }.flickity-slider { position: absolute; width: 100%; height: 100%; }.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; user-select: none; }.flickity-enabled.is-draggable .flickity-viewport { cursor: grab; }#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 p { margin-bottom: 0px; font-size: 12px; color: #ffffff; line-height: 150%; }@media (min-width: 960px){.ut-morph-box-item-wrap { padding: 30px; width: 320px; }}@media (min-width: 1440px){.ut-morph-box-item-wrap { padding: 40px; width: 480px; }.ut-morph-box-item-wrap p { font-size: 14px; }}.ut-morph-box-item-wrap h3 { margin: 0px 0px 5px; color: #ffffff; line-height: 125%; font-size: 20px; }@media (min-width: 1440px){.ut-morph-box-item-wrap h3 { font-size: 30px; }}#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; }@-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-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; }h2 { font-size: 25px; margin-bottom: 20px; }h3 { font-size: 18px; margin-bottom: 20px; }h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #151515; }.comment-content ul, .entry-content ul { list-style-type: disc; }ul, ol, dl { margin-left: 14px; }b, strong, dfn, kbd { font-weight: bold; }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; }.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; }#primary > .post:last-child { border-bottom: 0px; margin-bottom: 40px; padding-bottom: 0px; }.post { margin-bottom: 80px; }.post .entry-content > :last-child:last-child, .page .entry-content > :last-child:last-child { margin-bottom: 0px; }.entry-title { margin: 0px; overflow-wrap: break-word; font-size: 22px; }.entry-header { margin-bottom: 20px; }.ut-post-thumbnail, .ut-post-media { margin-bottom: 40px; }.post .ut-gallery-wrap, .entry-thumbnail { backface-visibility: hidden; position: relative; overflow: hidden; margin: 0px; }.post .ut-gallery-wrap ul li img, .entry-thumbnail img { display: block; margin: 0px; position: relative; transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); max-width: 100%; transform: scale(1); }.ut-blog-classic-article .entry-thumbnail { border-radius: 4px; }.archive .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .ut-gallery-wrap ul li img, .archive .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .entry-thumbnail img, .blog .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .ut-gallery-wrap ul li img, .blog .post:not(.ut-blog-classic-article):not(.ut-blog-mixed-large-article):hover .entry-thumbnail img, .ut-blog-mixed-large-article .entry-thumbnail .ut-gallery-wrap ul li img:hover, .ut-blog-mixed-large-article .entry-thumbnail img:hover, .ut-blog-classic-article .entry-thumbnail .ut-gallery-wrap ul li img:hover, .ut-blog-classic-article .entry-thumbnail img:hover, .blog .ut-load-video:hover img { transform: scale(1.1); }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; position: absolute !important; }.entry-meta { font-size: 12px; line-height: 24px; text-align: right; color: #151515; }.entry-header .entry-meta { text-align: left; margin-top: 5px; margin-bottom: 0px; }.reply-link i, .edit-link i, .tags-links i, .entry-meta i { color: #151515; font-size: 14px; padding-right: 10px; vertical-align: middle; }.entry-meta i, .tags-links i { vertical-align: baseline; }.entry-meta .author-links, .entry-meta .cat-links, .entry-meta .comments-link, .entry-meta .edit-link, .entry-meta .ut-sticky { color: #151515; display: block; text-transform: capitalize; }.entry-meta .ut-sticky { display: none; }.ut-sticky i { margin: 0px; padding: 0px; }.entry-header .entry-meta .date-format, .entry-header .entry-meta .author-links, .entry-header .entry-meta .cat-links, .entry-header .entry-meta .comments-link { display: inline-block; margin-right: 20px; text-transform: capitalize; }.tags-links a, .entry-meta a { color: #151515; font-weight: normal; text-transform: capitalize; }.tags-links a:hover, .tags-links a:active, .entry-meta a:hover, .entry-meta a:active { color: #777777; }.date-format { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #dddddd; z-index: 10; display: inline-block; text-align: center; font-family: sans-serif !important; }.entry-header .date-format { margin: 0px; padding: 0px; border: none; font-family: inherit; }.date-format .day { font-size: 60px; display: block; line-height: 60px; font-weight: bold; color: #151515; }.date-format .month { color: #151515; display: block; text-transform: uppercase; font-size: 14px; font-weight: bold; }.ut-post-thumbnail-caption-wrap { position: relative; }.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; }.blog #primary { overflow: hidden; }.blog .main-content-background, .archive .main-content-background, .search-results .main-content-background { padding-top: 80px; padding-bottom: 40px; }.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; }@media (min-width: 1025px){.ut-spacing-120 .ut-footer-area { padding-bottom: 80px; padding-top: 80px; }}.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; }.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 (min-width: 1025px){.ut-blog-has-animation .post { background: #ffffff; position: relative; }.ut-blog-has-animation .post, .ut-blog-has-animation #secondary { visibility: hidden; animation-duration: 1s; animation-fill-mode: both; }.post > div > .entry-meta { padding-right: 20px; }.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding) { padding-left: 20px; padding-right: 20px; }}.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; }.BrooklynFadeInLeft, .BrooklynFadeInDown, .BrooklynFadeInRight, .BrooklynFadeInUp, .BrooklynFadeInLeftShort, .BrooklynFadeInRightShort, .BrooklynFadeInDownShortCut, .BrooklynFadeInUpShortCut, .BrooklynFadeOutLeft, .BrooklynFadeOutRight { animation-duration: 1s; animation-fill-mode: both; }.BrooklynFadeInUp { animation-name: BrooklynFadeInUp; }@-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; } }@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 (min-width: 1025px){.vc_row.vc_column-gap-0 { margin-left: 0px; margin-right: 0px; }}a { color: #e62241; }.lead a, .logged-in-as a, .wpb_text_column a, .section-title a, .ut-twitter-rotator h2 a, .ut-vc-disabled .entry-content a:not(.checkout-button):not(.woocommerce-Button), .comment-content a:not(.more-link), .ut-accordion-module-inner.entry-content a, .type-post .entry-content :not(.tags-links) a:not(.more-link):not([class*="mashicon-"]):not(.ut-slider-maximize):not(.ut-prev-gallery-slide):not(.ut-next-gallery-slide):not(.ut-owl-video-play-icon):not(.owl-item-link):not(.flex-prev):not(.flex-next) { color: #e62241; text-decoration: none; font-weight: normal; }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; }@media (min-width: 1025px){.site-logo img { max-height: 60px; }}.site-logo img, .ut-site-logo img { opacity: 1; }h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #e62241; }body { font-family: "Open Sans"; font-weight: 400; }b, strong, dfn, kbd { font-weight: 600; }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; }.ut-scroll-up-waypoint-wrap { position: relative; }@-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; }@media (min-width: 1025px){#header-section { line-height: 80px; }.ut-navigation-with-description-above .ut-has-description .ut-main-navigation-link { height: 80px; }.site-logo { height: 80px !important; line-height: 80px !important; }.ut-hamburger-wrap, .menu-item-object-megamenu-button { 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%; }.ut-blog-has-animation article.BrooklynFadeInUp, .ut-blog-has-animation #secondary.BrooklynFadeInUp { visibility: visible; animation: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1) 0s 1 normal none running BrooklynFadeInUp; }pre, .wp-caption img, img[class*="wp-image-"], .ut-blog-layout-list-article-inner, .ut-blog-grid-article-inner, .ut-blog-classic-article .entry-thumbnail, .ut-blog-classic-article .ut-gallery-slider, .ut-blog-mixed-large-article-large, .ut-blog-has-animation .post, #commentform .comment-form-comment textarea, #commentform .comment-form-author input, #commentform .comment-form-email input, #commentform .comment-form-url input, .ut-format-link, .format-link .entry-header a, .comment-body, .ut-quote-post, .ut_widget_flickr li img { border-radius: 4px; }.blog .ut-blog-classic-article h2.entry-title a, .blog .ut-blog-mixed-large-article-large h2.entry-title a, .blog .ut-blog-layout-list h2.entry-title, .blog .ut-blog-grid h2.entry-title, .archive .ut-blog-grid h2.entry-title, .search .ut-blog-grid h2.entry-title, .comment-author h6 a { color: #151515; }.blog .main-content-background { background-image: url(https://www.auguri.at/wordpress/wp-content/swift-ai/cache/www.auguri.at/journal/__data/assets/3a0b6527.css); background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }#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-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; }figure.ut-gallery-slider-caption-wrap::before { color: #e62241; }figure.ut-gallery-slider-caption-wrap::before { font-family: "Open Sans"; }figure.ut-gallery-slider-caption-wrap::before { font-weight: 600; }.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); }.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1; }.owl-carousel .owl-stage { position: relative; }.owl-carousel .owl-stage::after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0px; }.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px); }.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; }.owl-carousel .owl-item img { display: block; width: auto; transform-style: preserve-3d; height: inherit !important; }.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; }.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; user-select: none; }.owl-carousel.owl-loaded { display: block; }.owl-carousel.owl-drag .owl-item { user-select: none; }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }.owl-carousel .owl-item .owl-lazy { opacity: 0; }.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }.owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }.owl-theme .owl-nav [class*="owl-"] { color: #ffffff; font-size: 14px; margin: 5px; padding: 4px 7px; background: #d6d6d6; display: inline-block; cursor: pointer; border-radius: 3px; }.owl-theme .owl-nav [class*="owl-"]:hover { background: #869791; color: #ffffff; text-decoration: none; }.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }.owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; }#ut_oms_68eded171f40e .ut-gallery-slider-caption-wrap::before { content: ""; }#ut_header_68eded17244c5 h2.section-title { letter-spacing: -0.03em; font-size: 50px !important; line-height: 60px !important; }#ut_fl_68eded172996d870461256.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68eded172996d870461256.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68eded172996d870461256 .fa { color: #e62241; }#ut_header_68eded172a3a3 h2.section-title { letter-spacing: -0.03em; font-size: 50px !important; line-height: 60px !important; }#ut_fl_68eded172b254451068860.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68eded172b254451068860.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68eded172b254451068860 .fa { color: #e62241; }#ut_header_68eded172bd6a h2.section-title { letter-spacing: -0.03em; font-size: 50px !important; line-height: 60px !important; }#ut_fl_68eded172cd57286618414.bklyn-fancy-list { font-size: 14px !important; }#ut_fl_68eded172cd57286618414.bklyn-fancy-list { line-height: 28px !important; }#ut_fl_68eded172cd57286618414 .fa { color: #e62241; }#ut_cc_68eded172e2bb .ut-single-brand-logo { opacity: 1; }#ut_cc_68eded172e2bb .ut-single-brand.ut-single-brand-link:hover .ut-single-brand-logo, #ut_cc_68eded172e2bb .ut-single-brand.ut-single-brand-cells:hover .ut-single-brand-logo, #ut_cc_68eded172e2bb .ut-single-brand:not(.ut-single-brand-link):not(.ut-single-brand-cells) .ut-single-brand-logo:hover { opacity: 1; }#ut_oms_68eded17701a1 .ut-gallery-slider-caption-wrap::before { content: ""; }#ut_oms_68eded177e5fe .ut-gallery-slider-caption-wrap::before { content: ""; }#ut-separator-68eded178cb9a { width: calc(100% + 2px); }#ut-separator-68eded178cb9a svg { width: calc(100% + 2px); left: 50%; }#ut-separator-68eded178cb9a svg { transform: translateX(-50%); }#ut-separator-68eded178cb9a { height: 80px; }#ut-separator-68eded178cb9a svg { height: 100%; }.ut-svg-color-68eded178cb89 { fill: #ffffff !important; }#ut-empty-space-68eded178e2d3 { height: 40px; }#ut_header_68eded1790001 h3.section-title, #ut_header_68eded1790001 h3.section-title span { color: #ffffff; }#ut_header_68eded1790001 h3.section-title { letter-spacing: -0.03em; font-size: 80px !important; line-height: 90px !important; }#ut_header_68eded1790001 .lead { color: rgba(255, 255, 255, 0.7); }#ut_header_68eded1790001 .lead p { color: rgba(255, 255, 255, 0.7); }#ut-empty-space-68eded17909b9 { display: none; }#ut_custom_heading68eded17911d1 { color: #ffffff; }#ut_custom_heading68eded17911d1 { letter-spacing: -0.03em; font-size: 60px !important; line-height: 100% !important; }@media (min-width: 1025px) and (max-width: 1679px){#ut_custom_heading68eded17911d1 { line-height: 100% !important; letter-spacing: -0.03em; }}#ut_custom_heading68eded17911d1 { text-align: right; }#ut_custom_heading68eded17912a0 a { color: #ffffff; }#ut_custom_heading68eded17912a0 a:hover { color: #e62241; }#ut_custom_heading68eded17912a0 a:active { color: #e62241; }#ut_custom_heading68eded17912a0 a:focus { color: #e62241; }#ut_custom_heading68eded17912a0 { font-size: 24px !important; }#ut_custom_heading68eded17912a0 { text-align: right; }#ut-empty-space-68eded17914f7 { height: 20px; }#ut_sf_68eded1791588 li a i { color: #ffffff; }#ut_sf_68eded1791588 li a:hover i { color: rgba(255, 255, 255, 0.5); }#ut_sf_68eded1791588 li a:focus i { color: rgba(255, 255, 255, 0.5); }#ut_sf_68eded1791588 { font-size: 26px; }#ut_sf_68eded1791588 .ut-social-follow-0 a i { color: #e62241; }#ut_sf_68eded1791588 .ut-social-follow-1 a i { color: #e62241; }#ut_sf_68eded1791588 .ut-social-follow-2 a i { color: #e62241; }#ut-empty-space-68eded17917bd { display: none; }#ut-row-68eded178ed14 { margin-top: 0px !important; }#ut-section-68eded178c3f6 { margin-bottom: 0px !important; padding-bottom: 0px !important; background-color: #141618 !important; }body.swift-nojs [data-s3cid="175"]{max-height:316px;}body.swift-nojs [data-s3cid="176"]{max-height:316px;}body.swift-nojs [data-s3cid="177"]{max-height:316px;}body.swift-nojs [data-s3cid="178"]{max-height:316px;}body.swift-nojs [data-s3cid="179"]{max-height:316px;}body.swift-nojs [data-s3cid="180"]{max-height:316px;}body.swift-nojs [data-s3cid="183"]{max-width:1260px;}body.swift-nojs [data-s3cid="184"]{max-width:1260px;}body.swift-nojs [data-s3cid="185"]{max-width:1220px;}body.swift-nojs [data-s3cid="186"]{max-width:1220px;}body.swift-nojs [data-s3cid="187"]{max-width:1260px;}body.swift-nojs [data-s3cid="188"]{max-height:156px;}body.swift-nojs [data-s3cid="189"]{max-width:525px;max-height:156px;}body.swift-nojs [data-s3cid="190"]{max-width:525px;max-height:156px;}body.swift-nojs [data-s3cid="191"]{max-width:485px;max-height:129px;}body.swift-nojs [data-s3cid="192"]{max-width:485px;max-height:129px;}body.swift-nojs [data-s3cid="193"]{max-width:485px;max-height:129px;}body.swift-nojs [data-s3cid="194"]{max-width:485px;max-height:45px;}body.swift-nojs [data-s3cid="195"]{max-width:485px;}body.swift-nojs [data-s3cid="197"]{max-width:105px;max-height:156px;}body.swift-nojs [data-s3cid="198"]{max-width:105px;max-height:156px;}body.swift-nojs [data-s3cid="199"]{max-width:65px;}body.swift-nojs [data-s3cid="200"]{max-width:630px;max-height:156px;}body.swift-nojs [data-s3cid="201"]{max-width:630px;max-height:156px;}body.swift-nojs [data-s3cid="202"]{max-width:590px;}body.swift-nojs [data-s3cid="203"]{max-width:590px;}body.swift-nojs [data-s3cid="204"]{max-width:590px;}body.swift-nojs [data-s3cid="205"]{max-width:590px;}body.swift-nojs [data-s3cid="207"]{max-width:1260px;}html{opacity:1}}