.parallax-section{position:relative;overflow:visible!important;will-change:transform;backface-visibility:hidden;perspective:1000px;isolation:isolate}.parallax-section>div{position:relative;overflow:hidden;z-index:1}.parallax-section,.parallax-section>div{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.parallax-section{transition:transform .1s ease-out}.parallax-section>.container,.parallax-section>.container-fluid,.parallax-section>.row{position:relative;z-index:1;transform:translateZ(0)}@media (max-width:767px){.parallax-section{transform:none!important;will-change:auto!important}.parallax-section::before{top:0!important;left:0!important;right:0!important;bottom:0!important;transform:none!important}}.parallax-section[style*=background-image]{background-attachment:scroll;background-size:cover;background-position:center}.parallax-section.parallax-init{opacity:0;animation:parallaxFadeIn .6s ease-out forwards}@keyframes parallaxFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.parallax-section{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}}@-moz-document url-prefix(){.parallax-section{will-change:transform}}