highlight-carrousel{display:block;max-width:100%}highlight-carrousel .image-container{display:flex;overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;position:relative}highlight-carrousel .image-container::-webkit-scrollbar{display:none}highlight-carrousel .highlight-img{position:absolute;top:0;width:100%;animation-timing-function:ease-out}highlight-carrousel .highlight-img.last{z-index:2}highlight-carrousel .highlight-img.active{position:relative;width:100%;z-index:3}highlight-carrousel .highlight-img.active.left{animation-name:slidein}highlight-carrousel .highlight-img.active.right{animation-name:slideout}highlight-carrousel .btn-container{margin-top:30px;display:none;justify-content:flex-end}highlight-carrousel .btn-arrow{color:#fff;border-color:#fff}highlight-carrousel .btn-arrow:hover{cursor:pointer}highlight-carrousel .arrow-container{display:flex;position:absolute;align-items:center;justify-content:center;top:0;bottom:0;padding:0 15px;z-index:4}highlight-carrousel .arrow-container.left{left:0}highlight-carrousel .arrow-container.right{right:0}@keyframes slidein{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideout{0%{transform:translateX(100%)}to{transform:translateX(0)}}content-block-whitespace div{width:100%}content-block-whitespace .mobile{display:flex}content-block-whitespace .desktop,content-block-whitespace .tablet{display:none}@media(min-width:480px){content-block-whitespace .mobile{display:none}content-block-whitespace .tablet{display:flex}content-block-whitespace .desktop{display:none}}@media(min-width:900px){content-block-whitespace .mobile,content-block-whitespace .tablet{display:none}content-block-whitespace .desktop{display:flex}}