svg:not(:root){overflow:hidden}.editorial_for_index{display:block;width:200%;height:60px;max-height:60px;z-index:5;position:absolute;bottom:0;left:0}.wave_section{position:relative;width:100%;min-height:60px;top:0;overflow:hidden}.parallax1>use{animation:move-forever1 10s linear 0s infinite normal none running}.parallax1>use{&:first-child{animation-delay:-2s}}.parallax2>use{animation:move-forever2 8s linear 0s infinite normal none running}.parallax2>use{&:first-child{animation-delay:-2s}}.parallax3>use{&:first-child{animation-delay:-2s}}.parallax3>use{animation:move-forever3 6s linear 0s infinite normal none running}.parallax4>use{&:first-child{animation-delay:-2s}}.parallax4>use{animation:move-forever4 4s linear 0s infinite normal none running}@keyframes move-forever1{0%{transform:translate(85px)}to{transform:translate(-90px)}}@keyframes move-forever2{0%{transform:translate(-90px)}to{transform:translate(85px)}}@keyframes move-forever3{0%{transform:translate(85px)}to{transform:translate(-90px)}}@keyframes move-forever4{0%{transform:translate(-90px)}to{transform:translate(85px)}}.Btn{justify-content:flex-start;width:45px;height:45px;border:none;border-radius:50%;cursor:pointer;position:relative;overflow:hidden;box-shadow:2px 2px 10px rgba(0,0,0,.199)}.Btn,.sign{display:flex;align-items:center;transition-duration:.3s}.sign{width:100%;justify-content:center}.text{position:absolute;right:0;width:0;opacity:0;color:white;font-size:1.2em;font-weight:600;transition-duration:.3s}.Btn:hover{width:150px;border-radius:40px}.Btn:hover .sign{width:30%;padding-left:10px}.Btn:hover .text{opacity:1;width:70%;padding-right:10px}.Btn:active{transform:translate(2px,2px)}