#preloader {width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: #000;z-index: 9999999;display: flex;flex-direction: column;align-items: center;justify-content: center }.preloader-logo {text-align: center;margin-bottom: 16px;height: 48px }.preloader-branding {color: #9d9d9d;font-family: sans-serif;font-size: 18px;height: 28px;line-height: 28px }.loader {display: flex;flex-direction: column;width: 200px;height: 4px;border-radius: 4px;position: relative;background: #646464;margin: 0 auto 12px }.loader .loader-bar {position: absolute;border-radius: 4px;top: 0;right: 100%;bottom: 0;left: 0;background: #4789ff;width: 0;animation: 1.5s linear infinite loaderAnimation }@keyframes loaderAnimation {0% {left: 0;right: 100%;width: 0% }15% {left: 0;right: 75%;width: 25% }85% {right: 0;left: 75%;width: 25% }100% {left: 100%;right: 0;width: 0% }}#preloader.jd-preloader {background: #fff }.jd-preloader .js-preloader-container{position: relative;background: transparent;width: 100%;max-width: 1400px;height: 200px;display: flex;flex-direction: column;align-items: center;justify-content: center;}#preloader.jd-preloader.jd-preloader-fadeout {animation: 2s ease-out jsPreloaderFadeoutAnimation }.jd-preloader .jd-tractor {position: relative;zoom: 0.25 }.jd-tractor__wheel {position: absolute;left: 14px;top: 154px;animation: 2s ease-in-out jdTractorWheelAnimation }.jd-tractor__wheel-sm {position: absolute;height: 256px;width: 256px;right: -34px;top: 187px;animation: 2s ease-in-out jdTractorWheelSmAnimation }.jd-tractor__wheel-sm > img {transform: scale(.65, .65) }.jd-preloader .jd-tractor-left {position: absolute;left: 0;animation: 2s ease-in-out forwards jdTractor1Animation }.jd-preloader .jd-tractor-left > .jd-tractor {transform: scaleX(-1) }.jd-preloader .jd-tractor-right {position: absolute;right: 0;animation: 2s ease-in-out forwards jdTractor2Animation }.jd-preloader .jd-middle-line {height: 6px;background: #006400;width: 0;will-change: width;animation: 2s ease-in-out forwards jdMiddleLineAnimation }.jd-preloader .jd-text {position: absolute;font-family: Calibri, Roboto, sans-serif;font-size: 18px;height: 27px;overflow: hidden;width: 0;text-overflow: ellipsis;white-space: nowrap;text-align: center;will-change: width;animation: 2s ease-in-out forwards jdTextAnimation }.jd-preloader .jd-text-1 {transform: translateY(-18px) }.jd-preloader .jd-text-2 {transform: translateY(22px) }@keyframes jdTractorWheelAnimation {0% {transform: rotate(0) }100% {transform: rotate(720deg) }}@keyframes jdTractorWheelSmAnimation {0% {transform: rotate(0) }100% {transform: rotate(1420deg) }}@keyframes jdTractor1Animation {0% {left: calc(50% - 128px) }100% {left: 0 }}@keyframes jdTractor2Animation {0% {right: calc(50% - 128px) }100% {right: 0 }}@keyframes jdMiddleLineAnimation {1% {width: 0 }100% {width: calc(100% - 280px) }}@keyframes jdTextAnimation {1% {width: 0 }100% {width: calc(100% - 280px) }}@keyframes jsPreloaderFadeoutAnimation {0%, 70% {opacity: 1 }100% {opacity: 0 }}