/*!/wp-content/plugins/elementor-custom-widgets/assets/css/hotspot-slider.css*/.hotspotSlider .desktop-image{aspect-ratio:2.66666;object-fit:cover;width:100%}.hotspotSlider .mobile-image{aspect-ratio:.68;object-fit:cover;display:none;width:100%}.hotspotSlider *{box-sizing:border-box}.hotspotSlider__triggers{width:62.5%;height:100%;position:absolute;top:0;left:0}.hotspotSlider__trigger{border-radius:50%!important;border:none!important;display:flex;justify-content:center;align-items:center;position:absolute;padding:0!important;cursor:pointer;transition:all 0.3s ease;outline:none!important;animation:pulse-animation 2s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgb(0 0 0 / .2)}100%{box-shadow:0 0 0 20px #fff0}}@keyframes hotspot-icon-pulse{0%{filter:drop-shadow(0 0 0 rgb(0 0 0 / .9))}100%{filter:drop-shadow(0 0 50px #fff0)}}.hotspotSlider__trigger::after{content:'';width:14px;height:14px;border:4px solid #fff;border-radius:50%;position:absolute;left:calc(50% - 7px);right:calc(50% - 7px);box-sizing:border-box;transition:all 0.3s ease}.hotspotSlider_hasIcons .hotspotSlider__trigger::after{content:none}.hotspotSlider_hasIcons .hotspotSlider__trigger,.hotspotSlider_hasIcons .hotspotSlider__trigger_active{border-radius:0!important;background:transparent!important;box-shadow:none;animation:none;overflow:visible}.hotspotSlider__triggerIcon{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;animation:hotspot-icon-pulse 2.4s infinite;pointer-events:none}.hotspotSlider__triggerIconPlaceholder{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px dashed rgb(255 255 255 / .75);color:#fff;font-size:12px;font-weight:700;line-height:1;animation:hotspot-icon-pulse 2.4s infinite;pointer-events:none}.hotspotSlider__trigger_active{background-color:rgb(0 0 0 / .7)}.hotspotSlider__trigger_active::after{width:26px;height:26px;left:calc(50% - 13px);right:calc(50% - 13px);border-width:6px}.hotspotSlider__container{width:37.5%;aspect-ratio:1;right:0;top:0;position:absolute}.hotspotSlider__slide{display:none;height:100%}.hotspotSlider__slideContent{overflow:auto;height:100%;display:flex;flex-direction:column;gap:20px}.hotspotSlider__slideContent_reverse{flex-direction:column-reverse}.hotspotSlider__slide_active{display:block}.hotspotSlider__navButton{position:absolute;bottom:20px;display:none}.hotspotSlider__container_active .hotspotSlider__navButton{display:block;border:none!important;outline:none!important;background-color:transparent!important;border-radius:0!important;background-image:url(/wp-content/plugins/elementor-custom-widgets/assets/css/../img/malibu-slider-nav.svg);padding:0;width:12px;height:20px;background-size:contain;background-repeat:no-repeat}.hotspotSlider__navButton:focus{background-color:transparent!important;outline:none!important;color:#E36!important}.hotspotSlider__navButton_previous{left:20px}.hotspotSlider__navButton_next{right:20px;transform:rotate(180deg)}.hotspotSlider__closeButton{position:absolute;top:14px;right:14px;display:none;background-color:transparent!important;border:none!important;outline:none!important;background-image:url(/wp-content/plugins/elementor-custom-widgets/assets/css/../img/malibu-slider-close.svg);width:14px;padding:0!important;height:14px;background-size:contain;background-repeat:no-repeat;background-color:transparent!important;border-radius:0!important}.hotspotSlider__container_active .hotspotSlider__closeButton{display:block}.hotspotSlider__thumbnail{width:100%;object-fit:cover}.hotspotSlider__video{width:100%}@media screen and (max-width:767px){.hotspotSlider .mobile-image{display:block}.hotspotSlider .desktop-image{display:none}.hotspotSlider__container{width:calc(100% - 40px);height:calc(100% - 40px);margin:20px;z-index:-1}.hotspotSlider__container_active{z-index:2}.hotspotSlider__triggers{width:100%}}