.ekypia-slider {  position: relative;}.ekypia-slider .ekypia-slide {  height: 75lvh !important;  position: relative;  overflow: hidden;    @media screen and (max-width: 1000px) {    height: 85lvh !important;  }}.ekypia-slider .slide-background {  position: absolute;  height: 100%;  width: 100%;  top: 0;  left: 0;}.ekypia-slider .slide-background > * {  height: 100%;  width: 100%;  object-fit: cover;}.ekypia-slider .slide-background::after {  content: "";  position: absolute;  height: 100%;  width: 100%;  top: 0;  left: 0;  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%);    @media screen and (min-width: 1200px) {    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 70%);  }}.ekypia-slider .slide-content {  position: relative;  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  height: 100%;    @media screen and (min-width: 1200px) {    justify-content: space-between;  }}.ekypia-slider .slide-content .text {  width: 750px;  max-width: 100%;  display: flex;  flex-direction: column;  align-items: flex-start;  gap: 20px;}.ekypia-slider .slide-content .text > * {  color: #ffffff;  font-family: "Montserrat", sans-serif;}.ekypia-slider .slide-content .text .title {  font-size: 3.75rem;  font-family: "Montserrat", sans-serif;  line-height: 1em;  font-weight: 700;  margin: 0;}.ekypia-slider .slide-content .description p {  margin: 0;}.ekypia-slider .slide-content .text .button {  display: inline-block;  padding: 10px 20px;  background-color: #ffffff;  border-radius: 20px;  color: #000000;  font-weight: 700;}.ekypia-slider .slide-content .text .button:hover,.ekypia-slider .slide-content .text .button:active {  background-color: #000000;  color: #ffffff;}.ekypia-slider .slide-content .product {  width: 320px;}