/*
! Fancy Animations v2.15.0 | 2026-07-15 19:47:25
*/

html:not(.fb-transition-end) body>:not(.fba-transition) {display: none;}
html:not(.fb-transition-end), html:not(.fb-transition-end) body {background: var(--fba-bg);}
.fba-transition {display: flex;height: 100vh;left: 0;position: fixed;top: 0;inset: 0;overflow: hidden;visibility: hidden;width: 100vw;z-index: 999999999999999;}
.fba-transition.fba-active {visibility: visible;}
.fba-transition:before {align-items: center;animation: fba-load .8s linear infinite;color: var(--fba-color);content: var(--fba-content);display: flex;font-size: var(--fba-font-size);inset: 0;justify-content: center;line-height: 1.5em;opacity: 0;position: absolute;text-align: center;transition: all .1s 0s;visibility: hidden;z-index: 9;}
.fba-active.fba-transition:before {opacity: 1;transition: all .1s calc(var(--fba-time) / 2);visibility: visible;}
@keyframes fba-load {0% {opacity: .2;}
	50% {opacity: .5;}
	to {opacity: .2;}}
.fba-tr-cascade, .fba-tr-one {background: var(--fba-bg);height: 100%;}
.fba-tr-one {align-items: center;justify-content: center;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: width var(--fba-time) ease-out,visibility var(--fba-time);width: 0;}
.fba-tr-one.fba-active {width: 101%;}
.fba-tr-one--bottom, .fba-tr-one--left, .fba-tr-one--right, .fba-tr-one--top {height: 100%;left: 0;top: 0;transform: none;transition: transform var(--fba-time) ease-out,visibility var(--fba-time);width: 100%;}
.fba-tr-one--left {transform: translateX(-100%);}
.fba-tr-one--right {transform: translateX(100%);}
.fba-tr-one--top {transform: translateY(-100%);}
.fba-tr-one--bottom {transform: translateY(100%);}
.fba-tr-one--bottom.fba-active, .fba-tr-one--left.fba-active, .fba-tr-one--right.fba-active, .fba-tr-one--top.fba-active {transform: translate(0);width: 100%;}
@media (prefers-reduced-motion:reduce) {.fba-transition, .fba-transition .fba-transition__col, .fba-transition:before, .fba-transition__logo {animation-delay: 0ms !important;animation-duration: 0ms !important;transition-delay: 0ms !important;transition-duration: 0ms !important;}}
.fba-transition.has-logo:before {display: none;}
.fba-transition__logo {animation: fba-load .8s linear infinite;inset: 0;margin: auto;max-height: 35vh;max-width: 35vw;object-fit: contain;opacity: 0;position: absolute;transition: all .1s 0s;visibility: hidden;width: 100%;z-index: 10;}
.fba-transition.fba-active .fba-transition__logo {opacity: 1;transition: all .1s calc(var(--fba-time) / 2);visibility: visible;}