.here-section .markets-overview{height:160px;overflow:hidden;position:relative;width:calc(100% + 16px);display:flex;align-items:center;justify-content:center;-webkit-margin-start:-8px;margin-inline-start:-8px;margin-top:auto}@media screen and (min-width:600px){.here-section .markets-overview{-webkit-padding-start:12px;padding-inline-start:12px;-webkit-margin-start:-12px;margin-inline-start:-12px;height:160px;width:100%}}@media screen and (min-width:900px){.here-section .markets-overview{justify-content:flex-start}}@media screen and (min-width:1400px){.here-section .markets-overview{height:92px;max-width:100%}}.here-section .markets-overview .slider-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:100%;height:152px;position:absolute;top:100%;animation:up-and-down 36s ease-in-out infinite;gap:0;padding:0 8px}@media screen and (min-width:600px){.here-section .markets-overview .slider-row{gap:8px;height:152px;max-width:480px;padding:0}}@media screen and (min-width:900px){.here-section .markets-overview .slider-row{width:calc(100% - 16px)}}@media screen and (min-width:1400px){.here-section .markets-overview .slider-row{max-height:84px;width:calc(100% - 24px);max-width:100%}}.here-section .markets-overview .slider-row:first-of-type{animation-delay:0s}.here-section .markets-overview .slider-row:nth-of-type(2){animation-delay:12s}.here-section .markets-overview .slider-row:nth-of-type(3){animation-delay:24s}@keyframes up-and-down{0%{top:100%}2%{top:0}33.33%{top:0}35.33%{top:-100%}to{top:-100%}}@keyframes up-and-down-two{0%{top:100%}4%{top:0}50%{top:0}54%{top:-100%}to{top:-100%}}.here-section .markets-overview .market-card{width:50%;flex-basis:calc(50% - 4px);flex-grow:0;direction:ltr;display:flex;align-items:center;gap:8px;box-sizing:border-box;border-radius:35px;padding:8px 12px;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08)}@media screen and (min-width:600px){.here-section .markets-overview .market-card{min-width:192px;padding:8px 12px;gap:16px}}.here-section .markets-overview .market-card img{border-radius:50%}@media screen and (min-width:1400px){.here-section .markets-overview .market-card{width:25%;flex-basis:calc(25% - 8px);min-width:150px}}.here-section .markets-overview .market-card .animation-container{height:24px;overflow:hidden;position:relative;display:flex;align-items:center}.here-section .markets-overview .market-card .animation-container .animation-row{position:absolute;height:22px;top:100%;animation:up-and-down-two 8s ease-in-out infinite}.here-section .markets-overview .market-card .animation-container .animation-row:first-of-type{animation-delay:0s}.here-section .markets-overview .market-card .animation-container .animation-row:nth-of-type(2){animation-delay:4s}