.full-width-image-changer-module{padding:60px 0 0;width:100%}.full-width-image-changer-header{margin-bottom:30px;padding:0 20px;text-align:center}.full-width-image-changer-header h2{margin:0}.full-width-image-changer-tags{align-items:center;display:flex;flex-wrap:wrap;font-family:Sofia Sans Condensed,sans-serif;font-size:24px;font-weight:600;gap:8px 0;justify-content:center;padding:0 5% 40px;text-align:center}.full-width-image-changer-tag{cursor:pointer;padding:0 10px;text-transform:uppercase;transition:color .3s ease}.full-width-image-changer-tag.active,.full-width-image-changer-tag:hover{color:#008583;font-weight:900}.separator{color:#333;font-weight:300;padding:0 5px}.full-width-image-changer-image-container{height:500px;overflow:hidden;position:relative;width:100%}.full-width-image-changer-image{background-position:50%;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .5s ease;width:100%}.full-width-image-changer-image[data-active=true]{opacity:1;z-index:1}@media (max-width:768px){.full-width-image-changer-header h2{font-size:1.8rem}.full-width-image-changer-tags{font-size:.85rem}.full-width-image-changer-image-container{height:300px}}