/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudio/bhstudioBanner/css/bhStudioBanner.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* reset css start */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif, sans-serif;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
  border: 0;
}

body,
html,
button,
input {
  line-height: normal;
}

button {
  border: 0;
  outline: 0;
  font-family: "Lato", sans-serif, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
}

/* reset css end */
/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */
.bhStudioBannerContainer {
  position: relative;
  overflow-x: hidden;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerImgWrapper .bhStudioBannerImgDesk {
  width: 100%;
  height: 640px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerImgWrapper .bhStudioBannerImgDesk {
    display: none;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerImgWrapper .bhStudioBannerImgMob {
  width: 100%;
  height: 500px;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerImgWrapper .bhStudioBannerImgMob {
    display: block;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerTitle {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.375rem;
  color: #FFFFFF;
  width: 793px;
  position: absolute;
  top: 56%;
  left: 55px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerTitle {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6875rem;
    width: 328px;
    left: 16px;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer {
  width: 630px;
  height: 224px;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, border 0.2s ease;
  position: absolute;
  /* border: 5px solid transparent; */
  border: 5px solid #E9C64A;
  bottom: 0;
  right: -5px;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer {
    width: 100%;
    height: 139px;
    border: none;
    right: 0;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer .BookingWrapper{
  width: 393px;
}
@media screen and (max-width:768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer .BookingWrapper{
    width: 275px;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover {
  background-color: #212121;
  /* border: 5px solid #E9C64A; */
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerTitle {
  display: none;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerSubTitle {
  display: none;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .bhStudioBannerBookingWrapper .bhStudioBookingImg .yellowBackgroundDesk {
  display: none;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .BookingElevateWrapper p {
  display: block;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .BookingBtnContainer a {
  display: inline-block;
}
@media (hover: none) and (pointer: coarse) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover {
    background-color: unset;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerTitle {
    display: block;
  }
}
@media screen and (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerSubTitle {
    display: block;
  }
}
@media (hover: none) and (pointer: coarse) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingContainer:hover .BookingBtnContainer a {
    display: inline-block;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWrapper {
  position: relative;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWrapper .bhStudioBookingImg {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWrapper .bhStudioBookingImg .yellowBackgroundDesk {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
  display: block;
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWrapper .bhStudioBookingImg .yellowBackgroundDesk:hover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWrapper .bhStudioBookingImg .yellowBackgroundDesk {
    display: none;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWrapper .bhStudioBookingImg .yellowBackgroundMob {
  display: none;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWrapper .bhStudioBookingImg .yellowBackgroundMob {
    display: block;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer {
  position: absolute;
  top: 50%;
  left: 55px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer {
    left: 16px;
    right: 16px;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerTitle {
  font-family: Lato;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.375rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerTitle {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.375rem;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerSubTitle {
  font-size: 32px;
  font-weight: 300;
  line-height: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingWrapper .BookingContainerSubTitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingElevateWrapper p {
  display: none;
  width: 402px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.4375rem;
  color: #FFFFFF;
  padding-bottom: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingElevateWrapper {
    display: none;
  }
}
.bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingBtnContainer a {
  display: none;
  padding: 0.75rem 1.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 768px) {
  .bhStudioBannerContainer .bhStudioBanner .bhStudioBannerBookingWalkContainer .BookingBtnContainer a {
    display: inline-block;
    padding: 0.6875rem 3.25rem;
    margin-top: 6px
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudio/ingredientsExp/css/ingredientsExp.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* reset css start */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif, sans-serif;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
  border: 0;
}

body,
html,
button,
input {
  line-height: normal;
}

button {
  border: 0;
  outline: 0;
  font-family: "Lato", sans-serif, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
}

/* reset css end */
/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */
.ingredientsExpMain {
  background-color: #212121;
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper {
  padding: 5.6875rem 0rem 6.4375rem 0rem;
  gap: 9.9375rem;
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper {
    padding: 1.875rem 1rem 2.5rem 1rem;
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpLeftSection{
  max-width: 343px;
  width: 100%;
}

@media screen and(max-width:768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpLeftSection{
    /* width: 311px; */
    width: 100%;
  }  
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpLeftSection .ingredientsExpLeftTitle {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.1875rem;
  color: #FFFFFF;
  padding-bottom: 6px;
  max-width: 343px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpLeftSection .ingredientsExpLeftTitle {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding-bottom: 4px;
    width: 100%;
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpLeftSection .ingredientsExpLeftSubTitle {
  font-size: 3.375rem;
  font-weight: 900;
  line-height: 4.0625rem;
  color: #FFFFFF;
  max-width: 343px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpLeftSection .ingredientsExpLeftSubTitle {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.6875rem;
    width: 100%;
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection {
  -webkit-column-gap: 4.25rem;
     -moz-column-gap: 4.25rem;
          column-gap: 4.25rem;
  row-gap: 1.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection {
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer {
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightImgContent {
  width: 134px;
  height: 117px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightImgContent .ingredientsExpRightImg{
  padding-left: 0.875rem;
}

@media screen and (max-width:768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightImgContent .ingredientsExpRightImg{
    padding-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightImgContent {
    width: 75px;
    height: 73px;
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightTitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #CCCCCC;
  max-width: 214px;
  width: 100%;
  padding: 1.75rem 0rem 0.625rem 0.875rem;
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightTitle {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    padding: 0rem 0rem 0.5rem 1rem;
    width: 100%; 
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightProducts {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.1875rem;
  color: #EFEFEF;
  /* border-left: 1px solid #808080; */
  padding-left: 0.875rem;
  max-width: 214px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer .ingredientsExpRightProducts {
    font-size: 1.5rem;
    line-height: 1.625rem;
    width: 100%;
  }
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer  .ingredientsExpRightContent{
  position: relative;
}
.ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer  .ingredientsExpRightContent::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  bottom: 5px;
  border-left: 1px solid #808080;
  height: 58px;
}

@media screen and (max-width: 768px) {
  .ingredientsExpMain .ingredientsExpContainer .ingredientsExpWrapper .ingredientsExpRightSection .ingredientsExpRightContainer  .ingredientsExpRightContent::before {
    bottom: 0;
    border-left: 1px solid #808080;
    height: 40px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudio/discoverProducts/css/discoverProducts.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* reset css start */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif, sans-serif;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
  border: 0;
}

body,
html,
button,
input {
  line-height: normal;
}

button {
  border: 0;
  outline: 0;
  font-family: "Lato", sans-serif, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
}

/* reset css end */
/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */
.discoverProductsContainer {
  position: relative;
}
.discoverProductsContainer .discoverProductsWrapper {
  position: absolute;
  z-index: 2;
  top: 157px;
  left: 117px;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsWrapper {
    top: 32px;
    left: 28px;
  }
}
.discoverProductsContainer .discoverProductsWrapper .discoverProductsTitle {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 2.75rem;
  width: 563px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsWrapper .discoverProductsTitle {
    width: 281px;
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.discoverProductsContainer .discoverProductsWrapper .discoverProductsImgContent {
  width: 490px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsWrapper .discoverProductsImgContent {
    width: 282px;
    height: 38px;
  }
}
.discoverProductsContainer .discoverProductsBackgroundImgContainer {
  width: 100%;
  height: 440px;
  background-size: cover;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F1EDEA;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsBackgroundImgContainer {
    display: none;
  }
}
.discoverProductsContainer .discoverProductsBackgroundImgContainerMob {
  display: none;
}
@media screen and (max-width: 768px) {
  .discoverProductsContainer .discoverProductsBackgroundImgContainerMob {
    height: 301px;
    display: block;
    width: 100%;
    background-size: cover;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F1EDEA;
  }
}


/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */
.getInTouchMain {
  background-color: #F7F2E7;
  padding-bottom: 4.875rem;
  padding-left: 20px;
  padding-right: 20px;
}

.getInTouchMain-blue .getInTouchMain {
  background-color: #E9F2FB;
  padding-top: 116px;
  padding-bottom: 87px;
}


@media screen and (max-width: 768px) {
  .getInTouchMain {
    padding-bottom: 3.75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .getInTouchMain-blue .getInTouchMain {
  background-color: #E9F2FB;
  padding-top: 80px;
  padding-bottom: 40px;
}
}
.getInTouchMain .getInTouchTextContainer {
  text-align: center;
}
.getInTouchMain .getInTouchTextContainer .getInTouchTitle {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.6875rem;
  color: #323232;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchTextContainer .getInTouchTitle {
    font-size: 1.25rem;
    line-height: 2.0625rem;
    padding-bottom: 0.625rem;
  }
}
.getInTouchMain .getInTouchTextContainer .getInTouchSubTitle {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  color: #323232;
  padding-bottom: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchTextContainer .getInTouchSubTitle {
    font-size: 1.5rem;
    line-height: 1.625rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.25rem;
    align-items: start;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #323232;
  padding-bottom: 0.625rem;
  position: relative;
  display: inline-block;
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle::after {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #FEAA06;
  position: absolute;
  top: -3%;
  left: 0;
}

@media screen and (max-width:768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle::after{
    width: 18px;
  }  
}

@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftCityTitle {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-bottom: 0.375rem;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftTitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.1875rem;
  color: #323232;
  padding-bottom: 1.25rem;
  width: 284px;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftTitle {
    font-size: 1.25rem;
    line-height: 1.375rem;
    padding-bottom: 1rem;
    width: 328px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAddress {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  color: #323232;
  padding-bottom: 1.25rem;
  width: 341px;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAddress {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding-bottom: 1.5rem;
    width: 317px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer {
  gap: 0.5rem;
  padding-bottom: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer {
    padding-bottom: 0.75rem;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer .getInTouchLeftDirectionImgContent {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftDirectionContainer .getInTouchLeftDirectionLink a{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125rem;
  color: #7345B2;
  border-bottom: 2px solid #7345B2;
}
.getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAppoitment a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  text-align: center;
  color: #FDFEFF;
  border-radius: 999px;
  padding: 1rem 1.375rem 1rem 1.9375rem;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchLeftContainer .getInTouchLeftAppoitment a {
    padding: 0.5rem 0.875rem 0.5rem 1.4375rem;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightSingleImgContainer {
  /* width: 803px; */
  width: 100%;
  height: 301px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightSingleImgContainer {
    width: 100%;
    height: 200px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightMultiImgContent {
  width: 803px;
  height: 301px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightMultiImgContent {
    /* width: 100%; */
    width: 343px;
    height: 200px;
  }
}
/* .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightMultiImgContent img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation-name: imagefade;
          animation-name: imagefade;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
} */
.getInTouchRightMultiImgGallery {
  position: absolute; /* Ensures images overlap */
  top: 0;
  left: 0;
  width: 100%; /* Adjust based on your image/container size */
  height: 100%; /* Adjust based on your image/container size */
  opacity: 0; /* Start with all images hidden */
  transition: opacity 0ms ease-in-out; /* Instant transition by default */
}

.getInTouchRightMultiImgGallery:first-child {
  opacity: 1; /* Make the first image visible */
}

.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightVideoContainer {
  width: 803px;
  height: 301px;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightVideoContainer {
    width: 100%;
    height: 200px;
  }
}
.getInTouchMain .getInTouchContainer .getInTouchRightContainer .getInTouchRightMultiImgContainer .getInTouchRightVideoContainer video {
  width: 100%;
  height: 100%;
}
.getInTouchMain .getInTouchReverseContainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          gap: 20px;
}

.getInTouchMain-blue .getInTouchMain .getInTouchReverseContainer{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
@media screen and (max-width: 768px) {
  .getInTouchMain .getInTouchReverseContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1.25rem;
  }

  .getInTouchMain-blue .getInTouchMain .getInTouchReverseContainer{
    -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@keyframes imagefade {
	0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}
@-webkit-keyframes imagefade {
  0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}

/* @keyframes imagefade {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */
/* .getInTouchRightMultiImgContent img:nth-of-type(1) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.getInTouchRightMultiImgContent img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.getInTouchRightMultiImgContent img:nth-of-type(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.getInTouchRightMultiImgContent img:nth-of-type(4) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
} */

.furnitureProductsMain {
  position: relative;
}
.furnitureProductsMain .furnitureProductsBackGroundImgContainer {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  z-index: -1;
}
.furnitureProductsMain .furnitureProductsBackGroundImgContainer .furnitureProductsBackGroundImgDesk {
  width: 100%;
  height: 100%;
}
.furnitureProductsMain .furnitureProductsBackGroundImgContainer .furnitureProductsBackGroundImgMob {
  width: 100%;
  height: 100%;
  display: none;
}
.furnitureProductsMain .furnitureProductsContainer {
  margin-left: 150px;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper {
  padding-top: 107px;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer {
  margin-right: 60px;
  padding-bottom: 50px;
  justify-content: space-between;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer .furnitureProductsTitle {
  font-size: 85px;
  font-weight: 700;
  line-height: 85px;
  color: #F6C67B;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer .furnitureProductsDesc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #EFEFEF;
  width: 512px;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer .furnitureProductsViewBtn {
  padding: 12px 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  max-width: 187px;
  width: 100%;
  background-color: #7345B2;
  border-radius: 30px;
  cursor: pointer;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsSingleImgContainer {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsSingleImgContainer .furnitureProductsSingleImg {
  width: 100%;
  height: 100%;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsMultiImgContainer {
  width: 100%;
  height: 640px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
/* .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsMultiImgContainer .furnitureProductsMultiImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
   animation-name: imagefade;
	animation-duration: var(--animation-duration);
    animation-iteration-count: infinite;
	  animation-direction: alternate;
	animation-timing-function: linear; 
} */

.furnitureProductsMultiImg {
  position: absolute; /* Ensures images overlap */
  top: 0;
  left: 0;
  width: 100%; /* Adjust based on your image/container size */
  height: 100%; /* Adjust based on your image/container size */
  opacity: 0; /* Start with all images hidden */
  transition: opacity 0ms ease-in-out; /* Instant transition by default */
}

.furnitureProductsMultiImg:first-child {
  opacity: 1; /* Make the first image visible */
}



.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsVideoContainer {
  width: 100%;
  height: 640px;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsVideoContainer .furnitureProductsVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsViewBtnMob {
  padding: 12px 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #FFFFFF;
  max-width: 187px;
  width: 100%;
  background-color: #7345B2;
  border-radius: 30px;
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {
  .furnitureProductsMain .furnitureProductsBackGroundImgContainer .furnitureProductsBackGroundImgDesk {
    display: none;
  }
  .furnitureProductsMain .furnitureProductsBackGroundImgContainer .furnitureProductsBackGroundImgMob {
    display: block;
  }
  .furnitureProductsMain .furnitureProductsContainer {
    margin-left: 0;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper {
    padding-top: 30px;
    margin-top: -1px;
    padding-bottom: 35px;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer {
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    row-gap: 23px;
    flex-direction: column;
    align-items: start;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer .furnitureProductsTitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer .furnitureProductsDesc {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsDetailsContainer .furnitureProductsViewBtn {
    display: none;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection {
    padding-bottom: 26px;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsSingleImgContainer {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsMultiImgContainer {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsMultiImgContainer .furnitureProductsMultiImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsVideoContainer {
    width: 100%;
    height: 320px;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsImgSection .furnitureProductsVideoContainer .furnitureProductsVideo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .furnitureProductsMain .furnitureProductsContainer .furnitureProductsWrapper .furnitureProductsViewBtnMob {
    padding: 10px 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #FFFFFF;
    max-width: 187px;
    width: 100%;
    background-color: #7345B2;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    margin-left: 16px;
  }
}

@keyframes imagefade {
	0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}
.furnitureCollectionsMain {
  background: linear-gradient(to bottom, #242327 50%, #FEFCF7 50%);
  padding-top: 80px;
  padding-bottom: 72px;
  display: none;
}
.furnitureCollectionsMain .furnitureCollectionsCloseSection {
  margin-right: 65px;
  margin-left: 150px;
  padding-bottom: 58px;
}
.furnitureCollectionsMain .furnitureCollectionsCloseSection .furnitureCollectionsCloseContainer {
  justify-content: end;
  /* gap: 8px; */
  /* cursor: pointer; */
  padding-bottom: 7px;
}
.furnitureCollectionsMain .furnitureCollectionsCloseSection .furnitureCollectionsCloseContainer .furnitureCollectionsCloseWrapper{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.furnitureCollectionsMain .furnitureCollectionsCloseSection .furnitureCollectionsCloseContainer .furnitureCollectionsCloseImg {
  width: 20px;
  height: 20px;
}
.furnitureCollectionsMain .furnitureCollectionsCloseSection .furnitureCollectionsCloseContainer .furnitureCollectionsCloseText {
  font-size: 16px;
  font-weight: 700;
  line-height: 29px;
  color: #EFEFEF;
}
.furnitureCollectionsMain .furnitureCollectionsCloseSection .furnitureCollectionsTitle {
  width: 201px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  color: #F6C67B;
}
.furnitureCollectionsMain .furnitureCollectionsContainer {
  display: flex;
  overflow: hidden;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper:first-child {
  margin-left: 150px;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper {
  margin: 0 15px;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsImgContainer {
  width: 390px;
  height: 470px;
  border-radius: 8px;
  overflow: hidden;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsImgContainer .furnitureCollectionsImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsSubTitle {
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  color: #000000;
  margin-top: 18px;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsDownloadContainer {
  margin-top: 5px;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsDownloadContainer a {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #7446B3;
  text-decoration: none;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .slick-track {
  display: flex;
  width: 100% !important;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .slick-track > div:first-child {
  margin-left: 150px;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .slick-track > div {
  width: 390px !important;
  margin: 0 15px;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .slick-track > div img {
  width: 390px !important;
  height: 470px !important;
  border-radius: 8px !important;
}
.furnitureCollectionsMain .furnitureCollectionsContainer .slick-track > div:last-child{
  margin-right: 0;
}
@media (max-width: 768px) {
  .furnitureCollectionsMain {
    padding-top: 30px;
    padding-bottom: 32px;
    margin-top: -1px;
  }
  .furnitureCollectionsMain .furnitureCollectionsCloseSection {
    margin-right: 16px;
    margin-left: 16px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: start;
  }
  .furnitureCollectionsMain .furnitureCollectionsCloseSection .furnitureCollectionsTitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsImgContainer {
    width: 300px;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsImgContainer .furnitureCollectionsImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsSubTitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsDownloadContainer {
    margin-top: 2px;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .furnitureCollectionsWrapper .furnitureCollectionsDownloadContainer a {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .slick-track > div:first-child {
    margin-left: 16px;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .slick-track > div {
    width: 300px !important;
    margin: 0 8px;
  }
  .furnitureCollectionsMain .furnitureCollectionsContainer .slick-track > div img {
    width: 300px !important;
    height: 380px !important;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudioPageCommons/css/_colors.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudioPageCommons/css/_common.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudioPageCommons/css/_fonts.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudioPageCommons/css/_reset.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* reset css start */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif, sans-serif;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
  border: 0;
}

body,
html,
button,
input {
  line-height: normal;
}

button {
  border: 0;
  outline: 0;
  font-family: "Lato", sans-serif, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
}

/* reset css end */
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudioPageCommons/css/_responsive.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/clientlibs/bhStudioPageCommons/css/studioPage.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* reset css start */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  font-family: "Lato", sans-serif, sans-serif;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: 0;
  border: 0;
}

body,
html,
button,
input {
  line-height: normal;
}

button {
  border: 0;
  outline: 0;
  font-family: "Lato", sans-serif, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 1rem;
}

/* reset css end */
/* common css start */
.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.container.responsivegrid.bh-studio-page-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  float: unset !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dsp-inline {
  display: inline;
}

.dsp-inline-block {
  display: inline-block;
}

.dsp-block {
  display: block;
}

.dsp-none {
  display: none;
}

.dsp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dsp-grid {
  display: grid;
}

.dsp-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.dsp-flex-just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txt-center {
  text-align: center;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wh {
  width: 100%;
  height: 100%;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bh-btn-default {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: 0;
  border: 0;
}

.body-no-scroll {
  overflow: hidden;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.bg-white {
  background-color: #FFFFFF;
}

.bh-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
  visibility: visible;
  opacity: 1;
}

.visiblity-hdn {
  visibility: hidden;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .bh-studio-page-container {
    padding: 0 16px;
  }

  .container.responsivegrid.bh-studio-page-container {
    padding: 0 16px;
  }

  .mt-40 {
    margin-top: 16px;
  }
}
/* common css end */

