.tab-header{display:flex;flex-wrap:wrap;row-gap:20px}.tab-link{background:none;border:none;border-bottom:5px solid var(--white);color:var(--dark-blue);cursor:pointer;margin-right:30px;outline:none;padding-bottom:10px;transition:background .3s;transition:border .25s ease}.tab-link.active{border-bottom:5px solid var(--pepper-red);color:var(--pepper-red)}.tab-content-wrapper{--image-width:100%;background-color:var(--dark-blue);border-bottom-right-radius:50px;color:var(--white);display:none;min-height:300px;overflow:hidden;position:relative}.tab-content-wrapper img{display:block;height:100%;max-width:100%;object-fit:cover;object-position:center;width:var(--image-width)}@media only screen and (min-width:1900px){.tab-content-wrapper img{width:800px}}.tab-content-wrapper .container{padding-top:20px}.tab-content{padding-bottom:40px;width:100%}.tab-content-wrapper.active{display:flex;flex-direction:column}.tab-content :where(h1,h2,h3,h4,h5,h6,p){margin-bottom:10px;padding:0}.tab-content .module.cta{margin-top:20px}.tab-header__desktop{display:none}.tab-header__mobile{margin:0 auto 20px;max-width:420px;width:100%}.tab-header__mobile select{color:var(--pepper-red)}@media only screen and (min-width:768px){.tab-header__desktop{display:flex}.tab-header__mobile{display:none}.tab-link{padding-bottom:30px}.tab-content-wrapper.active{display:flex;flex-direction:column}.tab-content{padding:64px 0;width:calc(100% - var(--image-width) - 20px)}.tab-content-wrapper{--image-width:50%}.tab-content-wrapper img{position:absolute;right:0;top:0}}@media only screen and (min-width:1024px){.tab-content{padding:96px 0}.tab-content-wrapper{--image-width:600px}}@media only screen and (min-width:1280px){.tab-content{padding:164px 0}}