.CircleIconButton_wrapButton__oO7br{width:42px;height:42px;border-radius:42px;border:2px solid #e9e9e9;padding:3px}.CircleIconButton_button__98pP_{border:none;display:flex;flex:1 1;width:100%;height:100%;justify-content:center;align-items:center;border-radius:100px;background-color:#e9e9e9;cursor:pointer}.TopBar_topBar__d_Pra{height:42px;display:flex;align-items:center;justify-content:space-between}.TopBar_topBar__d_Pra p{font-size:var(--text-size-20);font-weight:var(--text-weight-700)}.ChannelsGrid_channelsGrid__efiMQ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;grid-auto-flow:dense}.ChannelsGrid_channelItem__ZmVte{display:flex;position:relative;flex-direction:column;justify-content:space-between;height:145px;color:var(--primary-500);opacity:0;cursor:pointer;overflow:hidden;background-size:cover;background-position:50%;border-radius:4px;animation:ChannelsGrid_fadeIn__W2GkT .6s forwards;background-color:var(--primary-100);transition:transform .2s ease-in-out}.ChannelsGrid_channelItem__ZmVte:nth-child(odd){height:290px;grid-row:span 2;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (min-width:769px){.ChannelsGrid_channelsGrid__efiMQ{grid-template-columns:repeat(4,1fr);grid-auto-rows:90px}.ChannelsGrid_channelItem__ZmVte:nth-child(odd){grid-row:unset;height:100%}.ChannelsGrid_channelItem__ZmVte{height:100%;grid-row:span 2}.ChannelsGrid_channelItem__ZmVte:nth-child(8n+1),.ChannelsGrid_channelItem__ZmVte:nth-child(8n+3),.ChannelsGrid_channelItem__ZmVte:nth-child(8n+6){grid-row:span 3}.ChannelsGrid_channelItem__ZmVte:nth-child(8n+7){grid-column:3/4;grid-row:span 2}}@keyframes ChannelsGrid_fadeIn__W2GkT{0%{opacity:0}to{opacity:1}}