@charset "utf-8";


@import url("https://use.typekit.net/cmw8cpt.css");


html,body{
  margin:0px;
  padding:0px;
}

.gs-page .gs-mob{
  display:none !important;
}

.gs-page .gs-clear{
  clear:both;
}

.gs-page *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.gs-page h1,
.gs-page h2,
.gs-page h3,
.gs-page h4,
.gs-page h5,
.gs-page h6{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

.gs-page{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color:#423F3F;
  font-size:19px;
    position:relative;
    margin:0 auto 0 auto;
    line-height:normal;
    margin:0 auto 0 auto;
    padding:0 0 0px 0;
    text-align:center;
    overflow:hidden;
    background:#fff;

    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 45px 35px;


    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}


.gs-page strong{
  font-weight: 700;
}

.gs-page a{
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
} 


.gs-page a:hover{
  text-decoration: none;
}

.gs-page img.gm-img-mob{
    display: none !important;
}

.gs-img-mob{
  display: none !important;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {
    .gs-page{
    font-size:1.32vw;
    max-width: 94.87vw;
    padding: 3.13vw 2.44vw;
  }
}

@media screen and (max-width: 959px){

  .gs-page{
    padding: 32px 20px;
  }

}
@media screen and (max-width: 767px){
  .gs-page{
    padding: 32px 10px;
  }
}



/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */


.gs-hero{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gs-hero .gs-photo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #DDEBF2;
  width: 100%;
  margin: 0 auto 45px auto;
  overflow: hidden;
  padding: 0 0 0 38px;
}

.gs-hero .gs-photo img{
  display: block;
  width: 428px;
}

.gs-hero .gs-title{
  color: #282828;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  letter-spacing: -0.96px;
  text-align: left;
}

.gs-hero .gs-title strong{
  font-size: 48px;
  font-weight: 700;
}

.gs-hero .gs-text{
  color: #282828;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; 
  letter-spacing: -0.4px;
  padding: 0 0 28px 0;
}

.gs-hero .gs-list-title{
  color: #282828;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.56px;
  padding: 0 0 26px 0;
}

.gs-hero .gs-list .gs-items{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 28px 0;
}

.gs-hero .gs-list .gs-items .gs-item{
  width: 100%;
  text-align: left;
  min-height: 40px;
  align-content: center;

  color: #282828;
  font-size: 24px;
  font-style: normal;
  line-height: 140%; 
  letter-spacing: -0.48px;
  padding: 0 0 0 60px;
  background: url("../images/icon-list.svg") no-repeat left center;
  background-size: 40px auto;
}


.gs-hero .gs-sub-title{
  color: #282828;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 176%;
  letter-spacing: -0.56px;
  padding: 0 0 32px 0;
}


@media screen and (min-width: 960px) and (max-width: 1439px)  {
  
  .gs-hero .gs-photo{
    border-radius: 1.12vw;
    margin: 0 auto 3.13vw auto;
    padding: 0 0 0 2.64vw;
  }

  .gs-hero .gs-photo img{
    width: 29.73vw;
  }

  .gs-hero .gs-title{
    font-size: 2.78vw;
    letter-spacing: -0.06vw;
  }

  .gs-hero .gs-title strong{
    font-size: 3.34vw;
  }

  .gs-hero .gs-text{
    font-size: 1.67vw;
    letter-spacing: -0.02vw;
    padding: 0 0 1.95vw 0;
  }

  .gs-hero .gs-list-title{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
    padding: 0 0 1.81vw 0;
  }

  .gs-hero .gs-list .gs-items{
    gap: 1.39vw;
    max-width: 41.67vw;
    padding: 0 0 1.95vw 0;
  }

  .gs-hero .gs-list .gs-items .gs-item{
    min-height: 2.78vw;
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
    padding: 0 0 0 4.17vw;
    background-size: 2.78vw auto;
  }

  .gs-hero .gs-sub-title{
    font-size: 1.95vw;
    letter-spacing: -0.03vw;
    padding: 0 0 2.23vw 0;
  }
}
@media screen and (max-width: 959px){

  .gs-hero .gs-text br{
    display: none;
  }

  .gs-hero .gs-sub-title{
    line-height: 120%;
  }

  .gs-hero .gs-photo img {
    display: block;
    width: 200px;
  }

  .gs-hero .gs-title{
    font-size: 26px;
  }

  .gs-hero .gs-title strong{
    font-size: 30px;
  }

  .gs-hero .gs-text{
    font-size: 20px;
  }

  .gs-hero .gs-list-title{
    font-size: 23px;
  }

  .gs-hero .gs-list .gs-items .gs-item{
    font-size: 20px;
  }

}
@media screen and (max-width: 767px){


  .gs-hero .gs-photo{
    flex-direction: column;
    padding: 0px;
  }


  .gs-hero .gs-photo img{
    border-radius: 4px;
  }

  .gs-hero .gs-title {
    padding: 30px 10px 32px 10px;
    font-size: 25px;
    text-align: center;
  }

  .gs-hero .gs-title br{
    display: none;
  }

  .gs-hero .gs-text{
    font-size: 17px;
  }

  .gs-hero .gs-sub-title{
    font-size: 26px;
  }

  .gs-hero .gs-title,
  .gs-hero .gs-title strong {
    font-size: 27px;
  }

  .gs-hero .gs-list .gs-items .gs-item {
    font-size: 17px;
  }

}
@media screen and (max-width: 374px){}

/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */



.gs-dayroutine{
  border-radius: 16px;
  background: #DDEBF2;
  padding: 24px;
}

.gs-dayroutine .gs-title{
  padding: 107px 0 32px 0;
  background: url("../images/icon-daily.svg") no-repeat center top;
  background-size: 78px auto;
  color: #282828;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%; 
  letter-spacing: -0.72px;
}

.gs-dayroutine .gs-text{
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin: 0 auto;
}

.gs-dayroutine .gs-text p{
  margin: 0px;
  padding: 0 0 20px 0;
}
.gs-dayroutine .gs-text p:last-child{
  padding: 0px;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {

    .gs-dayroutine{
    border-radius: 1.12vw;
    padding: 1.67vw;
  }

  .gs-dayroutine .gs-title{
    padding: 7.44vw 0 2.23vw 0;
    background-size: 5.42vw auto;
    font-size: 2.50vw;
    letter-spacing: -0.05vw;
  }

    .gs-dayroutine .gs-text{
    font-size: 1.67vw;
    letter-spacing: -0.02vw;
  }
  .gs-dayroutine .gs-text p{
    padding: 0 0 1.39vw 0;
  }

}
@media screen and (max-width: 959px){}
@media screen and (max-width: 767px){
  .gs-dayroutine .gs-title {
    padding: 79px 0 25px 0;
    background: url("../images/icon-daily.svg") no-repeat center top;
    background-size: 68px auto;
    font-size: 25px;
  }

  .gs-dayroutine .gs-text{
    font-size: 17px;
  }
}
@media screen and (max-width: 374px){}

/* /////////////////////////////////////////=///////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */

.gs-stats{
  padding: 48px 0 0 0;
}

.gs-stats .gs-title{
  color: #423F3F;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.72px;
  padding: 0 0 32px 0;
}

.gs-stats .gs-text{
  padding: 32px 0 0 0;
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; 
  letter-spacing: -0.48px;
}

.gs-stats .gs-items{
  width: 100%;
  max-width: 1286px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  margin: 0 auto;
}

.gs-stats .gs-items .gs-item{
  width: calc(33.33% - 11px);
  border-radius: 16px;
  background: #EDEDED;
  color: #282828;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 208px;

}


.gs-stats .gs-items .gs-item.gs-i1{
  background: #282828;
  color: #fff;
}



.gs-stats .gs-items .gs-item .gs-item-title{
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.48px;
}

.gs-stats .gs-items .gs-item .gs-item-title span{
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
}


.gs-stats .gs-items .gs-item .gs-item-text{
  color: #282828;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
}




@media screen and (min-width: 960px) and (max-width: 1439px)  {
  .gs-stats{
    padding: 3.34vw 0 0 0;
  }

  .gs-stats .gs-title{
    font-size: 2.50vw;
    letter-spacing: -0.05vw;
    padding: 0 0 2.23vw 0;
  }

  .gs-stats .gs-text{
    padding: 2.23vw 0 0 0;
    font-size: 1.67vw;
    letter-spacing: -0.03vw;
  }

  .gs-stats .gs-items{
    max-width: 89.31vw;
    gap: 1.12vw;
  }

  .gs-stats .gs-items .gs-item{
    width: calc(33.33% - 0.77vw);
    border-radius: 1.12vw;
    min-height: 14.45vw;
  }

  .gs-stats .gs-items .gs-item .gs-item-title{
    font-size: 5.14vw;
    letter-spacing: -0.10vw;
  }

  .gs-stats .gs-items .gs-item .gs-item-title span{
    font-size: 1.67vw;
    letter-spacing: -0.02vw;
  }

  .gs-stats .gs-items .gs-item .gs-item-text{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
  }

}
@media screen and (max-width: 959px){

  .gs-stats .gs-items .gs-item.gs-i1{
    width: 100%;
    min-height: 200px;
  }

  .gs-stats .gs-items .gs-item.gs-i2,
  .gs-stats .gs-items .gs-item.gs-i3,
  .gs-stats .gs-items .gs-item.gs-i4{
    width: 100%;
  }

}
@media screen and (max-width: 767px){

  .gs-stats{
    padding: 0px;
  }

  .gs-stats .gs-title {
    font-size: 28px;
    padding: 22px 0;
  }

  .gs-stats .gs-items .gs-item .gs-item-text{
    font-size: 17px;
  }

  .gs-stats .gs-items .gs-item .gs-item-text br{
    display: none;
  }

  .gs-stats .gs-items .gs-item.gs-i1,.gs-stats .gs-items .gs-item.gs-i2, .gs-stats .gs-items .gs-item.gs-i3, .gs-stats .gs-items .gs-item.gs-i4{
    padding: 35px 20px;
  }

  .gs-stats .gs-items .gs-item .gs-item-title{
    font-size: 55px;
  }

  .gs-stats .gs-text{
    font-size: 20px;
  }

}
@media screen and (max-width: 374px){}

/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */

.gs-devices{
  border-radius: 16px;
  background: #DDEBF2;
  padding: 32px;
  margin: 32px auto;
}

.gs-devices .gs-title{
  padding: 100px 0 0px 0;
  background: url("../images/icon-devices.svg") no-repeat center top;
  background-size: 87px auto;
  color: #282828;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 119%; 
  letter-spacing: -0.72px;
}

.gs-devices .gs-text{
  color: #282828;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
  max-width: 780px;
  margin: 0 auto;
}


.gs-devices .gs-more{
  padding: 12px 24px;
  display: inline-block;
  border-radius: 12px;
  background: #444;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
  transition: all 200ms;


}

.gs-devices .gs-more:hover{
  opacity: 0.8;
}

@media screen and (min-width: 960px) and (max-width: 1439px)  {

    .gs-devices{
    border-radius: 1.12vw;
    padding: 2.23vw;
    margin: 2.23vw auto;
  }

  .gs-devices .gs-title{
    padding: 6.95vw 0 0 0;
    background-size: 6.05vw auto;
    font-size: 2.50vw;
    letter-spacing: -0.05vw;
  }

  .gs-devices .gs-text{
    font-size: 1.39vw;
    letter-spacing: -0.02vw;
    max-width: 54.17vw;
  }

  .gs-devices .gs-more{
    padding: 0.84vw 1.67vw;
    border-radius: 0.84vw;
    font-size: 1.39vw;
    letter-spacing: 0.04vw;
  }

}
@media screen and (max-width: 959px){


  .gs-devices .gs-text br{
    display: none;
  }

}
@media screen and (max-width: 767px){

  .gs-devices .gs-title {
    padding: 75px 0 0px 0;
    background-size: 69px auto;
    font-size: 26px;
  }

  .gs-devices .gs-text{
    font-size: 17px;
  }

  .gs-devices .gs-more{
    font-size: 13px;
  }
}
@media screen and (max-width: 374px){}

/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////// */



























