@font-face {
  font-family: 'SF UI Display Light';
  src: url('../fonts/SF-UI-Display-Light.otf');
}
@font-face {
  font-family: 'SF UI Display Bold';
  src: url('../fonts/SF-UI-Display-Bold.otf');
}
@font-face {
  font-family: Circular;
  src: url('../fonts/Circular-Air-Book.eot');
  src: url('../fonts/Circular-Air-Book.woff2') format("woff2"), url('../fonts/Circular-Air-Book.woff') format("woff"), url('../fonts/Circular-Air-Book.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Circular;
  src: url('../fonts/Circular-Air-Book-Italic.eot');
  src: url('../fonts/Circular-Air-Book-Italic.woff2') format('woff2'), url('../fonts/Circular-Air-Book-Italic.woff') format('woff'), url('../fonts/Circular-Air-Book-Italic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Circular;
  src: url('../fonts/Circular-Air-Bold.eot');
  src: url('../fonts/Circular-Air-Bold.woff2') format('woff2'), url('../fonts/Circular-Air-Bold.woff') format('woff'), url('../fonts/Circular-Air-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Circular;
  src: url('../fonts/Circular-Air-Light.eot');
  src: url('../fonts/Circular-Air-Light.woff2') format('woff2'), url('../fonts/Circular-Air-Light.woff') format('woff'), url('../fonts/Circular-Air-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Circular;
  src: url('../fonts/Circular-Air-Light.eot');
  src: url('../fonts/Circular-Air-Light.woff2') format('woff2'), url('../fonts/Circular-Air-Light.woff') format('woff'), url('../fonts/Circular-Air-Light.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #333;
  font-family: 'SF UI Display Light', Helvetica, Arial;
  background-color: #eee;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
}
.fixed header {
  box-shadow: 0px 0px 5px 0px #999999;
  background-color: #fff;
}
.container {
  position: relative;
  /* max-width: 1440px; */
  margin: 0 auto;
}
.text-white {
  color: #fff;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.col-md-6 {
  float: left;
  width: 50%;
}
.slick-list {
  height: 100%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 14px 30px;
}
/*header .logo {
  display: block;
  width: 35px;
  height: 35px;
  background: url('../img/logo2.png') no-repeat top left;
  background-size: 35px 35px;
}*/
header .logo {
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/logo.png') no-repeat top left;
    background-size: 35px 35px;
  }

@media(min-width:768px){
  header .logo {
    display: block; 
    width: 100px;
    height: 31px;
    background: url('../img/logotext@2x.png') no-repeat top left;
    background-size: 100px 31px;
  }  
}


header .download {
  float: right;
}
.download,
.download-mobile {
  width: 145px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-size: 10px;
  font-family: Circular, Helvetica, Arial;
  letter-spacing: 2px;
  margin-top: 2px;
}
.download:hover,
.download-mobile:hover {
  background-color: #111;
}
.download-mobile {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-top: auto;
  margin-left: -72px;
}
.back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  opacity: 1;
  transition: all 450ms;
  background: url('../img/left-arrow.png') no-repeat center center;
  background-size: 35px auto;
}
.back:hover {
  opacity: 0.6;
}
footer {
  padding: 20px 30px;
}
footer .copyright {
  float: left;
  width: 50%;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.44px;
  color: #333;
}
footer .copyright img {
  float: left;
  margin-right: 10px;
}
footer .social {
  width: 190px;
  float: right;
  padding: 8px 0;
}
footer .social a {
  float: left;
  margin-right: 34px;
}
footer .social a:last-child {
  margin-right: 0;
}
footer .social a img {
  display: block;
}
footer .social a:hover {
  opacity: 0.8;
}
.about {
  padding: 90px;
  background-color: #e77e6c;
  color: #fff;
  text-align: center;
}
.about-title {
  font-family: Circular, Helvetica, Arial;
  font-size: 34px;
  line-height: 45px;
  letter-spacing: -0.3px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}
.about-description {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.update {
  padding: 20px;
  /* background-color: #e77e6c; */
  /* color: #fff; */
  text-align: center;
}
.update-title {
  font-family: Circular, Helvetica, Arial;
  font-size: 34px;
  line-height: 45px;
  letter-spacing: -0.3px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}

@media(min-width: 1280px){
  /* .about-description{ */
    /* padding: 0px 300px; */
  /* } */
}

.about-download {
  display: inline-block;
  margin-top: 25px;
}
.about-download img {
  display: block;
}
.about-download:hover {
  opacity: 0.9;
}
.hero {
  position: relative;
  color: #333;
  overflow: hidden;
}
.hero.active .hero-graphic {
  width: 50%;
}
.hero.active .hero-graphic-text {
  opacity: 0;
}
.hero.active .hero-whatis {
  left: 50%;
}
.hero.active .hero-next {
  background-image: url('../img/left-arrow.png');
}
.hero-graphic {
  position: relative;
  background: #eee url('../img/hero-graphic-2.png') no-repeat top center;
  background-size: auto 745px;
  min-height: 730px;
  width: 100%;
  transition: all 450ms;
}
.hero-what-content {
  display: none;
}
.hero-why-content {
  display: none;
}
.hero-graphic-text {
  position: absolute;
  top: 60%;
  left: 10%;
  max-width: 530px;
  opacity: 1;
  transition: all 450ms;
}
.hero-graphic-title {
  font-family: Circular, Helvetica, Arial;
  font-size: 34px;
  letter-spacing: -0.31px;
  line-height: 40px;
  margin: 0 0 8px 0;
}
.hero-graphic-description {
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 24px;
}
.hero-scroll-down {
  position: absolute;
  left: 10%;
  bottom: 50px;
  transition: all 250ms;
}
.hero-scroll-down:hover {
  opacity: 0.6;
}
.hero-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  height: 60px;
  margin-top: -30px;
  opacity: 1;
  transition: all 450ms;
  background: url('../img/right-arrow.png') no-repeat center center;
  background-size: 40px auto;
}
.hero-next:hover {
  opacity: 0.6;
}
.hero-whatis {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50%;
  min-height: 730px;
  background-color: #DCE1E2;
  transition: all 450ms;
}
.hero-whatis-text {
  max-width: 700px;
  margin-top: 25%;
  padding: 0 70px 0 100px;
}
.hero-whatis-title {
  font-family: Circular, Helvetica, Arial;
  font-size: 34px;
  letter-spacing: -0.31px;
  line-height: 40px;
  margin: 0 0 8px 0;
}
.hero-whatis-description {
  font-family: 'SF UI Display Light', Helvetica, Arial;
  font-size: 16px;
  letter-spacing: 0.45px;
  line-height: 24px;
}
.hero-whatis-core {
  font-family: 'SF UI Display Bold', Helvetica, Arial;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 15px;
  margin-top: 50px;
  margin-bottom: 5px;
}
.hero-whatis-core-content {
  border-left: 1px solid #ccc;
  padding: 5px 0 0 20px;
}
.hero-whatis-core-content > li {
  list-style-type: none;
  font-family: 'SF UI Display Light', Helvetica, Arial;
  font-size: 16px;
  letter-spacing: 0.45px;
  line-height: 20px;
  margin: 0 0 15px 0;
}
.inbox {
  position: relative;
  background: #1e252d url('../img/inbox/inbox-background.png') no-repeat bottom left;
  background-size: auto 100%;
  color: #fff;
}
.inbox-left {
  width: 541px;
  float: left;
}
.inbox-right {
  position: relative;
  margin-left: 560px;
  margin-right: auto;
  overflow: hidden;
}
.inbox-card {
  font-family: 'SF UI Display Light', Helvetica, Arial;
  min-height: 260px;
  padding: 110px 0 50px 50px;
  margin-left: 25px;
}
.inbox-card-title {
  font-family: Circular, Helvetica, Arial;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -0.31px;
  margin-top: 0;
  margin-bottom: 24px;
  white-space: nowrap;
}
.inbox-card-description {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-top: 80px;
  min-height: 150px;
  position: relative;
}
.inbox-card-description-item {
  display: none;
  position: absolute;
  top: 0;
}
.inbox-card-nav {
  border-bottom: 1px solid #3f4650;
  position: absolute;
  min-width: 298px;
}
.inbox-card-nav-item {
  float: left;
  font-size: 11px;
  letter-spacing: 1.38px;
  line-height: 30px;
  margin-right: 70px;
  white-space: nowrap;
  color: #7a7f8a;
}
.inbox-card-nav-item > span {
  display: inline-block;
  border-bottom: 4px solid transparent;
}
.inbox-card-nav-item:hover {
  color: #fff;
  cursor: pointer;
  transition: all 250ms;
}
.inbox-card-nav-item.active > span {
  color: #fff;
}
.inbox-card-nav-item.last {
  margin-right: 0;
}
.inbox-card-nav-line {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 4px;
  background-color: #E77E6C;
  transition: all 250ms;
}
.inbox-graphic {
  height: 630px;
}
.inbox-graphic-layer {
  position: absolute;
  top: 0;
  left: 0;
}
.inbox-graphic-layer.rtl {
  left: 50%;
  opacity: 0;
  transition: all 500ms;
}
.inbox-graphic-layer.ltr {
  left: -50%;
  opacity: 0;
  transition: all 500ms;
}
.inbox-graphic-layer.ttb {
  top: -50%;
  opacity: 0;
  transition: all 500ms;
}
.inbox-graphic-layer.btt {
  top: 50%;
  opacity: 0;
  transition: all 500ms;
}
.inbox-graphic-layer.inbox-screen {
  opacity: 0;
  transition: all 500ms;
  transition-delay: 250ms;
}
.inbox-graphic-layer.inbox-thumbnail {
  opacity: 0;
  transition: all 250ms;
  transition-delay: 400ms;
}
.inbox-graphic-layer.inbox-graph {
  opacity: 0;
  transition: all 250ms;
  transition-delay: 800ms;
}
.inbox-graphic-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.inbox-graphic-item.active .inbox-graphic-layer {
  opacity: 1!important;
  top: 0!important;
  left: 0!important;
}
.inbox-graphic-item.out .inbox-graphic-layer {
  transition-delay: initial!important;
  opacity: 0!important;
}
.inbox-graphic-uncluttered {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 70px;
  margin-left: 10px;
  overflow: hidden;
  min-height: 580px;
}
.inbox-graphic-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 143px;
  margin-left: 150px;
}
.inbox-graphic-tag {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 150px;
  margin-left: 100px;
}
.mebox {
  background-color: #dee5ed;
  height: 620px;
  overflow: hidden;
}
.mebox .slick-dots {
  width: auto;
  left: 778px;
  top: 350px;
  bottom: auto;
}
.mebox .slick-dots li {
  padding: 0;
  width: 50px;
  height: 2px;
  margin: 0 2px;
  background-color: #B6C7DA;
}
.mebox .slick-dots li.slick-active {
  background-color: #E77E6C;
}
.mebox .slick-dots li button {
  padding: 0;
  width: 30px;
  height: 2px;
  border-radius: 2px;
}
.mebox .slick-dots li button:before {
  content: '';
  padding: 0;
  width: 50px;
  height: 2px;
}
.mebox .slick-slide img {
  margin: 0 auto;
}
.mebox-left,
.mebox-right {
  width: 50%;
}
.mebox-left {
  padding-top: 35px;
  float: left;
}
.mebox-right {
  float: right;
}
.mebox-graphic {
  position: relative;
  width: 323px;
  height: 580px;
  background: url('../img/mebox/mebox-screen.png') no-repeat top left;
  background-size: 100% auto;
  padding-top: 64px;
  padding-left: 43px;
  margin: 0 auto;
}
.mebox-slide {
  width: 238px;
  height: 424px;
}
.mebox-card {
  position: relative;
  color: #333;
  padding: 60px;
  max-width: 570px;
  min-height: 318px;
  margin-top: 90px;
  margin-right: 40px;
}
.mebox-card-title {
  font-family: Circular, Helvetica, Arial;
  font-size: 36px;
  line-height: 39px;
  letter-spacing: -0.31px;
  margin: 0 0 0 0;
}
.mebox-card-info {
  position: relative;
  min-height: 150px;
}
.mebox-card-item {
  position: absolute;
  top: 0;
  width: 100%;
  font-family: 'SF UI Display Light', Helvetica, Arial;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  max-width: 420px;
  display: none;
}
.mebox-card-nav {
  display: none;
  position: absolute;
  top: 400px;
  left: 50%;
  width: 270px;
  height: 20px;
  margin: 0 auto;
  margin-left: 60px;
}
.mebox-card-nav-item {
  float: left;
  padding: 10px 0;
  margin: 0 2px;
  cursor: pointer;
}
.mebox-card-nav-item span {
  display: block;
  width: 0%;
  height: 100%;
}
.mebox-card-nav-item:hover .mebox-card-nav-dash {
  background-color: #f7c3ba;
}
.mebox-card-nav-item.active span {
  background-color: #E77E6C;
  width: 100%;
}
.mebox-card-nav-dash {
  width: 50px;
  height: 2px;
  background-color: #B6C7DA;
}
.mebox-indicator {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 490px;
  height: 260px;
  margin-left: -245px;
}
.mebox-indicator-item {
  position: absolute;
  width: 110px;
  height: 110px;
}
.mebox-indicator-item .music,
.mebox-indicator-item .photo,
.mebox-indicator-item .web,
.mebox-indicator-item .docs,
.mebox-indicator-item .video {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.mebox-indicator-item .music {
  background-image: url('../img/mebox/me-icon-music.png');
}
.mebox-indicator-item .photo {
  background-image: url('../img/mebox/me-icon-photo.png');
}
.mebox-indicator-item .web {
  background-image: url('../img/mebox/me-icon-web.png');
}
.mebox-indicator-item .docs {
  background-image: url('../img/mebox/me-icon-docs.png');
}
.mebox-indicator-item .video {
  background-image: url('../img/mebox/me-icon-video.png');
}
.mebox-indicator-item:hover {
  cursor: pointer;
}
.mebox-indicator-item.pos1 {
  top: 0;
  left: 0;
}
.mebox-indicator-item.pos2 {
  top: 90px;
  left: 68px;
}
.mebox-indicator-item.pos3 {
  top: 122px;
  left: 176px;
  width: 134px;
  height: 134px;
}
.mebox-indicator-item.pos4 {
  top: 90px;
  left: 308px;
}
.mebox-indicator-item.pos5 {
  top: 0;
  left: 380px;
}
.mebox-indicator-item.selected .music {
  background-image: url('../img/mebox/me-icon-music-selected.png');
}
.mebox-indicator-item.selected .photo {
  background-image: url('../img/mebox/me-icon-photo-selected.png');
}
.mebox-indicator-item.selected .web {
  background-image: url('../img/mebox/me-icon-web-selected.png');
}
.mebox-indicator-item.selected .docs {
  background-image: url('../img/mebox/me-icon-docs-selected.png');
}
.mebox-indicator-item.selected .video {
  background-image: url('../img/mebox/me-icon-video-selected.png');
}
.mebox .slick-active .mebox-card-nav-item.main span {
  width: 100%;
}
/************* header *************/
@media (max-width: 768px) {
  header {
    padding: 25px;
    position: absolute;
  }
  .fixed header {
    background-color: transparent;
    box-shadow: none;
  }
  .download {
    display: none;
  }
  .download-mobile {
    display: block;
  }
}
/************* about *************/
@media (max-width: 768px) {
  .about {
    height: initial;
    padding: 50px 45px 58px 45px;
  }
  .about-title {
    font-size: 30px;
  }
}
@media (max-width: 385px) {
  .about {
    padding: 50px 25px 58px 25px;
  }
}
@media (max-width: 345px) {
  .about-title {
    font-size: 27px;
  }
  .about-description {
    font-size: 14px;
    line-height: 18px;
  }
}
/************* footer *************/
@media (max-width: 768px) {
  footer .copyright {
    width: 100%;
    text-align: center;
  }
  footer .copyright img {
    float: none;
    vertical-align: middle;
  }
  footer .social {
    width: 100%;
    text-align: center;
  }
  footer .social a {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 378px) {
  footer {
    padding: 20px 10px;
  }
  footer .copyright {
    font-size: 12px;
    letter-spacing: 0;
  }
}
/************* hero *************/
@media (min-width: 1441px) {
  .hero-next {
    right: -25px;
  }
  .hero.active .hero-next {
    right: 0;
  }
}
@media (max-width: 1366px) {
  .hero-whatis-text {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (max-width: 1280px) {
  .hero-whatis-text {
    padding-left: 90px;
    padding-right: 70px;
  }
}
@media (max-width: 1200px) {
  .hero-whatis-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .hero-whatis-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 980px) {
  .hero-whatis-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  header .logo {
    background-image: url('../img/logo.png');
    background-size: 35px 35px;
  }
  .hero {
    overflow: hidden;
  }
  .hero.active .hero-graphic {
    width: 100%;
  }
  .hero.active .hero-whatis {
    left: 0;
    width: 100%;
  }
  .hero .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .hero .slick-dots {
    bottom: 70px;
  }
  .hero .slick-dots li {
    width: 70px;
  }
  .hero .slick-dots li button {
    height: 0;
    padding: 0;
    width: 70px;
    border-bottom: 2px solid #B6C7DA;
    margin-right: 15px;
  }
  .hero .slick-dots li button:before {
    content: '';
  }
  .hero .slick-dots li.slick-active button {
    border-bottom: 2px solid #E77E6C;
  }
  .hero-graphic {
    background-position: center bottom 10%;
    background-size: 140% auto;
    min-height: 650px;
  }
  .hero-graphic-text {
    position: relative;
    top: auto;
    left: auto;
    padding: 80px 25px;
    min-height: 500px;
  }
  /* .ww-cover-text {
    position: relative;
    top: auto;
    left: auto;
    padding: 80px 25px;
    min-height: 500px;
  } */
  .hero-graphic-title {
    font-size: 30px;
  }
  .hero-graphic-description {
    font-size: 16px;
  }
  .hero-whatis {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: initial;
  }
  .hero-whatis-title {
    font-size: 30px;
  }
  .hero-whatis-text {
    max-width: initial;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .hero-whatis {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .hero-next {
    display: none;
  }
}
@media (max-width: 420px) {
  .hero-graphic-text {
    min-height: 570px;
  }
}
@media (max-width: 414px) {
  .hero-graphic {
    background-position: center bottom 30%;
  }
}
@media (max-width: 375px) {
  .hero-graphic {
    background-position: center bottom 35%;
  }
}
@media (max-width: 320px) {
  .hero-graphic {
    background-position: center bottom 25%;
  }
}
/************* inbox *************/
@media (max-width: 768px) {
  .inbox-left {
    float: none;
    width: 100%;
  }
  .inbox-right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .inbox-right img {
    width: 100%;
    height: auto;
  }
  .inbox-card {
    padding: 45px 20px 0px 20px;
    margin-left: 0;
    float: none;
  }
  .inbox-graphic {
    height: 400px;
  }
  .inbox-graphic-uncluttered {
    margin-top: 0;
    margin-left: 0;
  }
  .inbox-graphic-hide {
    position: relative;
    width: 73%;
    max-width: 404px;
    margin: 0 auto;
  }
  .inbox-graphic-tag {
    position: relative;
    width: 100%;
    max-width: 726px;
    margin: 0 auto;
  }
  .inbox-graphic-item {
    position: relative;
  }
  .inbox-graphic-layer {
    transition: none;
    opacity: 1!important;
    top: 0!important;
    left: 0!important;
  }
}
@media (max-width: 504px) {
  .inbox-card-nav-item {
    margin-right: 50px;
  }
}
@media (max-width: 464px) {
  .inbox-card-nav-item {
    margin-right: 30px;
  }
}
@media (max-width: 424px) {
  .inbox-card-nav-item {
    /*margin-right: 20px;*/
    margin-right: 80px;
  }
  .inbox-graphic {
    height: 300px;
  }
}
@media (max-width: 414px) {
  .inbox-card {
    overflow: hidden;
  }
  .inbox-card-nav {
    position: relative;
    /*width: 366px;*/
    /*min-width: 250px;*/
    width: 332px;
  }
  .inbox-card-description {
    margin-top: 15px;
  }
  .inbox-graphic-hide {
    width: 87%;
  }
}
@media (max-width: 375px) {
  .inbox-graphic-hide {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .inbox-card {
    min-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .inbox-graphic {
    height: 318px;
  }
}
@media (max-width: 320px) {
  .inbox-graphic {
    height: 260px;
  }
}
/************* mebox *************/
@media (max-width: 768px) {
  .mebox {
    height: auto;
    padding: 30px 0;
  }
  .mebox img {
    width: 100%;
  }
  .mebox-left,
  .mebox-right {
    float: none;
    width: 100%;
  }
  .mebox-card {
    margin-top: 0;
    padding: 0 20px;
    min-height: 100px;
    max-width: initial;
    margin-right: 0;
  }
  .mebox-card-nav {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
  }
  .mebox-card-info {
    min-height: 100px;
  }
  .mebox-card-item {
    max-width: initial;
    margin-right: 0;
  }
  .mebox-left {
    padding-top: 150px;
    float: left;
  }
}
@media (max-width: 414px) {
  .mebox-indicator-item.pos1 {
    left: 6px;
  }
  .mebox-indicator-item.pos5 {
    left: 372px;
  }
  .mebox-left {
    padding-top: 150px;
    float: left;
  }
}
@media (max-width: 375px) {
  .mebox-graphic {
    width: 278px;
    height: 500px;
    padding-top: 55px;
    padding-left: 37px;
  }
  .mebox-slide {
    width: 205px;
    height: auto;
  }
  .mebox img {
    height: auto;
  }
  .mebox-card-nav {
    margin-top: 0px;
  }
  .mebox-indicator {
    top: 256px;
    bottom: auto;
    width: 1px;
    height: 1px;
    margin-left: -143px;
  }
  .mebox-indicator-item {
    width: 100px;
    height: 100px;
  }
  .mebox-indicator-item.pos1 {
    top: 0;
    left: -70px;
  }
  .mebox-indicator-item.pos2 {
    top: 82px;
    left: -12px;
  }
  .mebox-indicator-item.pos3 {
    top: 104px;
    left: 82px;
    width: 120px;
    height: 120px;
  }
  .mebox-indicator-item.pos4 {
    top: 82px;
    left: 194px;
  }
  .mebox-indicator-item.pos5 {
    top: 0;
    left: 256px;
  }
  .mebox-left {
    padding-top: 150px;
    float: left;
  }
}
@media (max-width: 320px) {
  .mebox-graphic {
    background-image: url('../img/mebox/mebox-screen-small.png');
    width: 240px;
    height: 440px;
    padding-top: 47px;
    padding-left: 32px;
  }
  .mebox-slide {
    width: 177px;
    height: auto;
  }
  .mebox img {
    height: auto;
  }
  .mebox-card-nav {
    margin-top: 0px;
  }
  .mebox-indicator {
    top: 226px;
    bottom: auto;
    width: 1px;
    height: 1px;
    margin-left: -113px;
  }
  .mebox-indicator-item {
    width: 80px;
    height: 80px;
  }
  .mebox-indicator-item.pos1 {
    top: 0;
    left: -66px;
  }
  .mebox-indicator-item.pos2 {
    top: 70px;
    left: -18px;
  }
  .mebox-indicator-item.pos3 {
    top: 84px;
    left: 60px;
    width: 100px;
    height: 100px;
  }
  .mebox-indicator-item.pos4 {
    top: 70px;
    left: 160px;
  }
  .mebox-indicator-item.pos5 {
    top: 0;
    left: 212px;
  }
  .mebox-left {
    padding-top: 150px;
    float: left;
  }
}

.clearfix{
  clear: both;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.inbox-header{
  color: #E77E6C;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.inbox-card-nav-item:first-child{
  margin-left: 10px;
}

.inbox-card-nav-item.active:first-child{
  margin-left: 10px;
}
.inbox-card-nav-item.last{
  margin-right: 10px;
}
.inbox-card-nav-item.last{
  margin-right: 10px;
}

.btn-why {
  padding-left: 10px;
  padding-right: 0px;
  text-decoration: none;
  color: #908b8b;
  cursor: pointer;
  position: absolute;
  top: -100px;
  /*left: 16%;*/
  font-weight: bold;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "SF UI Display Light";
  margin-left: 90px;
}

.btn-what {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #908b8b;
  cursor: pointer;
  position: absolute;
  top: -100px;
  /*left: 11.2%;*/
  font-weight: bold;
  font-size: 9pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "SF UI Display Light";
}

@media (min-width: 1200px) {
  .btn-why {
    /*left: 15%;*/
  }

  .btn-what {
    /*left: 10%;**/
  }
}

.btn-hero-header {
  display: none;
}

.btn-hero-body {
  display: block;
}

.ww-cover {
  position: relative;
  background-size: auto 745px;
  width: 100%;
  transition: all 450ms;
}
.ww-cover-text {
  position: absolute;
  top: 60%;
  left: 10%;
  max-width: 530px;
  opacity: 1;
  transition: all 450ms;
}

.active-btn-ww {
  background-image: url('../img/MobileSignal.png');
  font-family: Circular;
  background-position: left center;
  background-repeat: no-repeat;
  color: #333;
  padding-left: 15px; /* Adjust according to image size to push text across. */
}

@media(max-width: 768px){

  .btn-what {
    top: 5px;
    right: 60px;
  }

  .btn-why {
    top: 5px;
    right: 0px;
  }

  .btn-hero-header {
    display: block;
  }

  .btn-hero-body {
    display: none;
  }

  .ww-cover {
    display: none;
  }
}

@media(max-width: 376px){
  .btn-what {
    top: 10px;
    right: 50px;
  }

  .btn-why {
    top: 10px;
    right: -5px;
  }

  .hero-graphic {
    background-position: center bottom 10%;
    min-height: 618px;
  }
}