.tab-and-media{display:flex;flex-direction:row;flex-wrap:wrap}.tab-and-media__left-col{width:100%}.tab-and-media__left-col-inner{background-color:#fff;border-radius:1rem;box-shadow:0 4px 53.9px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.tab-and-media__header{margin-bottom:2rem}.tab-and-media__tab-item{margin-bottom:1rem}.tab-and-media__tab-toggle{align-items:center;border-bottom:1px solid #000;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;padding-bottom:.25rem;width:100%}.tab-and-media__tab-title{margin-bottom:0;text-align:left;width:calc(100% - 3rem)}.tab-and-media__tab-icon{align-items:center;display:flex;flex-grow:0;height:100%;justify-content:flex-end;padding:0 0 0 1rem;width:3rem}.tab-and-media__tab-icon svg{transition:transform .15s}.tab-and-media__tab-toggle[aria-expanded=true] .tab-and-media__tab-icon svg{transform:rotate(-90deg)}.tab-and-media__right-col{width:100%}.tab-and-media__medias{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-.25rem;margin-right:-.25rem}.tab-and-media__media-wrapper{padding:.25rem;width:100%}.tab-and-media__media-wrapper--sm{padding:1rem 0}.tab-and-media__media{background-color:#fff;border:1px solid #e4e4e9;border-radius:1rem;box-shadow:0 0 11.13px 0 rgba(0,0,0,.15);padding:2rem;transition:transform .3s,box-shadow .3s;width:100%}.tab-and-media__media-wrapper.is-active .tab-and-media__media{box-shadow:0 4px 33.2px 0 rgba(0,0,0,.25);transform:scale(1.1)}.tab-and-media__media-title{margin-bottom:1rem}.tab-and-media__media-image{margin:0 auto}@media (max-width:767px){.tab-and-media__right-col{display:none}}@media (min-width:768px){.tab-and-media__left-col{display:flex;width:50%}.tab-and-media__left-col-inner{padding:4rem}.tab-and-media__media-wrapper{width:50%}.tab-and-media__media-wrapper--sm{display:none}.tab-and-media__right-col{display:flex;width:50%}.tab-and-media__right-col-inner{padding-left:2rem}}.section__footer-buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;margin-top:30px}.section__footer-button{padding:10px}