*{
    box-sizing: border-box;
    
}
/*preloader*/
:root {
    --bg: #010209;
    --w: 220px;
    --p: 0;
}
/* --------------- FULL‑SCREEN OVERLAY --------------- */
    #preloader{
      position:fixed; inset:0;
      background:var(--bg);
      display:flex; flex-direction:column;
      align-items:center; justify-content:center;
      gap:1.2rem;
      color:#fff; font-family:sans-serif;
      z-index:9999;
      transition:opacity .6s ease, visibility .6s ease;
      height:100vh;
      top:0;
      bottom:0;
    }
    #preloader.loaded{ opacity:0; visibility:hidden; pointer-events:none; }

    /* --------------- LOGO STACK --------------- */
    #logo-wrap{
      position:relative;
      width:var(--w);
      aspect-ratio:1/1;          /* keep square regardless of width */
    }
    /* base silhouette (always there) */
    #logo-wrap .base{
      width:100%; height:100%; object-fit:contain; opacity:.1;
      user-select:none; pointer-events:none;
    }
    /* wrapper that will be "filled" */
    #logo-wrap .reveal{
      position:absolute; inset:0;
      overflow:hidden;
      /* initially show only 0 % of height (bottom‑up) */
      clip-path:inset(calc(100% - var(--p)) 0 0 0);
      transition:clip-path .15s linear;
    }
    #logo-wrap .reveal img{
      width:100%; height:100%; object-fit:contain;
      user-select:none; pointer-events:none;
    }

    /* --------------- PROGRESS TEXT --------------- */
    #progress{
      font-size:1rem; letter-spacing:.05em;
      text-transform:uppercase;
    }
    #progress span{ font-weight:600; }


html{scroll-behavior: smooth}
.skrollable{position:relative;z-index:50}.skrollable .skrollable .skrollable{position:static}
 .skrollable .skrollable{position:absolute} 
ul,li{list-style:none;
padding:0;
margin:0;}
body{
    padding:0;
    margin:0;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"wdth" 100;
  background-color:#e0dad5;
  scroll-behavior: smooth;
}
header{
    position:fixed;
    width:100%;
    padding:2rem;
    z-index:10;
    display:flex;
    justify-content: space-between;
    z-index:150;
}
.flex{
    display:flex;
}
.relative{
    position:relative;
}
.absolute{position:absolute;}
.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}
.intro{    position: relative;overflow:hidden;}
.intro .videoWrapper{
  position:fixed;
}
h1{text-align: center;
    text-transform: uppercase;
    font-size: 1.8vw;
    color: #ffffff;margin-bottom: 50px;}
 video {
    display:block;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    opacity:.5;
  }
  .intro .relative{
    width:100%;
    height:100%;
  }
  .max-screen-height{
    min-height: 100vh;
  }
  .cta{
border:solid 1px #32c7b7;
border-radius:5px;
padding: 1rem 1.5rem;
font-size:11px;
color:#ffffff;
text-decoration:none;
font-weight:700;
background-color:#0B1424;
  }
  .cta > svg{
    display:inline-block;
    vertical-align:middle;
  }
  .videoWrapper
  {
    display: flex;
        position: relative;
        flex-direction: column;
        z-index: 60;
        height:100vh;
        left:0;
        right:0;
  }
  .intro .banner{
    padding-top: 20rem;
    padding-bottom: 20rem;
   text-align:center;
position: relative;
    height: 100vh;
  }
  .banner .animation{
font-size:96px;
font-weight:500;
text-transform: uppercase;
justify-content: center;
display:flex;
color:#ffffff;
  }
  .banner .animation span{
color:#f2903f
  }
  
  .banner .animation > .item span
  {
    color:#49267e;
  }
  
  .word-container {
      width: 100%;
      height: 100px;
      overflow: hidden;
      position: relative;margin-bottom: 15px;
    }

    .word-wrapper {
      position: absolute;
      width: 100%;
      transition: transform 0.6s ease-in-out;
    }

    .word {
      height: 115px;
      display: flex;
      justify-content: center;
      align-items: center;
      color:#ffffff;
      font-family: "Josefin Sans", sans-serif;
    }
#wrapper1 .word{text-transform:uppercase;font-size: 5vw;}
#wrapper2 .word{font-size:42px;font-weight:300;}
    .dot {
      margin-left: 5px;
      font-weight: bold;
    }
  .iceberg{
    flex-direction: column;
    align-items: center;
overflow: hidden;
display:flex;
  }
  
  .icebergBottom
 {
  position:relative;
  height: 2700px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03070c+70,172a3f+100 */
background: linear-gradient(to bottom,  rgba(3,7,12,1) 70%,rgba(13,25,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */




 }
 .icebergBottom > div{
  position:relative;
 }
 .icebergBottom h2{
  color: #e5e0dd;
  font-size: 72px;
  font-weight: 100;
  text-align: center;
  top: 150px;
  margin:0;
  padding:0;
  z-index: 1510;
  position: absolute;
  opacity:1;
  left:0;
  right:0;
  /* -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; */
 }
/* .icebergBottom h2.animated
{
   font-size: 1.5vw;
   top:550px;width:600px;
} */
 /*.icebergBottom > div:first-child{
   display: flex;
  flex-direction: column;
  align-items: center;
 } */
 /* .icebergBottom > img:first-child{position: relative;
  margin-left: -510px;
  margin-top: -46px;
  z-index: 10;}
  .icebergBottom > img:nth-child(2)
  {
    margin-left: -16px;
    margin-top: -185px;
    position: relative;
} */
@keyframes opacity {
  0% {
    opacity: 1;
    
  }
  100% {
    opacity: 0;
    
  }
}
.icebergBottom > div > img
{
  position: relative;
  margin-left: -270px;
  top: -356px;
  z-index: 1500;
  left:50%;
  transform:translateX(-50%);
width:2976px;
}
.icebergBottom > div > img.positionFixed{
  top:50px !important;
  position:fixed;
}
.scrollTip{
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 57%;
  top: 70%;
}
.scrollTip a{cursor:pointer;display:inline-block;}
.scrollTip a > span{
  display:inline-block;
 
  font-weight:bold;
  color:#ffffff
}
.scrollTip a > svg{
  top:0px;
  position:absolute;
}
.pulse{
   animation: pulsate 5s ease-out;
  animation-iteration-count: infinite; 
}
  .ring-container {
    position: relative;
}

.circle {
    width: 15px;
    height: 15px;
    background-color: #f2903f;
    border:solid 2px #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    left: 21px;
}
.ring-container svg{
  height: 55px;
    width: 55px;
    position: absolute;
    left: 15px;
    top: 15px;
 
}
.ringring {
    border: 6px solid #f2a35480;
    border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 15px;
    top: 15px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
    opacity: 0.0
}
@keyframes pulsate {
    0% {transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {transform: scale(1.2, 1.2); opacity: 0.0;}
}
.wrapperh2{
  margin:0 auto;
  width:1905px;
}

.icebergList {
  opacity:0;
  position:relative;top:0;
z-index:2000;
overflow: hidden;
width:600px;
padding-top:15px;
}
.icebergList:before {
    content: "";
    width: 100%;
    height: 75px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03070c+0,03070c+50,03070c+100&1+0,1+50,0+100 */
background: linear-gradient(to bottom,  rgba(3,7,12,1) 0%,rgba(3,7,12,1) 25%,rgba(3,7,12,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    display: inline-block;
    position: absolute;
    top: -105px;
}
.icebergList > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
    justify-content: center;
}
.icebergList .item{
  border:solid 1px #1c334c;
  border-radius:5px;
  margin-bottom:15px;
  padding:20px;
  width: 500px;
   -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
.icebergList .item h3{
color:#2a425d;
font-weight:bold;
font-size:16px;
margin: 0;
    padding: 0;
}
.icebergList .item div{
  display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom:10px;
}
.icebergList .item p
{
  color:#afb0b3;
  margin:0;
  display:none;
}
body:not(.mobile) .icebergList .item:hover, 
.icebergList .item.active{
  background-color:#000000;
  scale:1.2;
  border-color:#43BFB3;
  
}
body:not(.mobile) .icebergList .item:hover h3, 
.icebergList .item.active h3{
  color:#ffffff;
}
body:not(.mobile) .icebergList .item:hover p, 
.icebergList .item.active p{
  display:inline-block;
}
.icebergList .item .cls-1,
.icebergList .item .cls-2{
  fill:#2a425d;
}
.icebergList .item svg{
  width:24px;
  height:24px;
}
body:not(.mobile) .icebergList .item:hover svg, 
.icebergList .item.active svg{
  width:32px;
  height:32px;
}
body:not(.mobile) .icebergList .item:hover .cls-1, 
.icebergList .item.active .cls-1 {
        fill: #fff;
      }

      .cls-1, .cls-2 {
        fill-rule: evenodd;
      }
body:not(.mobile) .icebergList .item:hover .cls-2, 
      .icebergList .item.active .cls-2 {
        fill: #f2a354;
      }
.intro .wrapper{
  display: flex;
    width: 1100px;
    margin: -600px auto 0;
    justify-content: center;
  }

.glassRoof{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c334c+0,03070c+100 */
background-color:#0d1926;
height:1914px;
position: relative;
z-index: 110;
}
.glassRoof .wrapper{
  width:1905px;
  margin:0 auto;
}
.glassRoofInner{
  padding-top: 10rem;
  padding-bottom: 20rem;
  height:100vh;
  position:relative;
  top: 0;left: 0;right: 0;
  top:0;
  overflow:hidden;
  /* background: linear-gradient(to bottom,  #1c334c 0%,#03070c 100%); */
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c334c+0,03070c+100&0+0,1+100 */
background: linear-gradient(to bottom,  rgba(13, 25, 38,0) 0%,rgba(3,7,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.glassRoof h2{
  color: #ffffff;
  font-size: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.15;
  font-weight: 400;
  margin:0;
  opacity:0.25;
  position:absolute;
  bottom:480px;
  z-index: 10;
  width:100%;
  -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
.glassRoof h2.fontSizeUp{

  font-size: 3vw;
  opacity:1;
}
.glassRoof span{
  color:#f2903f;
}
.glassRoof .roof{
background: url(../img/glassroof.png) no-repeat 0 0 transparent;
height:117px;
position: absolute;
z-index: 5;
bottom: 360px;
width: 100%;
}
.barsCont{
  
    /* top: -830px; */
    position: absolute;
    margin:0 auto;
    bottom: 0;
    width: 1905px;
    /* position: relative; */
    z-index:1;
    left: 0;
    right: 0;
}
.barsCont > div{
display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.barsCont div img.skrollable {
  position: relative;
  transform: translateY(100%);}
  .barsCont div img:nth-child(1),
  .barsCont div img:nth-child(2),
  .barsCont div img:nth-child(3),
  .barsCont div img:nth-child(4){
    transform: translateY(10px);
  }
.brokenGlassLeft{
  position: absolute;
  left: 66%;
  bottom: 295px;
}
.brokenGlassRight{
  position: absolute;
  left: 80%;
  bottom: 48px;
}
.product{
  text-align:center;
    flex-direction: column;
    align-items: center;
    padding-top: 25vh;
    /*padding-bottom: 20rem;
    height:3000px;*/
    position:relative;
    z-index:100;
    margin-bottom:-370px;
}
.product .wrapper{
  height:3000px;
}
.product .wrapper > div
{
  position:relative;
  top:0px;
  left:0;
  right:0;
}
.product .wrapper > div:first-child{
  top:-250px;
  position: absolute;
  opacity:0;
  z-index: 15;
}
.product .wrapper > div > h2{
  font-size: 3vw;
  color:#03070c;
  text-transform:uppercase;
  font-weight:500;
  margin: 0;
}
.product .wrapper > div > h3{
  font-size:1.6vw;
  color:#49267e;
  font-weight:100;
  text-align:center;
  margin:0;
  
}

.product .wrapper > div:last-child{    display: flex;    justify-content: center;}
.product .wrapper > div:last-child > div:last-child{display:flex;flex-direction: column;width:570px;}
.product .steps{width:570px;position:relative;text-align:left; -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;  }
.product .steps > div{top:300px;position:relative;width:570px;}
/* .product .steps img{opacity:0;display:none;} */
.product .steps .item{
  /* border-bottom:solid 1px #ffffff; */
  padding:25px 0;
  
    box-sizing: border-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  
}
.product .steps h2{color:#afb0b3;font-size:20px;margin:0;}
.product .steps p {display:none;color:#1c334c;font-size:1rem;}
.product .steps .item.active *
{
  box-sizing: border-box;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}
.product .steps .item.active h2{
  color:#02050b;
  font-size:45px;
  font-weight: 500;
  line-height: 1.2;
}
.product .steps .item {
  display: flex;
    gap: 15px;
    align-items: center;
}
.product .steps .item img{
    opacity:.5;
}
.product .steps .item.active img{
  opacity:1;
  display: inline-block;
  width:60px;
  height:59px;

}
.product .steps .item.active p{display:inline-block;line-height:1.5;}
.product .steps .item .imageWrapper,
.product .steps .item .heading,
.product .steps .item .text
{overflow:hidden;}
.product .steps .item .imageWrapper img{transform: translateY(60px);}
.product .steps .item .heading h2{transform: translateY(108px);display:block;}
.product .steps .item .text p{transform: translateY(72px);margin:0;}
.product .steps .item .heading{height:108px;}
.product .steps .item .text{height:72px;}
.product .steps .item .imageWrapper{height:60px;width:60px;}
.product .steps .item > div:last-child{width:490px;}
.product .middleLine{
  
  width:1px;
  position:relative;
  margin:0 135px;
  height:2830px;
  
}
.product .middleLine div{
 height:100%;
  top:500px; 
  width:1px;
  background-color:#ffffff;
  position:absolute;
  
}
.product .middleLine div:before{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  top: -5px;
  position: absolute;
  left: -2px;

}
.product .middleLine div:after
{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  bottom: -5px;
  position: absolute;
  left: -2px; 
}
.product .wrapper .stepsCircle
{
  width:98px;
  height:100px;
  /*background: url("../img/stepsCircle.png") no-repeat 0 0 transparent;*/
  left:50%;
  top:50%;
  position: relative;
  z-index:10;
  transform: translate(-50%,-50%);
}
.product .wrapper .stepsCircle span{
text-align: center;
line-height:103px;
color:#49267e;
font-size:16px;
display:inline-block;
width:100%;
font-weight:500;
position: absolute;
top:0;
left: 0;
z-index: 10;
}
.productImages img {
   display:none; 
  /* opacity:0;
-webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; */
}
 #progressSteps{
  position: absolute;
  top: 0;
  left: 3px;
}
.aboutus{
  position: relative;
  z-index: 90;
 
}

.aboutus img{
width:100%;
z-index:70;
position: absolute;
height:100%;
}
.aboutus h2{
  position: absolute;
    top: 380px;
    text-align: center;
    font-size: 3vw;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    z-index: 100;
}
.aboutus h3{
  font-size:1.6vw;
  color:#7fb325;
  top:470px;
  text-align:center;
  font-weight:400;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.motto
{
  position:relative;
  overflow: hidden;
  background-color: #000000;
}
.growTogether .wrapper,
.motto .wrapper{
 
    top: 0;
    width: 100%;
    left: 0;
height:100%;
right:0;
}
.motto .imageWrapper h2{
position: absolute;
    z-index: 1500;
    top: 75px;
    text-transform: uppercase;
    font-size: 2vw;}
.motto .wrapper{
  display:none;
}
.motto .wrapper > img{
  width:100%;
z-index:70;
position: absolute;
top:232px;
margin-top: -5px;
}
.motto .wrapper .imageWrapper img{
  /*width: 100%;
     height: 100%; 
    object-fit: none;*/
    position: absolute;
    top: -360px;
    z-index: 100;
    opacity:.5
}
.motto:after{
  position:absolute;
  width:100%;
  z-index:100;
  content:"";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c334c+0,1c334c+2,03070c+100&0+0,1+100 */
background: linear-gradient(to bottom,  rgba(28,51,76,0) 0%,rgba(28,51,76,0.02) 2%,rgba(3,7,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
bottom:0;
left:0;
right:0;
z-index:100;
height:100px;
}
.motto{
  height: 3800px;
}
.motto .wrapper:first-child > div{

      text-shadow: 0px 0 10px #5f861c;
}
.motto h2,
.motto p{
  position: absolute;
  z-index:100;
  color:#ffffff;
width:100%;
text-align: center;
}
.motto h2{font-size:3vw;font-weight:500;}
.motto p{font-size: 1.6vw;}
section.growTogether{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03070c+0,1c334c+100 */
background: linear-gradient(to bottom,  #03070c 0%,#1c334c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
position:relative;
  overflow:hidden;
  height:2300px;
}
section.growTogether .wrapper
{
  height:100vh;
  position:relative;
}
section.growTogether img{
  position:absolute;
  top:50%;
  left:50%;transform: translate(-50%,-50%);
}
.growTogether a{
  color: #32c7b7;
  text-decoration:none;
  text-transform:uppercase;
  line-height:0.75;
  font-size:3vw;
  position:absolute;
  top:50%;
  z-index: 100;
  left:50%;
  margin-top:0px;
  font-weight:100;
  text-align:center;
  transform: translate(-50%,-50%);
}
.growTogether a span:before{

  content: '';
  background-color: #32c7b7;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 4px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.growTogether a:hover span:before {
  bottom: 0;
  height: 100%;
}
.growTogether a span
{
  color:#ffffff;
  font-weight:500;
  position: relative;
  padding:0 7px;
}
.growTogether h3{
  color: #32c7b7;
  font-size: 3vw;
  font-weight: 400;
  text-align: center;
  top: 50%;
  z-index: 100;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
margin:-100px 0 0 0;
}
.copyrights{
  color: #2a425d;
  display: flex;
  background-color:#1c334c;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  padding-bottom:20px;
}
.copyrights a
{
  text-decoration: underline;
  color:#32c7b7;
}
.motto img.letter1{
  position:absolute;
  left: -85px;
  /*top: 387px;  */
  width:auto;
}
.motto img.letter2{
  position:absolute;
  left: 349px;
    /* top: 385px; */
  width:auto;
}
.motto img.letter3{
  position:absolute;
  left: 748px;
  /* top: 383px; */
  width:auto;
}
.motto img.letter4{
  position:absolute;
  left: 1146px;
    /* top: 383px; */
  width:auto;
}
.motto img.letter5{
  position:absolute;
  left: 1236px;
    /* top: 383px; */
  width:auto;
}
.motto img.letter6{
  position:absolute;
  left: 1707px;
  /* top: 384px; */
  width:auto;
}
body .mobile{
  display:none;
}
.mobile .desktop{display: none;}
.mobile .mobile{display:block;}
.mobile header{padding: 1rem;
    align-items: center;
    z-index: 2500;
    
    }
    .mobile header:before{
      content: "";
    height: 100px;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    background: linear-gradient(to bottom, rgba(11, 20, 36, 1) 40%, rgba(11, 20, 36, 0) 100%);
    }
.mobile .wrapper, .mobile .glassRoof .wrapper, .mobile .barsCont{width:100%;}
.mobile header > a.logo {width:50%;}
.mobile header > a.logo svg{width:100%;height:36px;}
.mobile .banner{padding-top:10rem;}
.mobile .intro .videoWrapper{position:absolute;}
.mobile .icebergBottom h2{width:100%;font-size:24px;}
.mobile .icebergList .item{scale:.8;margin-bottom:0;}
.mobile .icebergList .item:hover, .mobile .icebergList .item.active
{scale:1;}
.mobile .icebergList > div{margin-top:0 !important;}
.mobile .intro .wrapper{margin:-200px auto 0;}
.mobile .wrapperh2,.mobile .icebergList .item, .mobile .product .steps > div{width:100%;}
.mobile .product .wrapper > div:last-child > div.productImages:last-child,.mobile .middleLine, .mobile .product .wrapper .stepsCircle{display:none;}
.mobile .icebergList{padding:0 15px;}
.mobile .scrollTip{right: 30px;
    top: 50%;left:inherit;}
    
    .mobile .cta{
      padding:1rem;
    }
    .mobile .glassRoof h2{font-size:10vw;}
    .mobile .icebergBottom{height:2300px;}
    /*.mobile .barsCont > div > img{
       display:none; 
    }*/
    .mobile #wrapper1 .word{font-size:56px;}
    .mobile #wrapper2 .word{font-size:32px;}
    .mobile .product .steps{width:100%;}
    .mobile .aboutus h2{font-size: 8vw;}
    .mobile .aboutus h3{font-size: 4vw;}
    .mobile .motto .imageWrapper h2{font-size: 5vw;}
    /* .mobile .barsCont > div > img{} */
        .mobile .barsCont > div > img:nth-child(11),
            .mobile .barsCont > div > img:nth-child(12){
              transform: translateY(0%);
            }
            .mobile .barsCont > div > img:nth-child(13),
            .mobile .barsCont > div > img:nth-child(14){
              transform: translateY(100%);
            }
            .mobile .brokenGlassLeft{
              left:-5%;
              opacity:0;
            }
            .mobile .brokenGlassRight{
              left:45%;
              opacity:0;
            }
            .mobile .glassRoof{height:auto;}
            .mobile .product .wrapper > div:first-child{
              position: static !important;
              top:0 !important;
              opacity:1 !important;
            }
            .mobile .product{
              padding-top:50px;
              margin-bottom:0;
            }
            .mobile .product .wrapper > div > h2{font-size:30px;}
            .mobile .product .wrapper > div > h3{font-size:20px;}
            .mobile .product .steps .item{ flex-direction: column;padding:25px 15px;}
            .mobile .product .steps .item > div:first-child{
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
}
.mobile .product .steps .item > div:first-child div{display: flex;
    align-items: center;
    gap: 20px;}
    .mobile .product .steps .item.active h2{font-size:32px;}
    .mobile .product .steps .item.active > div > div img{display:none;}
            .mobile .product .steps .item img:last-child{width:100%;height:auto;}
            .mobile .product .steps > div{top:0;}
            .mobile .product .wrapper{
              height:auto;
            }
            .mobile .growTogether h3{font-size:30px;}
            .mobile .growTogether a{white-space: nowrap;    font-size: 26px;line-height: normal;}
            .mobile .motto, .mobile .motto video{height:1930px;}
            .mobile section.growTogether{height:auto;}
            .mobile .motto h2{font-size:10vw;}
            .mobile .motto .wrapper:last-child p{font-size:4vw;top:85px;}
            .mobile .motto .wrapper:last-child{width:100% !important;position: absolute;
    width: 100%;
    top: 231px;}
            
            .mobile .motto .wrapper:last-child img{opacity:0;left: 50%;
    transform: translateX(-50%); position:absolute;}
    .mobile .motto img.letter1 {
top:0px;
            }
            .mobile .motto img.letter2 {
top:230px;
            }
            .mobile .motto img.letter3 {
top:482px;
            }
            .mobile .motto img.letter4 {
top: 705px;
            }
            .mobile .motto img.letter5 {
top: 949px;
    width: 397px;
    margin-left: -6px;
            }
             .mobile .motto img.letter6 {
    
    top: 1207px;
            }
            .mobile .motto .wrapper:last-child > div{
              opacity:0;
              position: absolute;
              width:100%;
              -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
            }
.mobile .motto .wrapper > div:nth-child(7) {top:210px;}
            .mobile .motto .wrapper > div:nth-child(8) {top:468px;}
            .mobile .motto .wrapper > div:nth-child(9) {top:710px;}
            .mobile .motto .wrapper > div:nth-child(10) {top:905px;}
           .mobile .motto .wrapper > div:nth-child(11) {top:1161px;}
           .mobile .motto .wrapper > div:nth-child(12) {top:1425px;}
           .mobile .copyrights{flex-direction: column;
    align-items: center;}