.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  height: 56px;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-section {
  height: 696px;
  background-color: #2c218d;
  background-image: url('../jpg/hero-new.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
}

.stack-main {
  width: 100%;
  max-width: 1360px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.container-gallery {
  width: 100%;
  max-width: 1360px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.cell-reviews {
  background-color: rgba(0, 0, 0, 0);
}

.cell-2 {
  background-color: silver;
}

.section-footer {
  height: 128px;
  grid-column-gap: 48px;
  background-color: #2c218d;
  background-image: linear-gradient(99deg, #161c54, #702acc 50%, #340637);
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.slider {
  height: 640px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  display: none;
  overflow: visible;
}

.slide {
  width: 296px;
  height: 640px;
  border-radius: 25px;
  margin-right: 16px;
}

.slide.s01 {
  background-image: url('../jpg/iphone-x-screen-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s02 {
  background-image: url('../jpg/iphone-x-screen-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s03 {
  background-image: url('../jpg/iphone-x-screen-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.s04 {
  background-image: url('../jpg/iphone-x-screen-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.s05 {
  background-image: url('../jpg/iphone-x-screen-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.s06 {
  background-image: url('../jpg/iphone-x-screen-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s07 {
  background-image: url('../jpg/iphone-x-screen-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.s08 {
  background-image: url('../jpg/iphone-x-screen-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-dev {
  background-color: rgba(0, 0, 0, 0);
}

.link-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.div-100 {
  width: 100%;
  grid-column-gap: 8px;
  object-fit: fill;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: visible;
}

.div-100.mb8 {
  max-width: 1360px;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.div-100.mb8.right {
  justify-content: flex-end;
  margin-bottom: 24px;
}

.div-100.mb8.mb0 {
  margin-bottom: 0;
}

.heading {
  color: #202124;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.div-email {
  width: 100%;
  height: 64px;
  grid-column-gap: 16px;
  margin-top: 8px;
  display: flex;
}

.div-email.center {
  align-items: center;
}

.image {
  width: 40px;
  height: 40px;
}

.ic24 {
  width: 24px;
  height: 24px;
  background-image: url('../png/mail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ic24.check {
  background-image: url('../png/check_circle.png');
}

.ic24.arrow {
  width: 24px;
  height: 24px;
  background-image: url('../png/arrow_forward.png');
}

.ic24.more {
  background-image: url('../svg/more-vert.svg');
  display: none;
}

.ic24.sheild {
  background-image: url('../svg/security.svg');
}

.div-block {
  width: 29px;
  height: 29px;
  background-image: url('../png/ic-mail.png');
  background-position: 50%;
  background-size: contain;
}

.icon-container {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.heading-2 {
  color: #202124;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.heading-2.regular {
  font-weight: 400;
}

.heading-2.regular.white {
  color: #fff;
}

.link-black {
  color: #5f6368;
  text-decoration: none;
}

.heading-3 {
  font-size: 18px;
  line-height: 24px;
}

.paragraph {
  color: #5f6368;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph.small {
  font-size: 10px;
}

.content-block {
  width: 100%;
  margin-bottom: 32px;
}

.content-block.review {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.content-block.mt24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
}

.div-card {
  width: 100%;
  min-height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  padding: 16px 24px;
  display: flex;
}

.ic40 {
  width: 40px;
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.ic40.trash {
  background-image: url('../png/delete.png');
}

.ic40.lock {
  background-image: url('../png/lock.png');
}

.ic40.upload {
  background-image: url('../png/cloud_upload.png');
}

.ic40.share {
  background-image: url('../png/share.png');
}

.div-block-2, .star {
  width: 20px;
  height: 20px;
}

.star.full {
  background-image: url('../svg/star-fill.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.star.half {
  background-image: url('../svg/star-half.svg');
  background-position: 50%;
  background-size: cover;
}

.star.empty {
  background-image: url('../svg/star-empty.svg');
  background-position: 50%;
  background-size: cover;
}

.stars {
  align-items: center;
  display: flex;
}

.date {
  color: #5f6368;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.rating {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.user {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.userpic {
  width: 48px;
  height: 48px;
  background-color: #3cc1eb;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.userpic.teal {
  background-color: #0f838a;
}

.userpic.blue {
  background-color: #3c8ceb;
}

.userpic.purple {
  background-color: #b33ceb;
}

.username-letter {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.username-photo {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.quick-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
}

.div-01 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.div-01._01 {
  grid-column-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-01.row {
  grid-column-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.ratings {
  flex: 1;
}

.rating-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.rating-line {
  height: 12px;
  background-color: #e8eaed;
  border-radius: 20px;
  flex: 1;
}

.rating-line.full {
  width: 90%;
  background-color: #3d8562;
}

.rating-line.full._4 {
  width: 8%;
}

.rating-line.full._3 {
  width: 3%;
}

.rating-line.full._2 {
  width: 2%;
}

.rating-line.full._1 {
  width: 4%;
}

.button {
  color: #5f6368;
  cursor: default;
  background-color: #fff;
  border: 1px solid #bebec0;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Roboto, sans-serif;
}

.section-language {
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-bottom {
  width: 100%;
  height: 168px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #000);
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-container {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-appicon {
  grid-column-gap: 16px;
  flex-direction: row;
  display: flex;
}

.div-block-3, .appicon {
  width: 128px;
  height: 128px;
}

.appinfo {
  width: 100%;
  height: 128px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.appinfo.right {
  display: flex;
}

.appinfoleft {
  border: 1px #000;
  border-right-color: #fff;
  padding-left: 0;
}

.appinforight {
  padding-left: 0;
}

.appinforight._16 {
  padding-left: 16px;
}

.div-block-4 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-4._16 {
  font-size: 16px;
}

.qrcode {
  width: 128px;
  height: 128px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(46, 46, 46, .2);
}

.container-hero-text {
  width: 100%;
  height: 200px;
  max-width: 960px;
  color: #fee004;
  text-align: left;
  background-image: url('../png/bgblur.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.heading-5 {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  text-shadow: 0 2px #c5621b;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  line-height: 72px;
}

.heading-5.dektop {
  color: #fef204;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 4px #c5621b;
  font-family: Rubik, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.heading-5.mobile {
  text-shadow: 0 3px #c5621b, 0 2px 10px rgba(0, 0, 0, .8);
  display: none;
}

.icon {
  color: #5c5757;
  -webkit-text-stroke-color: #5f6368;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.left-arrow {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 64px;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .2);
}

.green-button {
  display: none;
}

.div-center {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.divider {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, .4);
}

@media screen and (max-width: 991px) {
  .div-01._01 {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .appinfo {
    flex-direction: column;
    justify-content: space-between;
    justify-items: stretch;
    display: flex;
  }

  .appinfo.right {
    justify-content: center;
  }

  .appinfoleft {
    width: 100%;
    border-style: none;
    border-color: #000;
    padding-left: 0;
  }

  .appinforight {
    width: 100%;
    padding-left: 0;
  }

  .appinforight._16 {
    padding-left: 0;
  }

  .heading-4 {
    font-size: 20px;
  }

  .heading-5.dektop {
    display: none;
  }

  .heading-5.mobile {
    font-family: Rubik, sans-serif;
    display: block;
  }

  .green-button {
    display: none;
  }

  .divider {
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 96vh;
    max-height: 100%;
    object-fit: fill;
    background-image: url('../jpg/hero-mobile.jpg');
    justify-content: space-between;
  }

  .section-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-email {
    grid-column-gap: 8px;
  }

  .div-email.center {
    grid-column-gap: 8px;
    margin-top: 0;
  }

  .div-card {
    padding: 16px;
  }

  .ic40.trash, .ic40.lock, .ic40.upload, .ic40.share {
    width: 24px;
    height: 24px;
  }

  .div-01._01 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-bottom {
    height: 300px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-container {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 32px;
    padding-bottom: 32px;
    display: flex;
  }

  .container-appicon {
    grid-column-gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .container-appicon.button {
    height: 49px;
    background-image: url('../png/button-green.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .appicon {
    width: 80px;
    height: 80px;
  }

  .appinfo {
    height: 64px;
    flex-direction: row;
    justify-content: center;
  }

  .appinfo.right {
    height: 64px;
    flex-direction: row;
  }

  .appinfo.fixed {
    width: 208px;
  }

  .appinfoleft {
    width: 88px;
    border-right-style: none;
    border-right-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .appinforight {
    padding-left: 16px;
  }

  .appinforight._16 {
    flex: 0 auto;
  }

  .appinforight.fixed {
    width: 96px;
    padding-left: 16px;
  }

  .heading-4 {
    font-size: 18px;
    text-decoration: none;
  }

  .heading-4._16 {
    font-size: 14px;
  }

  .heading-4.greenbtn {
    text-align: center;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 500;
  }

  .qrcode {
    display: none;
  }

  .container-hero-text {
    height: 200px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 56px;
  }

  .heading-5.mobile {
    color: #fee705;
    text-shadow: 0 3px #b14b02, 0 2px 10px rgba(0, 0, 0, .8);
    font-size: 48px;
    line-height: 48px;
  }

  .green-button {
    height: 64px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .gb-left {
    width: 32px;
    height: 64px;
    background-image: url('../png/button-left.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 64px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gb-center {
    width: 100%;
    height: 64px;
    background-image: url('../png/button-center.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto 64px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .gb-right {
    width: 32px;
    height: 64px;
    background-image: url('../png/button-right.png');
    background-position: 100%;
    background-size: auto 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .divider {
    width: 1px;
    height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .section-main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stack-main {
    grid-column-gap: 0px;
  }

  .cell-reviews {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .section-footer {
    height: 96px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: center;
    padding: 16px;
  }

  .link-white {
    font-size: 12px;
  }

  .div-email.center {
    height: 96px;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-card {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 8px;
    display: flex;
  }

  .grid {
    width: 100%;
  }

  .heading-4.greenbtn {
    font-size: 23px;
  }

  .container-hero-text {
    padding-top: 24px;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-5.mobile {
    text-shadow: 0 3px #b14b02, 0 2px 10px rgba(0, 0, 0, .8);
    font-size: 40px;
  }
}

#w-node-_7d4353dc-c882-373f-52e6-eec807a16acf-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77fd5b17-2f7a-9efc-88ee-c948d7d7dc95-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_77fd5b17-2f7a-9efc-88ee-c948d7d7dc99-a713e409, #w-node-ec327669-0843-85ec-4957-e31be5167a03-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7df0130-0114-e6bd-4562-508348af3a4a-a713e409, #w-node-_2e34b41e-8637-fdec-b852-2834031b8196-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-aaf3ceac-efe7-4ff8-ae6d-cc690ce7c4bd-a713e409 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_7514fb86-b80a-4785-4e3d-7c72c081eef1-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db2fa278-e38f-24f9-3a36-6e457c550513-a713e409 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0e6d9d84-c7c3-910b-8b5a-9e6e236bde3b-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4d30402-d3bc-dba4-eb62-0ab5a054eeee-a713e409 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-de1e4f05-855a-8ad4-ac73-8c44c16677b3-a713e409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-aaf3ceac-efe7-4ff8-ae6d-cc690ce7c4bd-a713e409 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_7514fb86-b80a-4785-4e3d-7c72c081eef1-a713e409, #w-node-de1e4f05-855a-8ad4-ac73-8c44c16677b3-a713e409 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aaf3ceac-efe7-4ff8-ae6d-cc690ce7c4bd-a713e409 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_7514fb86-b80a-4785-4e3d-7c72c081eef1-a713e409, #w-node-de1e4f05-855a-8ad4-ac73-8c44c16677b3-a713e409 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../ttf/rubik-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../ttf/rubik-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}