body.body-redesign {
  background-color: #F3F2F9;
  position: relative;

}

.body-redesign header, .body-redesign main {
  zoom: 1 !important
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: proximanova !important;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

main h2 {
  font-size: 40px;
  line-height: 43px;
  font-weight: 600;
  color: #140532;
  font-family: proximanova !important;
}

main p {
  font-size: 18px;
  line-height: 23px;
  color: #140532;
  font-weight: 300;
  margin-bottom: 20px;
}

main p:last-child {
  margin-bottom: 0;
}

main .btn {
  margin-top: 25px;
  min-width: 180px !important;
  text-align: center;
}

.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Header Navigation Product Mega Menu Styles */
.header-navigation-product__item .mega-header-nav-item.mega-box-one .mega-box-one-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header-navigation-product__item .mega-header-nav-item.mega-box-one .mega-box-one-bg-image img {
  width: 100%;
  object-fit: cover;
  display: flex;
}