.slider{padding-top:0!important;padding-bottom:40px!important;display:grid;background:var(--wp--preset--color--navy);position:relative}.slider .slide{background-size:cover;background-position:center;position:relative;padding:0;grid-row:1;grid-column:1;opacity:0;transition:opacity 1s linear}.slider .slide.show{opacity:1;z-index:99}.slider .slide img{width:100%;height:auto;min-height:200px;object-fit:cover}.slider .text{padding:20px;color:#FFF;font-weight:700;text-shadow:0 0 10px #0005}.slider .text p{font-size:clamp(20px, 4vw, 40px);margin:10px 0}.slider .text>:first-child{margin-top:0}.slider .text>:last-child{margin-bottom:0}.dots{position:absolute;bottom:20px;left:0;right:0;z-index:99;display:flex;list-style:none;padding:0;margin:0;justify-content:center;gap:10px}.dots li{width:20px;height:20px;background:#FFF5;border-radius:50%;box-shadow:0 0 5px #0005;cursor:pointer}.dots li.selected{background:#FFF}@media(hover){.dots li:hover{border:3px solid #FFF}}@media(min-width:1000px){.slider .text{position:absolute;max-width:700px;line-height:1.2}.slider{padding-bottom:0px!important}}