/*
Theme Name: OES
Author: Cskills
Version: 1
*/
.landingScreen {
  position: fixed;
  background-color: #fff;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* display: none; */
}

.landingScreen svg {
  position: absolute;
  width: 80%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.loaded .landingScreen svg {
  opacity: 1;
}

.circlerotate {
  display: inline-block;
}

.loaded .circlerotate {
  animation: circleanimate 3s forwards ease-in-out;
}

@keyframes circleanimate {
  0% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }

  33.33% {
    transform: translate(120%, 25%) scale(0.4) rotate(0deg);
  }

  66.66% {
    transform: translate(100%, 30%) scale(0.5) rotate(0deg);
  }

  100% {
    transform: translate(130%, 10%) scale(0.6) rotate(30deg);
  }
}

#page-wrap {
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.loaded #page-wrap {
  opacity: 1;
}

body:not(.setcookee) #page-wrap {
  transition-delay: 0.2s;
}

header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  -webkit-transition: background .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: background .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: background .3s cubic-bezier(.16, .84, .44, 1);
  transition: background .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

body.home {
  background-color: #fff;
}

.FixButton {
  position: fixed;
  display: flex;
  z-index: 10;
  right: 30px;
  top: 25px;
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.no-touch .showcontact .FixButton, .no-touch .showGallery .FixButton, .no-touch .pageinfoOpen .FixButton {
  right: 46px
}

.loaded .FixButton {
  opacity: 1;
}

@media screen and (min-width: 822px) {
  /* .loaded .gescout-sticky .FixButton {
    opacity: 0;
  } */

  /* .loaded .gescout-sticky.gescout-show .FixButton
  {

    opacity: 1;
  } */
}

.FixButton>div {
  padding: 5px 0px;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.47px;
  text-transform: uppercase;
  font-family: 'euclid_circular_abold';
}

.HeroBanner {
  display: flex;
  flex-flow: row wrap;
  min-height: 100%;
  /* margin-top: calc(-50% - 100px); */
  margin-top: calc(-50% - 80px);
  /* overflow: hidden; */
}

.HeroBanner.Video{
  height: auto !important;
  overflow: hidden;
  background-color: #000;
  margin: 0px !important;
  min-height: auto !important;
}
.HeroBanner.Video .videoPlace{
width: 100%;
  position: relative;
  top:0;
  left: 0;

  margin: 0;
}
.HeroBanner.Video .videoPlace::before{
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.HeroBanner.Video .videoPlace .VideoplaceHolder
{
  z-index: 0;
}
.HeroBanner.Video .videoPlace iframe
{
  width: 101%;
  height: 101%;
      left: -0.5%;
}
/* .HeroBanner.Video .videoPlace iframe
{
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
header:not(.gescout-sticky) .logo{
opacity: 0;
}

.showcontact header .logo, .pageinfoOpen header .logo,
.showconstruction header .logo{
opacity:1;
}

header.gescout-sticky .logo, .showconstruction header .logo{
  width: 80px;
  height: 80px;
  background: url('images/logo-white-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.showcontact header.gescout-sticky .logo,
.pageinfoOpen header.gescout-sticky .logo{
  width: 80px;
  height: 80px;
  background: url('images/logo-yellow-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
header.gescout-sticky .logo img, .showconstruction header .logo img{
  width: 0;
  height: 0;
  opacity: 0;
}
header.gescout-sticky, .showconstruction header
{    background-color: rgba(0, 0, 0, .2) !important;
    backdrop-filter: blur(15px); height: 80px;}

.showcontact header, .pageinfoOpen header
{background-color: #ba6f00; backdrop-filter:none;height: 80px;
}
header.gescout-sticky + .HeroBanner .logo {
  display: none
}

.home.showGallery header .logo, .home.pageinfoOpen header .logo,
.home.showcontact header .logo {
  display: inline-block;
  position: absolute;
}

.logo {
  left: 40px;
  top: 7px;
  position: absolute;
}

.HeroBanner .logo {
  /* position: sticky; */
  position: fixed;
  display: inline;
  width: 220px;
  height: 150px;
  z-index: 3;
  left: 40px;
  top: 30px;
  padding-left: 0px;
  margin-bottom: 44%;
  transition: none;
}

.HeroBanner .logo img {
  width: 220px;
  display: inline-block;
  position: absolute;
}

.scrollTop {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  width: 82px;
  height: 7vw;
  /* height: 97px; */
  top: 0px;
  left: 48.7%;
  margin-left: calc(50% - 245px);
  margin-right: auto;
  transform: translateX(-50%);
  margin-bottom: 45%;
}

.scrollTop img {
  width: 100%;
  height: 60%;
}

.nextScroll {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  height: 7vw;
  bottom: 0px;
  left: 48.7%;
  transform: translateX(-50%);
  width: 100px;
  text-align: center;
  margin-top: -9vw;
}

.nextScroll img {
  height: 60%;
  margin: 0px auto;
  display: block;
  position: relative;
}

.HeroBanner .imgloader {
  display: none !important
}

.MainInfo {
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 35%;
  z-index: 3;
}

.MainInfo h1 {
  /* font-size: 50px;
  line-height: 55px;
  letter-spacing: -2.5px; */
  font-size: 2.5VW;
  line-height: 2.60vw;
  letter-spacing: -0.13vw;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: 'euclid_circular_amedium';
}

.MainInfo h1 span {
  font-family: 'euclid_circular_alight';
  display: block;
  margin-top: 60px;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -1.25px;
  text-transform: uppercase;
}

.introText{
  width: 100%;
  overflow: hidden;
    padding: 230px 14%;
}
.introText > .container{
  max-width: 1110px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #827C74;
    text-align: center;
    position: relative;
}
.introText > .container h2{
/* font-size: 48px;
line-height: 1.2;
letter-spacing: -2.4px; */
font-family: 'euclid_circular_amedium';
max-width: 1110px;

margin: 60px auto;
}
.introText > .container h6{
font-size: 28px;
line-height: 1.2;
letter-spacing: -1.4px;
font-family: 'euclid_circular_alight';
text-transform: uppercase;
}

.sqFtMask {
  -webkit-mask-image: url(images/428000-sq-ft-white.svg);
  mask-image: url(images/428000-sq-ft-white.svg);
}
.maskSvg::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 27.5%;
}
.maskSvg.animateMe::before {

  padding-top: 28%;
}

.maskSvg {
  max-width: 1030px;
  -webkit-mask-size: auto 100%;
  mask-size:auto 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;

}

.maskSvg img {
  display: block;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  max-width: unset;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 131%;
  height: auto;
  -moz-animation: homeTextBg 18s ease-out 0s infinite normal forwards;
  -webkit-animation: homeTextBg 18s ease-out 0s infinite normal forwards;
  animation: homeTextBg 18s ease-out 0s infinite normal forwards;
}
.maskSvg.animateMe img {
  width: 132%;
}

@-webkit-keyframes homeTextBg {
  0% {
   -webkit-transform:translate(-50%,-50%);
           transform:translate(-50%,-50%)
 }
 15%,
 17% {
   -webkit-transform:translate(-45%,-61%);
           transform:translate(-45%,-61%)
 }
 30%,
 32% {
   -webkit-transform:translate(-49%,-68%);
           transform:translate(-49%,-68%)
 }
 45%,
 47% {
   -webkit-transform:translate(-47%,-75%);
           transform:translate(-47%,-75%)
 }
 60%,
 62% {
   -webkit-transform:translate(-57%,-69%);
           transform:translate(-57%,-69%)
 }
 75%,
 77% {
   -webkit-transform:translate(-60%,-64%);
           transform:translate(-60%,-64%)
 }
 90%,
 92% {
   -webkit-transform:translate(-53%,-71%);
           transform:translate(-53%,-71%)
 }
 100%,
 98% {
   -webkit-transform:translate(-50%,-76%);
           transform:translate(-50%,-76%)
 }
}
@keyframes homeTextBg {
  0% {
   -webkit-transform:translate(-50%,-50%);
           transform:translate(-50%,-50%)
 }
 15%,
 17% {
   -webkit-transform:translate(-45%,-61%);
           transform:translate(-45%,-61%)
 }
 30%,
 32% {
   -webkit-transform:translate(-49%,-68%);
           transform:translate(-49%,-68%)
 }
 45%,
 47% {
   -webkit-transform:translate(-47%,-75%);
           transform:translate(-47%,-75%)
 }
 60%,
 62% {
   -webkit-transform:translate(-57%,-69%);
           transform:translate(-57%,-69%)
 }
 75%,
 77% {
   -webkit-transform:translate(-60%,-64%);
           transform:translate(-60%,-64%)
 }
 90%,
 92% {
   -webkit-transform:translate(-53%,-71%);
           transform:translate(-53%,-71%)
 }
 100%,
 98% {
   -webkit-transform:translate(-50%,-76%);
           transform:translate(-50%,-76%)
 }
}

.bird{
  position: absolute;
  top:-15%;
  right: -40%;
  width: 30%;
  padding-top: 30%;
  transform: scale(0.5);
  opacity: 0;
  offset-path: path("M2.062,35.85c0,0 19.969,-20.816 22.461,-16.043c2.492,47.773 -1.414,58.113 -10.336,62.035c-8.922,3.922 -12.125,-8.992 -12.125,-8.992Z");
  offset-rotate: 0deg;
  -webkit-transition: opacity .75s ease-in,-webkit-transform 1.25s ease-out;
  transition: opacity .75s ease-in,-webkit-transform 1.25s ease-out;
  -o-transition: opacity .75s ease-in,transform 1.25s ease-out;
  transition: opacity .75s ease-in,transform 1.25s ease-out;
  transition: opacity .75s ease-in,transform 1.25s ease-out,-webkit-transform 1.25s ease-out;

}
.bird img{
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.animateMe.bird
{
  right: -30%;
  transform: scale(1);
  opacity: 1;
  -webkit-animation:movingBird 15s infinite linear;
 -moz-animation:movingBird 15s infinite linear;
 -ms-animation:movingBird 15s infinite linear;
 animation:movingBird 15s infinite linear;
}

@keyframes movingBird {
  0% {
    offset-distance:0
  }
  100%,
  95% {
    offset-distance:100%
  }
}
@-webkit-keyframes movingBird {
  0% {
    offset-distance:0
  }
  100%,
  95% {
    offset-distance:100%
  }
}
.leaf{
  position: absolute;
  bottom:5%;
  left: 0;
  width: 30vw;
  padding-top: 20%;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: left bottom;
  -webkit-transition: opacity .75s ease-in,-webkit-transform 1.25s ease-out;
  transition: opacity .75s ease-in,-webkit-transform 1.25s ease-out;
  -o-transition: opacity .75s ease-in,transform 1.25s ease-out;
  transition: opacity .75s ease-in,transform 1.25s ease-out;
  transition: opacity .75s ease-in,transform 1.25s ease-out,-webkit-transform 1.25s ease-out;
}
.leaf img{
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.animateMe.leaf{
  opacity: 1;
  transform: scale(1);
}


.buildingSlider .tabText{
  font-size: 0px;
  line-height: 0px;
}
.buildingSlider .swiper-pagination
{
  display: flex;
  bottom: 0px !important;
  left: 0px;
  z-index: 4;
  }
  .buildingSlider
  {
    padding-bottom: 15px;
  }
  .buildingSlider .swiper-pagination .swiper-pagination-bullet
    {
      background-color: #f6ae14;
      -webkit-transition: background-color .35s ease;
      -o-transition: background-color .35s ease;
      transition: background-color .35s ease;
      width: 50%;
      height: auto;
      border-radius: 0;
      color: #fff;
      padding: 12px 5px;
      opacity: 1;
      margin: 0px !important;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 20px;
    }

  .buildingSlider .swiper-pagination .swiper-pagination-bullet-active
{
      background-color: #c3850f;
}
.peopleImageSlider {
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.peopleImageSlider.loaded {
  visibility: visible;
  opacity: 1;
}

.peopleImageSlider {
  line-height: 0px;
  font-size: 0px;
  position: relative;
}


.peopleSlide svg {
  width: 100%;
}

.panoromaInfoImage {
  position: relative;
  overflow: auto;
  width: 100%;
  height: auto;
  min-height: 100%;
}

body.lc_mousedrag_is_mobile .panoromaInfoImage {
  height: 100%;
}

.panoromaInfoImage .imagePlace {
  width: 100%;
  /* height: 100%; */
  min-height: 100%;
  position: relative;
}

.panoromaInfoImage img {
  /* cursor: url(images/dragger-curser.svg) 60 60, url(images/dragger-curser.svg) 60 60, default; */
  min-width: 100%;
  min-height: 100%;
  /* height: 100%; */
  width: auto;
  opacity: 1 !important;
  max-width: none;
  position: relative;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  /* -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 1s -webkit-transform cubic-bezier(.4, 0, .2, 1);
             transition: 1s -webkit-transform cubic-bezier(.4, 0, .2, 1);
             -o-transition: 1s transform cubic-bezier(.4, 0, .2, 1);
             transition:1s transform cubic-bezier(.4, 0, .2, 1);
             transition: 1s transform cubic-bezier(.4, 0, .2, 1), 1s -webkit-transform cubic-bezier(.4, 0, .2, 1); */
}

/* .zoomreset .panoromaInfoImage img {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
      margin-bottom: 7vw;
} */
.ImageAnimatedText, .MainInfo {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-delay: 0.5s;
}

.loaded .ImageAnimatedText, .loaded .MainInfo {
  opacity: 1;
}

.panImgText {
  /* width: fit-content;
  height: fit-content; */
  position: relative;
  overflow: hidden;
}

.panImgText::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

body:not(.lc_mousedrag_is_mobile) .HeroBanner {
  height: auto;
}

body:not(.lc_mousedrag_is_mobile) #HeroImg {
  overflow: hidden;
  /* cursor: grab; */
}

body:not(.lc_mousedrag_is_mobile) .panImgText {
  width: 100%;
}

.ImageAnimatedText {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
}

.ImageAnimatedText>div {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-color: #E69B00;
}

.ImageAnimatedText>div::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url('images/cross-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  /* border: 1px solid #827D75; */
  transform: rotate(45deg);
  -webkit-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.ImageAnimatedText>div span.infoText {
  font-family: 'euclid_circular_amedium';
  /* font-size: 32px;
  line-height: 34px;
  letter-spacing: -0.62px; */
  background-color: #827D75;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.03vw;
  position: absolute;
  white-space: nowrap;
  left: 32px;
  padding: 15px;
  top: 32px;
  display: none;
  transform: scale(0);
  transform-origin: left top;
  -webkit-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition: transform .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.ImageAnimatedText>div.active span.infoText {
  transform: scale(1);
}
.ImageAnimatedText > div.label4 span.infoText
{
  left: auto;
  right: 32px;
  }
/* .ImageAnimatedText > div.label1 span.infoText
{
  left: auto;
  right: 50px;
}
.ImageAnimatedText > div.label3 span.infoText
{
  left: auto;
  right: 50px;
} */
.ImageAnimatedText>div.active::before {
  transform: rotate(90deg);
}

/* ============== home hero end here ====================*/
.peopleImageSlider.MobileSlider {
  display: none;
}

.peopleImageSlider.DesktopSlider {
  display: block;
}

.peopleImageSlider .slick-arrow, .animatenext {
  bottom: 18.6vw;
}
/* css hack for mozilla */
@-moz-document url-prefix() {
  .peopleImageSlider .slick-arrow, .animatenext {
    bottom: 18.6vw;
  }
}
/* .peopleImageSlider::before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: red;
  position: absolute;
  left: 0px;
    bottom: 18.6vw;
  z-index: 2;
} */

.animateMeinfo .slick-active .slide1animate #gradientimg, .animateMeinfo .slick-active .slide2animate #gradientimg, .animateMeinfo .slick-active .slide3animate #gradientimg {
  animation: gradientanimate 1.2s forwards cubic-bezier(.16, .84, .44, 1);
  animation-delay: 1s;
}

@keyframes gradientanimate {
  0% {
    transform: translate(-67px, -143px);
  }

  50% {
    transform: translate(-280px, 0px);
  }

  100% {
    transform: translate(-67px, -143px);
  }
}

#slide1-next, #slide2-next, #slide3-next,
#slide1-next-mob, #slide2-next-mob, #slide3-next-mob {
  cursor: pointer;
}

#slide1-prev, #slide2-prev, #slide3-prev {
  display: none;
}
.animatenext
{
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url('images/next-arrow-gray.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  z-index: 5;
  right: 0px;
  /* transform: translateY(-50%); */
  font-size: 0px;
  line-height: 0px;
  -webkit-transition: all .3s ease-out;
  -moz-transition:    all .3s ease-out;
  -o-transition:      all .3s ease-out;
  transition:         all .3s ease-out;
}
.no-touch .animatenext:hover
{background-color: #E69B00;}
#slide1-next rect, #slide2-next rect, #slide3-next rect {
  fill: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.no-touch #slide1-next:hover rect, .no-touch #slide2-next:hover rect, .no-touch #slide3-next:hover rect {
  fill: #E69B00;
  background-blend-mode: difference;
}

#cycle-patch1 rect#patch1-path, #cycle-patch2 rect#patch2-path, #cycle-patch3 rect#patch3-path, #cycle-patch4 rect#patch4-path,
#yoga-patch1 rect#yoga-patch1-path, #yoga-patch3 rect#yoga-patch3-path,
#girl-patch1 rect#girl-patch1-path, #girl-patch2 rect#girl-patch2-path, #girl-patch3 rect#girl-patch3-path, #girl-patch4 rect#girl-patch4-path {
  opacity: 0;
  -webkit-transition: opacity .6s cubic-bezier(.16, .84, .44, 1), transform .6s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .6s cubic-bezier(.16, .84, .44, 1), transform .6s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .6s cubic-bezier(.16, .84, .44, 1), transform .6s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .6s cubic-bezier(.16, .84, .44, 1), transform .6s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

#cycle-patch1 rect#patch1-path {
  -webkit-transform: translate(1282px, 59px);
  -ms-transform: translate(1282px, 59px);
  transform: translate(1282px, 59px);
}

.animateMeinfo .slick-active .slide1animate #cycle-patch1 rect#patch1-path {
  opacity: 1;
  -webkit-transform: translate(641px, 59px);
  -ms-transform: translate(641px, 59px);
  transform: translate(641px, 59px);
  transition-delay: 1s;
}

#cycle-patch2 rect#patch2-path {
  -webkit-transform: translate(635px, 418px);
    -ms-transform: translate(635px, 418px);
        transform: translate(635px, 418px);
}

.animateMeinfo .slick-active .slide1animate #cycle-patch2 rect#patch2-path {
  opacity: 1;
  -webkit-transform: translate(1280px, 418px);
  -ms-transform: translate(1280px, 418px);
  transform: translate(1280px, 418px);
  transition-delay: 1s;
}

#cycle-patch3 rect#patch3-path {
  -webkit-transform: translate(0px, 1560px);
  -ms-transform: translate(0px, 1560px);
  transform: translate(0px, 1560px);
}

.animateMeinfo .slick-active .slide1animate #cycle-patch3 rect#patch3-path {
  opacity: 1;
  -webkit-transform: translate(0px, 780px);
  -ms-transform: translate(0px, 780px);
  transform: translate(0px, 780px);
  transition-delay: 1s;
}

#cycle-patch4 rect#patch4-path {
  -webkit-transform: translate(960px, 1560px);
  -ms-transform: translate(960px, 1560px);
  transform: translate(960px, 1560px);
}

.animateMeinfo .slick-active .slide1animate #cycle-patch4 rect#patch4-path {
  opacity: 1;
  -webkit-transform: translate(960px, 780px);
  -ms-transform: translate(960px, 780px);
  transform: translate(960px, 780px);
  transition-delay: 1s;
}

/* slide 1 end */
#yoga-patch1 rect#yoga-patch1-path {
  -webkit-transform: translate(640px, 545px);
  -ms-transform: translate(640px, 545px);
  transform: translate(640px, 545px);
}

.animateMeinfo .slick-active .slide2animate #yoga-patch1 rect#yoga-patch1-path {
  opacity: 1;
  transform: translate(640px, 185px);
  transition-delay: 1s;
}

#yoga-patch2 rect#yoga-patch2-path, #yoga-patch4 rect#yoga-patch4-path {
  opacity: 0;
  -webkit-transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .6s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.animateMeinfo .slick-active .slide2animate #yoga-patch2 rect#yoga-patch2-path,
.animateMeinfo .slick-active .slide2animate #yoga-patch4 rect#yoga-patch4-path {
  opacity: 1;
  transition-delay: 1s;
}

#yoga-patch3 rect#yoga-patch3-path {
  transform: translate(1280px, 1265px);
}

.animateMeinfo .slick-active .slide2animate #yoga-patch3 rect#yoga-patch3-path {
  opacity: 1;
  transform: translate(1280px, 903px);
  transition-delay: 1s;
}

/* slide2 end */
#girl-patch1 rect#girl-patch1-path {
  transform: translate(-321px, 170px);
}

.animateMeinfo .slick-active .slide3animate #girl-patch1 rect#girl-patch1-path {
  opacity: 1;
  transform: translate(0px, 170px);
  transition-delay: 1s;
}

#girl-patch2 rect#girl-patch2-path {
  opacity: 1;
  transform: translate(640px, -190px);
}

.animateMeinfo .slick-active .slide3animate #girl-patch2 rect#girl-patch2-path {
  opacity: 1;
  transform: translate(640px, 170px);
  transition-delay: 1s;
}

#girl-patch3 rect#girl-patch3-path {
  transform: translate(1280px, 890px);
}

.animateMeinfo .slick-active .slide3animate #girl-patch3 rect#girl-patch3-path {
  opacity: 1;
  transform: translate(1280px, 530px);
  transition-delay: 1s;
}

#girl-patch4 rect#girl-patch4-path {
  transform: translate(-961px, 890px);
}

.animateMeinfo .slick-active .slide3animate #girl-patch4 rect#girl-patch4-path {
  opacity: 1;
  transform: translate(0px, 890px);
  transition-delay: 1s;
}

/* slide3 end */
#slide1-smalltext, #slide1-bigtext, #slide2-smalltext, #slide2-bigtext, #slide3-smalltext, #slide3-bigtext, .peopleSlide .partnerLogo, #pattern-slide1, #cyclemanmasking,
#yoga-lady-desktop, #girlmask{
  opacity: 0;
  -webkit-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.animateMeinfo .slick-active .slide1animate #slide1-smalltext,
.animateMeinfo .slick-active .slide1animate #slide1-bigtext,
.animateMeinfo .slick-active .slide1animate.peopleSlide .partnerLogo,
.animateMeinfo .slick-active .slide1animate #pattern-slide1,
.animateMeinfo .slick-active .slide1animate #cyclemanmasking,
.animateMeinfo .slick-active .slide2animate #yoga-lady-desktop,
.animateMeinfo .slick-active .slide2animate #slide2-bigtext,
.animateMeinfo .slick-active .slide2animate #slide2-smalltext,
.animateMeinfo .slick-active .slide3animate #girlmask,
.animateMeinfo .slick-active .slide3animate #slide3-bigtext,
.animateMeinfo .slick-active .slide3animate #slide3-smalltext {
  opacity: 1;
  transition-delay: 1.4s;
}

.subtext {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.56px;
  font-family: 'euclid_circular_alight';
  text-transform: uppercase;
}

.bigtext {
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -4px;
  font-family: 'euclid_circular_amedium';
}

.peopleImageSlider .partnerLogo {
  position: absolute;
  z-index: 4;
  bottom: 7%;
  right: 2%;
  width: 30%;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-family: 'euclid_circular_alight';
  justify-content: space-around;
  text-align: center;
}

.peopleImageSlider .partnerLogo .logoBlock {
  width: 33.33%;
  padding: 0px 2%;
}
/* .no-touch .peopleImageSlider .slick-slide{
  width: calc(100vw - 16px) !important;
} */
.logoHolder {
  height: 120px;
  margin-bottom: 20px;
}

.MainInfo.ForMobile {
  display: none
}

.logoHolder img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto 20px auto;
}

.peopleImageSlider .partnerLogo .logoBlock:nth-child(2) span {
  width: 75%;
  position: relative;
  display: block;
  margin: 0 auto;
}

.partnerLogo.responsivelogo {
  display: none;
}

/* buildingSection start */
.buildingSection5
{
    color: #827C74;
}
.buildingSection5 .container_lg {
    max-width: 1660px;
    width: 100%;
    padding: 70px 60px;

margin-left: auto;
margin-right: auto;
}
.buildingSection5 .resWrap{
  overflow-x: hidden;
}
.buildingSection5 .textCenter
{
  text-align: center;
}
.buildingSection5 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.buildingSection5 .row thead td {
  border-left: 0px;
  border-right: 0px;
  font-size: max(16px, min(16px + 5*(100vw - 1366px) / 554, 21px));
letter-spacing: max(-.48px, min(-.48px + -.15*(100vw - 1366px) / 554, -.63px));
}
.buildingSection5 .row tbody td {
  border-left: 0px;
  border-right: 0px;
    -webkit-transition: all .45s cubic-bezier(.16,.84,.44,1);
    -o-transition: all .45s cubic-bezier(.16,.84,.44,1);
    transition: all .45s cubic-bezier(.16,.84,.44,1);
    cursor: pointer;
    position: relative;
    font-size: max(18px, min(21px + 9*(100vw - 1366px) / 554, 30px));
}

.buildingSection5 .row tbody tr:not(.active):hover td {
    transform: translateX(15px)
}

@media(max-width: 1080px) {
    .buildingSection5 .row tbody tr:not(.active):hover td {
        transform:translateX(0)
    }
}

.buildingSection5 .row tr>td {
    text-align: center;
  border-bottom: 1px solid #827c74;
  border-left: 0px;
  border-right: 0px;
      padding: max(10px, min(6px + 1*(100vw - 1366px) / 554, 7px)) max(10px, min(10px + 5*(100vw - 1366px) / 554, 15px));
}

.buildingSection5 .row tr>td:first-child {
    width: max(84px,min(84px + 26*(100vw - 1366px)/554,110px))
}

.buildingSection5 .row tr>td:nth-child(3) {
    width: max(160px,min(160px + 50*(100vw - 1366px)/554,210px))
}

.buildingSection5 .row>div:first-child {
    width: 58.36%;

}

.buildingSection5 .row>div:first-child table .active td {
    background-color: rgba(255,240,105,.39)
}

.buildingSection5 .row>div:first-child+div {
    width: 41.64%;
    padding-left: 5%
}

.buildingSection5 .row>div:first-child+div h4 {
    border-bottom: 1px solid #827c74;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}

.buildingSection5 .row>div:first-child+div h2 {
    font-size: max(30px,min(50px + 20*(100vw - 1366px)/554,70px));
    letter-spacing: 0;
    line-height: 1.04;
    margin-bottom: 15px;
}

.buildingSection5 .row>div:first-child+div .areaInfo {
    border-bottom: 1px solid #827c74;
    padding: 15px 0 0 0
}

.buildingSection5 .row>div:first-child+div .areaInfo .small {
    font-size: max(16px,min(16px + 5*(100vw - 1366px)/554,21px));
    letter-spacing: max(-.48px,min(-.48px + -.15*(100vw - 1366px)/554,-.63px));
    line-height: 1.25;
    padding: 0 0 5px 0
}

.buildingSection5 .badgeBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    padding: 30px 0 0
}

.buildingSection5 .badgeBox .areaBadge {
    display: inline-block;
    margin: 0 max(12px,min(12px + 3*(100vw - 1366px)/554,15px)) max(12px,min(12px + 3*(100vw - 1366px)/554,15px)) 0;
    border: 1px solid #827c74;
    font-size: max(13px,min(13px + 5*(100vw - 1366px)/554,18px));
    line-height: 1.55;
    letter-spacing: 0;
    padding: 0 13px 0 7px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .35s ease,color .35s ease;
    -o-transition: background-color .35s ease,color .35s ease;
    transition: background-color .35s ease,color .35s ease
}

.buildingSection5 .badgeBox .areaBadge:hover {
    background-color: #827c74;
    color: #fff
}

@media(max-width: 991px) {
  .buildingSection5 .container_lg
  {
    padding: 20px 20px 40px 20px;
  }
    .buildingSection5 .container_sm {
        padding-left:30px;
        padding-right: 30px;
        width: 100%
    }

    .buildingSection5 .row>div:first-child {
        width: 60%;
        padding-left: 0
    }

    .buildingSection5 .row>div:first-child+div {
        width: 40%;
        padding-left: 40px
    }

    .buildingSection5 .row tr>td {
        text-align: center
    }

    .buildingSection5 .row tr>td:first-child {
        width: 60px
    }

    .buildingSection5 .row tr>td:nth-child(3) {
        width: 140px
    }
}

@media(max-width: 767px) {
    .buildingSection5 .row {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .buildingSection5 .row>div:first-child {
        width: 100%
    }

    .buildingSection5 .row>div:first-child+div {
        padding-top: 20px;
        width: 100%;
        padding-left: 0
    }

    .buildingSection5 .row tr>td {
        text-align: right;
        padding-right: 10px;
        padding-left: 10px
    }

    .buildingSection5 .row tr>td:first-child {
        width: 60px;
        text-align: left
    }

    .buildingSection5 .row tr>td:nth-child(3) {
        width: auto
    }

    .buildingSection5 .row tr>td:nth-child(2),.buildingSection5 .row tr>td:nth-child(3) {
        padding-left: 0
    }
}


/* buildingSection end */




/* imapact row end here */
.panImage {
  position: relative;
  z-index: 1;
}

.panImage {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%
}

body:not(.lc_mousedrag_is_mobile) .panImage {
  height: auto;
  min-height: auto;
  overflow: hidden;
}

.panImage .imagePlace {
  width: 100%;
  /* height: 100%; */
  min-height: 100%;
  position: relative;
}

.panImage .imagePlace img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  opacity: 1 !important;
  max-width: none;
  position: relative;
  z-index: -1;
}

body.lc_mousedrag_is_mobile .panImage .imagePlace img {
  height: 100%;
}

@media screen and (min-width: 768px) {

  .panImage .imagePlace img, body.lc_mousedrag_is_mobile .panImage .imagePlace img,
  .panImage .imagePlace, .panImage {
    width: 100%;
    height: auto;
    min-height: inherit;
  }
}

.csslider {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.csslider.hideblocks {
  z-index: 3;
}

.csslider>input {
  display: none;
}

.csslider>ul li {
  padding: 0px;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
}

/* .csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
} */
.csslider>input:nth-of-type(1):checked~ul li:first-of-type,
.csslider>input:nth-of-type(2):checked~ul li:nth-child(2),
.csslider>input:nth-of-type(3):checked~ul li:nth-child(3),
.csslider>input:nth-of-type(4):checked~ul li:nth-child(4),
.csslider>input:nth-of-type(5):checked~ul li:nth-child(5),
.csslider>input:nth-of-type(6):checked~ul li:nth-child(6),
.csslider>input:nth-of-type(7):checked~ul li:nth-child(7),
.csslider>input:nth-of-type(8):checked~ul li:nth-child(8),
.csslider>input:nth-of-type(9):checked~ul li:nth-child(9),
.csslider>input:nth-of-type(10):checked~ul li:nth-child(10) {
  visibility: visible;
  opacity: 1;
}

.csslider>input:nth-of-type(1):checked~ul li,
.csslider>input:nth-of-type(1):checked~ul li:not(:first-of-type),
.csslider>input:nth-of-type(2):checked~ul li:not(:nth-child(2)),
.csslider>input:nth-of-type(3):checked~ul li:not(:nth-child(3)),
.csslider>input:nth-of-type(4):checked~ul li:not(:nth-child(4)),
.csslider>input:nth-of-type(5):checked~ul li:not(:nth-child(5)),
.csslider>input:nth-of-type(6):checked~ul li:not(:nth-child(6)),
.csslider>input:nth-of-type(7):checked~ul li:not(:nth-child(7)),
.csslider>input:nth-of-type(8):checked~ul li:not(:nth-child(8)),
.csslider>input:nth-of-type(9):checked~ul li:not(:nth-child(9)),
.csslider>input:nth-of-type(10):checked~ul li:not(:nth-child(10)),
{
visibility: hidden;
opacity: 0;
}

.csslider>ul {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  padding-top: 56%;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.csslider>ul>li {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 1s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 1s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.csslider>ul>li.scrollable {
  overflow-y: scroll;
}

.csslider>.navigation {
  width: 100%;
  left: 0px;
  display: block;
  margin: 0px;
  height: 50px;
  bottom: -50px;
  position: absolute;
  z-index: 1;
  background-color: #E69B00;
}

.csslider>.navigation>div {
  margin: 10px auto;
  text-align: center;
}

.csslider>.navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
  padding: 10px;
  background: transparent;
  border: 2px solid #fff;
}

.csslider>.navigation label:hover:after {
  opacity: 1;
}

.csslider>.navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  opacity: 0;
}

.csslider>.arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}

.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}

.csslider>input:nth-of-type(1):checked~.navigation label:nth-of-type(1):after,
.csslider>input:nth-of-type(2):checked~.navigation label:nth-of-type(2):after,
.csslider>input:nth-of-type(3):checked~.navigation label:nth-of-type(3):after,
.csslider>input:nth-of-type(4):checked~.navigation label:nth-of-type(4):after,
.csslider>input:nth-of-type(5):checked~.navigation label:nth-of-type(5):after,
.csslider>input:nth-of-type(6):checked~.navigation label:nth-of-type(6):after,
.csslider>input:nth-of-type(7):checked~.navigation label:nth-of-type(7):after,
.csslider>input:nth-of-type(8):checked~.navigation label:nth-of-type(8):after,
.csslider>input:nth-of-type(9):checked~.navigation label:nth-of-type(9):after,
.csslider>input:nth-of-type(10):checked~.navigation label:nth-of-type(10):after {
  opacity: 1;
}

.csslider>.arrows {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 60px;
  padding: 0px;
  z-index: 3;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.csslider>.arrows label {
  display: none;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0px;
  left: 0px;
  padding: 13px;
  background-color: #fff;
  /* box-shadow: inset 2px -2px 0 1px #3A3A3A; */
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.csslider>.arrows label:hover {
  background-color: var(--Lavender);
  background-blend-mode: difference;
}

/* .csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
} */
.csslider.infinity>input:first-of-type:checked~.arrows label.goto-last,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(0),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(1),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(6):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(8):checked~.arrows>label:nth-of-type(7),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(10):checked~.arrows>label:nth-of-type(9) {
  display: block;
  left: 0px;
  right: auto;
  background-image: url('images/previous-arrow-gray.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.csslider.infinity>input:last-of-type:checked~.arrows label.goto-first,
.csslider>input:nth-of-type(1):checked~.arrows>label:nth-of-type(2),
.csslider>input:nth-of-type(2):checked~.arrows>label:nth-of-type(3),
.csslider>input:nth-of-type(3):checked~.arrows>label:nth-of-type(4),
.csslider>input:nth-of-type(4):checked~.arrows>label:nth-of-type(5),
.csslider>input:nth-of-type(5):checked~.arrows>label:nth-of-type(6),
.csslider>input:nth-of-type(7):checked~.arrows>label:nth-of-type(8),
.csslider>input:nth-of-type(9):checked~.arrows>label:nth-of-type(10) {
  display: block;
  right: 0px;
  left: auto;
  background-image: url('images/next-arrow-gray.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.csslider .panImage {
  margin: 0px;
}

.FixButton>div.Close {
  /* position: fixed; */
  cursor: pointer;
  z-index: 5;

display: none;


  /* background: url('images/cross-icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center; */
  -webkit-transition: opacity 1s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity 1s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity 1s cubic-bezier(.16, .84, .44, 1);
  transition: opacity 1s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.showcontact .contactTab, .showconstruction .constructionTab
{
  display: none
}
.constructionWrapper .insideWrapper
{
width: 100%;
max-width: 125vh;
  position: relative;
  padding: 120px 30px 30px 30px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.playVideo {
    background: url('images/play-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 100px;
    font-size: 0;
    border-radius: 100%;

}
.videoPlace .fluidVideo
{
  left: 0;
top: 0;
right: 0;
bottom: 0;
position: absolute;
padding: 0px;
margin: 0px;
}
.fluidVideo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0px;
}

.videoPlace {
  position: relative;
  width: 100%;
    padding-top: 56.1%;
    margin-bottom: 20px;
}
 .videoPlace .imagePlace, .videoPlace .VideoplaceHolder {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.videoPlace .posterimage {
    position: relative;
    z-index: 2;
    height: 100%;
}
.videoPlace .posterimage::before
{
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.VideoplaceHolder .vrLoader {
    background: #000;
    position: absolute;
    z-index: 1;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.videoText
{
  color: #827C74;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -1.4px;
    font-family: 'euclid_circular_alight';
}

.videoText h4
{
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -2.4px;
  margin-bottom: 10px;
  font-family: 'euclid_circular_amedium';
}

.videoText p:last-child{
  padding: 0px;
}
.textPannel
{
  padding: 70px 30px;
  width: 100%;
  margin: 0 auto;
  max-width: 930px;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.84px;
  color: #827C74;
  font-family: 'euclid_circular_alight';
}
.textPannel p:last-of-type{
  padding: 0px;
}
.textPannel.before p{
  max-width: 630px;
  margin: 0 auto;
}


.textPannel h3
{
  font-size: 50px;
  line-height: 52px;
  font-family: 'euclid_circular_amedium';
  letter-spacing: -1.5px;
  margin-bottom: 25px;
}

.galleryWrapper {
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 9;
  margin-top: -1px;
}

.galleryWrapper .galleryslider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.galleryslider .galleryImage::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 45%);
  background-blend-mode: multiply;
  width: 100%;
  height: 100%;
}

.galleryslider .galleryImage {
  width: 100% !important;
  height: 100%;
}

.galleryslider .galleryImage .caption {
  position: absolute;
  width: 100%;
  left: auto;
  right: auto;
  bottom: 0px;
  padding: 20px 20px;
  text-align: center;
  background-color: #827D75;
  z-index: 3;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  font-family: 'euclid_circular_amedium';
}

.showGallery .galleryTab, .showcontact .contactTab {
  pointer-events: none;
  border-bottom: 1px solid #fff;
}

/* galleryWrapper css end here */
.contactWrapper, .bottompageContent, .constructionWrapper {
  background-color: var(--Tangerine);
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  -webkit-transition: opacity 0.6s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity 0.6s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity 0.6s cubic-bezier(.16, .84, .44, 1);
  transition: opacity 0.6s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.constructionWrapper {
  background-color: #fff;
}

.showcontact .contactWrapper, .showcontact .Close, .pageinfoOpen .bottompageContent, .pageinfoOpen .Close,
.showconstruction .constructionWrapper, .showconstruction .Close
 {
  opacity: 1;
  visibility: visible;
}
.showcontact .insideWrapper, .showconstruction .insideWrapper
{
  display: block;
}
.insideWrapper
{
display: none
}

body.showcontact, body.pageinfoOpen, body.showconstruction {
  overflow: hidden;
}

body.showcontact .contactWrapper, body.pageinfoOpen .bottompageContent,
body.showconstruction .constructionWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insideWrapper {
  max-width: 905px;
  padding: 30px 40px;
  min-height: auto;
  z-index: 1;
  position: relative;
  margin: 150px auto 40px auto;
}

.insideWrapper h1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -2.5px;
  border-bottom: 6px solid #fff;
}

.insideWrapper .col_1_1 .col>div {
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.insideWrapper .col_1_1 .col:nth-child(even) {
  padding-left: 20px;
}

.insideWrapper .col_1_1 .col:nth-child(odd) {
  padding-right: 20px;
}

.contactWrapper .partnerLogo {
  height: 100px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.partnerLogo a {
  display: block;
}

.contactWrapper .partnerLogo img {
  height: 70px;
  max-width: 255px;
  width: auto;
}

/* .contactWrapper .col strong{display: block;} */
.contactWrapper .col a {
  display: inline-block;
}

.footerLinks {
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.footerLinks .footerMenu {
  display: block;
  margin: 0px 0px 20px 0px;
}

.footerLinks .copyright {
  margin: 0px;
}

.footerLinks ul.footerMenu li {
  margin-right: 0px;
  padding: 0px;
}

.footerLinks ul.footerMenu li a {
  padding: 5px 0px;
}

.footerLinks {
  padding: 0px 40px 20px 40px;
}

.footerLinks .footerlogo, .footerLinks .DownloadCol, .galleryWrapper .footerLinks {
  /* display: none; */
}

.footerLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.footerLinks .leftCol {
  width: 100%;
  /* padding-top: 50px; */
}

.contactWrapper::before, .bottompageContent::before {
  content: '';
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: calc(100% - 20px);
  height: 80px;
  background: var(--Tangerine);
}
.constructionWrapper::before {
  background-color: #fff
}

.touch .contactWrapper::before, .touch .bottompageContent::before,
.touch .constructionWrapper::before {
  width: 100%;
}

.bottompageContent .contentBlock {
  max-width: 1250px;
  padding: 30px 40px;
  z-index: 1;
  position: relative;
  margin: 120px auto 50px auto;
}

.contentBlock a {
  word-wrap: break-word;
}

footer {

  padding: 30px 60px 30px 60px;
  /* font-size: 15px; */
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.37px;
  font-family: 'euclid_circular_alight';
  text-transform: uppercase;
  position: relative;
  background-color: #2EA3B8;
}

.purpleslide footer
{
  background-color: #8181D3;
}

.pinkslide footer
{
  background-color: #f6537e;
}

footer>div {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

/* .leftCol{padding-top: 140px;} */
ul.footerMenu {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

ul.footerMenu li {
  display: block;
  padding: 2px 0px;
  font-size: 11px;
  line-height: 16px;
}

ul.footerMenu li a {
  display: inline-block;
  cursor: pointer;
}

.footertopscroll {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  width: 60px;
  height: 50px;
  /* height: 97px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footertopscroll img {
  width: 100%;
}

.TermsCondition .TermsCondition a,
.CookiesPolicy .CookiesPolicy a,
.PrivacyPolicy .PrivacyPolicy a {
  font-family: 'euclid_circular_amedium';
  text-decoration: underline;
}

.DownloadCol {
  background-color: var(--Lavender);
  padding: 20px;
  max-width: 400px;
  width: 100%;
  margin-right: 5vw;
}

.DownloadCol h3 {
  text-transform: uppercase;
  font-family: 'euclid_circular_abold';
}

.DownloadCol ul {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin: 25% 0px;
}

.DownloadCol ul li {
  display: block;
  padding: 8px 0px;
}

.DownloadCol ul li a {
  display: block;
  position: relative;
  padding-right: 70px;
  /* font-size: 20px; */
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-family: 'euclid_circular_abold';
  text-transform: uppercase;
}

.DownloadCol ul li a::after {
  content: '';
  display: inline-block;
  background-image: url('images/download-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.defaultContent {
  padding: 100px;
  max-width: 1600px;
  margin: 150px auto 0px auto;
}

.page-template-default header {
  padding: 30px;
}

body.error404 {
  background-color: #fff;
}

.error404 footer, body.error404 .FixButton {
  display: none;
}

.error404 .pagebg {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}





.statsGridWrap
{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  }

.statsGridWrap > div.statBlock:nth-child(1),
.statsGridWrap > div.statBlock:nth-child(2)
{
  width: 50%;

}

.statBlock
{
  display: flex;
  position: relative;
}
.statBlock .imageBlock
{
  width: 68%;
  position: relative;
}
.statBlock .imageBlock .caption
{
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 4.16vw; /*80px;*/
  line-height: 4.16vw; /*80px;*/
  letter-spacing: -0.20vw;/*-4px;*/
  font-family: 'euclid_circular_amedium';
  position: absolute;
  z-index: 2;
width: 100%;
text-align: center;
padding: 0px 20px;

}
.statBlock .statText
{
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 23px;
  letter-spacing: -0.63px;
  font-family: 'euclid_circular_alight';
  text-align: center;
  padding: 30px;
    height: 19vw;
    overflow: hidden;

    position: relative;
}





.statBlock .statText > div:not(.slidePath){
  position: relative;
  z-index: 1;
}

.statBlock .statText .slidePath
{
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #2EA3B8;
  -webkit-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  transition-delay: 0.2s;
}

.statsGridWrap > div.statBlock:nth-child(1) .statText .slidePath
{
  left: -100%
}
.statsGridWrap > div.statBlock:nth-child(1) .statText.animateMe .slidePath
{
  left: 0%
}

.statsGridWrap > div.statBlock:nth-child(2) .statText .slidePath
{
  top: -100%
}
.statsGridWrap > div.statBlock:nth-child(2) .statText.animateMe .slidePath
{
  top: 0%
}
.statsGridWrap > div.statBlock:nth-child(3) .statText .slidePath
{
  right: -100%
}
.statsGridWrap > div.statBlock:nth-child(3) .statText.animateMe .slidePath
{
  right: 0%
}

.statsGridWrap > div.statBlock:nth-child(4) .statText .slidePath
{
  bottom: -100%
}
.statsGridWrap > div.statBlock:nth-child(4) .statText.animateMe .slidePath
{
  bottom: 0%
}

.statsGridWrap > div.statBlock:nth-child(5) .statText .slidePath
{
  top: -100%
}
.statsGridWrap > div.statBlock:nth-child(5) .statText.animateMe .slidePath
{
  top: 0%
}

.purpleslide .statBlock .statText .slidePath
{
    background-color: #8181D3;
}

.pinkslide .statBlock .statText .slidePath
{
    background-color: #f6537e;
}
.statBlock .statText .statImg
{
  max-width: 225px;
  max-height: 145px;
  margin-bottom: 20px;
}
.statBlock .statText .statImg img{
  width: 100%;
  height: 100%;
}

.statsGridWrap > div.statBlock:nth-child(1) .imageBlock,
.statsGridWrap > div.statBlock:nth-child(2) .imageBlock{
  padding-top: 75%;
}
.statsGridWrap > div.statBlock:nth-child(1)
{
  background-color: #E4E2DE;
  align-items: flex-end;
}
.statsGridWrap > div.statBlock:nth-child(2)
{
  background-color: #fff;
  align-items: flex-start;
}



.statsGridWrap > div.statBlock:nth-child(3){
  width: 67%;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.statsGridWrap > div.statBlock:nth-child(4){
  width: 33%;
  background-color: #E4E2DE;
  flex-direction: column-reverse;
      align-items: flex-end;
      position: relative;
}

.statsGridWrap > div.statBlock:nth-child(4)::before{
  content: '';
  display: block;
  width: 45%;
  height: 25%;
  position: absolute;
  left: 25%;
  top: -15%;
  background: url('images/green-fly.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  z-index: 1;
}
.statsGridWrap > div.statBlock:nth-child(4).animateMe::before{
  animation: greenFly 1.5s forwards ease;
  animation-delay: 0.5s;
}

@keyframes greenFly {
  0% {
    opacity: 0;
    left: 100%;
    top: -25%;
  }

  100% {
    opacity: 1;
    left: 25%;
    top: -15%;
  }
}

.statsGridWrap > div.statBlock:nth-child(3) .imageBlock{
  padding-top: 57%;
  width: 75%;
}
.statsGridWrap > div.statBlock:nth-child(3) .statText
{
  width: 25%;

}
.statsGridWrap > div.statBlock:nth-child(4) .imageBlock
{width: 100%;   padding-top: 115%;}
.statsGridWrap > div.statBlock:nth-child(4) .statText{

  width: 49.5%;
}

.statsGridWrap > div.statBlock:nth-child(5){
  width: 67%;
  margin-top: -18.8vw;
  position: relative;
}
.statsGridWrap > div.statBlock:nth-child(5) .imageBlock
{
  width: 50%;
padding-top: 57%;
}
.statsGridWrap > div.statBlock:nth-child(5) .statText
{
  width: 25%;

}
.statsGridWrap > div.statBlock:nth-child(5)::after{
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0px;
 background-color: #E4E2DE;
 width: 25%;
height: 19vw;
}

.statsGridWrap > div.statBlock:nth-child(5)::before{
  content: '';
  display: block;
  width: 15%;
  height: 35%;
  position: absolute;
  right: -5%;
  top: 30%;
  background: url('images/blue-fly.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  z-index: 1;

}
.statsGridWrap > div.statBlock:nth-child(5).animateMe::before{
  animation: blueFly 1.5s forwards ease;
  animation-delay: 0.5s;
}

@keyframes blueFly {
  0% {
    opacity: 0;
    top: 0%;
    right: 50%;
  }

  100% {
    opacity: 1;
    top: 30%;
    right: -5%;
  }
}
/* page not found css start============== */
.pagenotfound {
  text-align: center;
  padding: 80px 40px;
  overflow: visible;
  margin: 0 auto 0px auto;
  color: #000;
  max-width: 800px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pagenotfound a {
  font-weight: 600;
}

.pagenotfound h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.8125VW
    /*54px*/
  ;
  line-height: 3.22VW
    /*62px*/
  ;
  letter-spacing: 0.01em;
  color: #000;
}

#error-404-img {
  max-width: 600px;
  display: block;
  margin: 50px auto;
}

#loupe {
  animation: bounceInUp 2s ease forwards;
}

#ombre-loupe {
  animation: fadeIn 2s 3s ease forwards;
}

#_x34_-gauche, #_x34_-droite, #ombre-loupe, #decorations {
  opacity: 0;
}

#_x34_-gauche, #_x34_-droite {
  animation: fadeIn 2s ease forwards;
}

#_x34_-gauche {
  animation-delay: 1s;
}

#_x34_-droite {
  animation-delay: 2s;
}

#decorations {
  transform-origin: center;
  animation: fadeIn 2s ease forwards, rotate-grow 50s linear infinite alternate;
  animation-delay: 4s;
}

@-webkit-keyframes rotate-grow {
  from {
    -webkit-transform: rotate(0) scale(.8);
    transform: rotate(0) scale(.8);
  }

  to {
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
}

@keyframes rotate-grow {
  from {
    -webkit-transform: rotate(0) scale(.8);
    transform: rotate(0) scale(.8);
  }

  to {
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* page not found css end============== */
.cky-consent-container {
  position: fixed;
  width: 100%;
  max-width: 440px;
  box-sizing: border-box;
  z-index: 9999999;
  border-radius: 6px;
}

.cky-notice-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cky-consent-container.cky-box-bottom-right {
  bottom: 20px;
  right: 20px;
}

.cky-notice .cky-title {
  display: none !important
}

.cky-notice .cky-title, .cky-notice-des {
  /* font-size: 20px;
  line-height: 26px; */
  font-family: 'euclid_circular_alight' !important;
}

.cky-notice-des p {
  padding: 0px;
}

.cky-btn-customize, .cky-btn-reject {
  color: #000 !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
}

.cky-btn-revisit-wrapper {
  background-color: var(--medium_gray) !important;
}

button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #000 !important;
  text-decoration: underline !important;
}

.cky-notice-btn-wrapper .cky-btn {
  margin: 10px 8px 0 0px !important;
}

.cky-prefrence-btn-wrapper .cky-btn {
  flex: auto;
  max-width: 100%;
  text-shadow: none;
  box-shadow: none;
}

.cky-notice-btn-wrapper .cky-btn {
  text-shadow: none;
  box-shadow: none;
}

.cky-notice-group .cky-btn-accept {
  width: 100%;
}

.cky-btn-preferences {
  color: #000 !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  border-radius: 0px !important;
}

.cky-btn-accept, a.cky-banner-element {
  border-radius: 0px !important;
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.cky-prefrence-btn-wrapper .cky-btn-accept {
  border-radius: 0px !important;
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.cky-notice-des a.cky-policy, .cky-notice-des button.cky-policy {
  color: #fff !important;
  background-color: transparent !important;
  border: 0px !important
}

.cky-footer-wrapper>div:last-child {
  display: none !important
}

.entry .cky-cookie-audit-table th, .entry .cky-cookie-audit-table tr:nth-child(2n + 1) td,
.entry .cky-cookie-audit-table tr:nth-child(2n) td {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  color: #fff;
}

.entry .cky-cookie-audit-table th {
  font-family: 'euclid_circular_abold';
}

.entry .cky-cookie-audit-table th, .entry .cky-cookie-audit-table td {
  font-size: 20px;
  line-height: 28px;
}

.entry .cky-cookie-audit-table th, .entry .cky-cookie-audit-table td, .entry .cky-cookie-audit-table {
  border-left: 0px;
  border-right: 0px;
}

.cky-table-wrapper {
  width: 100%;
  overflow: auto;
}

.entry table {
  min-width: 600px;
}

.cky-preference-center {
  color: #000 !important;
  background-color: #fff !important;
}

.cky-preference-content-wrapper, .cky-preference-header .cky-preference-title, .cky-accordion-header-des,
.cky-accordion-header .cky-accordion-btn {
  color: #000 !important;
}

.cky-footer-shadow {
  background: none !important
}

.cky-notice-des a {
  text-decoration: underline;
  font-family: 'euclid_circular_amedium';
  background: transparent !important;
  border: 0px !important;
  color: #000 !important;
  cursor: pointer;
}

.defaultContent .cky-banner-element, .contentBlock .cky-banner-element {
  padding: 8px 30px;
  cursor: pointer;
  text-decoration: none !important
}

.defaultContent a {
  font-family: 'euclid_circular_amedium';
}

.cky-preference-header .cky-btn-close img{
  margin: 0 auto !important;
}
