.section.image-switcher{background-color:hsla(32,9%,73%,.2);padding-bottom:8rem;padding-top:8rem}.section.image-switcher .wrap{display:grid;grid-template-columns:.4fr .6fr}.section.image-switcher .image-switcher-content{display:flex;flex-direction:column;gap:4rem;padding-right:8rem}.section.image-switcher .image-switcher-content .image-titles li{align-items:center;color:var(--text-color);cursor:default;display:flex;gap:1.5rem;transition:all .3s cubic-bezier(.86,0,.07,1)}.section.image-switcher .image-switcher-content .image-titles li:before{content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" fill="%23F37734"/></svg>');opacity:0;transform:translateY(.2rem);transition:all .3s cubic-bezier(.86,0,.07,1);width:1.2rem}.section.image-switcher .image-switcher-content .image-titles li.hovered{font-weight:500}.section.image-switcher .image-switcher-content .image-titles li.hovered:before{opacity:1}.section.image-switcher .image-switcher-images{position:relative}.section.image-switcher .image-switcher-images figure{height:100%;position:relative;width:100%}.section.image-switcher .image-switcher-images figure img{height:100%;object-fit:cover;opacity:0;position:absolute;transition:all .3s cubic-bezier(.86,0,.07,1);width:100%}.section.image-switcher .image-switcher-images figure img.visible{opacity:1}.section.image-switcher .image-switcher-images .signature-container{bottom:1rem;left:-20%;position:absolute}.section.image-switcher .image-switcher-images .signature-container svg{width:27rem}@media only screen and (max-width:1440px){.section.image-switcher .wrap{display:flex;flex-direction:column}.section.image-switcher .image-switcher-content{padding-right:0}.section.image-switcher .image-switcher-images{height:50vh;margin-top:4rem}.section.image-switcher .image-switcher-images .signature-container{bottom:-7rem}}@media only screen and (max-width:750px){.section.image-switcher{padding-bottom:4rem;padding-top:4rem}.section.image-switcher .wrap{padding:0 1rem}.section.image-switcher .image-switcher-images{height:25vh}.section.image-switcher .image-switcher-images .signature-container{display:none}}