.separator-container{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:346px;overflow:hidden;position:relative;width:100%;z-index:2}.separator-container .separator-background{height:100%;min-width:100%;object-fit:cover;object-position:bottom;position:absolute;top:0;width:auto}.separator-content{align-items:center;display:flex;flex-wrap:nowrap;gap:18%;justify-content:space-between;width:100%;z-index:1}@media (max-width:1279px){.separator-content{gap:5%}}.separator-text h2{color:#fff;font-size:60px;font-weight:800;letter-spacing:-1px;margin:0;word-break:break-word}.separator-arrow img{height:auto;width:100px}.separator-container:hover .separator-arrow{animation-name:bounce;-webkit-animation-name:bounce}@-webkit-keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateX(20px)}60%{transform:translateX(10px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateX(20px)}60%{transform:translateX(10px)}}.separator-container .separator-arrow{animation-duration:1s;-webkit-animation-duration:1s;animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out}@media (max-width:991px){.separator-text h2{font-size:44px}.separator-arrow img{width:64px}}@media (max-width:767px){.separator-text h2{font-size:32px}}