div.showroom-cta-container{align-items:center;position:relative;width:100%;@media screen and (min-width:768px){height:450px}}div.slide{align-items:center;display:none;flex-direction:row;gap:24px;height:100%;left:0;padding:inherit;position:absolute;top:0}@media screen and (max-width:768px){div.slide{flex-direction:column-reverse}}.showroom-cta-info{height:min-content}.showroom-cta-info h2{color:#ae3f00;margin-bottom:0}.showroom-cta-info h6{color:#7c7b7b;margin-bottom:12px}.showroom-cta-info p.showroom-cta-body{margin-inline:0;padding-block:1rem;padding-inline:0}.showroom-cta-info a{background:#0d547a;border-radius:1000px;border-style:solid;border-width:1px;color:#fff;padding:8px 24px;text-decoration:none}.showroom-cta-info a:focus,.showroom-cta-info a:hover{background:transparent;color:#0d547a}.showroom-cta-info{@media screen and (min-width:768px){width:50%}}.showroom-cta-img{max-height:300px;min-width:0;object-fit:cover;overflow:hidden;width:100%;@media screen and (min-width:768px){max-height:100%}}.slide.animate{animation:fade-in 1s ease-out 0s 1;display:flex}.slide.post-animate{animation:fade-out 1s ease-out 0s 1}@keyframes fade-in{0%{display:flex;opacity:0}to{display:flex;opacity:100%}}@keyframes fade-out{0%{display:flex;opacity:100%}to{display:none;opacity:0}}