.custom-feed *{box-sizing:border-box;margin:0;padding:0}svg{pointer-events:none}.custom-feed{max-width:100%;padding:50px;width:100vw}.custom-feed__title{font-size:24px;letter-spacing:-.5px;margin:0 auto;max-width:60%;text-align:center}.custom-feed__cards-container{margin:50px auto 0;max-width:1200px;position:relative}.custom-feed__left-arrow,.custom-feed__right-arrow{background-color:#edfaff;border:1px solid #006293;border-radius:100%;height:40px;position:absolute;width:40px}.custom-feed__left-arrow:hover,.custom-feed__right-arrow:hover{cursor:pointer}.custom-feed__left-arrow{left:0}.custom-feed__left-arrow,.custom-feed__right-arrow{align-items:center;display:flex;justify-content:center;top:50%;transform:translateY(-50%)}.custom-feed__right-arrow{right:0}.custom-feed__card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #000;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:4%;margin:0 auto;max-width:1020px;padding:25px}.custom-feed__navigation-circles{text-align:center}.custom-feed__circle{border:2px solid #006293;border-radius:100%;display:inline-block;height:18px;margin-right:1px;width:18px}.custom-feed__circle:hover{cursor:pointer}.custom-feed__image{border-radius:10px;flex:2;min-height:350px}.custom-feed__text-content{flex:5}.custom-feed__eyebrow{font-size:12px}.custom-feed__headline{font-size:20px;font-weight:600}.custom-feed__paragraph{font-size:18px}.custom-feed__author{font-size:18px;font-weight:600}.val-exp__marked{position:relative;z-index:1}.val-exp__marked:before{background-color:rgba(0,98,147,.2);bottom:0;content:"";left:-2px;position:absolute;right:-2px;top:60%;z-index:-1}.val-exp__shape-1{position:relative;z-index:1}.val-exp__shape-1:before{background-color:rgba(0,98,147,.2);bottom:0;content:"";left:-2px;position:absolute;right:-2px;top:0;transform:skew(20deg,-5deg);z-index:-1}.active{background-color:#006293}.mb-top-8{margin-bottom:8px}.mb-top-15{margin-top:15px}.mb-bottom-15{margin-bottom:15px}.hidden{display:none}.reveal-left{animation:slide-left .4s ease}.reveal-right{animation:slide-right .4s ease}@media only screen and (max-width:1200px){.custom-feed__cards-container{max-width:100%}.custom-feed__card{max-width:85%}}@media only screen and (max-width:1024px){.custom-feed__left-arrow,.custom-feed__right-arrow{display:none}.custom-feed__card{max-width:100%}}@media only screen and (max-width:1023px){.custom-feed__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.custom-feed__image{margin-bottom:15px;width:100%}}@media only screen and (max-width:600px){.custom-feed{padding:20px}.custom-feed__card{max-width:100%}.custom-feed__image{min-height:175px}.custom-feed__left-arrow,.custom-feed__right-arrow{display:none}}@keyframes slide-left{0%{opacity:0;transform:translateX(-70%)}to{opacity:1;transform:translateX(0)}}@keyframes slide-right{0%{opacity:0;transform:translateX(70%)}to{opacity:1;transform:translateX(0)}}