.podcast-episodes{background-color:#fff;color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px;padding:80px 40px;-webkit-font-smoothing:antialiased}.podcast-episodes__inner{margin-left:auto;margin-right:auto;max-width:1200px}.podcast-episodes__title{color:#000;font-family:Poppins,sans-serif;font-size:48px;font-weight:500;letter-spacing:-1px;line-height:1.2;max-width:815px}.podcast-episodes__text{color:#000;font-size:18px;font-weight:400;line-height:29px;margin-top:20px;max-width:815px}.podcast-episodes__list{display:grid;gap:30px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:40px}.podcast-episodes__card{background:#fff;border:1px solid #eee;border-radius:10px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:box-shadow .3s}.podcast-episodes__card:hover{box-shadow:0 7px 29px 0 rgba(103,103,110,.2)}.podcast-episodes__player{aspect-ratio:16/9;background:#f7fafc;display:block;overflow:hidden;position:relative;width:100%}.podcast-episodes__poster{height:100%;object-fit:cover;transition:transform .3s;width:100%}.podcast-episodes__card:hover .podcast-episodes__poster{transform:scale(1.05)}.podcast-episodes__player.is-playing{cursor:default}.podcast-episodes__player iframe{border:0;height:100%;width:100%}.podcast-episodes__play{align-items:center;background:#d93650;border-radius:50%;display:flex;height:72px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background .3s;width:72px}.podcast-episodes__player:hover .podcast-episodes__play{background:#000}.podcast-episodes__play:before{border-bottom:11px solid transparent;border-left:18px solid #fff;border-top:11px solid transparent;content:"";margin-left:5px}.podcast-episodes__body{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;padding:30px}.podcast-episodes__number{color:#d93650;font-size:14px;font-weight:500;line-height:22px}.podcast-episodes__name{color:#000;font-family:Poppins,sans-serif;font-size:24px;font-weight:500;letter-spacing:-.5px;line-height:1.2;margin-top:10px}.podcast-episodes__lead{color:#000;font-size:16px;font-weight:500;line-height:24px;margin-top:20px}.podcast-episodes__summary{color:#000;font-size:16px;font-weight:400;line-height:24px;margin-top:10px}.podcast-episodes__wrapper{margin-top:auto;padding-top:30px}.podcast-episodes__link{align-items:center;background:#d93650;border:1px solid #d93650;border-radius:50px;color:#fff;display:inline-flex;font-size:16px;font-weight:400;line-height:24px;padding:14px 28px;position:relative;transition:padding-right .3s}.podcast-episodes__link:hover{padding-right:60px}.podcast-episodes__link img{height:24px;left:98%;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:left .4s ease-in-out,opacity .4s ease-in-out;width:24px}.podcast-episodes__link:hover img{left:83%;opacity:1}@media (max-width:991px){.podcast-episodes{padding-bottom:60px;padding-top:60px}.podcast-episodes__body{padding:20px}}@media (max-width:767px){.podcast-episodes{padding:40px 20px}.podcast-episodes__title{font-size:32px}.podcast-episodes__list{gap:20px;grid-template-columns:minmax(0,1fr)}.podcast-episodes__play{height:56px;width:56px}.podcast-episodes__name{font-size:20px}}