.pagination{justify-content:center;font-size:1.3rem;margin:2.5rem auto;display:flex;}.pagination > *{background-color:var(--color_white);border-radius:0.25rem;padding:0.25rem 0;margin:0 0.25rem;text-decoration:none;width:2.5rem;text-align:center;}.pagination > * svg{height:0.9375rem;width:auto;}.pagination > *.active_container{background-color:var(--color_lbf_red);color:var(--color_white);}.pagination > *:hover{background-color:var(--color_dark_grey);color:var(--color_white);}.pagination > *:hover svg path{fill:var(--color_white);} .speakers_list{padding:3.75rem 0;}@media screen and (max-width:480px){.speakers_list{padding:2.5rem 0;}}@media screen and (max-width:900px){.speakers_list .mid_wrap{width:600px;}}.speakers_list .speaker{display:grid;grid-template-columns:30% auto;background-color:var(--color_white);margin-top:1rem;position:relative;}.speakers_list .speaker:hover{box-shadow:0 0.3rem 1rem var(--color_mid_grey);}.speakers_list .speaker > div{padding:1.875rem;}@media screen and (max-width:380px){.speakers_list .speaker > div{padding:1.25rem;}}@media screen and (max-width:900px){.speakers_list .speaker > div:first-child{padding:0;}}@media screen and (min-width:901px){.speakers_list .speaker > div:nth-child(2){padding-left:0;}}.speakers_list .speaker picture{position:relative;display:block;}.speakers_list .speaker picture::after{transition:opacity var(--duration_short) ease;background-color:var(--color_purple);position:absolute;opacity:0.74;content:"";bottom:0;right:0;left:0;top:0;}.speakers_list .speaker picture img{display:block;height:auto;width:100%;}@media screen and (max-width:1200px){.speakers_list .speaker{grid-template-columns:50% auto;}}@media screen and (max-width:900px){.speakers_list .speaker{grid-template-columns:1fr;}}.speakers_list .speaker:nth-child(2) picture::after, .speakers_list .speaker:nth-child(2n+6) picture::after{background-color:var(--color_peach);}.speakers_list .speaker:nth-child(3) picture::after, .speakers_list .speaker:nth-child(3n+6) picture::after{background-color:var(--color_teal);}.speakers_list .speaker:nth-child(4) picture::after, .speakers_list .speaker:nth-child(4n+6) picture::after{background-color:var(--color_orange);}.speakers_list .speaker:nth-child(5) picture::after, .speakers_list .speaker:nth-child(5n+6) picture::after{background-color:var(--color_gold);}.speakers_list .speaker:nth-child(6) picture::after{background-color:var(--color_hot_pink);}.speakers_list .text h2{font-weight:var(--weight_strong);font-family:var(--font_feature);font-size:2.25rem;margin:0 0 0.25rem 0;padding-right:8rem;}@media screen and (max-width:640px){.speakers_list .text h2{font-size:1.5rem;}}.speakers_list .text h2 a{text-decoration:none;}.speakers_list .text h2 a:hover{color:var(--color_lbf_red);}@media screen and (max-width:900px){.speakers_list .text h2{padding:0;}}@media screen and (max-width:640px){.speakers_list .text{font-size:0.875rem;}}